    @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("../img/bg/globe.jpeg");
        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;
        margin: 10px 0px;
    }

    .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;
        border-radius: 5px;
    }

    .partner_img img {
        width: 50px;
    }

    .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: #2e3a41;
        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;
        color: rgb(111, 111, 111);
        font-size: 15px;
        font-family: "Poppins", sans-serif;
    }

    .footer-nav ul li a i, .footer-nav ul li i {
        color: #2e3a41;
     /* margin-right: 10px; */
    }



    .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: #f14950;
    }

    .footer-btm {
        background-color: #2e3a41
    }

    .footer-btm .ft-b-content a:hover {
        color: #f14950;
    }

    .social_links li a {
        /* color: #2e3a41!important; */
        font-size: 15px;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #2e3a41;
        -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: #f14950;
        color: #ffffff !important;
        border: 1px solid #f14950;
    }

    .ft-b-content {
        color: #fff;
        padding: 15px 0;
    }

    .ft-b-content a {
        color: #fff;
    }

    .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; */
        box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
        position: relative;
        /* top: 17%; */
        bottom: 3%;
    }

    .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:#f14950;
        background-color: #F8FAFB;
    }

    .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;
        text-align: center;
        background: #fff;
        padding: 10px;
        height: 160px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    }

    .contact__area .info-box i {
        line-height: 50px;
        width: 50px;
        height: 50px;
        border: 1px dashed #f14950;
        border-radius: 50%;
        font-size: 20px;
        display: inline-block;
        color: #f14950;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        text-align: center;
        /* margin-bottom: 20px; */
    }

    .contact__area .info-box:hover i{
        background-color: #2e3a41;
        color: #ffffff;
        border: 1px dashed #2e3a41;
    }

    .contact__area .info-box h3 {
        color: #2e3a41;
        font-size: 18px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        margin: 5px 0 5px 0;
    }

   
    .contact__area .info-box p {
        margin-bottom: 2px;
    }

    .section_title_wrapper__about-content p {
        text-align: justify;
    }

    .section_title_wrapper__about-content h5 {
        color: #2e3a41;
    }

    .united-states__title3 {
        color: #f14950;
    }

    .sidebar__deatils p{
        text-align: justify;
    }

    .course-detils__title {
        color: #f14950;
    }

    .course-ieltes-txt h4 {
        color: #f14950;
    }

    .course-module__title {
        color: #2e3a41;
    }

    .course__items-dtext h4 {
        color: #2e3a41;
    }

    .course__items-dtext span {
        color: #f14950;
    }

    .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: #2e3a41;
        border: 1px solid #2e3a41;
    }

    .filter button {
        font-size: 14px;
        font-weight: 500;
        color: #f14950;
        font-family: 'Barlow', sans-serif;
        border: 1px solid #f14950;
        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("../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); */
        background-image: -webkit-gradient(linear, left top, right top, from(#2e3a41), to(#f14950));
        background-image: linear-gradient(to right, #2e3a41, #f14950);
        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 center;
        background-image: url("../img/bg/design.png");
        background-repeat: no-repeat;
        background-size: cover;

    }

    .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("../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: #2e3a41;
        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: #2e3a41;
    }

    .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: #f14950;
    }

    .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("../img/bg/1.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .team-area {
        background-image: url("../img/partners/partners-1.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

    .team-area .wrap {
        /* background: rgba(12, 77, 162, .3); */
    }

    .about-image .about2 {
        padding: 38px 38px 30px 5px;
    }

    .about-image .last-image::before {
        content: "";
        position: absolute;
        right: 150px;
        bottom: 30px;
        height: 100%;
        width: 100%;
        z-index: 2;
        border: solid 4px #ffffff;
    }

    .about-image .about3 {
        position: absolute;
        width: 333px;
        height: 325px;
        right: 120px;
    }

    .about-image .last-image {
        width: 333px;
        height: 325px;
        position: relative;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 250px;
    }

    .country_item__wrapper .country_item__wrapper__bottom {
        height: 260px;
    }


    .fact-area {
        padding: 1rem 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 47, 47, 0.5)), to(rgba(103, 57, 57, 0.5)));
        background: linear-gradient(rgba(48, 47, 47, 0.5), rgba(103, 57, 57, 0.5)), url(../img/bg/graduate1.jpg) no-repeat center;
        background-attachment: fixed;
        object-fit: cover;
        color: #fff;
        text-align: center;
        margin-top: -10px;
        --mask: conic-gradient(from 150deg at top, #0000, #000 1deg 59deg, #0000 60deg) top/9px 51% repeat-x, conic-gradient(from -30deg at bottom, #0000, #000 1deg 59deg, #0000 60deg) bottom/9px 51% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }

    .fact-area .subtitle {
        color: #fff;
    }

    .testimonail__wrapper__info__img img {
        height: 70px !important;
        border-radius: 50%;
        width: 70px !important;
    }

    .footer-contact-info ul li a i {
        margin-right: 10px;
    }

    .team-area .partner-active .item {
        position: relative;
        overflow: hidden;
        background: #ffffff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .team-area .partner-active .item .partner_img img {
        position: relative;
        /* width: 100%; */
        display: block;
        height: auto;
        width: auto;
        /* padding: 20px 40px; */
        max-width: 100%;
        max-height: 100%;
    }

    .section_title_wrapper .about-detail .icon {
        left: 20px;
        position: relative;
        margin-bottom: 10px;
        display: inline-block;
    }

    .section_title_wrapper .about-detail p{
        color: #2e3a41;
    }

 .mission-section .section_title_wrapper {
    margin-bottom: 20px;
 }


.mission-section  .single-box {
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid #fff;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-right: 10px;
    margin-top: 10px;
}

.mission-section  .single-box h3 {
    display: inline-block;
    color: #2e3a41;
    font-size: 24px;
    top: 4px;
    position: relative;
    margin-left: 10px;
}

.mission-section  .single-box p {
    text-align: justify
}

.page-title__area {
    background-image: url(../img/bg/graduate1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}

.page-title__area:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 7);
    opacity: 0.5;
}

.frequent-area  {
    background-image: url("../img/bg/background2.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_title_wrapper{
    margin-top: 20px;
}

.frequent-area{
    /* padding: 70px; */
}

.united-states p{
    text-align: justify;
}

.contact__area{
    background-image: url(../img/bg/background_globe1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact__area .contact__form {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    padding: 20px;
    background: #fff;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.contact__area .contact__form .contact-text {
    padding-bottom: 40px;
    text-align: center;
}

.contact__area .contact__form .contact-text  h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 30px;
    color: #050f25;
}

.contact__area .contact__form .contact-text h4 {
    color: #2e3a41;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
}

.contact__area .contact__form .contact-text h4 span {
    color: #f14950;
}

.sidebar__deatils .course__items{
    margin-bottom: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aslider {
    margin-top: 100px;
}

/* CSS for mobile view */
@media screen and (max-width: 767px) {
    .contact__area {
        display: flex;
        flex-direction: column-reverse; /* Reverse the order of columns */
    }

    .contact__area .col-xxl-4 {
        order: 2; /* Change the order of the first column */
    }

    .contact__area .col-xl-8 {
        order: 1; /* Change the order of the second column */
    }
}

