@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
:root {
  --primaryColor: #092769;
  --primaryColor10: #0927691A;
  --primaryColor30: #09276926;
  --primaryColor60: #09276999;
  --primaryColor90: #092769E6;
  --lightColor: #F5F5F5;
  --darkColor: #092769;
  --blackColor: #384046;
  --accentColor: #0096dc;
  --lightBlue: #0391bf;}


    /*Skip to content*/
    #skiptocontent a {
        padding: 8px;
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        top: -50px;
        left: 0px;
        color: #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-bottom-right-radius: 8px;
        background: var(--primaryColor);
        -webkit-transition: top 1s ease-out;
        transition: top 1s ease-out;
        z-index: 100;
    }

        #skiptocontent a:focus {
            position: absolute;
            left: 0px;
            top: 0px;
            outline: 0;
            -webkit-transition: top .1s ease-in;
            transition: top .1s ease-in;
            z-index: 999999;
        }


    #contact-submit {
        /*background-color: var(--primaryColor);*/
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    section {
        padding: 40px 0;
        overflow: hidden;
    }

    .section-title {
        padding-bottom: 30px;
    }
        /* 
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
} */
        .section-title p {
            margin-bottom: 0;
        }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .bg-lite {
        background-color: #F5F5F5;
    }

    #content img {
        border-radius: 5px;
    }

    .inner-banner-img {
        margin-bottom: 4rem;
    }

    #content #side-image-bottom, #content #side-image-bottom-mob {
        margin-top: 3rem;
        /*width: 100%;*/
        border-radius: 5px;
        height: 221px;
        width: 100%;
        object-fit: cover;
    }

    iframe {
        border: 0;
    }


    .side-menu {
        padding-top: 1rem;
    }
    /*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
    body {
        font-family: 'Poppins', sans-serif;
    }

    h1 {
        font-size: 2.625rem;
        line-height: calc(2.625rem*1.3);
        font-weight: 600;
        color: #092769;
        margin-bottom: 1.5rem;
    }

    h2 {
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        /*color: #092769;*/
        color: #102c6d;
    }

    h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--accentColor);
    }

    .side-menu .side-title {
        color: var(--gray);
    }

    p, ul li, ol li {
        font-size: 18px;
    }

    a {
        text-decoration: none;
        /*color: #0096dc;*/
        color: #092769;
    }

    .intro-text {
        font-size: 1.3rem;
        font-weight: 500;
    }


    #main li {
        padding-bottom: 0.5rem;
    }

    .red-text {
        color: red;
        font-weight: 600;
    }
    /* - - - - - - - - - - - - - - - - - - - - - - 
                Blockquote
- - - - - - - - - - - - - - - - - - - - - - */
    .blockquote {
        padding-left: 30px;
        /*padding-top: 50px;*/
        /*padding-bottom: 30px;*/
        border-left: 5px solid var(--primaryColor);
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 2rem;
    }


    blockquote {
        position: relative;
    }
    /*blockquote:before {*/
    /*    font-family: Georgia, serif;*/
    /*    font-weight: 700;*/
    /*    position: absolute;*/
    /*    font-size: 6em;*/
    /*    line-height: 1;*/
    /*    top: -0.5rem;*/
    /*    left: 0.5rem;*/
    /*    content: "\201C";*/
    /*    color: #0391bf26;*/
    /*    z-index: -9;*/
    /*}*/
    /*blockquote:after {*/
    /*    font-family: Georgia, serif;*/
    /*    font-weight: 700;*/
    /*    position: absolute;*/
    /*    float:right;*/
    /*    font-size:6em;*/
    /*    line-height: 1;*/
    /*    right:0;*/
    /*    bottom:-3.8rem;*/
    /*    content: "\201D";*/
    /*    color: #0391bf26;*/
    /*    z-index: -9;*/
    /*}*/
    /*blockquote footer {*/
    /*    padding: 0 2em 0 0;*/
    /*    text-align:right;*/
    /*}*/
    /*blockquote cite:before {*/
    /*    content: "\2013";*/
    /*}*/

    #main a, #main ul li a {
        text-decoration: underline;
        /* font-weight: 600; */
        font-size: 18px;
    }

    #landing-cards .icon-boxes a, #news a, #landing-ql .icon-boxes a {
        text-decoration: none;
    }

    ul {
        /* padding-left: 0.5rem; */
        padding-left: 40px;
    }

        ul li {
            /* list-style-type: none; */
            list-style-type: disc;
        }

            ul li::marker {
                color: #0096dc;
            }

            ul li i {
                /* padding-right: 0.3rem; */
                /* color: $blackColor; */
            }

    #content ol li::marker {
        color: #0096dc;
    }

    #content h2 {
        padding-top: 0;
    }

        #content h2:first-of-type {
            padding-top: 0;
        }

    #content p, #content ul li, #content ol li {
        font-weight: 300;
    }

    #content a {
        font-weight: 500;
    }

    #content p {
        margin-bottom: 1.8rem;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    #header {
        background: #fff;
        transition: all 0.5s;
        z-index: 997;
        /* padding: 0 0 15px 0; */
        top: 40px;
        /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
    }

        #header.header-scrolled {
            top: 0;
        }
    /*--------------------------------------------------------------
** Top Bar
--------------------------------------------------------------*/
    #topbar {
        background: #fff;
        /* height: 40px; */
        font-size: 18px;
        transition: all 0.5s;
        z-index: 996;
    }

        #topbar .topbar-desktop {
            padding-left: 0;
        }

        #topbar.topbar-scrolled {
            top: -40px;
        }

        #topbar a, .navbar a, .nav-container a {
            text-decoration: none;
        }
    /* Logo */
    .d {
        padding: 1rem 0 1.6rem 0;
    }

    .top-brand a {
        color: #092769;
        /*padding-right: 15px;*/
        display: inline-block;
        transition: 0.3s;
    }

    .top-brand p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 2rem;
        font-weight: 300;
        margin: 0;
        padding-left: 20px;
    }

        .top-brand p:first-child {
            font-size: 2.1rem;
            font-weight: 400;
            color: #ffffff;
            flex-wrap: nowrap;
            white-space: nowrap;
           
            /*width: auto !important;
        margin-right: auto !important;
        text-align: left !important;
       */
        }

    #logo-text {
        text-align: center;
    }

    .top-brand p:nth-child(2) {
        margin-top: -0.2rem;
        color: #ffffff;
        font-size: 1.2rem;
    }
    /* header logo mobile size */
    @media (max-width: 767px) {
        #logo-tablet {
            display: none;
        }

        #logo-mob {
            display: block;
        }

        .logo-link {
            /*flex-direction: column; (puts on one top of the other*/
            flex-direction: row;
        }

        .mob-logo-container {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            width: 100%;
        }

        #logo-text, #logo-text-tablet, #logo-text-mob {
            border-top: 0px solid var(--accentColor);
            /*margin-bottom: -1rem;*/
            margin-top: 0rem;
            padding-top: 1rem;
        }

        .mob-logo-div {
            min-height: 100%;
            border-right: 0px solid var(--accentColor);
            width: 1px;
        }

       /* .search-pill {
            width: 240px;
            height: 55px;
        }*/
    }
    /* header logo ipad tablet size */

    @media (max-width:1023px) and (min-width:768px) {
        #logo-tablet {
            display: block;
        }
        /* Search */
        /*.search-pill {
            width: 240px !important;
            height: 50px;
        }*/

        #logo-mob {
            display: none;
        }

        .top-brand p:first-child {
            border-bottom: 0px solid var(--accentColor);
            font-size: 2.5rem;
        }

        .top-brand p:nth-child(2) {
            margin-top: 0.06em;
            font-size: 1.5rem;
            padding-left: 20px;
        }

        #logo-text, #logo-text-tablet, #logo-text-mob {
            margin: 0 1rem;
            padding: 0 1rem;
            border-left: 0px solid var(--accentColor);
            border-right: 0px solid var(--accentColor);
        }
    }
    /*header logo mobile */
    @media (max-width: 767px) {
        #logo-text {
            text-align: left;
        }



        #logo-mob #nes-logo {
        }
    }
    /* Search bar */
    .form-control:focus {
        box-shadow: none;
    }

    .form-control-underlined {
        border-width: 0;
        border-bottom-width: 1px;
        border-radius: 0;
        padding-left: 0;
    }

    #topbar .form-control::placeholder {
        font-size: 0.95rem;
        color: #212121;
        font-style: initial;
    }

    .mh-40 {
        max-height: 40px;
    }

    .search-bar {
        border-radius: 50px;
        justify-content: space-between;
        border: 0px solid #ddd;
        font-size: 14px;
        width:320px;
    }

    i.fa.fa-search {
        color: #102c6d;
    }
    /* NES logo */
    .nes-logo-top {
        padding: 0.5rem;
        padding-right: 0;
    }
    /*.input-group {*/
    /*  width: 70%; }*/
    /*--------------------------------------------------------------
** Main navigation
--------------------------------------------------------------*/
    nav {
        font-size: 18px;
    }

    .nav-outer {
        background-color: #F5F5F5;
        padding: 0.5rem 0;
    }

    .nav-container {
        justify-content: space-between;
    }
    /**
* Desktop Navigation 
*/
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
            list-style: none;
        }

        .navbar > ul > li {
            position: relative;
            white-space: nowrap;
            padding: 0px 20px 0px 0px;
            /* padding: 8px 15px 8px 15px; */
        }

        .navbar a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 18px;
            color: #384046;
            white-space: nowrap;
            transition: 0.3s;
            border-bottom: 2px solid #F5F5F5;
            padding: 5px 2px;
        }

            .navbar a i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover, .navbar .active, .navbar li:hover {
                /* background-color: #1d303f; */
            }

                .navbar a:hover, .navbar .active, .navbar li:hover > a {
                    /*color: #0096dc;*/
                    color: #092769;
                    border-color: #0096dc;
                }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 20px;
            top: calc(100% + 30px);
            margin: 0;
            padding: 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: 0.3s;
        }

            .navbar .dropdown ul li {
                min-width: 200px;
            }

            .navbar .dropdown ul a {
                padding: 10px 20px;
                font-size: 16px;
                font-weight: 500;
                text-transform: none;
                color: #082744;
                border: none;
            }

                .navbar .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                    /*color: #092769; */
                    color: #092769;
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }

    @media (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }

        .navbar .dropdown .dropdown:hover > ul {
            left: -100%;
        }
    }
    /**
* Mobile Navigation 
*/
    /*Mobile navigation*/
    .navigation-mobile, #header-mobile {
        display: none;
    }

    @media (max-width: 1023px) {
        .navbar .mobile-brand {
            color: #437099;
        }

        .navigation-desktop, #header {
            display: none !important;
        }

        .navigation-mobile, #header-mobile {
            display: flex !important;
            justify-content: center;
        }

        #header-mobile {
            background-color: var(--primaryColor);
        }

        .navbar {
            background-color: #ffffff;
            /*padding: 15px;*/
        }

            .navbar a {
                border: none;
                color: #212529;
            }

            .navbar ul {
                align-items: start;
            }

        .nav-link {
            padding: 5px 0.3rem !important;
        }

        .navigation-mobile li {
            padding: 0.5rem 0.9rem;
        }

        .nav-mob-top {
            display: flex;
            flex-direction: row;
            padding: 0.9rem;
            justify-content: space-between;
            width: 100%;
            /*border-bottom: 3px solid var(--primaryColor);*/
            align-items: center;
        }

        .all-arrow {
            padding-right: 0.5rem;
        }
    }
    /* Icon 1 */
    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .animated-icon1 span {
            background: #0096dc;
        }

        .animated-icon2 span {
            background: #0096dc;
        }

        .animated-icon3 span {
            background: #0096dc;
        }

        .animated-icon1 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon1 span:nth-child(2) {
            top: 10px;
        }

        .animated-icon1 span:nth-child(3) {
            top: 20px;
        }

        .animated-icon1.open span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .animated-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        .animated-icon1.open span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }
        /* Icon 3*/
        .animated-icon2 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
            top: 10px;
        }

        .animated-icon2 span:nth-child(4) {
            top: 20px;
        }

        .animated-icon2.open span:nth-child(1) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

        .animated-icon2.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .animated-icon2.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .animated-icon2.open span:nth-child(4) {
            top: 11px;
            width: 0%;
            left: 50%;
        }
        /* Icon 4 */
        .animated-icon3 span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon3 span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon3 span:nth-child(3) {
            top: 20px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon3.open span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0px;
            left: 8px;
        }

        .animated-icon3.open span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }

        .animated-icon3.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 21px;
            left: 8px;
        }
    /*--------------------------------------------------------------
** Breadcrumbs and inner banner
--------------------------------------------------------------*/
    .banner {
        background: #092769;
        background: -moz-linear-gradient(90deg, #092769 0%, #0096dc 100%);
        background: -webkit-linear-gradient(90deg, #092769 0%, #0096dc 100%);
        background: linear-gradient(90deg, #092769 0%, #0096dc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#092769",endColorstr="#0391bf",GradientType=1);
    }

    .inner-banner {
        display: flex;
        flex-direction: column;
        padding: 4rem 0;
    }

        .inner-banner h1, .breadcrumb a, .breadcrumb-item.active::before, .breadcrumb-item.active, .divider {
            color: #ffffff;
        }

        .inner-banner h1 {
            margin-bottom: 0;
        }

    .breadcrumb {
        /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
        background-color: transparent;
        /* padding-left: 0; */
        margin-bottom: 10px;
        padding: 0;
    }
    /* 
.bread {
    padding-left: 1rem;
    padding-top: 1rem;
    background: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;
    
} */
    /* 
.bread .row {
  padding-bottom: 20px;
} */
    .breadcrumb-item {
        padding-left: 8px;
    }

        .breadcrumb-item:first-of-type {
            padding-left: 0;
        }

        .breadcrumb-item + .breadcrumb-item::before {
            content: "";
            padding-right: 0;
        }

    #breadcrumb .breadcrumb-item a, #breadcrumb .breadcrumb-item .active {
        text-decoration: none;
        font-size: 1rem;
    }

        #breadcrumb .breadcrumb-item a:hover {
            text-decoration: underline;
        }

    li.breadcrumb-item.active, span.divider {
        font-size: 1rem;
    }

    .breadcrumb-item + .breadcrumb-item, .breadcrumb-item {
        padding-left: 0;
    }

    .divider {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    /*--------------------------------------------------------------
# Side menu navigation
--------------------------------------------------------------*/
    .side-desk {
        display: none;
    }

    #side-menu .side-title a {
        font-size: 18px;
        font-weight: 500;
        /* padding: .75rem 1.25rem; */
        padding: 0.75rem 0;
        margin-bottom: 0;
        color: initial;
    }

    .side-menu {
        /* background-color: $lightColor; */
        border-radius: 5px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    }

        .side-menu ul {
            padding: 0;
        }

        .side-menu li {
            padding: .75rem 1.25rem;
            list-style-type: none;
        }

        .side-menu .active {
            border-left: 3px solid #0096dc;
        }

    #side-menu li:first-of-type:hover {
        background-color: #ffffff;
        cursor: initial;
    }

    #side-menu ul li a {
        text-decoration: none;
        font-weight: 400;
    }

    #side-menu ul li:hover {
        background-color: #F5F5F5;
        cursor: pointer;
    }

        #side-menu ul li:hover a {
            color: #0096dc;
        }

    #side-menu .active {
        background-color: #F5F5F5;
    }

        #side-menu .active a {
            /*color: #0096dc;*/
            color: #092769;
            margin-left: -3px;
        }
    /* News side menu  */
    #side-menu-news img, .side-menu img, #side-menu-news-mob img, .side-menu img {
        width: 100%;
    }

    #side-menu-news, .side-menu, #side-menu-news-mob {
        overflow: hidden;
    }

        #side-menu-news ul li a, #side-menu-news-mob ul li a {
            text-decoration: none;
        }



            #side-menu-news ul li a:hover i, #side-menu-news-mob ul li a:hover i {
                animation: arrow-left 0.3s linear forwards;
            }

    @keyframes arrow-left {
        from {
            transform: translateX(0px);
        }

        to {
            transform: translateX(-3px);
        }
    }

    .inner-banner-img {
        display: none;
    }

    .side-menu li, .side-menu h3 {
        padding: .75rem 1.25rem;
        /*display: inherit;*/
    }
    /*--------------------------------------------------------------
# Side menu on page links
--------------------------------------------------------------*/
    .build-links li {
        padding-left: 0;
        padding: .75rem 1.25rem;
    }
    /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
    .about {
        background: #092769;
        background-size: cover;
        padding: 5px 0;
        position: relative;
        color: #fff;
    }

        .about .content {
            padding: 30px 30px 30px 0;
        }

            .about .content h3 {
                font-weight: 700;
                font-size: 34px;
                color: #fff;
                margin-bottom: 30px;
            }

            .about .content p {
                margin-bottom: 30px;
            }

    #main .about .content .about-btn {
        display: inline-block;
        background: rgba(255, 255, 255, 0.05);
        padding: 6px 30px 8px 30px;
        color: #fff;
        border-radius: 5px;
        transition: 0.3s;
    }

    .about .content .about-btn i {
        font-size: 14px;
    }

    .about-btn a {
        color: #384046;
    }

    .about .content .about-btn:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .about .icon-boxes .icon-box {
        margin-top: 30px;
    }

        .about .icon-boxes .icon-box i {
            font-size: 40px;
            color: #b6bdfc;
            margin-bottom: 20px;
        }

        .about .icon-boxes .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .about .icon-boxes .icon-box p {
            font-size: 15px;
        }

    @media (max-width: 1200px) {
        .about .content {
            padding-right: 0;
        }
    }

    @media (max-width: 768px) {

        .about {
            text-align: center;
        }
    }

    .about a {
        color: #fff;
    }
    /*--------------------------------------------------------------
# Education and training
--------------------------------------------------------------*/
    .education-training, .resources, .quotes {
        background-color: #f5f5f5;
    }

    .programmes {
        background-color: #ffffff;
    }

    .resources .icon-box p:nth-of-type(1) {
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 15px;
    }

    #main .programmes p {
        margin-bottom: 0;
        min-height: 0;
    }

    .programmes .landing-card {
        margin-bottom: 2rem;
    }

    .btn-primary {
        display: inline-block;
        padding: 8px 30px 8px 30px;
        color: #ffffff;
        /*border: 2px solid var(--primaryColor);*/
        border-radius: 5px;
        transition: 0.3s;
        background: #0a72cd;
    }

    .education-training .btn-primary {
        background: transparent;
    }

    .btn-primary i {
        font-size: 14px;
    }

    #main a.btn.btn-primary {
        text-decoration: none;
    }

    .btn-primary:hover {
        background-color: var(--primaryColor);
        border-color: var(--primaryColor);
        color: #ffffff;
    }
    /*Quote testimonial */
    .quote-img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: 1.2rem auto;
    }

        .quote-img img, #testimonials .quote-img img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            object-fit: cover;
        }


    .quote p {
        font-size: 1.5rem;
    }

    .quote-footer p:nth-of-type(1) {
        margin-bottom: 0.2rem;
    }

    .quote-footer p:nth-of-type(2), #testimonials .quote-footer p {
        opacity: 0.7;
    }

    .quote .fas:before {
        color: #0096dc;
    }


    #testimonials .quote-carousel p, #testimonials .quote-footer p {
        font-weight: 400;
    }
    /*--------------------------------------------------------------
# Highlights
--------------------------------------------------------------*/
    #highlights {
        /* background-color: $lightColor; */
    }

    .about-btn {
        display: inline-block;
        /* text-decoration: none; */
        background: rgba(255, 255, 255, 0.05);
        /* background-color: $lightColor; */
        padding: 6px 30px 8px 30px;
        border: 1px solid white;
        margin: 10px 0;
        color: #fff;
        /*color: #0096dc; */
        /* color: $primaryColor; */
        border-radius: 5px;
        transition: 0.3s;
        /*float: left;*/
        box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.2);
    }

    #main .about .about-btn {
        text-decoration: none;
        z-index: 99999999;
    }

        #main .about .about-btn i {
            padding-left: 0.4rem;
        }

    .about-btn:hover {
        background: #ffffff;
        color: #092769;
    }

    .highlights .highlight-wrap {
        /* padding-left: 50px; */
    }

    .highlight-wrap {
        /* width: 800px;
  margin: auto; */
    }
    /*.highlights .highlight-item {*/
    /*  box-sizing: content-box;*/
    /*  margin: 30px 15px;*/
    /*  min-height: 350px;*/
    /*  position: relative;*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  border-radius: 5px;*/
    /*  text-align: left; }*/

    .highlights .highlight-item {
        box-sizing: content-box;
        /* padding: 30px 30px 30px 60px; */
        margin: 30px 15px;
        margin: 0;
        min-height: 350px;
        /* box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1); */
        position: relative;
        display: flex;
        flex-direction: row;
        border-radius: 5px;
        padding: 40px 0;
    }

    .highlight-svg {
        position: absolute;
        left: 0;
        z-index: 99999;
    }

    .highlights .highlight-item .highlight-img {
        /*width: 300px;*/
        /*height: 300px;*/
        /*margin-right: 30px;*/
        /* border-radius: 5px; */
        /* border: 6px solid #fff; */
        /* position: absolute; */
        /* left: -45px; */
    }
    /*.highlight-svg, .highlight-img {*/
    /*  border-top-left-radius: 10px;*/
    /*  border-bottom-left-radius: 10px; }*/

    .highlight-text {
        padding: 20px;
    }

    #highlights .highlight-text h3 {
        font-size: 24px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .highlights .highlight-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .highlights .highlight-item .quote-icon-left, .highlights .highlight-item .quote-icon-right {
        color: #fdedea;
        font-size: 26px;
    }

    .highlights .highlight-item p {
        margin: 15px auto 15px auto;
    }

    .highlights .swiper-pagination {
        margin-top: 20px;
        /* position: relative; */
    }

        .highlights .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: transparent;
            opacity: 1;
            border: 1px solid #fff;
        }

        .highlights .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #fff;
        }

    #highlights9 h2 {
        /* background-color: $lightColor; */
        color: #fff;
    }

    #highlights9 .overlay-highlights {
        background-color: rgba(9, 39, 105, 0.3);
        z-index: 9999;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 300px;
        height: 300px;
        position: absolute;
        left: 0;
    }

    .swiper-slide {
        visibility: hidden;
    }

    .swiper-slide-active {
        visibility: initial;
    }

    .highlight-text p {
        font-size: 16px;
    }


    #banner-photo .highlights .highlight-item .highlight-img {
        object-fit: cover;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100%;
        z-index: 0;
    }

    #banner-photo .highlight-text {
        z-index: 999999999;
        padding: 3rem;
        background-color: var(--primaryColor90);
        border-radius: 5px;
        margin-left: auto;
        /*box-shadow: 0px 0 30px rgb(1 41 112);*/
    }

        #banner-photo .highlight-text h2 {
            color: #ffffff;
        }

    #banner-photo .overlay-hero {
        z-index: 2;
    }

    #banner-photo .swiper-pagination {
        margin-bottom: 60px;
    }

    #banner-photo.about {
        padding: 0;
    }
    /*home banner */

    #highlights9 svg {
        max-width: 95%;
        max-height: 60%;
        padding-left: 3rem;
    }

    @media (max-width: 767px) {
        #about-home .about-text {
            padding-top: 2.5rem;
        }
    }
    /*home banner hero mobile*/
    @media (max-width: 991px) {

        .about {
            /*background: #0391bf;*/
        }
        /*.overlay-hero {*/
        /*    background: #0096DC;*/
        /*    background: -moz-linear-gradient(180deg, #0096DC 20%, rgba(9, 39, 105, 1) 70%);*/
        /*    background: -webkit-linear-gradient(180deg, #0096DC 20%, rgba(9, 39, 105, 1) 70%);*/
        /*    background: linear-gradient(180deg, #0096DC 20%, rgba(9, 39, 105, 1) 70%);*/
        /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0096DC",endColorstr="#092769",GradientType=1);*/
        /*    position: absolute;*/
        /*    left: 0;*/
        /*    top: 0;*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    z-index: 0;*/
        /*}*/

        #highlights9 svg {
            padding: 3rem 0;
            max-height: 647px;
        }

        .highlights .highlight-item {
            align-items: center;
            justify-content: center;
            text-align: left;
            flex-direction: column-reverse;
        }


        .highlight-text {
            padding-bottom: 4rem;
        }
    }

    @media (max-width: 767px) {
        #highlights9 svg {
            max-height: 392px;
        }
    }
    /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
    .features .content + .content {
        margin-top: 100px;
    }

    .features .content h3 {
        font-weight: 600;
        font-size: 26px;
    }
    /* .features .content ul {
  list-style: none;
  padding: 0;
} */
    .features .content ul li {
        padding-bottom: 10px;
    }

    .features .content ul i {
        font-size: 20px;
        padding-right: 1rem;
        color: #3b4ef8;
    }

    .features .content p:last-child {
        margin-bottom: 0;
    }

    #features .icon-large {
        text-align: center;
        display: flex;
        justify-content: flex-start;
    }

        #features .icon-large i {
            font-size: 18rem;
            color: #0391bf;
        }
    /*--------------------------------------------------------------
# Meet the team
--------------------------------------------------------------*/



    #team .landing-card .team-img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        max-height: 221px;
        margin: -30px -30px 15px -30px;
        overflow: hidden;
        position: relative;
    }

        #team .landing-card .team-img img {
            min-height: 221px;
            width: auto;
            object-fit: cover;
        }

    #team-title {
        padding-bottom: 0;
    }


    .team {
        display: flex;
        flex-direction: row !important;
        align-items: stretch;
        gap: 24px;
        flex-wrap: wrap;
        background-color: #f8f9fb;
    }

        .team > * {
            flex: 1 1 0;
        }


        .team .icon-box {
            padding: 30px;
            border-radius: 5px;
            background-color: #fff;
            transition: ease-in-out 0.3s;
            box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
        }

            .team .icon-box i {
                float: left;
                color: #092769;
                font-size: 40px;
                line-height: 0;
                padding-top: 10px;
            }

            .team .icon-box h3 {
                font-weight: 500;
                /*font-size: 1.375rem;*/
                margin-bottom: 15px;
                /* font-size: 18px; */
            }

            .team .icon-box h3 {
                /* color: #384046; */
                color: #0096dc;
                transition: 0.3s;
                /* font-size: 22px; */
            }

    #main #landing-cards .team .landing-card a .icon-box h4, #main #team .team .landing-card a .icon-box h4, #main #landing-ql .team .landing-card a .icon-box h4, #main #landing-ql .landing-card a .icon-box h4 {
        text-decoration: none;
    }

    .team .icon-box p, #content .team .icon-box .team-role {
        /*line-height: 24px;*/
        /*font-size: 1.125rem;*/
        font-size: 20px;
        color: #707070;
        font-weight: 400;
    }

    #content .team .icon-box .team-role {
        margin-bottom: 1rem;
    }

    #content .team .icon-box .team-email {
        margin-bottom: 0;
    }

    #content .team .landing-card {
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .team .icon-box .team-role {
        font-size: 20px;
    }

    .team .icon-box .team-email {
        font-size: 16px;
    }

    .team .icon-box .team-org {
        font-size: 16px;
    }


    .team .icon-box:hover {
        box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    }

        .team .icon-box:hover h4 {
            color: #092769;
        }

    #landing-cards .team a, #news .team a {
        text-decoration: none;
        /* background-color: #f7fbfe; */
        /* background-color: #1979cc11; */
        /* background-color: #436f991c; */
    }
    /* .news-list .icon-box {
  min-height: 0;
  margin-bottom: 2rem;
} */
    .team-list .icon-box .team-description {
        font-weight: 400;
        font-size: 16px;
    }

    .team .landing-card {
        margin-top: 2rem;
    }

    .team .icon-box-outer {
        height: 100%;
    }

    .landing-card a:hover .icon-box, #content .landing-card a:hover .icon-box, #content .landing-card-ed a:hover .icon-box {
        box-shadow: 0px 2px 22px rgb(0 0 0 / 18%);
        /*background-color: var(--primaryColor);*/
        background-color: #e8effe;
        color: #102c6d;
    }

        .landing-card a:hover .icon-box p, .landing-card a:hover .icon-box h4 {
            color: #102c6d !important;
        }

    .landing-card-ed .icon-box-outer:hover .icon-box p, #content .landing-card-ed .icon-box-outer:hover .icon-box p {
        /*color: #0056b3!important;*/
        color: #102c6d !important;
    }

    .landing-card-ed .icon-box-outer .icon-box {
        padding: 0;
    }

        .landing-card-ed .icon-box-outer .icon-box p {
            padding: 30px;
            margin-bottom: 0;
        }

            .landing-card-ed .icon-box-outer .icon-box p:nth-of-type(1) {
                padding-bottom: 0;
            }

            .landing-card-ed .icon-box-outer .icon-box p:nth-of-type(2) {
                padding-top: 10px;
            }

    .landing-card-img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    /*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
    #news .landing-card .news-img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        max-height: 221px;
        margin: -30px -30px 15px -30px;
        overflow: hidden;
        position: relative;
    }

        #news .landing-card .news-img img {
            min-height: 221px;
            width: auto;
            object-fit: cover;
        }

    #news-title {
        padding-bottom: 0;
        color: #102c6d !important;
    }

    .bg-dark-blue {
        background-color: rgba(9, 39, 105, 0.1);
        color: #092769;
    }

        .bg-dark-blue h2 {
            color: #092769;
        }

    .news .icon-box, .resources .icon-box {
        padding: 30px;
        border-radius: 5px;
        background-color: #fff;
        transition: ease-in-out 0.3s;
        box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    }

        .news .icon-box i {
            float: left;
            color: #092769;
            font-size: 40px;
            line-height: 0;
            padding-top: 10px;
        }

        .news .icon-box h4 {
            font-weight: 500;
            margin-bottom: 0px;
            /* font-size: 18px; */
        }


        .news .icon-box h4, .resources .icon-box p:nth-of-type(1) {
            /* color: #384046; */
            color: #092769;
            transition: 0.3s;
            /* font-size: 22px; */
            min-height: 0px;
        }

    #main #landing-cards .news .landing-card a .icon-box h4, #main #news .news .landing-card a .icon-box h4, #main #landing-ql .news .landing-card a .icon-box h4, #main #landing-ql .landing-card a .icon-box h4 {
        text-decoration: none;
    }

    .news .icon-box p, .resrouces .icon-box p:nth-of-type(2) {
        line-height: 24px;
        font-size: 18px;
        color: #102c6d;
        font-weight: 600;
    }

    .news .icon-box:hover, .resources .icon-box:hover {
        box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
        color: #102c6d;
    }

        .news .icon-box:hover h4, .resources .icon-box:hover p:nth-of-type(1) {
            color: #092769;
        }

    #landing-cards .news a, #news .news a, #main .resources a {
        text-decoration: none;
        /* background-color: #f7fbfe; */
        /* background-color: #1979cc11; */
        /* background-color: #436f991c; */
    }
    /* .news-list .icon-box {
  min-height: 0;
  margin-bottom: 2rem;
} */
    .news-list .icon-box .news-description {
        font-weight: 400;
        font-size: 16px;
    }

    .article-date {
        font-size: 18px;
        /* padding: .75rem 1.25rem; */
        padding: 0.75rem 0 0 0;
        margin-bottom: 0;
    }

    #content .article-date {
        font-weight: 500;
    }
    /* News pager */
    .paging-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #paging {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

        #paging a {
            text-decoration: none;
        }

        #paging .btn-primary {
            background-color: #ffffff;
            border-radius: 5;
            border: none;
            color: #0096dc;
        }

            #paging .btn-primary:hover {
                box-shadow: rbga(0, 0, 0, 0.08) 0px 2px 22px;
                /* background-color: $primaryColor;
  color: #fff; */
            }

        #paging .btn-right:hover .fa-chevron-right {
            animation: arrow-right 0.3s linear forwards;
        }

        #paging .btn-left:hover .fa-chevron-left {
            animation: arrow-left 0.3s linear forwards;
        }
    /*PROGRAMMES*/
    /*--------------------------------------------------------------
# programmes
--------------------------------------------------------------*/
    #programmes .landing-card .programmes-img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        max-height: 221px;
        margin: -30px -30px 15px -30px;
        overflow: hidden;
        position: relative;
    }

        #programmes .landing-card .programmes-img img {
            min-height: 221px;
            width: auto;
            object-fit: cover;
        }

    #programmes-title {
        padding-bottom: 0;
        color: #102c6d !important;
    }

    .bg-dark-blue {
        background-color: rgba(9, 39, 105, 0.1);
        color: #092769;
    }

        .bg-dark-blue h2 {
            color: #092769;
        }

    .programmes .icon-box, .resources .icon-box {
        padding: 30px;
        border-radius: 5px;
        background-color: #fff;
        transition: ease-in-out 0.3s;
        box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    }

        .programmes .icon-box i {
            float: left;
            color: #092769;
            font-size: 40px;
            line-height: 0;
            padding-top: 10px;
        }

        .programmes .icon-box h4 {
            font-weight: 500;
            margin-bottom: 15px;
            /* font-size: 18px; */
        }


        .programmes .icon-box h4, .resources .icon-box p:nth-of-type(1) {
            /* color: #384046; */
            color: #092769;
            transition: 0.3s;
            /* font-size: 22px;  
  min-height: 72px;*/
        }

    #main #landing-cards .programmes .landing-card a .icon-box h4, #main #programmes .programmes .landing-card a .icon-box h4, #main #landing-ql .programmes .landing-card a .icon-box h4, #main #landing-ql .landing-card a .icon-box h4 {
        text-decoration: none;
    }

    .programmes .icon-box p, .resrouces .icon-box p:nth-of-type(2) {
        line-height: 24px;
        font-size: 18px;
        color: #102c6d;
        font-weight: 400;
    }

    .programmes .icon-box:hover, .resources .icon-box:hover {
        box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
        color: #102c6d;
    }

        .programmes .icon-box:hover h4, .resources .icon-box:hover p:nth-of-type(1) {
            color: #092769;
        }

    #landing-cards .programmes a, #programmes .programmes a, #main .resources a {
        text-decoration: none;
        /* background-color: #f7fbfe; */
        /* background-color: #1979cc11; */
        /* background-color: #436f991c; */
    }
    /* .news-list .icon-box {
  min-height: 0;
  margin-bottom: 2rem;
} */
    .programmes-list .icon-box .programmes-description {
        font-weight: 400;
        font-size: 16px;
    }

    .article-date {
        font-size: 18px;
        /* padding: .75rem 1.25rem; */
        padding: 0.75rem 0 0 0;
        margin-bottom: 0;
    }

    #content .article-date {
        font-weight: 500;
    }
    /*PROGRAMMES*/
    /*--------------------------------------------------------------
# Landing-cards - Quick links
--------------------------------------------------------------*/
    #quick-links {
        display: flex;
        flex-direction: column;
    }

    .landing-cards {
        padding: 0 0 20px 0;
        position: relative;
        z-index: 3;
        padding-bottom: 3rem;
    }

    .q-links {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .landing-cards .content {
        padding: 30px;
        background: #092769;
        border-radius: 5px;
        color: #fff;
    }

        .landing-cards .content h3 {
            font-weight: 700;
            font-size: 34px;
            margin-bottom: 30px;
        }

        .landing-cards .content p {
            margin-bottom: 30px;
            text-align: left;
        }

        .landing-cards .content .more-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 30px 8px 30px;
            color: #fff;
            border-radius: 5px;
            transition: all ease-in-out 0.4s;
        }

            .landing-cards .content .more-btn i {
                font-size: 16px;
            }

            .landing-cards .content .more-btn:hover {
                color: #092769;
                background: #fff;
            }

    .landing-cards .icon-boxes .icon-box {
        /* text-align: center; */
        border-radius: 5px;
        background: #fff;
        /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2); */
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
        padding: 40px 30px;
        width: 100%;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        position: relative;
        z-index: 1;
        min-height: 100%;
    }

        .landing-cards .icon-boxes .icon-box i {
            font-size: 40px;
            color: #092769;
            margin-bottom: 30px;
            transition: all 0.3s ease-in-out;
        }

        .landing-cards .icon-boxes .icon-box h4 {
            font-size: 20px;
            font-weight: 600;
            margin: 0 0 30px 0;
            color: #212529;
        }

        .landing-cards .icon-boxes .icon-box p, .landing-cards .icon-boxes .icon-box h6, .landing-cards .icon-boxes .icon-box ul li {
            font-size: 16px;
            color: #716f6f;
        }

        .landing-cards .icon-boxes .icon-box ul li {
            color: #092769;
        }

        .landing-cards .icon-boxes .icon-box p:last-of-type {
            margin-bottom: 0;
        }
        /* hover styles  */
        .landing-cards .icon-boxes .icon-box::before {
            content: '';
            position: absolute;
            background: #ffffff;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            transition: all 0.3s;
            z-index: -1;
        }

        .landing-cards .icon-boxes .icon-box:hover::before {
            background: #092769;
            border-radius: 5px;
        }

        .landing-cards .icon-boxes .icon-box:hover {
            /* background: $primaryColor; */
            cursor: pointer;
        }

            .landing-cards .icon-boxes .icon-box:hover h4, .landing-cards .icon-boxes a .icon-box:hover h4 {
                color: #fff;
            }

            .landing-cards .icon-boxes .icon-box:hover i {
                color: #fff;
            }

            .landing-cards .icon-boxes .icon-box:hover p {
                color: #fff;
            }

            .landing-cards .icon-boxes .icon-box:hover h6, .landing-cards .icon-boxes .icon-box:hover ul li {
                color: #fff;
            }

    #landing-cards .landing-card, #news .landing-card {
        margin-top: 30px;
    }

    .icon-box-outer, .icon-box {
        min-height: 100%;
    }

    .landing-cards .icon-boxes a, #landing-cards .landing-card a, #news .landing-card a, #landing-ql .landing-card a {
        text-decoration: none;
    }

    .icon-box-outer-hide {
        min-width: 100%;
    }
    /* 
#landing-cards .card-topic {
  color: $primaryColor;
} */
    .q-link-title {
        margin-bottom: -20px;
    }
    /*--------------------------------------------------------------
** Armed forces
--------------------------------------------------------------*/
    #armed-forces-landing .icon-box p {
        display: flex;
        align-items: center;
        min-height: 72px;
    }
    /*--------------------------------------------------------------
** Footer
--------------------------------------------------------------*/

    #footer-logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1rem;
    }

        #footer-logo .mob-logo-div {
            min-height: 100%;
            border-right: 1px solid var(--accentColor);
            width: 1px;
            margin-right: 1rem;
            padding-left: 1rem;
        }


    footer {
        font-size: 1.13rem;
        line-height: 2.26rem;
    }

        footer ul {
            padding: 0;
        }

            footer ul li {
                list-style-type: none;
            }

                footer ul li a {
                    color: #ffffff;
                }

    .blue {
        color: #A4C2D6;
    }

    .sub-footer p {
        font-size: 1.13rem;
    }

    .icons-footer {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .footer-social-icon {
        padding: 0.25rem;
        color: #A4C2D6;
    }

        .footer-social-icon:hover {
            color: #ffffff;
            animation: icons-rise 0.3s linear forwards;
        }

    @keyframes icons-rise {
        from {
            transform: translateY(0px);
        }

        to {
            transform: translateY(-5px);
        }
    }
    /* footer pdf  */
    footer .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .footer {
        background-color: #102c6d;
        color: #fff;
        /* margin-top: 3rem; */
        padding-bottom: 3rem;
    }

    .footer-last {
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        font-size: 18px;
        /*text-align: center;*/
    }

    .footer-logo-text {
        font-size: 1.5rem;
        line-height: 1rem;
    }

    .copysymbol {
        font-size: 20px;
    }

    .footer ul {
        padding: 0;
        list-style-type: none;
    }

    .mob-footer-accordian {
        font-size: 1.25rem;
    }

    .footer-accordian-header {
        color: #ffffff;
    }

    .mob-footer-accordian a {
        color: #ffffff;
    }

        .mob-footer-accordian a i {
            color: #0096dc;
            font-size: 1rem;
        }

    #footerCollapse_3 li {
        padding-bottom: 0.5rem;
    }

    #footerCollapse_3 a i {
        font-size: 1.8rem;
    }

    .footer-accordian-header {
        background-color: transparent;
        border: none;
        padding: 1rem;
        font-size: 1.5rem;
        width: 100%;
        border-bottom: 3px solid #ffffff;
        text-align: left;
        font-size: 17px;
        letter-spacing: 1px;
    }

        .footer-accordian-header:focus {
            outline: 3px solid #007aff;
        }

    .footer .fab {
        width: 7%;
        box-sizing: border-box;
    }

    .panel-body {
        padding: 1rem;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
    }

    .logo-container-footer {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .logo-container-footer-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .border-top-footer {
        border-top: 2px solid #121F3B;
    }

    @media only screen and (max-width: 535px) {
        .logo-container-footer {
            justify-content: center;
        }
    }
    /* iphone 5/SE column logos in footer  */
    @media only screen and (max-width: 346px) {
        .logo-container-footer {
            display: none;
        }
    }

    @media only screen and (min-width: 347px) {
        .logo-container-footer-mob {
            display: none;
        }
    }

    .logo-text-footer {
        display: flex;
        flex-direction: row;
        /* margin-top: 2rem; */
    }

        .logo-text-footer p {
            margin-bottom: 0;
            line-height: 130%;
            font-size: 14px;
            padding-left: 1rem;
        }

    .nes-footer {
        min-height: 100%;
    }

    .sub-footer {
        /*background-color: #F5F5F5;*/
        /*color: #384046; */
        background-color: #121F3B;
    }

        .sub-footer .container {
            border-top: 1px solid #ffffff1F;
            padding: 1rem 1rem 1rem 0;
        }
        /*.footer-last a {*/
        /*  color: #212121; }*/
        .sub-footer p {
            font-size: 16px;
            font-weight: 300;
            /*color: #A4C2D6;*/
        }

            .sub-footer p, .sub-footer p a {
                /*color: #A4C2D6;*/
                color: #ffffff78;
                text-align: center;
            }

                .sub-footer p a:hover {
                    color: #ffffff;
                }

    .site-info {
        font-size: 1.5rem;
        font-weight: 500;
    }

    footer .fa-chevron-right {
        color: #0096dc;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    footer ul li {
        text-indent: 0rem;
        padding-left: 0rem;
    }

    .social-footer ul li {
        text-indent: 0;
        padding-left: 0;
    }

        .social-footer ul li a i {
            font-size: 1rem;
            margin-right: 1.5rem;
            color: #ffffff;
        }

    .social-footer a:hover {
        text-decoration: none;
    }

        .social-footer a:hover span {
            text-decoration: underline;
        }

    footer a:hover {
        color: #ffffff;
    }
    /* Move arrows footer links hover  */
    footer ul li a:hover .fa-chevron-right {
        animation: arrow-right 0.3s linear forwards;
    }

    @keyframes arrow-right {
        from {
            transform: translateX(0px);
        }

        to {
            transform: translateX(3px);
        }
    }

    .footer-accordian-header {
        border-bottom: 3px solid #F5F5F5;
    }

    button.footer-accordian-header.accordion-toggle.collapsed.collapsible-link::after {
        content: '\f054';
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        float: right;
        color: #0096dc;
    }

    button.footer-accordian-header.accordion-toggle.collapsible-link:after {
        content: '\f078';
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        float: right;
        color: #0096dc;
    }

    .logo-container-footer {
        margin-top: 3rem;
    }

    #ql {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        #ql .quick-link {
            padding: 30px 60px;
            display: flex;
            align-items: center;
            flex-direction: column;
            transition: all 0.3s ease-in-out;
        }

            #ql .quick-link i {
                transition: all 0.3s ease-in-out;
                color: #092769;
                font-size: 56px;
            }

            #ql .quick-link h2 {
                transition: all 0.3s ease-in-out;
                color: #092769;
                font-size: 2rem;
                text-decoration: none;
                margin-top: 1rem;
                margin-bottom: 0;
            }

            #ql .quick-link .icon-container {
                transition: all 0.3s ease-in-out;
                background-color: #F5F5F5;
                border-radius: 100px;
                width: 128px;
                height: 128px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            #ql .quick-link:hover i {
                color: white;
            }

            #ql .quick-link:hover .icon-container {
                background-color: #092769;
            }

    .mob-top-logo {
        width: 325px;
        max-width: 95%;
    }

    .mob-logo {
        align-items: center;
    }

    .logo-container-footer {
        display: none;
    }

    .logo-footer-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -3rem;
    }

    #about-home {
        /*background-color: rgba(9, 39, 105, 0.1);*/
        background-color: #f5f5f5;
    }

        #about-home .container-fluid, #team .container-fluid {
            padding: 100px;
        }

    @media (max-width: 768px) {
        #about-home .container-fluid, #team .container-fluid {
            padding: 15px;
        }
    }

    .banner-toggle {
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: fit-content;
        position: fixed;
        top: 10rem;
        right: 0;
        z-index: 9999999;
        background-color: #F5F5F5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }


    .banner-text {
        position: absolute;
    }

    @media (max-width: 767px) {
        .banner-text {
            position: relative;
        }

        .highlight-item .container {
            padding: 0;
        }

        .highlights .highlight-item {
            padding: 0;
        }

        #banner-photo .highlight-text {
            padding: 2rem;
        }

        #banner-photo .swiper-pagination {
            margin-bottom: 0px;
        }

        .banner-photo {
            display: none;
        }
    }

    .vis {
        display: block;
    }

    .hide {
        display: none;
    }

    @media (min-width: 768px) {

        .highlight-text p {
            font-size: 18px;
        }

        #features .icon-large i {
            font-size: 15rem;
        }
        /*.input-group {*/
        /*  width: 36%; }*/

        .mob-logo {
            width: 100%;
            align-items: center;
        }

        .partner-svg {
            padding: 0;
        }

        .inner-banner-img {
            display: block;
        }

        .logo-container-footer {
            margin-top: 3rem;
        }
    }

    .mob-top-logo {
        width: 600px;
    }



    @media (min-width: 992px) {
        /*--------------------------------------------------------------
# Top logo
--------------------------------------------------------------*/
        .top-brand #logo-text {
            align-items: center;
            border-left: 2px solid #0096dc;
            border-right: 2px solid #0096dc;
            display: flex;
            flex-direction: column;
            font-family: "Source Sans Pro", sans-serif;
            padding: 0 1rem;
            margin: 0 1rem;
        }

            .top-brand #logo-text .logo-title {
                font-weight: 400;
                font-size: 2.25rem;
                border-bottom: 1px solid #0096dc;
            }

            .top-brand #logo-text .logo-sub {
                font-weight: 400;
                font-size: 1.4rem;
                letter-spacing: 0.1em;
                margin-top: 0.1em;
                color: #0878cf;
            }
        /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
        section {
            padding: 40px 0;
            overflow: hidden;
        }

        .section-title {
            padding-bottom: 30px;
        }
            /* 
  .section-title h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #635551;
  } */
            .section-title p {
                margin-bottom: 0;
            }

        .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

        .container {
            padding-left: 12px;
            padding-right: 12px;
        }

        .bg-lite {
            background-color: #F5F5F5;
        }

        #content img {
            border-radius: 5px;
        }

        .inner-banner-img {
            margin-bottom: 2rem;
        }

        #content #side-image-bottom, #content #side-image-bottom-mob {
            margin-top: 3rem;
            width: 100%;
            border-radius: 5px;
            height: 221px;
            width: 100%;
            object-fit: cover;
        }
        /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
        body {
            font-family: 'Poppins', sans-serif;
        }

        h1 {
            font-size: 2.625rem;
            line-height: calc(2.625rem*1.3);
            font-weight: 600;
            color: #092769;
            margin-bottom: 1.5rem;
        }

        h2 {
            /*font-size: 2.2rem;*/
            /*font-weight: 600;*/
            margin-bottom: 20px;
            padding-bottom: 0;
            /*color: #092769;*/
            /*color: #102c6d;*/



            font-size: 1.5rem;
            font-weight: 600;
            color: var(--accentColor);
        }

        p, ul li, ol li {
            font-size: 16px;
        }

        a {
            text-decoration: none;
            /*color: #0096dc;*/
            color: #102c6d;
        }


        #main a, #main ul li a {
            text-decoration: underline;
            /* font-weight: 600; */
            font-size: 18px;
        }

        #landing-cards .icon-boxes a, #news a {
            text-decoration: none;
        }

        ul {
            /* padding-left: 0.5rem; */
            padding-left: 40px;
        }

            ul li {
                /* list-style-type: none; */
                list-style-type: disc;
            }

                ul li::marker {
                    color: #0096dc;
                }

                ul li i {
                    /* padding-right: 0.3rem; */
                    /* color: $blackColor; */
                }

        #content h2:first-of-type {
            padding-top: 0;
        }

        #content p, #content ul li, #content ol li {
            font-weight: 300;
        }

        #content a {
            font-weight: 500;
        }
        /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
        #header {
            background: #fff;
            transition: all 0.5s;
            z-index: 997;
            /* padding: 0 0 15px 0; */
            top: 40px;
            /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
        }

            #header.header-scrolled {
                top: 0;
            }
        /*--------------------------------------------------------------
  ** Top Bar
  --------------------------------------------------------------*/
        #topbar {
            background: #fff;
            /* height: 40px; */
            font-size: 18px;
            transition: all 0.5s;
            z-index: 996;
        }

            #topbar.topbar-scrolled {
                top: -40px;
            }

            #topbar a, .navbar a, .nav-container a {
                text-decoration: none;
            }
        /* Logo */


        .d {
            padding: 1rem 0 1.6rem 0;
        }










        .top-brand {
            padding: 1rem 0 1.6rem 0;
        }

            .top-brand a {
                color: #092769;
                padding-right: 15px;
                display: inline-block;
                transition: 0.3s;
            }

            .top-brand p {
                font-size: 1.5rem;
                font-weight: 300;
                margin: 0;
                padding: 0;
            }

                .top-brand p:first-child {
                    font-size: 2rem;
                    font-weight: 600;
                    margin-bottom: 0;
                    color: var(--primaryColor);
                }

                .top-brand p:nth-child(2) {
                    margin-top: -0.6rem;
                    color: #ffffff;
                }
        /* Search bar */
        .form-control:focus {
            box-shadow: none;
        }

        .form-control-underlined {
            border-width: 0;
            border-bottom-width: 1px;
            border-radius: 0;
            padding-left: 0;
        }

        .form-control::placeholder {
            font-size: 0.95rem;
            color: #aaa;
            font-style: italic;
        }

        .mh-40 {
            max-height: 40px;
        }

        .search-bar {
            border-radius: 5px;
            justify-content: space-between;
        }

        .input-group {
            width: 100%;
        }
        /* NES logo */
        .nes-logo-top {
            padding: 0.5rem;
            padding-right: 0;
        }
        /*--------------------------------------------------------------
  ** Main navigation
  --------------------------------------------------------------*/
        nav {
            font-size: 18px;
        }

        .nav-outer {
            background-color: #f8f9fb;
            padding: 0.5rem 0 0 0;
            border-top: 1px solid #eaeaea;
        }

        .nav-container {
            justify-content: space-between;
        }
        /**
  * Desktop Navigation 
  */
        .navbar {
            padding: 0;
        }

        #navbar {
            display: block;
        }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            justify-content: space-between;
        }

        .navbar li {
            position: relative;
            list-style: none;
        }

        .navbar > ul > li {
            position: relative;
            white-space: nowrap;
            /* padding: 8px 100px 8px 0px;
     padding: 8px 15px 8px 15px; */
        }

            .navbar > ul > li:last-of-type {
                padding-right: 0;
            }

        .navbar a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            color: #102c6d;
            white-space: nowrap;
            transition: 0.3s;
            border-bottom: 4px solid #F5F5F5;
            padding: 5px 2px 10px 2px;
        }

            .navbar a i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover, .navbar .active, .navbar li:hover {
                /* background-color: #1d303f; */
            }

                .navbar a:hover, .navbar .active, .navbar li:hover > a {
                    /*color: #0096dc;*/
                    color: #092769;
                    border-color: #0096dc;
                    font-weight: 500;
                }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 20px;
            top: calc(100% + 30px);
            margin: 0;
            padding: 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: 0.3s;
        }

            .navbar .dropdown ul li {
                min-width: 200px;
            }

            .navbar .dropdown ul a {
                padding: 10px 20px;
                font-size: 16px;
                font-weight: 500;
                text-transform: none;
                color: #082744;
                border: none;
            }

                .navbar .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                    color: #092769;
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }
    }

    @media (min-width: 992px) and (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }

        .navbar .dropdown .dropdown:hover > ul {
            left: -100%;
        }
    }

    @media (min-width: 992px) {
        /**
  * Mobile Navigation 
  */
        .mobile-nav-toggle {
            color: #2c4964;
            font-size: 28px;
            cursor: pointer;
            display: none;
            line-height: 0;
            transition: 0.5s;
        }

            .mobile-nav-toggle.bi-x {
                color: #fff;
            }
    }

    @media (min-width: 992px) and (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
        }

        .navbar ul {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .navbar-mobile {
            position: fixed;
            overflow: hidden;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(28, 47, 65, 0.9);
            transition: 0.3s;
            z-index: 999;
        }

            .navbar-mobile .mobile-nav-toggle {
                position: absolute;
                top: 15px;
                right: 15px;
            }

            .navbar-mobile ul {
                display: block;
                position: absolute;
                top: 55px;
                right: 15px;
                bottom: 15px;
                left: 15px;
                padding: 10px 0;
                background-color: #fff;
                overflow-y: auto;
                transition: 0.3s;
            }

            .navbar-mobile > ul > li {
                padding: 0;
            }

            .navbar-mobile a {
                padding: 10px 20px;
                font-size: 16px;
                color: #2c4964;
                border: none;
            }

                .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
                    color: #092769;
                }

            .navbar-mobile .getstarted {
                margin: 15px;
            }

            .navbar-mobile .dropdown ul {
                position: static;
                display: none;
                margin: 10px 20px;
                padding: 10px 0;
                z-index: 99;
                opacity: 1;
                visibility: visible;
                background: #fff;
                box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            }

                .navbar-mobile .dropdown ul li {
                    min-width: 200px;
                }

                .navbar-mobile .dropdown ul a {
                    padding: 10px 20px;
                }

                    .navbar-mobile .dropdown ul a i {
                        font-size: 12px;
                    }

                    .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                        color: #092769;
                    }

            .navbar-mobile .dropdown > .dropdown-active {
                display: block;
            }

        .me-auto {
            margin-right: auto !important;
        }
        /*--------------------------------------------------------------
  ** Breadcrumbs and inner banner
  --------------------------------------------------------------*/
        .banner {
            background-color: #092769;
        }

        .inner-banner {
            display: flex;
            flex-direction: column;
            padding: 4rem 0;
        }

            .inner-banner h1, .breadcrumb a, .breadcrumb-item.active::before, .breadcrumb-item.active, .divider {
                color: #ffffff;
            }

            .inner-banner h1 {
                margin-bottom: 0;
            }

        .breadcrumb {
            /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
            background-color: transparent;
            /* padding-left: 0; */
            margin-bottom: 10px;
            padding: 0;
        }

        .divider {
            padding-left: 0.6rem;
        }
        /* 
  .bread {
      padding-left: 1rem;
      padding-top: 1rem;
      background: #fff;
      box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius:10px;
      
  } */
        /* 
  .bread .row {
    padding-bottom: 20px;
  } */
        .breadcrumb-item {
            padding-left: 8px;
        }

            .breadcrumb-item:first-of-type {
                padding-left: 0;
            }

            .breadcrumb-item + .breadcrumb-item::before {
                content: "";
                padding-right: 0;
            }

        #breadcrumb .breadcrumb-item a, #breadcrumb .breadcrumb-item .active {
            text-decoration: none;
            font-size: 1rem;
        }

            #breadcrumb .breadcrumb-item a:hover {
                text-decoration: underline;
            }

        li.breadcrumb-item.active, span.divider {
            font-size: 1rem;
        }
        /*--------------------------------------------------------------
  # Side menu navigation
  --------------------------------------------------------------*/
        .side-title {
            font-size: 18px;
            font-weight: 500;
            /* padding: .75rem 1.25rem; */
            padding: 0.75rem 0;
            margin-bottom: 0;
        }

        .side-menu {
            /* background-color: $lightColor; */
            border-radius: 5px;
            box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
        }

            .side-menu ul {
                padding: 0;
            }

            .side-menu li {
                padding: .75rem 1.25rem;
                list-style-type: none;
            }

            .side-menu .active {
                border-left: 3px solid #0096dc;
            }

        #side-menu li:first-of-type:hover {
            background-color: #ffffff;
            cursor: initial;
        }

        #side-menu ul li a {
            text-decoration: none;
            font-weight: 400;
        }

        #side-menu ul li:hover {
            background-color: #F5F5F5;
            cursor: pointer;
        }

            #side-menu ul li:hover a {
                color: #0096dc;
            }

        #side-menu .active {
            background-color: #F5F5F5;
        }

            #side-menu .active a {
                color: #0096dc;
                margin-left: -3px;
            }
        /* News side menu  */
        #side-menu-news img, .side-menu img, #side-menu-news-mob img {
            width: 100%;
        }

        #side-menu-news, .side-menu, #side-menu-news-mob {
            overflow: hidden;
        }

            #side-menu-news ul li a, #side-menu-news-mob ul li a {
                text-decoration: none;
            }

                #side-menu-news ul li a:hover i, #side-menu-news-mob ul li a:hover i {
                    animation: arrow-left 0.3s linear forwards;
                }


        @keyframes arrow-left {
            from {
                transform: translateX(0px);
            }

            to {
                transform: translateX(-3px);
            }
        }

        .side-menu li, .side-menu h3 {
            padding: .75rem 1.25rem;
            /*display: inherit;*/
        }
        /*--------------------------------------------------------------
# Side menu on page links
--------------------------------------------------------------*/
        .build-links li {
            padding-left: 0;
        }
        /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
        .about {
            /*background: #0096dc;*/
            background-size: cover;
            padding: 60px 0;
            position: relative;
            color: #fff;
        }

            .about .content {
                padding: 30px 30px 30px 0;
            }

                .about .content h3 {
                    font-weight: 700;
                    font-size: 34px;
                    color: #fff;
                    margin-bottom: 30px;
                }

                .about .content p {
                    margin-bottom: 30px;
                }

        #main .about .content .about-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.05);
            padding: 6px 30px 8px 30px;
            color: #fff;
            border-radius: 5px;
            transition: 0.3s;
        }

        .about .content .about-btn i {
            font-size: 14px;
        }

        .about-btn a {
            color: #384046;
        }

        .about .content .about-btn:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .about .icon-boxes .icon-box {
            margin-top: 30px;
        }

            .about .icon-boxes .icon-box i {
                font-size: 40px;
                color: #b6bdfc;
                margin-bottom: 20px;
            }

            .about .icon-boxes .icon-box h4 {
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 10px 0;
            }

            .about .icon-boxes .icon-box p {
                font-size: 15px;
            }
    }

    @media (min-width: 992px) and (max-width: 1200px) {
        .about .content {
            padding-right: 0;
        }
    }

    @media (min-width: 992px) and (max-width: 768px) {
        .about {
            text-align: center;
        }
    }

    @media (min-width: 992px) {
        .about a {
            color: #fff;
        }
        /*--------------------------------------------------------------
  # Highlights
  --------------------------------------------------------------*/
        #highlights {
            /* background-color: $lightColor; */
        }

        .highlights .highlight-wrap {
            /* padding-left: 50px; */
        }

        .highlight-wrap {
            /* width: 800px;
    margin: auto; */
        }

        .highlights .highlight-item {
            box-sizing: content-box;
            /* padding: 30px 30px 30px 60px; */
            margin: 30px 15px;
            margin: 0;
            min-height: 350px;
            /* box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1); */
            position: relative;
            display: flex;
            flex-direction: row;
            border-radius: 5px;
            padding: 40px 0;
        }

        .highlight-svg {
            position: absolute;
            left: 0;
            z-index: 99999;
        }

        .highlights .highlight-item .highlight-img {
            width: 450px;
            height: 450px;
            margin-right: -50px;
            /* border-radius: 5px; */
            /* border: 6px solid #fff; */
            /* position: absolute; */
            /* left: -45px; */
        }

        .highlight-svg, .highlight-img {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .highlight-text {
            padding: 30px 90px 30px 0;
        }

        #highlights .highlight-text h3 {
            font-size: 24px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        .highlights .highlight-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        .highlights .highlight-item .quote-icon-left, .highlights .highlight-item .quote-icon-right {
            color: #fdedea;
            font-size: 26px;
        }

        .highlights .highlight-item p {
            margin: 15px auto 15px auto;
        }

        .highlights .swiper-pagination {
            margin-top: 20px;
            /* position: relative; */
        }

            .highlights .swiper-pagination .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background-color: transparent;
                opacity: 1;
                border: 1px solid #fff;
            }

            .highlights .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #fff;
            }

        #highlights9 h2 {
            /* background-color: $lightColor; */
            color: #fff;
        }

        #highlights9 .overlay-highlights {
            background-color: rgba(9, 39, 105, 0.3);
            z-index: 9999;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            width: 300px;
            height: 300px;
            position: absolute;
            left: 0;
        }

        #banner-photo .banner-photo {
            z-index: -1;
        }

            #banner-photo .banner-photo .overlay-hero {
                background: #092769;
                background: -moz-linear-gradient(90deg, #092769 20%, rgba(0, 150, 220, 0) 70%);
                background: -webkit-linear-gradient(90deg, #092769 20%, rgba(0, 150, 220, 0) 70%);
                background: linear-gradient(90deg, #092769 20%, rgba(0, 150, 220, 0) 70%);
                background: linear-gradient(90deg, #092769 0%, rgba(0, 150, 220, 0) 70%);
                background: rgba(0, 150, 220, 0);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#092769",endColorstr="#0391bf",GradientType=1);
            }

        #banner-photo .highlight-item {
            padding: 200px 0;
        }

        #banner-photo .highlights .highlight-item .highlight-img {
            object-fit: cover;
            opacity: 0.3;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100%;
            z-index: 0;
        }

        #banner-photo .highlight-text {
            z-index: 999999999;
            padding: 3rem;
            background-color: var(--primaryColor90);
            border-radius: 5px;
            margin-left: auto;
            /*box-shadow: 0px 0 30px rgb(1 41 112);*/
        }

            #banner-photo .highlight-text h2 {
                color: #ffffff;
            }

        #banner-photo .overlay-hero {
            z-index: 2;
        }

        #banner-photo .swiper-pagination {
            margin-bottom: 60px;
        }

        #banner-photo.about {
            padding: 0;
        }
        /*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
        .features .content + .content {
            margin-top: 100px;
        }

        .features .content h3 {
            font-weight: 600;
            font-size: 26px;
        }
        /* .features .content ul {
    list-style: none;
    padding: 0;
  } */
        .features .content ul li {
            padding-bottom: 10px;
        }

        .features .content ul i {
            font-size: 20px;
            padding-right: 1rem;
            color: #3b4ef8;
        }

        .features .content p:last-child {
            margin-bottom: 0;
        }

        #features .icon-large {
            text-align: center;
            justify-content: center;
        }

            #features .icon-large i {
                font-size: 13rem;
                color: #0391bf;
            }
        /*--------------------------------------------------------------
  # News
  --------------------------------------------------------------*/
        .news .icon-box {
            padding: 30px;
            border-radius: 15px;
            background-color: #f1f1f2;
            transition: ease-in-out 0.3s;
            box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
            border: 1px solid #eaeaea;
        }

            .news .icon-box i {
                float: left;
                color: #092769;
                font-size: 40px;
                line-height: 0;
                padding-top: 10px;
            }

            .news .icon-box h4 {
                margin-bottom: 15px;
                /* font-size: 18px; */
            }

            .news .icon-box h4 {
                /* color: #384046; */
                color: #092769;
                transition: 0.3s;
                /* font-size: 22px; */
            }

        #main #landing-cards .news .landing-card a .icon-box h4 {
            text-decoration: none;
            color: #102c6d;
        }

        .news .icon-box p {
            line-height: 24px;
            font-size: 18px;
            color: #102c6d;
            font-weight: 400;
        }

        .news .icon-box:hover {
            box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
            color: #102c6d;
        }

            .news .icon-box:hover h4 {
                color: #102c6d;
            }

        #landing-cards .news a {
            text-decoration: none;
            /* background-color: #f7fbfe; */
            /* background-color: #1979cc11; */
            /* background-color: #436f991c; */
            color: #102c6d;
        }
        /* .news-list .icon-box {
    min-height: 0;
    margin-bottom: 2rem;
  } */
        .news-list .icon-box .news-description {
            font-weight: 400;
            font-size: 16px;
        }

        .article-date {
            font-size: 18px;
            /* padding: .75rem 1.25rem; */
            padding: 0.75rem 0 0 0;
            margin-bottom: 0;
        }

        #content .article-date {
            font-weight: 500;
        }
        /* News pager */
        .paging-block {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        #paging {
            margin-top: 3rem;
            margin-bottom: 1rem;
        }

            #paging a {
                text-decoration: none;
            }

            #paging .btn-primary {
                background-color: #ffffff;
                border-radius: 5;
                border: none;
                color: #092769;
            }

                #paging .btn-primary:hover {
                    box-shadow: rbga(0, 0, 0, 0.08) 0px 2px 22px;
                    /* background-color: $primaryColor;
    color: #fff; */
                }

            #paging .btn-right:hover .fa-chevron-right {
                animation: arrow-right 0.3s linear forwards;
            }

            #paging .btn-left:hover .fa-chevron-left {
                animation: arrow-left 0.3s linear forwards;
            }
        /*PROGRAMMES*/
        /*--------------------------------------------------------------
  # News
  --------------------------------------------------------------*/
        .programmes .icon-box {
            padding: 30px;
            border-radius: 15px;
            background-color: #f1f1f2;
            transition: ease-in-out 0.3s;
            box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
            border: 1px solid #eaeaea;
        }

            .programmes .icon-box i {
                float: left;
                color: #092769;
                font-size: 40px;
                line-height: 0;
                padding-top: 10px;
            }

            .programmes .icon-box h4 {
                margin-bottom: 15px;
                /* font-size: 18px; */
            }

            .programmes .icon-box h4 {
                /* color: #384046; */
                color: #092769;
                transition: 0.3s;
                /* font-size: 22px; */
            }

        #main #landing-cards .programmes .landing-card a .icon-box h4 {
            text-decoration: none;
            color: #102c6d;
        }

        .programmes .icon-box p {
            line-height: 24px;
            font-size: 18px;
            color: #102c6d;
            font-weight: 400;
        }

        .programmes .icon-box:hover {
            box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
            color: #102c6d;
        }

            .programmes .icon-box:hover h4 {
                color: #102c6d;
            }

        #landing-cards .programmes a {
            text-decoration: none;
            /* background-color: #f7fbfe; */
            /* background-color: #1979cc11; */
            /* background-color: #436f991c; */
            color: #102c6d;
        }
        /* .news-list .icon-box {
    min-height: 0;
    margin-bottom: 2rem;
  } */
        .programmes-list .icon-box .programmes-description {
            font-weight: 400;
            font-size: 16px;
        }

        .article-date {
            font-size: 18px;
            /* padding: .75rem 1.25rem; */
            padding: 0.75rem 0 0 0;
            margin-bottom: 0;
        }

        #content .article-date {
            font-weight: 500;
        }
        /*PROGRAMMES*/
        /*--------------------------------------------------------------
# Landing-cards - Quick links
--------------------------------------------------------------*/
        #quick-links {
            display: flex;
            flex-direction: column;
        }

        .landing-cards {
            padding: 0 0 20px 0;
            position: relative;
            z-index: 3;
            padding-bottom: 3rem;
        }

        .q-links {
            padding-top: 2rem;
            padding-bottom: 5rem;
        }

        .landing-cards .content {
            padding: 30px;
            background: #092769;
            border-radius: 5px;
            color: #fff;
        }

            .landing-cards .content h3 {
                font-weight: 700;
                font-size: 34px;
                margin-bottom: 30px;
            }

            .landing-cards .content p {
                margin-bottom: 30px;
                text-align: left;
            }

            .landing-cards .content .more-btn {
                display: inline-block;
                background: rgba(255, 255, 255, 0.2);
                padding: 6px 30px 8px 30px;
                color: #fff;
                border-radius: 5px;
                transition: all ease-in-out 0.4s;
            }

                .landing-cards .content .more-btn i {
                    font-size: 16px;
                }

                .landing-cards .content .more-btn:hover {
                    color: #092769;
                    background: #fff;
                }

        .landing-cards .icon-boxes .icon-box {
            /* text-align: center; */
            border-radius: 5px;
            background: #fff;
            /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2); */
            box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
            padding: 40px 30px;
            width: 100%;
            transition: all 0.3s ease-in-out;
            overflow: hidden;
            position: relative;
            z-index: 1;
            min-height: 100%;
        }

            .landing-cards .icon-boxes .icon-box i {
                font-size: 40px;
                color: #092769;
                margin-bottom: 30px;
                transition: all 0.8s ease-in-out;
            }

            .landing-cards .icon-boxes .icon-box h4 {
                font-size: 20px;
                font-weight: 600;
                margin: 0 0 30px 0;
                color: #212529;
            }

            .landing-cards .icon-boxes .icon-box p, .landing-cards .icon-boxes .icon-box h6, .landing-cards .icon-boxes .icon-box ul li {
                font-size: 16px;
                color: #716f6f;
            }

            .landing-cards .icon-boxes .icon-box ul li {
                color: #092769;
            }

            .landing-cards .icon-boxes .icon-box p:last-of-type {
                margin-bottom: 0;
            }
            /* hover styles  */
            .landing-cards .icon-boxes .icon-box::before {
                content: '';
                position: absolute;
                background: #ffffff;
                right: 0;
                left: 0;
                bottom: 0;
                top: 100%;
                transition: all 0.8s;
                z-index: -1;
            }

            .landing-cards .icon-boxes .icon-box:hover::before {
                background: #092769;
                top: 0;
                border-radius: 5px;
            }

            .landing-cards .icon-boxes .icon-box:hover {
                /* background: $primaryColor; */
                cursor: pointer;
            }

                .landing-cards .icon-boxes .icon-box:hover h4, .landing-cards .icon-boxes a .icon-box:hover h4 {
                    color: #102c6d;
                }

                .landing-cards .icon-boxes .icon-box:hover i {
                    color: #102c6d;
                }

                .landing-cards .icon-boxes .icon-box:hover p {
                    color: #102c6d;
                }

                .landing-cards .icon-boxes .icon-box:hover h6, .landing-cards .icon-boxes .icon-box:hover ul li {
                    color: #102c6d;
                }

        #landing-cards .landing-card {
            margin-top: 30px;
        }

        .icon-box-outer, .icon-box {
            min-height: 100%;
        }

        .landing-cards .icon-boxes a, #landing-cards .landing-card a {
            text-decoration: none;
        }

        .icon-box-outer-hide {
            min-width: 100%;
        }
        /* 
  #landing-cards .card-topic {
    color: $primaryColor;
  } */
        #nes-logo .nes-logo-top path:nth-child(21), #nes-logo .nes-logo-top path:nth-child(22), #nes-logo .nes-footer path:nth-child(21), #nes-logo .nes-footer path:nth-child(22), #nes-logo-footer .nes-logo-top path:nth-child(21), #nes-logo-footer .nes-logo-top path:nth-child(22), #nes-logo-footer .nes-footer path:nth-child(21), #nes-logo-footer .nes-footer path:nth-child(22) {
            opacity: 60%;
        }

        #nes-logo:hover .nes-logo-top path:nth-child(21), #nes-logo:hover .nes-logo-top path:nth-child(22), #nes-logo:hover .nes-footer path:nth-child(21), #nes-logo:hover .nes-footer path:nth-child(22), #nes-logo-footer:hover .nes-logo-top path:nth-child(21), #nes-logo-footer:hover .nes-logo-top path:nth-child(22), #nes-logo-footer:hover .nes-footer path:nth-child(21), #nes-logo-footer:hover .nes-footer path:nth-child(22) {
            opacity: 100%;
        }

        #nes-logo:hover .nes-logo-top path:not(:nth-child(21)):not(:nth-child(22)), #nes-logo:hover .nes-footer path:not(:nth-child(21)):not(:nth-child(22)), #nes-logo-footer:hover .nes-logo-top path:not(:nth-child(21)):not(:nth-child(22)), #nes-logo-footer:hover .nes-footer path:not(:nth-child(21)):not(:nth-child(22)) {
            opacity: 60%;
        }

        .gj-footer:hover path:not(:nth-child(4)):not(:nth-child(5)) {
            opacity: 60%;
        }
        /* Search page */
        #search-results ul li {
            list-style-type: none;
            list-style: none;
        }

            #search-results ul li::marker {
                display: none;
            }
        /*--------------------------------------------------------------
  ** Footer
  --------------------------------------------------------------*/
        footer {
            font-size: 1.13rem;
            line-height: 2.26rem;
        }

            footer ul {
                padding: 0;
            }

                footer ul li {
                    list-style-type: none;
                }

                    footer ul li a {
                        color: #ffffff;
                    }

        .blue {
            color: #A4C2D6;
        }

        .sub-footer p {
            font-size: 16px;
            font-weight: 300;
            /*color: #A4C2D6;*/
        }

            .sub-footer p, .sub-footer p a {
                /*color: #A4C2D6;*/
                color: #cccccc;
            }

                .sub-footer p a:hover {
                    color: #ffffff;
                }

        .icons-footer {
            display: flex;
            justify-content: center;
            flex-direction: row;
        }

        .footer-social-icon {
            padding: 0.25rem;
            color: #A4C2D6;
        }

            .footer-social-icon:hover {
                color: #ffffff;
                animation: icons-rise 0.3s linear forwards;
            }

        @keyframes icons-rise {
            from {
                transform: translateY(0px);
            }

            to {
                transform: translateY(-5px);
            }
        }
        /* footer pdf  */
        footer .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

        .footer-last {
            margin-bottom: 0rem;
            padding-bottom: 0rem;
            font-size: 18px;
            /*text-align: center;*/
        }

        .footer-logo-text {
            font-size: 1.5rem;
            line-height: 1rem;
        }

        .copysymbol {
            font-size: 20px;
        }

        .footer ul {
            padding: 0;
            list-style-type: none;
        }

        .mob-footer-accordian {
            font-size: 1.25rem;
        }

        .footer-accordian-header {
            background-color: transparent;
            border: none;
            padding: 1rem;
            font-size: 1.5rem;
            width: 100%;
            border-bottom: 3px solid var(--black);
            text-align: left;
            font-size: 17px;
            letter-spacing: 1px;
        }

            .footer-accordian-header:focus {
                outline: none;
            }

        .footer .fab {
            width: 7%;
            box-sizing: border-box;
        }

        .panel-body {
            padding: 1rem;
            font-size: 17px;
            font-weight: 400;
            line-height: 1.5;
        }

        .logo-container-footer {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin-top: 0;
            flex-direction: column;
        }

        .gj-logo-footer {
            margin-bottom: 3rem;
        }

        #footerCollapse_3 li {
            padding-bottom: 0;
        }

        .logo-container-footer-mob {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 535px) {
        .logo-container-footer {
            justify-content: center;
        }
    }

    @media (min-width: 992px) {
        /* iphone 5/SE column logos in footer  */
    }

    @media only screen and (min-width: 992px) and (max-width: 346px) {
        .logo-container-footer {
            display: none;
        }
    }

    @media only screen and (min-width: 992px) and (min-width: 347px) {
        .logo-container-footer-mob {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .logo-text-footer {
            display: flex;
            flex-direction: row;
            /* margin-top: 2rem; */
        }

            .logo-text-footer p {
                margin-bottom: 0;
                line-height: 130%;
                font-size: 14px;
                padding-left: 1rem;
            }

        .nes-footer {
            min-height: 100%;
        }

        .footer-last a {
            color: #212121;
        }

        .site-info {
            font-size: 1.5rem;
            font-weight: 500;
        }

        footer .fa-chevron-right {
            color: #0096dc;
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

        footer ul li {
            text-indent: 0rem;
            padding-left: 0rem;
        }

        .social-footer ul li {
            text-indent: 0;
            padding-left: 0;
        }

            .social-footer ul li a i {
                font-size: 1.8rem;
                margin-right: 1.5rem;
                color: #0096dc;
            }

            .social-footer ul li a:hover i {
                animation: icons-rise 0.3s linear forwards;
            }

            .social-footer ul li a:hover span {
                color: #ffffff;
                text-decoration: underline;
            }

        @keyframes icons-rise {
            from {
                transform: translateX(0px);
            }

            to {
                transform: translate(2.5px, -2.5px);
            }
        }
        /* Move arrows footer links hover  */
        footer ul li a:hover .fa-chevron-right {
            animation: arrow-right 0.3s linear forwards;
        }

        @keyframes arrow-right {
            from {
                transform: translateX(0px);
            }

            to {
                transform: translateX(3px);
            }
        }

        .side-desk {
            display: block;
        }

        .side-mob {
            display: none;
        }

        #ql a {
            text-decoration: none;
        }

        #about-home .about-text {
            padding-left: 30px;
        }

        .highlight-vector {
            width: 120%;
        }

        .overlay-hero {
            background: #092769;
            background: -moz-linear-gradient(90deg, #092769 0%, rgba(0, 150, 220, 0) 65%);
            background: -webkit-linear-gradient(90deg, #092769 0%, rgba(0, 150, 220, 0) 65%);
            background: linear-gradient(90deg, #092769 0%, rgba(0, 150, 220, 0) 65%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#092769",endColorstr="#0391bf",GradientType=1);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        @media only screen and (min-width: 1200px) {
            .q-links {
                padding-bottom: 4rem;
            }
        }


        @media only screen and (max-width: 1023px) {
            /* Top logo mobile */
            #logo-text p {
                color: #ffffff;
            }
        }

        .contact-details-col i {
            font-size: 1.5rem;
            color: var(--accentColor);
        }




        #landing-generic .icon-box-outer {
            min-width: 100%;
        }
        /*# sourceMappingURL=styles.css.map */

        #site-info-footer {
            color: #ffffff;
        }

        .current {
            background: var(--lightColor);
            border-left: 5px solid var(--primaryColor);
        }

        .side-menu-general ul li:hover {
            background-color: var(--lightColor);
        }

        #contact-submit {
            /*background-color: #0096dc;*/
            /*border-color: #0096dc;*/
        }

        iframe {
            border: 0;
        }

        .side-menu li, .side-menu h3 {
            padding: .75rem 1.25rem;
            /*display: inherit;*/
        }





        #contact-submit {
            /*background-color: var(--primaryColor);*/
        }
        /*.contact-details-col p:nth-of-type(2) {*/
        /*    text-indent: -1rem;*/
        /*    padding-left: 2rem;*/
        /*}*/
        /*TABLES*/
        /* 
Generic Styling, for Desktops/Laptops 
*/
        table {
            width: 100%;
            border-collapse: collapse;
            /*box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);*/
            border-spacing: 0;
            box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        td:first-of-type {
            border-left: none;
        }

        td:last-of-type {
            border-right: none;
        }
        /* Zebra striping */
        tr:nth-of-type(odd) {
            background: #F3F6F9;
        }

        table a {
            color: var(--linkColor);
        }

        th {
            background: var(--primaryColor);
            color: white;
            font-weight: bold;
        }

        td {
            padding: 1rem;
            border: 1px solid #ccc;
            text-align: left;
            border-bottom: none;
            border-top: none;
        }

        th:not(th:nth-of-type(1)) {
            border-left: 1px solid #ccc;
        }

        th {
            padding: 1rem;
            text-align: left;
        }

            th:first-of-type {
                border-top-left-radius: 5px;
            }

            th:last-of-type {
                border-top-right-radius: 5px;
            }

        tr:last-of-type {
            border-bottom-left-radius: 5px;
        }

        .alternative table {
            width: 100%;
            border-collapse: collapse;
        }

        .alternative th {
            font-weight: bold;
        }

        .alternative td, .alternative th {
            padding: 6px;
            border: 1px solid #ccc;
            text-align: left;
        }
        /*Subscribe button */

        .subscribe h2 {
            font-size: 24px;
            letter-spacing: 1px;
            line-height: 30px;
            font-weight: 600;
            margin: 16px 0;
        }

        .subscribe {
            background-color: var(--lightColor);
            padding: 30px 0;
        }

        #subscribe .btn-subscribe {
            text-decoration: none;
            z-index: 99999999;
            font-size: 22px;
            padding: 15px 25px;
            letter-spacing: 1px;
            font-weight: 600;
            background: var(--primaryColor);
            color: #ffffff;
            border: 2px solid #ffffff;
            transition: 0.3s;
        }

            #subscribe .btn-subscribe:hover {
                background: transparent;
                color: var(--primaryColor);
                border: 2px solid var(--primaryColor);
            }


        #subscribe2 .btn-subscribe, #subscribe4 .btn-subscribe {
            text-decoration: none;
            z-index: 99999999;
            font-size: 22px;
            /*padding: 15px 25px;*/
            padding: 10px 5px;
            letter-spacing: 1px;
            font-weight: 600;
            background: #FFBF00;
            color: var(--primaryColor);
            border: 2px solid #FFBF00;
            transition: 0.3s;
        }

            #subscribe2 .btn-subscribe:hover, #subscribe4 .btn-subscribe:hover {
                background: transparent;
                color: var(--primaryColor);
                border: 2px solid var(--primaryColor);
            }

        #subscribe3 .btn-subscribe {
            text-decoration: none;
            z-index: 99999999;
            font-size: 22px;
            padding: 15px 25px;
            letter-spacing: 1px;
            font-weight: 600;
            background: #F4A092;
            color: var(--primaryColor);
            border: 2px solid #F4A092;
            transition: 0.3s;
        }

            #subscribe3 .btn-subscribe:hover {
                background: transparent;
                color: var(--primaryColor);
                border: 2px solid var(--primaryColor);
            }

        #subscribe4 h2 {
            color: var(--primaryColor);
        }

        /* Step 1: Basic styling for all icons
   These styles are required to make icons render reliably */
        .icon::after {
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
        }

        .external:after {
            font: var(--fa-font-solid);
            content: '\f08e';
            /*font-family: "Font Awesome 5 Pro";
            font-weight: 400;*/
            padding-left: 0.5rem;
        }





        /*Quote testimonial */
        .quote-img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            margin: 1.2rem auto;
        }

            .quote-img img, #testimonials .quote-img img {
                border-radius: 50%;
                width: 100px;
                height: 100px;
                object-fit: cover;
            }


        .quote p {
            font-size: 1.5rem;
        }

        .quote-footer p:nth-of-type(1) {
            margin-bottom: 0.2rem;
        }

        .quote-footer p:nth-of-type(2), #testimonials .quote-footer p {
            opacity: 0.7;
        }

        .quote .fas:before {
            color: #0096dc;
        }


        #testimonials .quote-carousel p, #testimonials .quote-footer p {
            font-weight: 400;
        }
        /*Testimonials carousel */

        .carousel-inner .active {
            display: flex;
            /*min-height: 430px;*/
        }

        .testimonial-content {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        #testimonials {
            background-color: #f5f5f5;
        }

        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23092769' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
        }

        .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23092769' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
        }
        /*TOP HEADER*/
        /*  .top-header {
      min-height: 120px;
      border-bottom: 1px solid #e6e6e6;
      background: #fff;
    }

    .header-inner {
      min-height: 120px;
      max-width: 1660px;
      margin: 0 auto;
      padding: 0 20px;
    }*/
        /* Logo */
        /*.brand {
      display: flex;
      align-items: center;
      text-decoration: none;
    }

    .brand img {
      width: 105px;
      height: auto;
      display: block;
    }

    .brand-title {
      margin-left: 18px;
      color: #063b78;
      font-size: 38px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: -1.2px;
    }*/
        /* Search */



        .search-pill {
            width: 280px;
            height: 50px;
            border: 1px solid #e1e3e6;
            border-radius: 40px;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            padding: 0 0 0 20px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) inset;}

            .search-pill input {
                flex: 1;
                min-width: 0;
                border: 0;
                outline: 0;
                background: transparent;
                color: #3c5c85;
                font-size: 16px;
                padding: 0; }

                .search-pill input::placeholder {
                    color: #4b668a;
                    opacity: 1;}

        .search-icon {
            color: #365d8e;
            font-size: 20px;
            margin-left: 12px;}

        /* Contact button */
        .contact-btn {
            height: 50px;
            min-width: 190px;
            padding: 0 23px;
            border: 0;
            border-radius: 40px;
            background: #0878cf;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            text-decoration: none;
            transition: background-color 0.2s ease;
        }

            .contact-btn:hover {
                background: #102c6d;
                color: #fff;
            }

            .contact-btn .arrow {
                font-size: 20px;
                margin-left: 20px;
            }
        /* Responsive */
        @media (max-width: 991.98px) {


      

            .contact-btn {
                min-width: 190px;
                height: 55px;
                font-size: 20px;
            }

                .contact-btn .arrow {
                    font-size: 20px;
                    margin-left: 12px;
                }
        }

       

        @media (max-width: 767.98px) {
           
                .search-pill input {
                    font-size: 16px;
                }

            .search-icon {
                font-size: 20px;
            }

            .contact-btn {
                min-width: 155px;
                height: 50px;
                font-size: 16px;
            }

                .contact-btn .arrow {
                    font-size: 20px;
                    margin-left: 12px;
                }
        }
    }