    @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: #3951A2;
        --bg-pink: #D80B14;
    }
    
    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;
    }
    ul.top-menu {
        margin-bottom: 0px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    
    a:hover {
        text-decoration: none!important;
    }
    
    .padding-0 {
        padding: 0!important;
    }
    
    .header-logo {
        padding: 0px 0px;
    }
    .header-logo img{
        height: 80px;
        width: 200px;
    }
    
    
    .header-top {
        /* background-color: var(--bg-blue); */
        padding: 5px;
    }
    
    .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 {
        height: 490px;
        background: #edf2fa;
    }
    
    .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;
    }
    
    .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;
        /* height: 500px; */
    }
    
    /* .footer::before {
        content: "";
        height: 100%;
        width: 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 {
        color: #fff;
        font-size: 15px;
        color: rgb(111, 111, 111);
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        color: #333333;
        display: block;
        padding: 2px 0px;
        font-weight: 500;
        line-height: 36px;
        font-family: "Lato", sans-serif;
    }
    
    .footer .down_logo img {
     /* width: 200px; */
    /* margin-bottom: 10px; */
    height: 82px;
    margin-top: 30px;
    }
    
    .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;
        position: absolute;
        height: 500px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    } */
    .border-right{
        border-right: 1px solid #f7f7f7;
    }
  
   
    .footer-nav h3 {
        color: var(--bg-blue);
        margin-bottom: 30px;
        font-size: 22px;
        /* font-family: "Lato", sans-serif; */
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-family: "Lato", sans-serif;
    }
    
    .footer-nav ul li {
        margin-bottom: 8px;
    }
    
    .footer-nav ul li a i {
        color: #3951a2;
        padding-right: 6px;
    }
    .social_links li a i {
        color: #3951a2;
        padding-right: 0px!important;
    }
    
    .footer-nav ul li a {
        color: rgb(111, 111, 111);
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        color: #333333;
        display: block;
        padding: 2px 0px;
        font-weight: 500;
        line-height: 30px;
        font-family: "Lato", sans-serif;
    }
    
    .footer-nav ul li a:hover {
        color: var(--bg-pink);
    }
    
    .footer-btm {
        background-color: #fff;
    }
    
    .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);
    }
    .footer-btm {
        background-color: #3951a2;
    }
    .ft-b-content {
        color: #fff;
        padding: 15px 0;
      
    }
    .ft-b-content a {
        color: #ffc107;
    }
    .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: blue;
        border: 1px solid 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-color: #3951a2;
        /* opacity: 0.9; */
    }
    
    .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: #d50910;
        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: 0px;
        margin-bottom: 20px;
        color: #2e3591;
        text-align: center;
    }
    
    .ttm-box-description p {
        font-size: 14px;
        color: #8d8d8d;
        ;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
    }
    
    .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: #dc3545;
    }
    
    .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: rgb(57,81,162);
    }
    .frequent-area {
        position: relative;
        height: 500px;
        background: #3951a2c2;
        z-index: -1;
    }
    /* .services {
      
        background-image: url(../img/whyus/background.png);
    } */
    .services{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    
    }
    .progress-wrap svg.progress-circle path {
        stroke: #dc3545;
    }
    .progress-wrap::after {
        color: #d5060c;
    }
    .testimonail__wrapper {
        background: #fff;
        padding: 30px 30px;
        box-shadow: rgb(255 48 48 / 10%) -4px 9px 25px -6px;
        border: 1px solid #dc3545;
        border-image: linear-gradient(to bottom, rgba(216, 11, 20) 30%, rgb(57, 81, 162) 70%) 2; 
        background-color: #fff;
        border-width: 1px;
        height: 500px;
        position: relative;
    }
    .testimonail__wrapper__info.d-flex.align-items-center {
        position: absolute;
        bottom: -0;
        background: #d91016;
        z-index: 9999999;
        /* width: 84%; */
        /* padding: 15px; */
        left: 0;
        right: 0;
        bottom: 0;
        padding: 5px 20px;
    }
    .testimonail__wrapper__content__reviews ul li i {
        color: rgb(255 255 255);
    }
    .testimonail__wrapper__info__author h4 {

        color: rgb(255 255 255);
    }
    .testimonail__wrapper__info__author span {

        color: #fff;
    }
    .membership-img {
        display: inline-flex;
        height: 100px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .process-one__content {
        position: relative;
        display: block;
        margin-left: 0px;
        z-index: 2;
        /* padding: 30px; */
    }
    .process-one__icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background-color: rgb(237 242 250);
        /* box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09); */
        top: 5px;
        overflow: hidden;
        z-index: 1;
        margin-bottom: 15px;
    }
    .process-one__single.d-block {
        background: #edf2fa;
        padding: 20px;
        height: 100%;
    }
    .process-one__single.d-block:hover {
        background: #033a93;
        color: #fff;
    }
    .process-one__single.d-block:hover a {
        color: #fff;
    }
    .process-one__single.d-block:hover p {
        color: #fff;
    }
    .process-one__icon span {
        position: relative;
        display: inline-block;
        font-size: 42px;
        color: #3951a2;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .process-one {
        position: relative;
        display: block;
        counter-reset: count;
        background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);
        background-image: -webkit-linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255, 255, 255) 50%);
        background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);
        padding: 50px 0 50px;
        z-index: 1;
    }
.page-title__area::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: .8;
    content: "";
}
a.home {
    color: #ff494a!important;
}
.page__title-wrapper h3 {
    color: #ffffff;
    font-size: 50px;
    font-size: 64px;
    color: #fff;
    font-weight: 600;
}
/* .about-area-2 {
    position: relative;
}
.about-area-2 ::before {
    position: absolute;
    left: -30px;
    top: -30px;
    height: 100%;
    width: 100%;
    background-image: url(../img/about/pattern-14.webp);
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
} */

.section_title_wrapper__about-content h5 {
    color: #cf0c11;
}
.btn-style-about {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 40px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    z-index: 1;
    border-radius: 50px;
    background: #015cb5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    display: inline-block;
}
.inner-column {
    position: relative;
    padding-right: 75px;
}
.image-column .image-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: right;
}
.image-column.image-2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0;
}
.image-column.abs-image {
    position: absolute;
    left: -230px;
    top: 75px;
}

.image-column img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-animation: ImgBounce1 3s ease-in-out 0s infinite alternate;
    animation: ImgBounce1 3s ease-in-out 0s infinite alternate;
}

.about-left {
    position: relative;
    display: block;
    margin-left: 130px;
    margin-right: 40px
}

.about-shape-2 {
    position: absolute;
    left: -355px;
    top: 190px;
    z-index: 1
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #303030;
    margin-bottom: 10px;
    /* text-align: justify; */
}
.desc-a img{
    float: right;
    width: 570px;
    height: auto;
    padding: 30px 0px 30px 30px;
}
.desc-a h3{
    font-size: 20px;
    color: #3951a2;
    font-weight: 600;
}
img.rounded {
    width: 100%;
}
.about-style-02 .right .icon {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px dashed #ababab;
    border-radius: 50%;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    padding: 14px;
}
.display-xl-25 {
        font-size: 1.4rem;
        font-weight: 600;
    }
    .text-secondary, .text-secondary-hover:hover {
    color: #003a66 !important;
}
.about-left .about-img-1 {
    position: relative;
    display: block;
    z-index: 1
}
.butn {
    display: inline-block;
    background-color: #e02454;
    color: #fff !important;
    padding: 16px 30px !important;
    border-radius: 0.25rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    transition-duration: .3s;
}
.display-xl-12 {
        font-size: 2.7rem;
    }
.about-left .about-img-1 img {
    width: 100%
}

.about-left .about-img-1 .about-shape-1 {
    position: absolute;
    bottom: -93px;
    right: 90px;
    z-index: -1
}

.about-left .about-img-2 {
    position: absolute;
    left: -130px;
    bottom: -137px;
    z-index: 1
}

.about-left .about-experience {
    position: absolute;
    bottom: -64px;
    left: 87px;
    background-color: #fff;
    padding: 22px 40px 23px;
    max-width: 239px;
    width: 100%;
    z-index: 1
}

.about-left .about-experience::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background-color: #e02454;
    z-index: 1
}

.about-experience::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    border-top: 10px solid transparent;
    border-left: 7px solid #e02454;
    border-bottom: 10px solid transparent;
    z-index: 1;
    transform: translateY(-50%)
}

.about-left .about-icon {
    position: absolute;
    top: 40px;
    left: -205px
}

.about-mission .about-icon-box {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 76px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    padding: 20px
}

.about-mission img {
    display: block;
    transition: all 0.6s ease
}

.ani-top-bottom {
    -webkit-animation-name: top-bottom;
    animation-name: top-bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes top-bottom {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-20px)
    }
}

@media screen and (max-width: 575px) {
    .about-style-01 .about-left .about-experience {
        bottom:-164px;
        left: 14px
    }
}

.about-style-02 {
    position: relative;
    display: block
}

.about-style-02 ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 2
}

.about-style-02 ul li:last-child {
    margin-bottom: 0
}
h5.title-sm {
    color: #cf0c11;
}
.about-style-02 ul li:before {
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f046";
    color: #e02454;
    font-size: 20px
}

.about-style-02 .right .icon {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px dashed #ababab;
    border-radius: 50%;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-style-02 .about-img {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}

.about-style-02 .about-img:before {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    border: 2px solid #e02454;
    width: 184px;
    height: 428px;
    z-index: -1;
    content: ''
}

.read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #e02454;
    font-weight: 800;
    text-transform: uppercase
}

.read-more span {
    position: relative;
    padding-right: 21px;
    transition: all 500ms ease
}

.read-more:hover span {
    padding-right: 42px
}

.read-more span:before {
    position: absolute;
    content: "\e649";
    font-family: themify;
    top: -2px;
    right: 0px;
    font-size: 15px;
    font-weight: 400
}

.read-more span:after {
    position: absolute;
    content: '\e6e2';
    font-family: 'themify';
    top: -2px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: all 500ms ease
}

.read-more:hover span:after {
    opacity: 1
}
.msg-chairman img{
    margin: 0px 0px 0px 30px;
}
.country-details {
    background: #f0f5fb;
}
.country-details .country-content {
    margin-left: 30px;
}
.country-details h3 {
    font-size: 36px;
    font-weight: 700;
    color: #003a66;
}
.country-details-list li {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    list-style-type: none;
    padding: 13px 0 17px;
}
.country-details-list li span {
    color: var(--theme-color1);
    font-size: 15px;
    font-weight: 600;
    width: 35%;
}
.country-details-list li span:last-child {
    color: var(--text-color);
    font-weight: 400;
    width: 50%;
}
.sidebar__deatils {
    margin-left: 0px;
}
.title-abord{
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 700;
    color: var(--bg-blue);
     color: #3951A2;
}
.sidebar-left__wrapper {
    margin-right: 0px;
}
.cat-link ul li a:before {
    position: absolute;
    content: "\f178";
    right: 20px;
    top: 20px;
    font-family: "Font Awesome 5 pro";
    width: 30px;
    height: 30px;
    background: #dc3545;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fcfcfc;
}
.faqfrm__visa-form {
    max-width: 500px;
    margin: 0 auto;
     padding: 0px; 
    background-color: #f5f5f5;
    border-radius: 5px;
}
.faqfrm__visa-form button {

    background-color: #dc3545;

}
.course-detils__title {
    color: var(--bg-blue);
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 700;
    color: var(--bg-blue);
    color: #3951A2;

}
.contact-info-block .contact-img {
    width: 100%;
    padding: 50px 30px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    transition: all 300ms ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.contact-info-block i {
    color: #e02454;
}
.display-15 {
    font-size: 2.4rem;
}


.cat-link ul li a {
    font-weight: 700;
}


.process-one {
    position: relative;
    display: block;
    counter-reset: count;
    background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);
    background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);
    background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);
    padding: 54px 0 29px;
    z-index: 1;
  }
  
  .process-one__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 485px;
    opacity: 0.04;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    z-index: -1;
  }
  
  .process-one .section-title {
    margin-bottom: 85px;
  }
  
  .process-one__single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 137px;
  }
  
  .process-one__icon-box {
    position: relative;
    display: block;
    max-width: 127px;
    z-index: 1;
  }
  
  .process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 127px;
    width: 127px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
    top: 5px;
    overflow: hidden;
    z-index: 1;
  }
  
  .process-one__icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #d10a0f;
    border-radius: 50%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
  
  .process-one__single:hover .process-one__icon:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  .process-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 56px;
    color: #e21727;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .process-one__single:hover .process-one__icon span {
    transform: scale(0.9);
    color: var(--treck-white);
  }
  
  .process-one__shape-1 {
    position: absolute;
    left: 55px;
    top: -51px;
    z-index: -1;
  }
  
  div.process-one__shape-1 img {
    width: auto;
    height: unset;
    max-width: unset;
  }
  
  .process-one__shape-2 {
    position: absolute;
    left: 47px;
    top: 62px;
    z-index: -1;
  }
  
  div.process-one__shape-2 img {
    width: auto;
    height: unset;
    max-width: unset;
  }
  
  .process-one__shape-3 {
    position: absolute;
    right: -27px;
    bottom: -13px;
    z-index: -1;
  }
  
  .process-one__shape-3 img {
    width: auto;
  }
  
  .process-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
    z-index: 2;
    margin-top: -21px;
  }
  
  .process-one__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 6px;
  }
  
  .process-one__title a {
    color: #3951a2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 18px;
  }
  
  .process-one__title a:hover {
    color: var(--treck-base);
  }
  
  .process-one__text {
    /* font-size: 14px;
    font-weight: 500;
    line-height: 26px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}
  
  .process-one__step {
    position: relative;
    display: inline-block;
    color: #de0f1c;
  }
  
  .process-one__step p {
    font-size: 16px;
    font-weight: 600;
    color: var(--treck-base);
    margin-bottom: 0;
  }
  
  .process-one__count {
    position: absolute;
    top: -3px;
    left: 40px;
  }
  
  .process-one__count:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--treck-base);
    text-align: center;
  }
  
  .testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
  }
  
  .testimonial-two__top {
    position: relative;
    display: block;
  }
  
  .testimonial-two__left {
    position: relative;
    display: block;
  }
  
  .testimonial-two__left .section-title__border-box {
    margin-left: 0;
  }
  
  .testimonial-two__right {
    position: relative;
    display: block;
  }
  
  .testimonial-two__right-text {
    margin-top: 32px;
  }
  
  .testimonial-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-two__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
  }
  
  .testimonial-two__inner {
    height: auto;
    position: relative;
    display: block;
    padding: 40px 40px 0px;
    padding-left: 230px;
    overflow: hidden;
    z-index: 1;
  }
  
  .testimonial-two__img {
    position: absolute;
    top: 78px;
    left: 18px;
    bottom: 0;
    background: #f1eceb;
    border-radius: 30px;
    width: 154px;
    z-index: 1;
  }
  
  div.testimonial-two__img > img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--treck-white);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-two__shape-1 {
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    z-index: -1;
  }
  
  .testimonial-two__shape-1 > img {
    width: auto !important;
  }
  
  .testimonial-two__client-details-and-quote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
    border-bottom: 2px solid #ccc;
    /* margin-bottom: 31px; */
  }
  
  .testimonial-two__client-details-and-quote::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    border-top: 7px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  
  .testimonial-two__client-details {
    position: relative;
    display: block;
  }
  
  .testimonial-two__client-rate {
    position: relative;
    display: flex;
    align-items: center;
    color: #d90a13;
    margin-bottom: 10px;
  }
  
  .testimonial-two__client-rate span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--treck-base);
  }
  
  .testimonial-two__client-rate span + span {
    margin-left: 4px;
  }
  
  .testimonial-two__client-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 1px;
    margin-bottom: 2px;
  }
  
  .testimonial-two__client-name a {
    color: #3951a2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-two__client-name a:hover {
    color: var(--treck-base);
  }
  
  .testimonial-two__quote {
    position: relative;
    display: inline-block;
  }
  
  .testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--treck-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-two__single:hover .testimonial-two__quote span {
    color: var(--treck-base);
  }
  
  .testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  
  .testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  
  .testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  section.testimonail-area {
    background-color: #edf2fa;
}  
.person-img{
    height: 156px;
    width: 130px;
}
.top-partner {
    background-color: #ffffff;
}
section.contact-section {
    background-color: #edf2fa;
}
.icon-consultant:before {
    content: "\e918";
}
.process-one__single:hover i {
  color: #fff;
}
.carrer-img{
    height: 100%;
    width: 100%;
    background-color: #033a93;
}
.carrer-img img{
    height: 100%;
    width: 100%;
}
.country-details__img img {
    width: 100%;
    height: 100%;
}
.feature-block-two .des p {
    font-size: 18px;
    font-weight: 390;
    line-height: 30px;
    color: #303030;
}
.feature-block-two .inner-box h5 {
    font-size: 20px;
    font-weight: 500;
    color: #d70b12;
    margin-bottom: 20px;
}
/* ul#pills-tab {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    color: var(--cornflower-blue);
    border-right: 1px #dbdbdb;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    align-items: center;
    min-width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
} */

.partner_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inquire-btn-h a{
    
        line-height: 8px!important;
    
}
@media (max-width: 1300px) {
    .nice-select {
    
        font-size: 12px;
       
        padding-left: 15px;
        padding-right: 20px;
     
    }
    p.py-1.m-0.text-white {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    ul#pills-tab {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .testimonial-two__inner {
        height: 568px;
       
    }
}


@media (max-width: 1050px) {
    .header-logo img {
        height: auto;
        width: 167px;
    }
}
@media (max-width: 1042px) {
    .header-logo img {
        height: auto;
        width: 100px;
    }
}

@media (max-width: 992px) {
   
    .main-footer {
        padding-top: 50px;
        position: relative;
        height: auto!important;
     
    }
    .testimonial-two__inner {
        height: auto;
       
    }
    .frequent-area {
        position: relative;
        height: auto;
        background: #3951a2c2;
        z-index: -1;
    }
    .services {
        position: relative;
    }
    section.testimonail-area {

        padding-bottom: 50px!important;
    }
}
/* Responsive styles */
@media (max-width: 768px) {
    .testimonial-two__inner {
      padding: 20px;
      padding-left: 20px;
    }
    .testimonial-two__shape-1 {
   
        display: none;
    }
    .testimonial-two__client-details-and-quote {

        display: none;

    }
    .person-img {
        height: auto;
        width: 130px;
    }
    .testimonial-two__img {
      position: relative;
      top: auto;
      left: auto;
      width: 100px;
      margin-bottom: 20px;
    }
  
    .testimonial-two__client-details-and-quote {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .testimonial-two__client-name {
      font-size: 20px;
      line-height: 28px;
    }
  
    .testimonial-two__quote span {
      font-size: 48px;
    }
    
    .testimonial-two__text {
      font-size: 14px;
    }
    
    .section_title_wrapper {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 576px) {
    .testimonial-two__inner {
      padding: 15px;
      padding-left: 15px;
    }
    .college-wrapper-6col {
        grid-column-gap: 1rem;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr ;
        grid-auto-columns: 1fr;
        align-items: center;
        display: grid;
        margin-bottom: 30px;
    }
    .college-wrapper-5col {
        text-align: center;
    }
    .testimonial-two__img {
      width: 80px;
    }
  
    .testimonial-two__client-name {
      font-size: 18px;
      line-height: 24px;
    }
  
    .testimonial-two__quote span {
      font-size: 36px;
    }

  }
  /* .aslider p{
    margin-bottom: 0px !important;
    line-height: 10px !important;
  } */

  .process-one__content p{
   
    font-size: 16px !important;
    
    line-height: 26px !important;
    
  }
  .process-one__title {

    line-height: 23px !important;
    
}