    @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,900;1,400;1,500;1,700&amp;display=swap");
     :root {
        --bg-blue: #0c4da2;
        --bg-pink: #ef018d;
    }
    
    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
    }
    
    .bg-1 {
        background-image: url(/assets/img/bg/background_pages.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    @media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
        .header-logo {
            width: 100px;
        }
        .header-menu {
            padding: 5px 5px;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
        .choose-content-center {
            display: none;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 990px),
    (max-width: 767px) {
        .header-logo {
            width: 100px;
        }
        .header-menu {
            padding: 5px 5px;
        }
    }
    
    @media (min-width: 1200px) {
        .header-menu .container {
            max-width: 1240px !important;
        }
    }
    
    @media (min-width: 992px) {
        .header-menu .container {
            max-width: 1140px !important;
        }
    }
    
    .header-menu nav .top-menu {
        display: flex;
    }
    
    .mt-60 {
        margin-top: 60px;
    }
    
    a:hover {
        text-decoration: none!important;
    }
    
    .padding-0 {
        padding: 0!important;
    }
    
    .header-logo {
        padding: 10px 0px;
    }
    
    .header-top {
        background-color: var(--bg-blue);
        padding: 10px;
    }
    
    .main-menu {
        float: left;
    }
    
    .bg {
        background-image: url(/assets/img/bg/background2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 550px;
    }
    
    .top-button a:hover {
        background-color: var(--bg-blue)!important;
    }
    
    .country_item__wrapper {
        background-color: #fff;
    }
    
    .fact-area {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    
    .fact-area .wrap {
        background: rgba(12, 77, 162, 0.8);
    }
    
    .features .features__content span i {
        font-size: 30px;
        color: var(--bg-pink);
        margin-bottom: 10px;
    }
    
    .features .features__content {
        text-align: center;
    }
    
    .partner_img {
        background-color: #fff;
        height: 120px;
        padding: 20px;
        border-radius: 5px;
    }
    
    .partner_img img {
        width: 50px;
    }

    .testimonail__wrapper__info__img img {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        display: block;
        border: 3px solid #ffffff;
    }
    
    .footer {
        /*  background-image: url(/assets/img/footer-bg/footer-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;*/
        z-index: 10;
    }
    
    .footer::before {
        content: "";
        height: 100%;
        width: 100%;
        /*  background-image: linear-gradient(-180deg, #004e80 0, rgba(0, 38, 73, .71) 100%);*/
        position: absolute;
        top: 0;
        z-index: -1;
    }
    
    .footer .stay-connected {
        padding: 60px 0;
        border-bottom: 1px solid rgba(250, 250, 250, .32);
    }
    
    .footer p {
        text-align: justify;
        color: #fff;
        font-size: 15px;
    }
    
    .footer .main-footer img {
        width: 200px;
        margin-bottom: 10px;
    }
    
    .footer .stay-connected h3 {
        color: #fff;
        font-family: Bodoni-regular;
        font-size: 2.1em;
    }
    
    .footer .stay-connected h2 {
        color: #fff;
        font-family: Bodoni-regular;
        font-size: 2.1em;
    }
    
    .main-footer {
        padding-top: 50px;
    }
    
    .footer-nav h3 {
        color: var(--bg-blue);
        margin-bottom: 20px;
        font-size: 18px;
        /*  font-family: "Lato", sans-serif;*/
        font-family: "Poppins", sans-serif;
        font-weight: 700;
    }
    
    .footer-nav ul li {
        margin-bottom: 8px;
    }
    
    .footer-nav ul li a i {
        color: var(--bg-blue);
    }
    
    .footer-nav ul li a {
        color: rgb(111, 111, 111);
        font-size: 15px;
        font-family: "Poppins", sans-serif;
    }
    
    .footer-nav ul li a:hover {
        color: var(--bg-pink);
    }
    
    .footer-btm {
        background-color: #002649;
    }
    
    .social_links li a {
        color: var(--bg-blue)!important;
        font-size: 15px;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #636770;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    
    .social_links li {
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .social_links li a:hover {
        background: var(--bg-blue);
        color: #ffffff!important;
        border: 1px solid var(--bg-blue);
    }
    
    .ft-b-content {
        color: #fff;
        padding: 15px 0;
    }
    
    .partner-active {
        padding: 10px 0px;
    }
    /*.partner-active .partner_img {
    background-color: #fff;
    padding: 20px;
    height: 100px;
    width: 250px;
    border: 1px solid #f7f7f8;
}*/
    
    .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link.collapsed:after {
        content: "\f0a2";
    }
    
    .main-part .faq-content .accordion .card .card-header .card-link:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f1f7";
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        font-weight: 400;
    }
    
    .frequent-area .img-part {
        background: url(/assets/img/bg/graduate1.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        min-height: 400px;
    }
    
    .frequent-area .main-part {
        padding: 60px 0px 50px 40px !important;
        background: #f0f3ff;
        position: relative;
        top: 40px;
    }
    
    .frequent-area .main-part-2 {
        padding: 30px 20px 30px 20px !important;
        background: #f0f3ff;
        position: relative;
        top: 20%;
    }
    
    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, .125);
    }
    
    .faq-content .accordion-item .accordion-button {
        border-radius: 0px;
        font-size: 18px;
        font-weight: 500;
        color: var(--bg-blue)
    }
    
    .accordion-body {
        color: #6f6f6f;
    }
    
    .bread {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1rem;
        list-style: none;
        border-radius: 0.25rem;
    }
    
    .bread .bd-items a {
        color: #fff;
    }
    
    .bread .bd-items a:hover {
        color: var(--bg-pink);
    }
    
    .contact__area .info-box {
        color: #444444;
        background: #f0f3ff;
        padding: 30px;
    }
    
    .contact__area .info-box h3 {
        color: var(--bg-blue);
        font-size: 20px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        margin: 20px 0 10px 0;
    }
    
    .contact__area .info-box i {
        font-size: 38px;
        line-height: 0;
        color: var(--bg-pink);
    }
    
    .contact__area .info-box p {
        margin-bottom: 2px;
    }
    
    .section_title_wrapper__about-content p {
        text-align: justify;
    }
    
    .section_title_wrapper__about-content h5 {
        color: var(--bg-blue);
    }
    
    .united-states__title3 {
        color: var(--bg-blue);
    }
    
    .course-detils__title {
        color: var(--bg-blue);
    }
    
    .course-ieltes-txt h4 {
        color: var(--bg-blue);
    }
    
    .course-module__title {
        color: var(--bg-blue);
    }
    
    .course__items-dtext h4 {
        color: var(--bg-blue);
    }
    
    .course__items-dtext span {
        color: var(--bg-pink);
    }
    
    .about-us-area .filter {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    
    .filter button.active {
        color: #fff;
        background-color: var(--bg-blue);
        border: 1px solid var(--bg-blue);
    }
    
    .filter button {
        font-size: 14px;
        font-weight: 500;
        color: var(--bg-pink);
        font-family: 'Barlow', sans-serif;
        border: 1px solid var(--bg-pink);
        background: transparent;
        padding: 9px 20px;
        border-radius: 50px;
        margin: 0 10px 10px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    
    .btn:focus {
        outline: none!important;
        box-shadow: none!important;
    }
    
    .h-product-item .h-product-thumb img {
        width: 100%;
        min-height: 255px;
    }
    
    .h-product-item .h-product-thumb video {
        width: 100%;
    }
    /*.services-section-grid {
        background: url(/assets/img/bg/serv_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        width: 380px;
        height: 140px;
    }*/
    
    .services-section-grid-head {
        background: url(/assets/img/bg/serv_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        height: 140px;
    }
    
    .service-icon {
        float: left;
        width: 18%;
        margin-right: 2%;
    }
    
    .service-icon i {
        font-size: 38px;
        color: #fff;
        padding: 15px;
        padding-top: 55%;
        margin-bottom: 5px;
    }
    
    .rocket {
        width: 67px;
        height: 132px;
        background: 18px 43px var(--bg-blue);
        display: inline-block;
    }
    
    .service-icon-heading {
        float: left;
        width: 75%;
        padding: 1em 2em 2em 1em;
    }
    
    .service-icon-heading h4 {
        color: #565252;
        font-size: 1.1em;
        font-weight: 600;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        padding-top: 2px;
        margin-bottom: 5px;
    }
    
    .services-section-grid p {
        color: #404040;
        font-size: 0.9em;
        line-height: 1.6em;
        font-weight: 400;
        margin-top: 1px;
        padding-right: 8px;
    }
    /*@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .service-icon {
        width: 11%;
        margin-right: 2px;
    }
    .service-icon-heading p {
        width: 300px;
    }
}

@media only screen and (min-width: 355px) and (max-width: 575px),
(max-width: 575px) {
    .service-icon-heading {
        float: right;
        width: 85%;
        padding: 1em 2em 2em 1em;
    }
}*/
    
    .clearfix:before {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }
    
    .choose-area .choose-img-left {
        float: right;
        margin-bottom: 50px;
    }
    
    .choose-area .choose-img {
        float: left;
        margin-bottom: 50px;
    }
    
    .services {
        background-position: center top;
        background-color: var(--bg-blue);
    }
    
    .bg-white {
        background-color: #fff!important;
    }
    
    .processbox-wrapper {
        position: relative;
    }
    
    @media only screen and (min-width: 992px) {
        .processbox-wrapper:before {
            content: '';
            position: absolute;
            left: -346px;
            right: 0;
            height: 100%;
            display: block;
            background-image: url(/assets/img/bg/arrow.png);
            top: -5px;
            background-repeat: no-repeat;
            background-position: center center;
        }
    }
    
    .process-box {
        position: relative;
        display: block;
        text-align: center;
        width: 300px;
        height: 300px;
        background: #fff;
        padding: 20px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 30px;
        box-shadow: 0 10px 50px 0 rgb(29 79 206 / 10%);
        -webkit-box-shadow: 0 10px 50px 0 rgb(29 79 206 / 10%);
        -moz-box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
        transition: all 500ms ease;
    }
    
    .process-box .process-num {
        margin-right: 5px;
        font-size: 20px;
        font-weight: 500;
        background-color: #00b5f0;
        color: #fff;
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 50%;
        border: none;
        display: block;
        text-align: center;
        position: absolute;
        left: auto;
        right: 30px;
        top: 20px;
        z-index: 10;
    }
    
    .featured-content {
        position: relative;
        border-radius: 50%;
        padding: 65px 15px 60px 15px;
        width: 260px;
        height: 260px;
        border: 6px solid #e8ecef;
        -webkit-transition: all 0.3s ease-in-out 0s !important;
        -moz-transition: all 0.3s ease-in-out 0s !important;
        -ms-transition: all 0.3s ease-in-out 0s !important;
        -o-transition: all 0.3s ease-in-out 0s !important;
        transition: all 0.3s ease-in-out 0s !important;
    }
    
    .featured-title h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 15px;
        color: #2e3591;
    }
    
    .ttm-box-description p {
        font-size: 14px;
        color: #8d8d8d;
        ;
        font-family: 'Montserrat', sans-serif;
    }
    
    .processbox-wrapper .process-box:hover {
        box-shadow: 0 -10px 39px 0 rgb(8 18 109 / 10%);
        -webkit-box-shadow: 0 -10px 39px 0 rgb(8 18 109 / 10%);
        -moz-box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
        transform: translateY(-10px);
    }
    
    .processbox-wrapper .process-box:hover .featured-content {
        border-color: #2e3591;
    }
    
    .cmt-col-wrapper-bg-layer {
        background-image: url(/assets/img/bg/background_globe.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .cmt-col-wrapper-bg-layer-inner {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .about-area {
        /*  background-image: url(/assets/img/bg/background_globe.png);*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg-light {
        background-color: #f5faff;
    }
    
    .choose-area {
        background-image: url(/assets/img/bg/background_globe.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .team-area {
        background-image: url(/assets/img/bg/partner_bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    
    .team-area .wrap {
        background: rgba(12, 77, 162, .8);
    }
