:root {
    --pri-color: #1D50F8;
    --sec-color: #ED2121;    
  }


.space-p-t {
    padding-top: 60px;
}

.space-p-b {
    padding-bottom: 60px;
}

.space-p-tb {
    padding: 60px 0;
}

.space-m-t {
    margin-top: 60px;
}

.space-m-b {
    margin-bottom: 60px;
}

.space-m-tb {
    margin: 60px 0;
}

.custom-logo-link {
    max-width:220px;
}

.ctm-bg-blue {
    background-color: var(--pri-color);
}

.mini-title{
    color: var(--pri-color);
    font-size: 25px;
    font-family: Poppins;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}

.ab-link{    
    color: var(--pri-color);
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    text-decoration: underline;
}

.ctm-btn-boxes {
    display: block;
    padding: 9px 17px;
    text-decoration: none;
    text-align: center;
    background-color: #1D50F8;
    color: #fff !important;
    border-radius: 5px;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #978F8F;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Inria Serif", serif;    
    font-style: normal;
}

.ctm-mian-title{
    font-size: 50px;
    color: #383131;
    font-weight: 700;
    line-height: 1;    
}

.sn-name {
    display: block;
    color: #1d50f8;
    font-weight: 500;
    font-size: 15px;
}



/*Main Banner Slider effect CSS*/

.main-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: auto; /* Fixed height */
}

/* Background Overlay for Zoom Effect */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    z-index: -1; /* Behind content */
}

    /* Zoom Effect */
    .bg-overlay.zoom {
        transform: scale(1.05); /* Slight zoom */
    }

/* Content Slide Effect */
.mianbanner-content-holder {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .mb-slider-title, .mianbanner-content-holder p {
        opacity: 0;
        transform: translateX(-20px); /* Start slightly left */
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }

    /* Active state for animation */
    .mianbanner-content-holder.active .mb-slider-title,
    .mianbanner-content-holder.active p {
        opacity: 1;
        transform: translateX(0);
    }

/* Content fade and slide effect */


.mianbanner-content-holder {
    position: relative;
    overflow: hidden;
}

    .mb-slider-title, .mianbanner-content-holder p {
        position: relative;
        opacity: 0;
        transform: translateX(-20px); /* Start slightly left */
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }

    /* Active state for animation */
    .mianbanner-content-holder.active .mb-slider-title,
    .mianbanner-content-holder.active p {
        opacity: 1;
        transform: translateX(0);
    }

/*Main Banner Slider effect CSS End*/

.main-banner{
    /* min-height: 850px;     */
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;    
}

.mianbanner-content-holder{
    height: 70vh;
    display: flex;
    align-items: center;
}

.mian-banner-bottom{
    border-top:1px solid #fff;    
}

.mb-bottom-box {
    text-align: center;
    color: #fff;
    min-height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;    
    position: relative;
    transition: 0.3s ease-in;
    z-index: 1;
    overflow: hidden;
    cursor:pointer;
}

.mb-bottom-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #0000008e;
    z-index: -1;
    top: 100%;
    transition: 0.3s ease-in;
}

.mb-bottom-box:hover:after{
    top: 0;
}

.mb-bottom-box p{
    margin-bottom: 0;
    font-size: 26px;
    font-family: Inria Serif;
    font-weight: 700;    
    line-height:1;
}

.global-tabs-inner [class^="box-"].showfirst {
    display: block;
}

.global-tabs-inner [class^="box-"] {
    display: none;
}

.mbb-tag{        
     font-size: 14px;     
     font-weight: 600;
     text-transform: uppercase;    
     display: inline-block;
    padding: 2px 8px;      
    margin-bottom: 10px;
     
}

.mmb-tag-blue{
    background-color: var(--pri-color);
}

.mmb-tag-red{
    background-color: var(--sec-color);
}

.mbb-row > .col-lg-3:first-child .mb-bottom-box{
    border-left: 1px solid #fff;
}

.mian-banner-title{
    font-size: 70px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

.school-banner-title {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}


/* TopBar */

.topbar{
    background-color: var(--pri-color);
    color: #fff;    
}

.tb-applynow {
    padding: 8px 0;
}

.topbar-nav-holder {
    display: flex;
    justify-content: flex-end;
     overflow: hidden;
}

.top-navbar-nav {    
    display: flex;
    align-items: center;
   
    list-style: none;
    padding: 0;
    margin: 0;
}
    .top-navbar-nav li {
        border-left: 1px solid;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
.tb-applynow a {
    color: #fff;
    text-decoration: none;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 12px 36px;
    font-size: 14px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;


    white-space: nowrap;
}

/*.nav-arrow {
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    background: #ddd;
    border-radius: 50%;
    user-select: none;
    z-index: 10;
  }
  
  .nav-arrow:hover {
    background: #ccc;
  }
  
  .left-arrow {
    margin-right: 10px;
  }
  
  .right-arrow {
    margin-left: 10px;
  }*/
  
  /* Hide arrows by default for larger screens */
  @media (min-width: 992px) {
    .nav-arrow {
      display: none;
    }
  }


.tb-applynow a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.top-navbar-nav li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

/* TopBar End*/


/* Mian Navigation Header */

.mnav-opp-holder{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 15px;
}

.mian-header-search, .slide-left-btn{
    color: #000;
}

.main-header-btn {
    background-color: red;
    text-decoration: none;
    color: #fff;
    padding: 9px 22px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.main-header-btn:hover{
    background-color: #000;    
    color: #fff;
}

.nav-link{
    color: #000;
}

/* Mian Navigation Header end*/


/* Slide bar Menu */
.contact-info-item {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
  
  .contact-info-icon {
    height: 50px;
    width: 50px;
    background-color: var(--sec-color);
    text-align: center;
    border-radius: 50%;
  }

  .contact-info-icon i {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    }
  
  .contact-info-content {
    margin-left: 20px;
    flex: 1;
  }
  
  .contact-info-content h4 {
    color: #000;    
    margin-bottom: 5px;
    font-size: 17px;
  }
  
  .contact-info-content p {
    color: #000;
    font-size: 14px;
  }

  .offcanvas-body{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .offcanvas-body-text {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
/* Slide bar Menu end */



/************************** Homepage  *************************/


.stay-int-sec {
    overflow: hidden;
}

/* Carousal Section HOme */

.colleges-sec {
    overflow: hidden;
}
    .carousal-nav-holer {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .ctm-title-holder{
        flex: 1 0 72%;
        max-width: 72%;
    }

    .ctm-slider-nav-holder{
        display: flex;
        gap: 10px;
        text-align: center;
    }



    .ctm-slider-nav-holder a {
        background-color: transparent;
        height: 32px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 1px solid #000000;
        color: #000000;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;        
    }


    .ctm-slider-nav-holder a:hover{
        background-color: var(--pri-color);
        color: #fff;
        border-color: var(--pri-color);
    }

    /* the slides */
    .colleges-carousal-slider .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .colleges-carousal-slider .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }

    .cs-title-holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        padding: 12px;
        color: #fff;
    }

    .cs-title-holder h3{
        font-size: 16px;
        margin-bottom: 0;
    }

    .ctm-slider-container {
        position: relative;
    }

    .ctm-slider-container:after {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100%;
        background-color: #ffffff;
        content: "";
        right: 100%;
    }

    .cc-slide-box{
        position: relative;    
        border-radius: 20px;        
        overflow: hidden;
        z-index: 1;
    }
    .cc-slide-box:after{
        position: absolute;            
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.99) 100%);    
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 0;
    }

    .sc-tag {
        display: inline-block;
        margin-top: 20px;
        background-color: var(--pri-color);
        color: #fff;
        padding: 3px 8px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        position: relative;
    }

    .sc-tag::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: calc(100%);
        top: 0;
        background-color: #B9C6D7;
        z-index: 0;
        bottom: 0;
        margin: auto;
    }    

    .slider-item:nth-child(even) .sc-tag{
        background-color: var(--sec-color);
    }    
/* Carousal Section HOme End */


/* Looking for section */

.lf-box {
    padding: 20px;
    box-shadow: 0 0 3px 0px #ccc;
    border-radius: 13px;
    position: relative;    
    min-height: 150px;
    
}

    .lf-item a {
        text-decoration: none;
        color: #978F8F;
    } 

    .lf-box h3 {
        color: #252323;
        font-family: "Inria Serif";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }

.fa-img-box{
    opacity: 0.1;
    mix-blend-mode: luminosity;
    /* mix-blend-mode: overlay; */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 40px;
}

.lf-box p{
    margin-bottom: 0;
}

.lf-box:hover{
    background-color: var(--pri-color);
    color: #fff;
}

.lf-box:hover h3{
    color: #fff;
}

.lf-box:hover .fa-img-box{
    mix-blend-mode: overlay;
    opacity: 1;
}

/* Looking for section end */

/* popular programs Section */

.pp-box {
    border: 1px solid #C2CAD1;
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.pp-box-cont {
    min-height: 70px;
}

.pp-box img {
    width: 100%;    
    margin-bottom: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.pp-box h4{
    color: #56595B;    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.pp-box span{    
    font-family: Poppins;
    line-height: normal;
}

.pp-box-foo {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    align-items: center;
}

.pd-btn {
    font-size: 14px;
    text-decoration: none;
    background-color: var(--sec-color);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.pd-btn:hover{
    background-color: #000;   
    color: #fff; 
}

.pd-link-an{
    color: var(--pri-color);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pp-tabs .nav-link.active, .pp-tabs .show>.nav-link {
    color: #FFF;
    background-color: var(--pri-color);
}

#pp-tabs .nav-link {
    cursor: pointer;
    margin-bottom: 12px;
}

#pp-tabs .nav-link.active {
    background-color:var(--pri-color);
}

/* popular programs Section End*/

/* Change Your Future Section*/
.changeyourfuture-sec {
    min-height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 60px 0 20px 0;
}

.changeyourfuture-sec::after{
    content: "";
    position: absolute;
    background-color: #1e1e1ea8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hashtag-title {
    color: #fff;
    /*margin-bottom: 60px;*/
    font-family: "Inria Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
}

.cyf-tabcontent {
    color: #fff;
}


/* Change Your Future Section End*/

.cyf-tabcontent {
    max-width: 590px;
    min-height: 400px;
}

.cyf-tabcontent h4 {
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30), 0px 1px 3px rgba(0, 0, 0, 0.15);
    font-family: "Inria Serif";
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

#cyf-tabs {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 35px;
    padding-left: 0;
}

#cyf-tabs .nav-item {
    flex: 1;
}

#cyf-tabs .nav-item .nav-link {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
}

#cyf-tabs .nav-link.active{
    border-color:var(--sec-color);
}


.esl-box {
    padding: 25px;
    border-radius: 15px;
    background-color: #ccc;
    min-height: 270px;
}

.esl-box h4{
    color: #383131;
    font-family: "Inria Serif";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.esl-box-bg-1{
    background-color:#FFF4F4;
}

.esl-box-bg-2{
    background-color:#F3F6FF;
}

.esl-blue-btn{
    background-color: var(--pri-color);
    padding: 10px 16px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.esl-red-btn {
    background-color: var(--sec-color);
    padding: 10px 22px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.esl-white-btn {
    background-color: #fff;
    padding: 10px 16px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.esl-white-btn:hover {
    background-color: #000;
    color: #fff !important;
}

.ctaa-btn {
    display: inline-block !important;
}
    .esl-blue-btn:hover, .esl-red-btn:hover {
        background-color: #000;
        color: #fff;
    }


/************************** Homepage  End *************************/



/* Start :: Social Icons
===========================*/
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -138px;
    top: 230px;
    width: 203px;
    z-index: 1100;
    font-family: 'Lato', sans-serif;
  }

  .sticky li {
    
    list-style-type: none;
    border-radius: 30px;
    /* height: 48px; */
    padding: 2px 4px;
    margin: 9px 0px 9px -1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 7px 0 #d5d5d5;
    display: flex;
    align-items: center;
}
  .sticky li:hover {
    margin-left: -115px;
  }
    .sticky li i {
        margin-right: 20px;
        background: var(--sec-color);
        border-radius: 20px;
        height: 26px;
        width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
  .sticky li p {
    margin: 0px;
    line-height: 1;
  }

  .sticky li p a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    line-height: 1;
  }
  .sticky li p a:hover {
    color: #222;
  }
  /* end :: Social Icons
  ========================*/
  

  /* Blog post carousal home */
   /* the slides */
   .bp-carousal-slider .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .bp-carousal-slider .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }

    .cc-slide-box:hover::after{        
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(29, 80, 248, 0.79) 100%);
    }

  /* Blog post carousal home End */



/******************Contact Us Page************************/

.mian-title-black{
    color: #383131;
    font-size: 35px;
    font-family: Inria Serif;
    font-weight: 700;
    line-height: 1;
    word-wrap: break-word
}

.ttemp-header{
    min-height: 450px;
    background-color: black;
}

.cp-list h3{    
    color: #383131;
    font-size: 16px;
    font-family: Inria Serif;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}

.cp-list h3:after{
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--sec-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.cp-list li {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.cp-list li:before {
    content: "\f192";
    font-family: fontawesome;
    color: red;
    position: relative;
    top: -2px;
}

.cp-list p{    
    color: #383131;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 31px;
}


.cp-list {
    list-style: none;
    padding-left: 0;
}

.cp-form-holder {
    text-align:center;
    background: #1D50F8;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.cf-btn{
    border-radius: 6px;
    background-color: var(--pri-color);
    padding: 10px 58px;
    color: #fff;
    border: 1px solid var(--pri-color);
    margin-top: 20px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.cf-btn:hover{
    background-color: #000;
    border-color: #000;
}

.cf-info-message{
    max-width: 700px;
    margin:0 auto;
}

.cf-info-message p{
    color: #978F8F;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.cp-form-holder input, .cp-form-holder select {
    height: 46px;
    color: #7c7c7c;
}

.cf-info-box {
    text-align: center;
/*    border: 1px solid #000;*/
    border-radius: 40px;
    padding: 20px;
    min-height: 186px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    box-shadow: 0 0 9px 0px #0000001c;
}

.cf-info-box:hover{
    background-color: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
}

.cf-info-box:hover svg path{
    fill: #fff !important;
}


.cf-info-box h4 {
    color: #383131;
    font-family: Inria Serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.cf-info-box svg{
    margin-bottom: 14px;
}

.cf-info-box svg path{
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.cf-info-box:hover h4, .cf-info-box:hover a{
    color: #fff;
}

.cf-info-box a{
    color: #383131;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}




/******************Contact Us Page end********************/

/******************AE Page Start********************/


#ae-tab .nav-link {
    padding: 8px 30px;
    color: #958D8D;
}

#ae-tab {
    padding-bottom: 25px;
    border-bottom: 1px solid #958D8D;
    margin-bottom: 25px;
}

#ae-tab .nav-link.active, #ae-tab .show>.nav-link{
    color: #fff;
}

.ae-icon-box {
    border-radius: 10px;
    border: 1px solid var(--pri-color);
    padding: 20px 20px 20px 40px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 25px;
    min-height: 131px;
}
.ae-icon-box h3{ 
    color: #383131;
    font-family: "Inria Serif";
    font-size: 25px;    
    font-weight: 700;
    line-height: 1.3;
}

.ae-box-img {
    position: absolute;
    left: -20px;
    z-index: 20;
    background-color: #fff;
    top: 22px;
}

.ae-icon-box p{
    margin-bottom: 0;
}

.ae-icon-box ul {
    list-style: square;
    padding-left: 20px;
    margin-bottom: 0;
}

.ae-icon-box ul li::marker {
    color: var(--pri-color);
}

.ae-icon-box ul li {
    margin-bottom: 9px;
}

.ae-icon-box ul li:last-child{
    margin-bottom: 0;
}

.ctm-btn-bordered{
    border-radius: 6px;
    border: 1px solid #ED2121;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;    
}

/******************AE Page end********************/

/******************Our Faculty********************/

.of-bg-1{
    background-color: #FFF4F4;
}

.of-bg-2{
    background-color: #F3F6FF;
}

.of-bg-3{
    background-color: #F3FBFF;
}

.of-bg-4{
    background-color: #FFF4FF;
}

.of-color-box span{
    font-size:15px;
}

.of-color-box {
    border-radius: 13px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: center;
}

.of-color-box h3{
    color: #383131;
    font-size: 35px;
    font-family: Inria Serif;
    font-weight: 700;
    line-height: 35px;
}

#ftd-accordion .accordion-button{
    color: #383131;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
}



 #ftd-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }
  #ftd-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }

  #ftd-accordion .accordion-button::after {
    transition: all 0.5s;
  }
  

/******************Our Faculty end********************/


/* Footer Style */
/* Newsletter section */
.nscf-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cf-info-foo {
    /*display: flex;
    gap: 15px;
    align-items:flex-end;*/
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}

.cf-info-foo a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.cf-info-foo a i {
    color: var(--pri-color);
    margin-right: 6px;
}

.nl-signup-form-holer {
    display: flex;
    gap: 16px;
}

.nl-signup-label {
    flex: 1 0 125px;
    max-width: 125px;
}

.ns-form input {
    height: 46px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 14px;
    border-radius: 12px;
}

button.nl-btn {
    font-size: 14px;
    padding: 14px 44px;
    border-radius: 12px;
    background: #1D50F8;
    color: #fff;
    border: 0px solid #1D50F8;
    margin-left: -30px;
}

/* Newsletter section End */

.ctm-footer{
    background-color: #000;
    padding-top: 60px;  
    color: #fff;  
}
.footer-socials {
    list-style: none;
    display: flex;
    padding-left: 0;
    gap: 15px;
}
    .footer-socials li {
        width: 35px;
        height: 35px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        transition: 0.3s ease-in-out;
    }

    .footer-socials li a {
        color: #fff;
        font-size: 17px;
    }
        .footer-socials li:hover {
            transform: scale(1.16);
            border: 1px solid var(--pri-color);
            background-color: #fff;
        }
            .footer-socials li:hover a {
                color: var(--pri-color);
            }

            .footer-widget-title {
                color: white;
                font-size: 18px;
                font-family: Poppins;
                font-weight: 500;
                line-height: 24px;
            }

.foo-nav-list{
    padding-left: 0;
    list-style: none;
}

.foo-nav-list li a, .foo-nav-list li{
    color: white;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
    text-decoration:none;
    transition:0.3s ease-in-out;
}

.foo-nav-list li a:hover {
    color:var(--pri-color);
}

.foo-bottom {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 18px 0;
    border-top: 1px solid #fff;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 16px;
}

.nav-foo {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-foo li a{
    color: #fff;
    text-decoration: none;    
}

ul.nav-foo li:after {
    content: "|";
    margin-left: 16px;
}

ul.nav-foo li:last-child:after {
    content: "";
    margin-left:0;
}

/*.foo-navigatio-holder {
    padding-bottom: 50px;
}*/

/* Footer Style end */


.acc-list li{
    margin-bottom:4px;
}
/**********Media Quries************/
#myTab .nav-link.active, #myTab .show > .nav-link {
    color: #fff;
    background-color: var(--pri-color);
}

#myTab .nav-link{
   padding:5px 10px;
   border-radius:0;
}

#myTab .nav-link {
    padding: 2px 5px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

#myTab .tab-content {
    border-left: 1px solid #ccc;
}

#ctm-navtabs-cont {
    border-left: 1px solid #ccc;
}

#myTab a:last-child {
    border-bottom:none;
}

.mm-title {
    font-size: 23px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.mm-title:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background-color:var(--sec-color);
}

.mm-inner-title {
    font-weight:600;
    font-size:20px;
}

.mm-inner-menu {
    list-style: none;
    padding-left: 0;
}

.mm-inner-menu li a {
    text-decoration: none;
    display: flex;
    gap: 8px;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px;
}

.mm-cta-box {
    display: flex;
    align-items: center;
    gap: 22px;
}

.mm-cta-btn {
    background-color:var(--sec-color);
    display:inline-block;
    padding:5px 10px;
    border-radius:4px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:0.3s ease-in;
}

.mm-cta-btn:hover {
    background-color: #222;
    color: #fff;
}

.mm-inner-menu li a:hover {
    background-color: red;
    color: #fff;    
}

#main-nav .navbar-nav .dropdown-item:hover, #main-nav .navbar-nav .dropdown-item:focus {
    background-color: #F8F8F8;
;
    color:#333;
}

/*Accordions Style*/

#bachelors-accordion .accordion-item {
    margin-bottom: 30px;
    border-radius: 6px !important;
}

#bachelors-accordion h2 {
    margin: 0;
}

#bachelors-accordion h2 div {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #444141;
    margin: 0;
}

#bachelors-accordion h2 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #978F8F;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
#bachelors-accordion .accordion-button {
    gap: 20px;
    border-radius: 7px;
    background-color:transparent;
}

#bachelors-accordion .accordion-item {
    margin-bottom: 30px;    
}
#bachelors-accordion .accordion-button:focus{
    box-shadow:none;
}
/*#bachelors-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid;
}*/
#bachelors-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}

#bachelors-accordion .acc-icon {
    max-width: 57px;
    flex: 1 0 57px;
}

#bachelors-accordion .accordion-item:first-of-type {
    border-radius: inherit;
}

#bachelors-accordion .accordion-item:last-of-type {
    border-radius: inherit;
}

.list-sty-5 {
    list-style: none;
    padding-left: 0;
}

.list-sty-5 li {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    color: #978F8F;
    font-size:15px;
}


.list-sty-5 li:before {
    content: "\f058";
    font-family: "FontAwesome";
    color:var(--pri-color);
}

/*Accordions Style end*/

/*Banner buttons Style*/

.banner-btns-holder {
    display:flex;
    gap:15px;
}

.an-btn {
    background-color: var(--sec-color);
    color: #fff;
    text-decoration: none;
    padding: 9px 32px;
    border-radius: 4px;
    transition:0.3s ease-in;
}

.slc-btn {
    background-color: var(--pri-color);
    color: #fff;
    text-decoration: none;
    padding: 9px 32px;
    border-radius: 4px;
    transition: 0.3s ease-in;
}

.an-btn:hover, .slc-btn:hover {
    background-color:#000;
    color:#fff;
}

.ser-tab-list-no li {    
    padding-left: 7px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.ser-tab-list-no {
    padding-left: 1rem;
}
.degree-down{
    list-style:none;
    padding-left:0;
}
    .degree-down li a {
        display: flex;
        text-wrap:wrap;
        align-items: flex-start;
        padding:10px 12px 9px 23px;
        gap:10px;
    }
        .degree-down li a:hover .menu-item-1 img {
            filter: brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(3029%) hue-rotate(226deg) brightness(97%) contrast(101%);
        }
    .menu-item-1 img {
        width: 40px;
        height: 30px;
        text-wrap: auto;
        display: flex;
    }
.degree-uper {
    width: 700px;
    padding-top: 27px;
    padding-bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.degre-offer{
    left:-250px;
}
.menu-cnt span {
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}
.menu-cnt p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7C7C7C;
    margin-bottom:0;
}
/*Banner buttons Style end*/
/*Course Outline*/
.co-dd select {
    font-size: 16px;
    color: #1a1a1a;
    padding: 15px;
    border-radius: 0;
    border-color: #A19999;
}
.co-table .table tr th {
    text-align: center;
    border: 1px solid #dee2e6;
    background-color: var(--pri-color);
    color:white;
    padding:15px;
    font-weight:400;
}
.co-table .table tr td {
    text-align: center;
    border: 1px solid #dee2e6;
    padding: 15px;
    font-weight: 500;
    color: black;
}
.co-table .table tr {
    border: 1px solid #dee2e6;
}
.co-table .table .column-1 {
    width: 25%;
    
}
.co-tab-holder {
    height: 450px;
    overflow: auto;
    scrollbar-color: #ED2121 #fff;
    scrollbar-track-color: transparent !important;
    scrollbar-arrow-color: white;
}
.co-table h4{
    margin-bottom:15px;
}
.filter-holder{
    display:flex;
    align-items:center;
    gap:10px;
}
    .filter-holder select {
        width: 100%;
    }
.course-info {
    display: none;
    margin-top: 10px;
    padding: 10px;
}
       
/*course tabs*/

@media (max-width: 991px) {
    .details {
        text-align: center
    }
}

.details .info {
    margin-bottom: 20px;
    color: #fff
}

@media (max-width: 991px) {
    .details .info {
        text-align: center
    }
}

.details .info li {
    color: #36348e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .details .info li {
        display: block
    }
}

.details .info li i {
    font-size: 40px;
    color: #36348e;
    margin-right: 20px;
    width: 20px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {
    .details .info li i {
        display: block;
        width: 100%;
        margin-right: 0px
    }
}

.details .info li h5 {
    position: relative;
    font-family: "Vesper Libre",serif;
    color: #36348e;
    border-right: 1px solid #36348e;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 15px;
    text-transform: capitalize
}

@media (max-width: 991px) {
    .details .info li h5 {
        display: block;
        max-width: 100%
    }
}

.details .info li h5:before {
    content: "";
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #36348e
}

.details .info li p {
    font-family: "Vesper Libre",serif;
    color: #36348e;
    font-size: 15px;
    margin-left: 30px;
    margin-bottom: 0
}

.table-arts-degree .inquiries-sec.bg-yellow {
    background-color: #ffc53a
}

    .table-arts-degree .inquiries-sec.bg-yellow .box {
        color: #000
    }

.table-arts-degree .inquiries-sec.bg-purple {
    background-color: #36348e
}

    .table-arts-degree .inquiries-sec.bg-purple .box {
        color: #fff
    }

.table-arts-degree .inquiries-sec li .box {
    font-family: "Vesper Libre",serif;
    padding: 17px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-weight: 600
}

    .table-arts-degree .inquiries-sec li .box.heading {
        padding: 25px 20px;
        font-weight:  800;
    }
.sec-global{
    padding-top:30px;
}
.sec-global h4 {
    font-size: 45px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: "Vesper Libre",serif;
    line-height: 1.2em;
    margin: 0 0 20px 0
}

@media (max-width: 1400px) {
    .sec-global h4 {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .sec-global h4 {
        font-size: 35px
    }
}

@media (max-width: 767px) {
    .sec-global h4 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .sec-global h4 {
        font-size: 20px
    }
}

.sec-global .global-tabs-nav {
    text-align: center;
    margin-bottom:0;
}

    .sec-global .global-tabs-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style:none;
    }

        .sec-global .global-tabs-nav ul li {
            margin: 0 0px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

            .sec-global .global-tabs-nav ul li a {
                padding: 15px 40px;
                display: block;
                background: #fff;
                border-radius: 4px;
                color: #010035;
                background-color: #C0EFE4;
                font-weight: 600;
                font-size: 18px;
                text-transform: uppercase
            }

                .sec-global .global-tabs-nav ul li a:after {
                    content: none
                }

@media (max-width: 991px) {
    .sec-global .global-tabs-nav ul li a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .sec-global .global-tabs-nav ul li a {
        font-size: 15px
    }
}

.sec-global .global-tabs-nav ul li.active a {
    color: #fff
}



    .sec-global .global-tabs-nav-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style:none;
    }

        .sec-global .global-tabs-nav-2 ul li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33%);
            flex: 0 0 calc(33.33%);
            max-width: calc(33.33%)
        }

         

                .sec-global .global-tabs-nav-2 ul li a:after {
                    content: none
                }

@media (max-width: 991px) {
    .sec-global .global-tabs-nav-2 ul li a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .sec-global .global-tabs-nav-2 ul li a {
        font-size: 15px
    }
}

.sec-global .global-tabs-nav-2 ul li.active a {
    background-color: #1a1a1a;
       color:#fff;
}

.majours-mian {
    margin-bottom: 150px
}

    .majours-mian .dtd {
        border: 0.2px solid #F1F1F2;
        padding: 20px 10px
    }



    .majours-mian .degree-content-head {
        background: var(--pri-color);
    }

        .majours-mian .degree-content-head p {
               color:#fff;
        }
.sec-global .global-tabs-nav ul li.active a {
    color: #fff
}

.sec-global .global-tabs-nav-2 {
    text-align: center
}

    .sec-global .global-tabs-nav-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .sec-global .global-tabs-nav-2 ul li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33%);
            flex: 0 0 calc(33.33%);
            max-width: calc(33.33%)
        }

    

                .sec-global .global-tabs-nav-2 ul li a:after {
                    content: none
                }

@media (max-width: 991px) {
    .sec-global .global-tabs-nav-2 ul li a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .sec-global .global-tabs-nav-2 ul li a {
        font-size: 15px
    }
}
.dtbl {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-left:0;
    margin-bottom:0;
}
.dtbl .dtd {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #fff;
 
}

    .dtbl .dtd:nth-child(1) {
        width: 27%
    }

    .dtbl .dtd:nth-child(5) {
        width: 20%
    }

    .dtbl .dtd h6 {
        color: #fff;
        
    }

    .dtbl .dtd h5 {
        color: #1a1a1a;
       
    }

.dtbl.vMiddle .dtd {
    vertical-align: middle
}
.sec-global h4 {
    font-size: 45px;
    color: #1a1a1a;
    font-weight: 700;

    line-height: 1.2em;
    margin: 0 0 20px 0
}

@media (max-width: 1400px) {
    .sec-global h4 {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .sec-global h4 {
        font-size: 35px
    }
}

@media (max-width: 767px) {
    .sec-global h4 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .sec-global h4 {
        font-size: 20px
    }
}

.sec-global .global-tabs-nav {
    text-align: center
}

    .sec-global .global-tabs-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left:0;
        margin-bottom:0;
    }

        .sec-global .global-tabs-nav ul li {
            margin: 0 0px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

      

                .sec-global .global-tabs-nav ul li a:after {
                    content: none
                }

@media (max-width: 991px) {
    .sec-global .global-tabs-nav ul li a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .sec-global .global-tabs-nav ul li a {
        font-size: 15px
    }
}

.sec-global .global-tabs-nav ul li.active a {
    color: #fff
}
.global-tabs-nav-11 {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.global-tabs-nav-22 {
    list-style: none;
    margin-bottom: 0;
    padding-left:0;
}

.sec-global .global-tabs-nav-2 {
    text-align: center;
    margin-bottom: 0 !important;
}
    .sec-global .global-tabs-nav-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .sec-global .global-tabs-nav-2 ul li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33%);
            flex: 0 0 calc(33.33%);
            max-width: calc(33.33%)
        }

            .sec-global .global-tabs-nav-2 ul li a {
                padding: 15px 40px;
                display: block;
                border-radius: 4px;
                color: #000;
                background-color: #978F8F;
                font-weight: 600;
                font-size: 18px;
                text-decoration: none;
            }

                .sec-global .global-tabs-nav-2 ul li a:after {
                    content: none
                }

@media (max-width: 991px) {
    .sec-global .global-tabs-nav-2 ul li a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .sec-global .global-tabs-nav-2 ul li a {
        font-size: 15px
    }
}

.sec-global .global-tabs-nav-2 ul li.active a {
    background-color: #1a1a1a;
    color: #fff
}

.majours-mian {
    margin-bottom: 150px
}

    .majours-mian .dtd {
        border: 0.2px solid #F1F1F2;
        padding: 20px 10px
    }

        .majours-mian .dtd p {
            margin-bottom: 0;
         
        }

  

        .majours-mian .degree-content-head p {
            color: #fff
        }


/*Course Tab*/
        /*Course Outline*/
        /*Wrapper Section*/
        .im-wrapper {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            position: relative;
            height: 630px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
            overflow: hidden;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

@media (max-width: 1400px) {
    .im-wrapper {
        height: 500px
    }
}

@media (max-width: 767px) {
    .im-wrapper {
        height: 325px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }
}

.im-wrapper:hover {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

@media (max-width: 767px) {
    .im-wrapper:hover {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }
}

.im-wrapper:hover .im-wrapper-content {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    bottom: 0
}

.im-wrapper .im-wrapper-content {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: -5000px;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    padding: 0 30px
}

@media (max-width: 1400px) {
    .im-wrapper .im-wrapper-content {
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .im-wrapper .im-wrapper-content {
        padding: 10px
    }
}

.im-wrapper .im-wrapper-content.sty-1 {
    padding: 0 20px
}

.im-wrapper .im-wrapper-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,2,50,0.549)
}

.im-wrapper .im-wrapper-content h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px;
    z-index: 1;
    line-height: 1.4em
}

@media (max-width: 1366px) {
    .im-wrapper .im-wrapper-content h2 {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .im-wrapper .im-wrapper-content h2 {
        font-size: 29px
    }
}

@media (max-width: 767px) {
    .im-wrapper .im-wrapper-content h2 {
        font-size: 18px
    }
}

.im-wrapper .im-wrapper-content h3 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    z-index: 1;
    line-height: 1.4em
}

@media (max-width: 1366px) {
    .im-wrapper .im-wrapper-content h3 {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .im-wrapper .im-wrapper-content h3 {
        font-size: 29px
    }
}

@media (max-width: 767px) {
    .im-wrapper .im-wrapper-content h3 {
        font-size: 18px
    }
}

.im-wrapper .im-wrapper-content ul {
    margin-bottom: 20px;
    list-style: none;
}

    .im-wrapper .im-wrapper-content ul li {
        color: #fff;
        font-size: 24px;
        margin: 0 0 5px;
        z-index: 1;
        position: relative
    }

@media (max-width: 767px) {
    .im-wrapper .im-wrapper-content ul li {
        font-size: 15px
    }
}

@media (max-width: 1366px) {
    .im-wrapper .im-wrapper-content ul li {
        font-size: 18px
    }
}

.im-wrapper .im-wrapper-content ul li a {
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px;
    z-index: 1;
    position: relative
}

@media (max-width: 767px) {
    .im-wrapper .im-wrapper-content ul li a {
        font-size: 15px
    }
}

@media (max-width: 1366px) {
    .im-wrapper .im-wrapper-content ul li a {
        font-size: 18px
    }
}

.im-wrapper .im-wrapper-content P {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    font-family: "Vesper Libre",serif;
    text-align: center;
    z-index: 1;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .im-wrapper .im-wrapper-content P {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.im-wrapper .im-wrapper-content .eng-wrapper {
    position: relative;
    margin-bottom: 20px
}

    .im-wrapper .im-wrapper-content .eng-wrapper a {
        font-size: 40px;
        font-weight: 700;
        color: #ffc53a;
        font-family: "Vesper Libre",serif
    }

@media (max-width: 1600px) {
    .im-wrapper .im-wrapper-content .eng-wrapper a {
        font-size: 30px
    }
}

@media (max-width: 1199px) {
    .im-wrapper .im-wrapper-content .eng-wrapper a {
        font-size: 20px
    }
}

.im-wrapper .im-wrapper-content .eng-wrapper p {
    font-family: "Vesper Libre",serif;
    font-size: 25px;
    margin-bottom: 0
}

@media (max-width: 1600px) {
    .im-wrapper .im-wrapper-content .eng-wrapper p {
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .im-wrapper .im-wrapper-content .eng-wrapper p {
        font-size: 16px
    }
}

.im-wrapper .im-wrapper-content .eng-wrapper:last-child {
    margin-bottom: 0
}

.im-wrapper .im-wrapper-content .btn {
    z-index: 1
}

.im-wrapper img {
    width: 100%
}

.im-wrapper.wrap2 {
    overflow: visible
}

@media (max-width: 1600px) {
    .im-wrapper.wrap2 {
        height: 425px
    }
}

@media (max-width: 991px) {
    .im-wrapper.wrap2 {
        height: 300px
    }
}

.im-wrapper.wrap2.slick-current:hover .im-wrapper-content {
    opacity: 1
}

.im-wrapper.wrap2:hover .im-wrapper-content {
    opacity: 0;
    bottom: -1400px
}

.im-wrapper.wrap2.slick-current .im-wrapper-content {
    top: 520px;
    background: #36348e;
    margin: 0 100px;
    height: 200px
}

@media (max-width: 1600px) {
    .im-wrapper.wrap2.slick-current .im-wrapper-content {
        margin: 0 50px;
        top: 335px;
        height: 190px
    }
}

@media (max-width: 991px) {
    .im-wrapper.wrap2.slick-current .im-wrapper-content {
        margin: 0 10px;
        top: 220px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .im-wrapper.wrap2.slick-current .im-wrapper-content {
        top: 245px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
}

.im-wrapper.wrap2.slick-current .im-wrapper-content h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px
}

@media (max-width: 1400px) {
    .im-wrapper.wrap2.slick-current .im-wrapper-content h3 {
        font-size: 22px;
        margin-bottom: 5px;
        line-height: 1
    }
}

.im-wrapper.wrap2.slick-current .im-wrapper-content p {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Montserrat",sans-serif
}

@media (max-width: 1400px) {
    .im-wrapper.wrap2.slick-current .im-wrapper-content p {
        font-size: 16px
    }
}

.im-wrapper.wrap2.slick-current .im-wrapper-content h6 {
    color: #ffc53a;
    font-size: 20px;
    line-height: 1
}

@media (max-width: 1400px) {
    .im-wrapper.wrap2.slick-current .im-wrapper-content h6 {
        font-size: 16px
    }
}

.im-wrapper.wrap2.slick-current .im-wrapper-content:before {
    opacity: 0
}
/*Wrapper End*/
/*Academic Scholarship*/
.sm-mo {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px 0;
}
.img-wrap {
    position: relative;
}
/*Academic Scholarship*/
/*tuition fee*/
/*.ctm-mian-title-md {
    font-size: 35px;

    font-weight: normal;
    line-height: 1.2;
}
.ctm-mian-title-sm {
    font-size: 24px;
}*/
/*Tuition Fees page*/

.rts-tab-style-one .button-area button.active {
    background: var(--pri-color);
}

.rts-tab-style-one .button-area button {
    color: var(--pri-color);
    border-color: var(--pri-color);
}

.rts-tab-style-one .button-area button {
    margin: 0px 10px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    width: 15%;
}

table.rselements-table .rselements-table-header {
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    background-color: #1D50F8;
}


    /*table.rselements-table .rselements-table-header {
    background-color: var(--pri-color);
}*/

    table.rselements-table .rselements-table-header th {
        padding: 15px 20px 15px 20px;
    }

table.rselements-table tbody {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EEEEEE;
}

.table.rselements-table .rselements-table-body td {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDD8F9;
}

table.rselements-table .rselements-table-body td {
    vertical-align: middle;
    padding: 15px 15px 15px 15px;
}

table.rselements-table td, table.rselements-table th {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

table.rselements-table .rselements-table-body .ctm-repeater-item-pri {
    background-color: #890C25;
    color: #FFFFFF;
}

/*table.rselements-table .rselements-table-body .elementor-repeater-item-ca7dc7b {
    background-color: #890C25;
    color: #FFFFFF;
}

table.rselements-table .rselements-table-body .elementor-repeater-item-2befd84 {
    background-color: #890C25;
    color: #FFFFFF;
}*/

table.rselements-table .rselements-table-body .ctm-repeater-item-black {
    vertical-align: middle;
    background-color: #262626;
    color: #FFFFFF;
}

table.rselements-table .rselements-table-body {
    text-align: center;
}

    table.rselements-table .rselements-table-body .bg-repeater-item {
        text-align: center;
        vertical-align: middle;
        background-color: #F5F3FF;
    }

/*Tuition Fees page End*/

@media (max-width: 1399.98px) {
    .nl-signup-form-holer {
        flex-direction: column;
    }

    .nl-signup-label {
        flex: 1;
        max-width: 100%;
    }

    .mian-banner-title {
        font-size: 40px;
    }

    .mb-bottom-box p {        
        font-size: 18px;
    }

    .ctm-mian-title {
        font-size: 40px;     
    }

    #pp-tabs .nav-link {    
        margin-bottom: 6px;
    }

    .pp-box h4 {        
        font-size: 17px;
    }

    .cyf-tabcontent {        
        min-height: 350px;
    }

    .changeyourfuture-sec {
        padding: 40px 0 20px 0;
    }

    .of-color-box {
        padding: 30px 24px;
    }

    .mainCard-div {
        min-height: 362px;
    }

    .applyForm-cont {
        padding: 40px 14px;
    }

    .mncsImg-div {
        top: -120px;
        left: 50px;
    }

    .quotes {
        padding-left: 90px;
        padding-top: 50px;
    }

    .core-boxes {
        padding: 24px 15px 25px;
        min-height: 408px;
    }

    #SignupForm .nav-pills .nav-link.active {
        font-size: 17px !important;
    }

    #SignupForm .nav-pills .nav-link {
        font-size: 17px !important;
    }

    .lf-box {
        min-height: 168px;
    }

    .programs-card-div img {
        width: 90px;
        height: 80px;
    }
}

@media (max-width: 1199.98px) {
    .facts-sec-2 img{
        width:100%;
        height:400px;
        object-fit:cover;
    }
    .acc-box {
        min-height: 370px;
        padding: 16px;
    }

    .ctm-img-size {
        max-width: 370px;
    }

    .lgBlue-cta {
        padding: 30px 12px 10px;
    }

    .choose-us-card {
        min-height: 200px;
        padding: 24px 10px 10px 10px;
    }

    .programs-card-div {
        gap: 20px;
    }

    .mian-title-black {
        line-height: 1.3;
    }

    .ctm-img-size {
        max-width: 370px;
    }

    .lgBlue-cta {
        padding: 30px 12px 10px;
    }

    .mianbanner-content-holder {
        height: 60vh;
    }

    .pp-box-foo {
        flex-direction: column;
    }

    .pd-btn {        
        padding: 6px 12px;
        margin-bottom: 10px;
        font-size:14px;
    }

    .cf-info-foo {
        /*display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;*/
        display: flex;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .space-p-tb {
        padding: 60px 0;
    }

    .space-p-b {
        padding-bottom: 60px;
    }

    .space-p-t {
        padding-top: 60px;
    }

    #cyf-tabs .nav-item .nav-link {
        font-size: 13px;
    }

    .fact-box {
        min-height: 180px;
    }

    #ae-tab .nav-link {
        padding: 8px 14px;
    }

    .step-form-top span {
        font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    #SignupForm {
        padding: 50px 20px !important;
    }

    .ctaBtns .esl-red-btn {
        padding: 10px 5px;
    }

    #ftd-accordion .accordion-button {
        line-height: 26px !important;
        font-size: 20px !important;
    }

    .cost-card-btn a {
        padding: 10px 50px !important;
    }

    .tc-box {
        padding: 20px !important;
    }

    .tc-box h4 {
        font-size: 30px !important;
        line-height: 42px !important;
        margin-bottom: 18px !important;
    }

    .degreeTab-div-info h5 {
        font-size: 26px;
    }

    .of-color-box {
        min-height: 250px;
        padding: 30px 16px;
    }

    .bnrCard-div {
        min-height: 324px;
    }

    .mainCard-div {
        min-height: 406px;
        padding: 22px 14px;
    }

    .counter-box {
        min-height: 265px;
    }

    .mncsImg-div {
        top: -80px;
        left: 30px;
    }

    .quotes p {
        font-size: 26px;
    }

    .tuitionFee-btn {
        margin: 0 5px 0 5px;
    }

    .bfAply-box {
        padding: 20px;
        min-height: 282px;
    }

    .bnrCards-main {
        margin-top: -60px;
    }

    .core-boxes {
        min-height: 450px;
    }

    .esl-red-btn {
        margin-top: 10px;
    }

    .creditCard-blue {
        min-height: 334px;
    }

    .custom-logo-link {
        max-width: 170px;
    }

    .main-header-btn {
        padding: 9px 12px;
        font-size: 14px;
    }

    .esl-box {
        min-height: 302px;
    }

    .footer-logo {
        max-width: 170px;
    }
    
}

@media (max-width: 991.98px) {

    .mid-title {
        font-size: 28px;
    }

    .mission-sec h3 {
        padding-bottom: 6px;
        margin-bottom: 12px;
    }

    .programs-card-div img {
        width: 110px;
        height: 80px;
    }

    .game-box {
        padding: 20px;
        min-height: auto !important;
    }

    .school-banner-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .choose-us-card {
        min-height: 152px;
    }

    .space-p-b {
        padding-bottom: 40px;
    }

    .programs-card-div h5 {
        font-size: 20px;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .ctm-footer {    
        padding-top: 50px;    
    }

    .foo-navigatio-holder {
        padding-bottom: 0px;
    }
    .footer-logo {
        margin-bottom: 23px;
    }

    .ctm-mian-title {
        font-size: 30px;
    }

    .mini-title {
        font-size: 18px;
    }

    .mb-bottom-box p {
        font-size: 15px;
    }

    .mbb-tag {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .mb-bottom-box {
        min-height: 98px;
    }

/*    .custom-logo-link {
        flex: 1 0 120px;
        max-width: 80px;
    }*/

    .slide-left-btn {
        display: none;
    }

    .lf-box h3 {
        font-size: 20px;
    }

    .ctm-mian-title {
        font-size: 30px;
    }

    .lf-box {
        padding: 14px;
        min-height: 180px;
    }

    #cyf-tabs {
        flex-wrap: wrap;
    }

    #cyf-tabs .nav-item {
        flex: 1 0 45%;
        max-width: 45%;
    }

    .esl-box {
        min-height: 388px;
    }

    .fact-box {
        min-height: auto;
    }

    .blue-cta img {
        display: none;
    }

    .blue-cta {
        text-align: center;
        padding: 40px 0;
    }

    .contact-bg img {
        display: none;
    }

    .acc-box {
        min-height: auto !important;
    }

    .acc-box .acc-box-icon {
        margin: 2px 0 !important;
    }

    .blue-cta-full img {
        display: none;
    }

    .blue-cta-full {
        text-align: center;
        padding: 40px 0;
    }

    .accredited-box span {
        font-size: calc(20px + (2 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    .accred-box-mid {
        min-height: 60px !important;
    }

    .step-form-top span {
        font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    #SignupForm {
        padding: 50px 40px !important;
    }

    #ae-tab {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .mian-title-black {
        font-size: 30px;
        line-height: 38px;
    }

    .ae-icon-box {
        min-height: 190px;
    }

    .core-boxes {
        padding: 20px 10px 10px 10px !important;
    }

    .ctaBtns .esl-red-btn {
        width: 100% !important;
        padding: 10px 3px;
    }

    .select-1 {
        margin-top: 30px !important;
    }

    .f-box-main {
        padding-top: 40px !important;
    }

    .mob-bg img {
        display: none;
    }

    .ctaForm-img img {
        display: none;
    }

    .ctaForm-Cont {
        padding: 40px 20px !important;
    }

    .lgBlue-cta img {
        display: none;
    }

    .lgBlue-cta {
        padding: 20px 10px 10px 10px !important;
    }

    .lgBlue-cont ul {
        margin-bottom: 0px !important;
    }

    .st-services h3 {
        margin-bottom: 20px !important;
    }

    .st-services .st-tabs .tab-content {
        margin-top: 20px !important;
    }

    .logo-cnt h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .cf-info-box {
        min-height: 206px !important;
    }

    .accDegree-card {
        min-height: 216px;
    }

    .facultyTD-sec img {
        display: none;
    }

    .bnrCard-div {
        padding: 16px 12px;
    }

    .bnrCard-div h2 {
        font-size: 20px;
    }

    .mainCard-div {
        min-height: 504px;
        padding: 14px 12px;
    }

    .mainCard-btn {
        bottom: 14px;
    }

    .Newspace-p-tb {
        padding: 0 0 30px 0;
    }

    .cyf-tabcontent {
        min-height: 300px;
    }

    .changeyourfuture-sec {
        padding: 20px 0 20px 0;
    }

    button.nl-btn {
        margin-left: 0px;
        margin-top: 8px;
    }

    .ccount-number {
        font-size: 50px;
    }

    .ctm-counter-label {
        font-size: 13px;
    }

    .counter-box {
        min-height: auto;
        padding: 30px 20px;
    }

    .mncsImg-div {
        top: -130px;
        max-width: 100%;
    }

    .Img-Content-div {
        max-height: 630px;
    }

    .mncs span {
        font-size: 80px;
    }

    .mncs p {
        font-size: 22px;
    }

    .mncs {
        max-width: 260px;
        max-height: 210px;
        top:28px;
    }

    .img-quotes {
        top: -64px;
    }

    .bfAply-box {
        padding: 16px 10px;
        min-height: 290px;
    }

    .cor-top {
        top: 0 !important;
    }

    .core-boxes {
        min-height: auto !important;
        text-align: center;
        padding: 10px !important;
    }

    .core-sec h3 {
        margin-bottom: 20px;
    }

    .core-sec h3 {
        margin-bottom: 20px;
    }
    
    .esl-red-btn {
        margin-top: 0px;
    }

    .creditCard-brown {
        min-height: 382px;
    }
}

@media (max-width: 767.98px) {

    .programs-card-div img {
        width: 90px;
        height: 80px;
    }

    .space-p-tb {
        padding: 20px 0;
    }

    .ctm-mian-title {
        font-size: 24px;
    }

    .mini-title {
        font-size: 14px;
    }

    .mian-banner-title {
        font-size: 30px;
    }

    .ctm-mian-title {
        font-size: 24px;
    }

    .mini-title {
        font-size: 14px;
    }

    .mian-banner-title {
        font-size: 30px;
    }

    .ctm-title-holder {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ab-link {
        font-size: 14px;
    }

    .cyf-tabcontent h4 {
        font-size: 26px;
        line-height: 40px;
    }

    .hashtag-title {
        font-size: 16px;
        line-height: 40px;
    }

    .cyf-tabcontent {
        min-height: 210px;
    }

    #cyf-tabs {
        gap: 20px;
    }

    .nl-signup-form-holer {
        flex-direction: column;
        margin-top: 25px;
        margin-left: 20px;
    }

    .copyright-foo {
        font-size: 14px;
    }

    .nav-foo {
        justify-content: center;
    }

    .nav-foo li a {
        font-size: 13px;
    }

    .foo-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .mian-banner-bottom {
        display: none;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .space-p-b {
        padding-bottom: 40px;
    }

    .space-p-t {
        padding-top: 40px;
    }

    .lf-box {
        min-height: 150px;
        margin-bottom: 20px;
    }

    .fa-img-box {
        max-width: 30px;
    }

    .pp-box-foo {
        flex-direction: row;
    }

    .pp-box-cont {
        min-height: auto;
    }

    .pp-box {
        margin-bottom: 16px;
    }

    .lf-box:last-child {
        margin-bottom: 0;
    }

    .esl-box {
        min-height: auto;
        margin-bottom: 10px;
    }

    .esl-box h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.esl-blue-btn {
    padding: 6px 10px;
    font-size: 14px;
}

.esl-red-btn {
    padding: 6px 10px;
    font-size: 14px;
}

.ns-form input {
        height: 40px;
    }

    button.nl-btn {
        padding: 8px 40px;
        margin-top: 8px;
        margin-left: 0px;
    }

    .step-form-top span {
        font-size: calc(17px +(16 - 17)*((100vw - 300px) /(1920 - 300))) !important;
    }

    #SignupForm {
        padding: 50px 14px !important;
    }

    .ae-icon-box {
        min-height: auto;
    }

    .btn-holder {
        justify-content: center;
    }

    .core-sec h3 {
        margin-bottom: 20px !important;
    }

    .cor-top {
        top: 0 !important;
    }

    .core-boxes {
        min-height: auto !important;
        text-align: center;
        padding: 10px !important;
    }

    .ctaBtns .esl-red-btn {
        width: 60% !important;
    }

    .select-1 {
        margin-top: 20px !important;
    }

    .f-box-main {
        padding-top: 20px !important;
    }

    .ques-bdr {
        margin-top: 0px !important;
    }

    .question-box {
        padding: 20px 20px 15px 20px !important;
    }

    .ctaForm-Cont {
        padding: 20px 0px !important;
    }

    .uniCard-div img {
        width: 100%;
    }

    .uniCard-Cont p {
        min-height: auto !important;
    }

    .lgBlue-cta {
        padding: 14px 12px 10px 14px !important;
    }

    .programs-card-div h5 {
        font-size: 20px;
    }

    .st-services .st-tabs .nav-tabs .nav-link {
        font-size: 18px;
        padding: 6px 12px;
    }

    .st-services h3 {
        margin-bottom: 20px !important;
    }

    .st-services .st-tabs .nav-tabs .nav-link {
        font-size: 18px !important;
        padding: 6px 12px !important;
    }

    .future-sec h3 {
        margin-bottom: 14px !important;
    }

    .future-main {
        flex-direction: column;
        gap: 10px !important;
    }

    .future-box {
        max-width: 80% !important;
        text-align: center !important;
    }

    .future-top {
        justify-content: center !important;
    }

    .tc-box {
        padding: 10px !important;
    }

        .tc-box h4 {
            font-size: 26px !important;
            line-height: 32px !important;
        }

    .bachelors-fields h2 {
        margin-bottom: 20px !important;
    }

    .bf-box {
        padding: 10px !important;
        margin-bottom: 14px !important;
    }

    .bf-box-first {
        gap: 20px !important;
    }

    .acc-second {
        margin-bottom: 12px !important;
    }

    .acc-para {
        margin-bottom: 10px !important;
    }

    .cp-form-holder {
        padding: 20px !important;
    }

    .cf-btn {
        margin-top: 0px !important;
    }

    .cf-info-box {
        min-height: auto !important;
    }

    .payment-failure-top img {
        max-width: 110px !important;
    }

    .payment-failure-box {
        padding: 20px !important;
    }

    .payment-failure-top {
        margin-top: -63px !important;
    }

    .thankImage img {
        max-width: 124px !important;
    }

    .main-header-btn {       
        padding: 9px 12px;
        font-size: 14px;
    }

    .bnrCard-div {
        padding: 20px;
        min-height: auto;
    }

    .mainCard-btn {
        bottom: 14px;
    }

    .mainCard-div {
        min-height: auto;
        padding: 20px 20px 40px 20px;
    }

    .aplNow-sec h4 {
        font-size: 34px;
    }

    .aplNow-sec a {
        padding: 8px 30px;
    }

    .ctm-footer {
        padding-top: 30px;
    }

    .box-text {
        margin-right: -12px;
        padding: 20px 10px 10px 20px;
    }

    .halfImage-divLeft {
        display: none;
    }

    .mncsImg-div {
        left: 0;
        padding: 20px;
    }

    .Img-Content-div {
        max-height: 560px;
    }

    .mncs span {
        font-size: 50px;
    }

    .mncs {
        top: 10px;
        left: 0;
        max-width: 240px;
        max-height: 166px;
    }

.mncs p {
    font-size: 20px;
}

.img-quotes {
    right: -183px;
    width: 70px;
}

.quotes {
    padding-left: 0;
    padding-top: 20px;
}

.quotes p {
    font-size: 22px;
    line-height: 1.4;
}

}

@media (max-width: 575.98px) {


    p {
        font-size: 14px;
    }

    .hashtag-title {
        font-size: 16px;
        line-height: 25px;
    }

    .cyf-tabcontent h4 {
        line-height: 1.2;
        font-size: 22px;
    }
    
    .custom-logo-link {
        max-width: 138px;
    }

    .space-p-tb {
        padding: 20px 0;
    }

    .space-p-b {
        padding-bottom: 20px;
    }

    .space-p-t {
        padding-top: 20px;
    }

    section.topbar {
        display: none;
    }

    .mian-banner-title{
        font-size: 26px;
    }

    .mini-title {
        font-size: 12px;
    }

/*    .mianbanner-content-holder {
        height: 60vh;
    }*/

    .lf-box {
        margin-bottom: 10px !IMPORTANT;
        min-height: auto;
        padding: 20px;
    }

    #cyf-tabs .nav-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .cyf-tabcontent h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cyf-tabcontent {
        min-height: 100px;
    }

    .ctm-mian-title {
        font-size: 22px;
    }

    .nscf-info {
        flex-direction: column;
    }

    .changeyourfuture-sec {
        min-height: 400px;
    }

    #cyf-tabs {
        gap: 20px;
    }

    .mb-bottom-box {
        min-height: 70px;
    }

    .foot-col {
        flex-direction: column;
        gap: 0 !important;
    }

    .inner-banner {
        padding: 20px 4px !important;
    }

    .inner-banner span {
        font-size: calc(14px + (20 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    .fact-box {
        padding: 12px;
    }

    .fact-box .fact-img {
        max-width: 100px !important;
    }

    .fact-box .fact-text {
        max-width: 140px !important;
    }

    .blue-cta {
        padding: 14px 0;
    }

    .blue-cta h3 {
        font-size: 22px;
    }

    .blue-cta a {
        line-height: 1.3;
        font-size: 14px;
    }

    .game-box {
        padding: 14px 10px !important;
    }

    .contact-bg {
        padding: 16px 20px !important;
    }

    .contact-bg .esl-red-btn {
        margin-top: 8px;
    }

    .program-sec .row {
        padding: 10px !important;
    }

    #SignupForm {
        padding: 20px 14px !important;
        margin-top:20px;
    }

    .step-form-top {
        flex-direction: column;
        margin-bottom: 10px !important;
        gap: 20px !important;
    }

    .mid-title {
        font-size: 24px !important;
    }

    .dark-sec-bg th {
        font-size: 13px;
        padding: 2px;
    }

    .dark-sec-bg tr td {
        font-size: 12px;
        padding: 2px;
    }

    .table-box::before {
        right: 17px;
        width: 25%;
        height: 85%;
        top: 5%;
    }

    .federal-sec .row {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .federal-box {
        margin-bottom: 10px !important;
        gap: 4px;
    }

    .advisor-box {
        min-height: auto !important;
        padding: 16px !important;
    }

    .advisor-box-text p {
        margin-bottom: 0 !important;
    }

    .advisor-card-box {
        min-height: auto !important;
    }

    .guiding-sec .accordion-button {
        padding: 10px 0;
    }

    .guiding-sec .accordion .accordion-button {
        font-size: 14px !important;
    }

    .core-sec h3 {
        margin-bottom: 0px !important;
    }

    .core-boxes .core-boxes-icon {
        margin: 10px 0;
    }

    .core-boxes .core-boxes-text p {
        margin: 4px 0 4px 0;
    }

    .f-box {
        padding: 20px 0 !important;
    }

    .phd {
        margin-top: 12px !important;
        margin-bottom: 10px !important;
    }

    .f-box h5 {
        margin-top: 10px !important;
    }

    .mian-title-black {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .cost-card-head {
        padding: 10px 30px !important;
        font-size: 16px !important;
    }

    .cost-card-fee {
        margin-left: 16px !important;
        padding: 0 !important;
        margin-right: 16px !important;
    }

    .cost-card-fee li {
        padding-top: 14px !important;
        padding-bottom: 2px !important;
    }

    .cost-card-total {
        padding: 10px 18px !important;
    }

    .cost-card-btn {
        padding: 0 0 22px !important;
    }

    .cost-card-btn a {
        padding: 6px 30px !important;
    }

    .overallCost-btns {
        gap: 20px !important;
        font-size: 14px !important;
    }

    .fees-table {
        padding-top: 20px;
    }

    .fees-table .colHead {
        font-size: 14px !important;
        padding-bottom: 4px !important;
    }

     .fees-table .rowHead {
        line-height: 1.4 !important;
        padding-left: 6px !important;
        font-size: 12px !important;
     }

    .sld-btn {
        padding-bottom: 30px !important;
    }

    .sld-btn a {
        padding: 6px 40px !important;
    }

    .sld-btn p {
        padding-bottom: 0px !important;
        font-size: 16px !important;
    }

    .savingCost-div {
        padding: 20px 0 !important;
    }

    .savingCost-div:before {
            height: 55px !important;
            top: 17px !important;
        }

    .savingCost-div span {
        font-size: 30px !important;
    }

    .ctaLogo-div {
        gap: 14px !important;
    }

    .ctaContent-div p {
        font-size: 12px !important;
    }

    .scholar-sec .red-before {
        padding-bottom: 6px !important;
        margin-bottom: 6px !important;
        font-size: 20px;
    }

    .scholar-sec tr td {
        font-size: 14px !important;
    }

    .priceSaved {
        margin-bottom: 14px !important;
    }

    .priceSaved h2 {
        margin-bottom: 0 !important;
    }

    .applyLogo-div h3 {
        font-size: 22px !important;
    }

    .ctaForm-Fields select.form-select {
        padding: 6px 6px 6px 14px;
    }

    .prog-schl-Cont {
        min-height: 170px !important;
    }

    .prog-Accord .accordion-button {
        padding: 4px 0 !important;
        font-size: 20px !important;
    }

    .st-services h3 {
        margin-bottom: 8px;
    }

    .st-services .st-tabs .tab-content h4 {
        font-size: 26px !important;
        line-height: 24px !important;
    }

    .st-services .st-tabs .tab-content .tab-pane p {
        margin-bottom: 10px !important;
    }

    .logo-cnt h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .logo-img {
        margin-bottom: 0 !important;
    }

    .bf-box-cnt h5 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .reaching-out p {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
    }

    .cp-list li {
        margin-bottom: 0px !important;
    }

    .cp-list p {
        line-height: 20px !important;
    }

    .cp-list h3 {
        padding-bottom: 4px !important;
    }

    .cp-form-holder {
        padding: 16px 10px !important;
    }

    .cf-info-message p {
        font-size: 14px !important;
    }

    .cf-btn {
        padding: 4px 40px !important;
    }

    .cp-form-holder input {
        height: 36px !important;
    }

    .cp-form-holder select {
        height: 36px !important;
        padding: 6px 4px !important;
    }

    .cp-form-holder {
        padding: 20px;
    }

    .cf-info-box {
        padding: 6px;
    }

        .cf-info-box svg {
            margin-bottom: 2px;
            width: 26px;
        }

        .cf-info-box h4 {
            font-size: 22px;
            line-height: 1;
        }

    .payment-failure-top img {
        max-width: 90px !important;
    }

    .payment-failure-box {
        padding: 30px 10px !important;
    }

    .retry-btn {
        padding: 8px 30px !important;
        font-size: 14px !important;
    }

    .thankImage img {
        max-width: 80px !important;
    }

    .degreeTab-div-info h5 {
        font-size: 20px;
    }

    .degreeTab-div-info {
        min-height: 60px;
    }

    .blue-cta-full {
        padding: 20px 0;
    }

    .of-color-box {
        min-height: auto;
    }

    .aplNow-sec h4 {
        font-size: 30px;
    }

    .aplNow-sec a {
        padding: 6px 22px;
    }

    .applyForm-cont {
        padding: 20px 14px;
    }

    .applyForm-btn {
        padding: 8px;
        margin-top: 0px;
    }

    .nscf-info {
        margin-bottom: 14px;
    }

    .nl-signup-form-holer {
        margin-top: 12px;
        margin-left: 5px;
        gap: 8px;
    }

    button.nl-btn {
        padding: 10px 40px;
    }

    .ctm-footer {
        padding-top: 12px;
    }

    .footer-logo {
        margin-bottom: 10px;
        width: 170px;
    }

    .box-text {
        margin-right: 0px;
        padding: 10px 10px 10px 14px;
    }

    .box-text h4 {
        font-size: 20px;
    }

    .mncsImg-div h3 {
        font-size: 20px;
    }

    .mncsImg-div h4 {
        font-size: 23px;
    }

    .mncsImg-div {
        padding: 16px 14px 1px;
        top: -40px;
    }

    .Img-Content-div {
        max-height: 704px;
    }

    .mncs {
        max-width: 210px;
        max-height: 130px;
    }

        .mncs span {
            font-size: 42px;
        }

        .mncs p {
            font-size: 18px;
        }

    .img-quotes {
        top: -34px;
        right: -144px;
        width: 40px;
    }

    .quotes p {
        font-size: 18px;
    }

    .fee-table-date p {
        text-align: start;
    }

    .esl-box {
        padding: 16px;
    }

    .an-btn {
        padding: 6px 16px;
    }

    .slc-btn {
        padding: 6px 16px;
    }

    .tsCredit-box span {
        font-size: 20px;
    }

    .tsCredit-box p {
        padding: 6px 10px 0px 0;
    }

    .choseUs-bg .chose-Card {
        padding: 20px;
        min-height: auto;
    }

    .chose-Card h4 {
        padding-bottom: 0;
    }

    .creditCard-brown {
        padding: 20px 14px;
        min-height: auto;
    }

    .creditCard-blue {
        padding: 20px 14px;
        min-height: auto;
    }

    .creditTrans-ImpBody {
        padding: 14px 30px 1px 14px;
    }

    #SignupForm input, #SignupForm select {
        height: 40px;
    }

}


@media all and (min-width: 992px) {
/*    .dropdown-menu {
        width: 13rem;
    }*/

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover > .submenu,
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .ctm-mob-menu-btn {
        display: none;
    }
}


@media (max-width: 480px) {

    .game-box .game-text {
        margin-bottom: 0px;
    }

    .acc-unisImg {
        text-align: center;
    }

    .school-banner-title {
        font-size: 26px;
    }

    .programs-card-div {
        gap: 10px;
        margin-bottom: 10px;
    }

        .programs-card-div img {
            width: 90px;
            height: 60px;
        }

        .programs-card-div h5 {
            font-size: 16px;
        }

    .admissionCta-Image {
        text-align: center;
    }

    .esl-box h4 {
        font-size: 20px;
    }

    .main-header-btn {
        display:none;
    }

    .accDegree-card {
        min-height: 180px;
    }

    .esl-blue-btn {
        width: 100%;
        text-align: center;
    }

    .esl-red-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .cost-card-btn a {
        padding: 6px 2px !important;
    }

    .core-boxes .core-boxes-text span {
        font-size: 20px;
    }

}


.ctm-mob-menu {
    display: none;
}



    /**********Media Quries End********/



.bya-box {
    min-height: 236px;
}

/*Blogs Hide**/

.colleges-sec {
    display:none;
}


