/********** Template CSS **********/
:root {
    --primary: #C9322E;
    --light: rgb(231, 243, 255);
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

.margin-top-bot {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

/*** Navbar ***/
.Brochure-box{
    position: fixed;
    bottom: 50%;
    right: -20px;
    z-index: 2000;
    padding: 10px 10px;
    background-color: #1961fa;
   border-bottom-left-radius:10px;
   border-bottom-right-radius:10px;
   /*writing-mode: vertical-lr;*/
   transform: rotate(90deg);
   font-size: 17px;
   margin: 0;
   letter-spacing: 1px;
   color: #ffffff;
   border: none;
}

@supports(-webkit-touch-callout: none){
    .Brochure-box{
        writing-mode: vertical-lr;
    }
}


.pdf-bro{
    border: none;
    border-radius: 10px;
    background-color: rgb(20,109,198);
    color: #ffffff;
    display: block;
    margin: auto;
    padding: 10px 25px;
    text-align: center;
    display: none;
    margin-top: 2rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 400; 
    font-size: 20px;
 

    
}
.pdf-bro:hover{
color: rgb(20,109,198);
background-color: #ffffff;
border: 2px solid rgb(20,109,198);
}

.Brochure-box h2{
    /* writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 17px;
    margin: 0;
    letter-spacing: 1px; */
    
}
.Brochure-box h2 a{
    color: #ffffff;
}
.navbar{
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}
.main-clg-logo {
    /* height: 90px; */
    /* width: 320px; */
    /* height: 183px; */
    width: 383px;
}

.talk-to-btn {
    padding: 7px 80px;
    border-radius: 10px;
}

/* modal content start */
.btn:focus {
    box-shadow: none;
    background-color: #C9322E;
    border: 2px solid #C9322E;
}

.modal-left-box .inp1 {
    width: 100%;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: rgb(232, 249, 255);

    border: 1px solid grey;
}

.modal-left-box span {
    color: red;
}

.modal-head {
    color: rgb(20, 109, 198);
}

.email1 {
    color: rgb(20, 109, 198);
}

.wic-incon-nirav {
    font-size: 30px;
}

/* modal content end  */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*  *************************Years of Experience start  */
.main-Experience {
    /* border: 2px solid red; */



}

.Experience-left-box {
    background-color: rgb(20, 109, 198);
    color: #ffffff;
}

.Experience-left-box h6 {
    font-size: 48px;
    color: black;
}

.years-head {
    color: #ffffff;
    font-size: 21px;
}

.Experience-right-box {
    background-color: rgb(221, 221, 221);
}

.years-ex-num {
    font-size: 40px;
    color: #3E4043;
    font-weight: 900;
    margin-bottom: 0px;
}

.years-ex-tag {
    font-size: 18px;
    color: #3E4043;
    font-weight: 500;

}

.years-ex-last-tag {
    font-size: 20px;
    font-weight: 500;
    color: #3E4043;
}

/*  *************************Years of Experience end  */

/* <!-- *********************** Unlock Your Global start  --> */
.main-unlock-global {
    background-color: rgb(221, 221, 221);
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.unlock-left {
    /* border: 2px solid red; */
}

.unlock-left-head {
    font-size: 34px;
    font-weight: 700;
    color: #3E4043;
}

.unlock-left-para {
    font-weight: 400;
    font-size: 20px;
}

/* <!-- ************************** Unlock Your Global end  --> */

/* <!-- ************************Pick the right start    --> */

.main-pick-right .pick-left .pick-left-head h1 {
    color: #C9322E;
    font-weight: 700;

}

.pick-left-para {
    font-size: 18px;
    color: #3E4043;
}

.pick-btn {
    color: #ffffff;
    border-radius: 10px;
    background-color: #C9322E;
    border: 2px solid #C9322E;
    padding: 10px 37px;
    font-size: 18px
}

.pick-btn:hover {
    color: #C9322E;
    background-color: #ffffff;
}

/* <!-- *************************Pick the right end    --> */


/* <!-- Debunking Study Abroad Myths start    --> */

.main-testimonials-box {
    /* background-color: #F3F3F3; */
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.testimonial-item img {
    border: 2px solid #C9322E;
}



/* <!--Debunking Study Abroad Myths End --> */



/* <!-- Testimonials start css --> */
.tes-img img {
    /* border: 2px solid red; */
    border-radius: 50%;
    border: 2px solid rgb(20, 109, 198);
    padding: 5px;
}

.tes-card {
    /* border: 2px solid red !important; */
    margin: 2rem !important;
    padding: 1.2rem;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border: 2px solid rgb(20,109,198); */
    /* background-color: rgb(233, 244, 255); */
}

.carousel-indicators [data-bs-target] {
    background-color: rgb(20, 109, 198);

}

.carousel-indicators {
    bottom: -2rem;
}

.nirav button {
    color: rgb(20, 109, 198);
    font-size: 19px;
    font-weight: 500;
    padding: 10px 35px;
}

.carousel-inner {
    background: url(../img/Asset-9-3.png );
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 900px) {
    .tes-card {
        margin: 1rem !important;
        padding: 0rem !important;
        padding-top: 1rem !important;
    }
}

/* <!-- Testimonials end  css --> */


/* Test Prep start css  */
.main-test-prep-box {
    /* background-color: var(--e-global-color-text ); */
    background-image: url(../img/test-perp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;

}

.test-prep-head {
    color: #C9322E;
    font-weight: 700;
}

.test-prep-btn {
    background-color: #C9322E;
    color: #FFFFFF;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3rem;
    text-align: center;

    /* width: 70%; */


}

.test-prep-btn:hover {
    background-color: #ffffff;
    color: #C9322E;
    border: 2px solid #C9322E;
}

.read-btn {
    background-color: #ffffff;
    color: #C9322E;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid #C9322E;
    box-sizing: border-box;
    /* margin-top: 3rem !important; */
}

.read-btn:hover {
    background-color: #C9322E;
    color: #ffffff;
}

@media screen and (max-width: 786px) {
    .test-prep-btn {
        margin-top: 1rem;
        text-align: start;
        font-size: 14px;
        font-weight: 300;
    }

    .read-btn {
        font-size: 14px;
        font-weight: 300;
    }
    .main-testimonials-box{
        padding-top: 2rem;
        padding-bottom: 3rem;

    }
    .main-chooseus-container{
        padding: 1rem 0 !important;
    } 
    .main-chooseus-container .chooseus-card{
        /* padding: 2rem !important; */
    }
}

/* Test Prep end css */




/* ***************Upcoming-Events-container css start  */

.Upcoming-Events-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/******************** Upcoming-Events-container css end  */




/* ***************** Quick Enquiry Form start css start  */
.quick-enquiry-box {
    /* border-top: 2px solid gainsboro; */
}

.quick-enquiry-box .inp2 {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgb(232, 249, 255);

    border: 1px solid grey;

}

.countryall {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
}

.fot-we {
    font-weight: 500;
}
.textbox1{
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgb(232, 249, 255);
}
.form2-btn{
    font-size: 20px ;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
}

#my-pdf{
    display: none;
}
/* ***************** Quick Enquiry Form start css end  */


/* about us style page start */


/* vision mission start  */

.main-vm .vmcontainer{    
    background: #f3f3f3;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 3px;
}
.vmcontainer1{
    background: #f3f3f3;
    padding: 2rem;
    margin: 2rem 0;
    line-height: 30px;
    letter-spacing: 2px;
    border-radius: 3px;
}

.main-vm .vmcontainer ul{
    padding: 0;
}

/* vision mission end  */

/* branches start  */

.main-branches-container{
    background: url('../img/NSA-Photo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.main-branches-container .branches-card{
    border-radius: 1rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


@media (max-width: 340px) {
    .main-branches-container .branches-card{
        height: 100%;
    }
}

/* branches end  */


/* why choose us start  */

.main-chooseus-container{
    padding: 3rem 0;
}

.main-chooseus-container .chooseus-card{
    padding: 3rem;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-chooseus-container .chooseus-card h2{
    font-size: 1.4rem;
}

.main-chooseus-container .chooseus-card .chooseus-logo{
    margin-bottom: 2rem;
}

.main-chooseus-container .chooseus-card .chooseus-logo i{
    font-size: 4rem;
}
/* why choose us end  */


/* about us style page end */


/* contact us style page start  */

/* contactus detail start  */

.contactsDetail .contactsDetail-content h1{
    color: #1961fa;
    font-size: 3rem;
    font-weight: 900;
}

.contactsDetail .contactsDetail-content p{
    color: #000000;
    font-weight: 400;
}

.contactsDetail .contactsDetail-content .btns{
    margin: 2rem 0;
}

.contactsDetail .contactsDetail-content .btns  a{
    padding: 0.5rem 1rem;
    background: #25D366;
    color: #fff;
    border-radius: 0.4rem;
    
}

.contactsDetail .contactsDetail-content .btns  a span{
    margin-right: 1rem;
}


.contactsDetail .contactsDetail-content .btns a:nth-child(1){
    background-color: #1961fa;
}

.contactsDetail .contactsDetail-image img {
    width: 100%;   
    display: inline-block; 
}





/* contactus detail end  */


/* contact us style page start  */



/*  ******************Study Abroad dropdown start  */

/* ******************* Direct Programmes page  css start  */

.main-flag-container{
    margin: 3rem 0;
}

.main-flag-container img{ 
    width: 135px;
    height: 80px;
}

.main-flag-container .flag-name{
    margin-bottom: 2.5rem;
}




.Pick-Your-Country-container .pick-country-head {
    color: #C9322E;
}

.flag-group {
    display: flex;
    flex-wrap: wrap;
    /* border: 2px solid red; */


}

.flag-item {

    /* border: 2px solid blue; */
    /* background-size: cover; */
    width: 130px;
    height: 78px;
    overflow: hidden;
    margin: 30px 30px;

}

.flag-item img {
    height: 100%;
    width: 100%;
}

.lost-sea-left-box {
    /* border: 2px solid blue; */
    display: flex;
    align-items: center;


}

.sea-left-head {
    color: #ffffff;
}

.sea-left-inner {
    /* border: 2px solid green; */
}

.sea-left-btn {
    background-color: #ffffff;
    color: #3e4043;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
}

.sea-left-para {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
}

.lost-sea-container {
    background: #C9322E;
    height: 34vh;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.lost-sea-right-box {
    /* border: 2px solid blue; */
}

.lost-sea-right-box img {
    height: 40vh;
    width: 100%;
    margin-top: -3.3rem;

}
.lost-sea-left-box a{
    color: red;
}


/* ******************* Direct Programmes page  css end   */

/* articulation page css start  */

.articulation-container img{
    height: 100%;
    width: 100%;
}
.articulation-para{
    padding-top: 4rem;
    padding-bottom:4rem;
    word-spacing: 4px;
    letter-spacing: 2px;
}
.articulation-benefits{
    background-color: #F3F3F3;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.articulation-benefits img{
    height: 78px;
    width: 87px;
}

.niv{
    margin-bottom: 3rem;
}

/* <!-- ******************Courses Provided start --> */

.Courses-Provided-container{
    margin-top: 3rem;
    margin-bottom: 3rem;
    /* border: 2px solid red; */
}
.my.active{
    background-color: #181d38 !important;
}
.nav-pills .nav-link.active{
    background-color: #3175A2!important;
    color: #ffffff !important;
}
.my-tab{
   
    margin-right: 3rem !important;
    padding: 10px 10px !important;
    border-radius: 17px !important;
    font-size: 20px;
    
}
.my-tab[type="button"]:not(:disabled){
    border: 2px solid #3175A2 !important;
}

.Undergraduate-contain{
    /* border-bottom: 2px solid #3E4043; */
    border-right: 2px solid #3E4043;
    text-align: center;
}
/* <!-- ************************Courses Provided end  --> */

.profile-evaluated {
  background:#F3F3F3 url(../img/Asset-9-4.png) ;
  background-position: center right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size:contain;
  /* height: 50vh; */
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 8rem;
    
  

}
.pro-eval-btn{
   background-color: #3175A2 ;
   border: none;
   color: #ffffff;
   border-radius: 10px;
   padding: 10px 20px;
   margin-top: 2rem;
}

/* articulation page css end */



/*  ******************Study Abroad dropdown end   */



/* ***************************student services css start  */
.student-services-mian-container{
    background-color: #fafbfb;
    background-image: url(../img/student-services-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:15rem ;
    padding-bottom: 15rem;
    
    /* height: 100vh; */
   
}
.Student-Services-head{
    font-size: 50px;
    
}

@media screen and (max-width: 1300px){

.student-services-mian-container{
    padding-top:9rem ;
    padding-bottom: 9rem;
}
}

@media screen and (max-width: 768px){
    .student-services-mian-container{
        background-color: #F9F9F9 !important;
        background: url(../img/student-services-back-768.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 76vh;
        /* padding-top: 3rem;
        padding-bottom: 3rem; */
        
    }
    .student-services-text-box{
        margin-top: -5rem;
        /* background-color:#fafbfb ; */

    }
    .Student-Services-head{
        font-size: 37px;
    }
    .margin-top-bot {
        margin-top: 5rem;
        margin-bottom: 1rem;
    }

    .quick-enquiry-box .inp2{
       text-align: center !important;
       margin: auto;
       display: block;
    }
 .quick-enquiry-box .textbox1{
    width: 100%;
    display: block;
    margin: auto;


 }
 .profile-evaluated{
    background-position: center bottom;
 }
       
    }
   



/* ***************************student services css end  */



/* *********************student services tab pen css start  */
.student-services-tabpen{
    margin-top: 4rem;
    margin-bottom: 4rem;
} 

.student-services-tabpen .tab-btn2{
    /* border: 2px solid red; */
    margin-bottom: 1rem;
    border-bottom:2px solid #e0ecfd ;
    border-radius: 10px;
    /* padding: 10px 30px; */

}
.student-services-tabpen .tab-btn2:hover{
    background-color: #3175A2 !important;
    color: #ffffff !important;
}


.student-services-tabpen .nav-pills .nav-link{
    background-color: #F9F9F9;
    color: #3175A2;
}
.student-services-tabpen2{
    display: none;
}
.student-services-tabpen2 .tab-btn22{
/* background-color: #3175A2; */
}
.student-services-tabpen2 .accordion-button:focus{
    box-shadow: none !important;
    border-color: #3175A2 !important;
}
.student-services-tabpen2 .accordion-button.collapsed{
    background-color: #eaf1f5 !important;
}
.student-services-tabpen2 .accordion-button:not(.collapsed){
    background-color: #3175A2;
    color: #ffffff;
}
@media screen and (max-width: 786px){
    .student-services-tabpen{
        display: none;
    }
    .student-services-tabpen2{
display: block;
    }
}




/* *********************student services tab pen css end  */


/* ***************** test perp page css start  */


.test-perp-main-box1{
    /* background-color: #fafbfb; */
    background-image: url(../img/test-perp-box1-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0rem;
    

}
.test-perp-main-box1-inner{
    /* background-color: #fafbfb;
    opacity: 0.5;
    height: 100vh;
    width: 100%;
    padding: 0rem !important;
    z-index: 9; */
}
.test-perp-main-box1-innerhead{
    color: #C9322E;
    opacity: 1;
    z-index: 10;
}
.xyz1{
    background-color: #fafbfb;
    opacity: 0.4;
    height: 100vh;

}
.perp-main-box2{
    /* border: 2px solid black; */
    display: flex;
    align-items: center;
   padding-left: 15rem;
}
.perp-inner-box2{
    /* border: 2px solid red; */
}
.test-perp-mobile{
    display: none;
}
@media screen and (max-width: 1400px){
    .perp-main-box2{
        padding-left: 5rem;
    }
}

@media screen and (max-width: 786px){
    .test-perp-main-box1{
        display: none;
    }
    .test-perp-mobile{
        display: block;
    }
    .phone-mt3{
        margin-top: 2rem;
    }
    .main-unlock-global{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .phone-btn{
        padding: 10px 20px !important;
    }
}


/* ***************** test perp page css end  */

/*  ************info exam ilets pte etc css  start  */

.info-exam{
   
    /* border: 1px solid rgb(223, 39, 39); */
    padding: 2rem 3rem;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(146, 146, 158, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    margin-top: 3rem;
    
}
.exam-info-btn{
    background-color: #3E4043;
    color: #ffffff;
    border-radius: 10px;
}


/*  ************info exam ilets pte etc css  end  */












/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



@media screen and (max-width:1024px) {
    .my-tab-last{
        margin-top: 1rem;
    }
}

@media screen and (max-width:400px) {
   

    .talk-to-btn {
        padding: 7px 30px;
    }
}






@media screen and (max-width:786px) {
    .me-mrt {
        margin-top: 2rem;
    }
   

    .back-to-top {
        right: 5px;
        bottom: 5px;
    }
    .whatsapp_float_btn{
        width: 40px !important;
        height: 40px !important;
    }
    .whatsapp_float{
        bottom: 47px !important;
        right: 2px !important;
    }


    .instagram_float_btn{
        width: 38px !important;
        height: 38px !important;
    }
    .instagram_float{
        bottom: 92px !important;
        right: 2px !important;
    }

    .facebook_float_btn{
        width: 38px !important;
        height: 38px !important;
    }

    .facebook_float{
        bottom: 135px !important;
        right: 2px !important;
    }

    .btn-lg-square {
        height: 37px;
        width: 37px;
    }
    .aboutpara1{
        font-size: 15px !important;
    }

    /* directprogrammes start */
    .lost-sea-container {
        height: 51vh;
        padding-top: 1rem;
    }

    .lost-sea-right-box img {
        margin-top: 0rem;
    }
   

    /* directprogrammes end */


    /* articulation-container start */
    .articulation-benefits img{
        height: 67px;
        width: 68px;
     
    }
    .niv{
        margin-bottom: 1rem;
    }
    .benefit-img{
        text-align: end;
    }
/* <!-- ******************Courses Provided start --> */
  
.my-tab{
   
    margin-right: 0.5rem !important;
    padding: 7px 10px !important;
    font-size: 18px;
   
    
}

/* <!-- ******************Courses Provided end  --> */

.profile-evaluated{
    padding-left: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.profile-evaluated h1{
    font-size: 20px;
} 

.pro-eval-btn{
    padding: 6px 8px;
}
.articulation-para{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.articulation-benefits{
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.Brochure-box{
    padding: 10px 6px;
    font-size: 15px;
}
.emailofclg{
    font-size: 13px;
}
.contactsDetail .contactsDetail-content h1{
    font-size: 2rem;
}

      /* articulation-container end */
}


@media screen and (max-width:600px) {

    .navbar-toggler{
        padding: 0rem !important;
    }
    .main-clg-logo {
        /* height: 80px; */
        width: 320px;
    }
    .navbar-toggler{
        margin-right: 0rem !important;
    }

    /* directprogrammes start */
    .lost-sea-container {
        /* height: 65vh !important; */
    }

    .lost-sea-right-box img {
        margin-top: 0rem;
        /* height: 38vh; */
    }

    /* directprogrammes end */
}

@media screen and (max-width:516px) {

    /* directprogrammes start */
    .lost-sea-container {
        /* height: 68vh !important; */
    }

    .lost-sea-right-box img {
        margin-top: 0rem;
        /* height: 38vh; */
    }

    /* directprogrammes end */
}
@media screen and (max-width:460px){
    .main-clg-logo {
        /* height: 80px; */
        width: 310px;

    }
}

@media screen and (max-width:379px){
    .main-clg-logo {
        /* height: 80px; */
        width: 247px;
    }
}

@media screen and (max-width:384px){
    .lost-sea-container {
        height: 50vh !important;
    }
    .lost-sea-right-box img {
        margin-top: 0rem;
        height: 37vh !important;
    }
} 