:root {
    --pri-color: #880C24;
    --sec-color: #F9F3F4;
    --transition: 0.3s ease-in;
    --color-white: #ffffff;
}


#wrapper-navbar {
    background-color: #F9F3F4;
    transition: 0.3s ease-in;
}

.sticky-header {
    position: fixed;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 10;
    box-shadow: 0 0 5px 0px #00000047;
}

.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}

nav#main-nav {
    padding: 2px 0;
    z-index:10;
}

#main-nav .dropdown-menu a {
    font-size: 14px;
}

.ctm-img-cont h3 {
    font-size: 22px;
}

.ctm-img-cont p {
    font-size: 14px;
    line-height: 1.4;
}

.custom-logo-link {
    max-width: 220px;
    padding: 0;
}

.ctm-bg-blue {
    background-color: var(--pri-color);
}

.dd-2-col .dropdown-menu {
    width: 30rem;
    left: 50% !important;
    transform: translateX(-50%);
}

.dd-2-col .dropdown-menu ul {
    padding-left: 0;
    list-style: none;
}


.dropdown .dropdown-menu li {
    border-bottom: 1px solid #e7e7e7;
}

.dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown .dropdown-menu {
    padding: 0;
}

/*MM Menu*/

/*Menu 2 col sec CTA*/

.menu-cta {
    background-color: #881626;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    color: #fff;
    gap:15px;
}

.cta-msnu-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
}

.cta-menu-cont p {
    font-size: 12px;
    margin-bottom: 0;
    line-height:1.4;
}

.cta-menu-btn-holder {
    flex: 1 0 120px;
    max-width: 120px;
}

.cta-menu-btn {
    transition: 0.3s ease-in-out;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    text-align: center;
    text-decoration:none;
}


.cta-menu-btn:hover {
    background-color: #000;
    color: #fff;
}

/*Menu 2 col sec CTA End*/

nav-link:focus, .nav-link:hover {
    color: var(--pri-color);
}

.mega-menu .nav-link.active{
    color: #fff;
    background-color: var(--pri-color);
    border-radius:0;
}

.mega-menu .nav-link:hover {
    color: #fff;
    background-color: var(--pri-color);
    border-radius: 0;
}

.ctm-img-holder {
    max-width: 320px;
}


.ctm-img-holder img{
    width: 100%;
}


.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(--pri-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(--pri-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease-in;
}

    .mm-cta-btn:hover {
        background-color: #000;
        color: #fff;
    }

.mm-inner-menu li a:hover {
    background-color: var(--pri-color);
    color: #fff;
}

#main-nav .navbar-nav .dropdown-item:hover, #main-nav .navbar-nav .dropdown-item:focus {
    background-color: var(--pri-color);
    color: #fff;
}
/*MM Menu end*/

/*.mini-title{
    color: var(--pri-color);
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}*/

.resourse-mindBox p {
    margin-bottom:0;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222222;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-family: 'Canela';
    font-style: normal;
    font-weight: normal;    
}

.ctm-mian-title {
    font-size: 45px;
    color: #222222;
    font-weight: normal;
    line-height: 1.2;
}

.ctm-mian-title-md {
    font-size: 35px;
    color: #222222;
    font-weight: normal;
    line-height: 1.2;
}
.ctm-mian-title-sm {
    font-size: 24px;
}

.ctm-big-font {
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.ctm-image-holder {
    position:relative;
}

/*
.rts__circle.v__2 {
    line-height: 165px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    width: 160px;
    height: 160px;
    position: absolute;
    background: var(--pri-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/

.rts__circle.v__2 .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rts__circle.v__2 textPath {
    font-size: 10px;
}

.rts__circle.v__2 .spinner {
    height: 160px;
    width: 160px;
    position: relative;
    padding: 5px;
    animation: rotate 10s linear infinite;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

    .rts__circle.v__2 {
        width: 160px;
        height: 160px;
        position: absolute;
        background: var(--pri-color);
        border-radius:100%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
    
    }

    .rts__circle.v__2 .video-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .rts__circle.v__2 .video-icon i {
        color: #fff;
        transform: rotate(-48deg);
    }

    .rts__circle.v__2 .video-icon svg {
        width: 16px
    }

    .rts__circle.v__2 text textPath {
        font-size: 11.5px;
        fill: #fff
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}



/* 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: transparent;
    text-decoration: none;
    color: #000000;
    padding: 8px 30px;
    border-radius: 0;
    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;
    border: 1px solid #222;
}

.main-header-btn:hover{
    background-color: #000;    
    color: #fff;
}

.nav-link{
    color: #000;
}

/* Mian Navigation Header end*/
.prog-inner-banner {
    min-height: 375px;
}

.pb-img{

}
/*Homepage banner*/

.homepage-banner {
    min-height: 760px;
    background-color: #F9F3F4;
    position: relative;
    z-index: 1;
}

.homepage-banner:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33vw;
    height: 500px;
    background-color: var(--pri-color);
    z-index: -1;
    border-radius: 100px 0 0 0;
}

.homepage-banner h1 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 69px;    
    color: #222222;
    margin-top:80px;
}

.hpb-linkbox-holder {
    display: flex;
}

.hpb-linkbox {
    min-height: 146px;
    padding: 15px;
}

.bhp-line {
    width:80px;
    height:2px;
    background-color:#fff;
    display:block;
}

.hpb-cont-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hpb-linkbox-1 {
    flex: 2;
    background-color: #000;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 69px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration:none;
    transition:0.3s ease-in;
}

.hpb-linkbox-1:hover {
    background-color:var(--pri-color);
    color:#fff;
}

.hpb-linkbox-2 {
    flex: 1;
    background-color: var(--pri-color);
    position: relative;
    bottom: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    transition: 0.3s ease-in;
}

.hpb-linkbox-2:hover {
    background-color: #000;
    color: #fff;
}

.hpb-linkbox-3 {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    /* or 128% */
    color: var(--pri-color);
    text-decoration: none;
    transition: 0.3s ease-in;
}

.hpb-linkbox-3:hover {
    background-color: #000;
    color: #fff;
}

.hpb-box-link {
    flex: 1 0 24px;
    max-height: 24px;
    background-color: var(--pri-color);
    max-width: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    transition:0.3s ease-in;
}

/*.hpb-box-link:hover{
    background-color:#000;
    color:#fff;
}*/

.bg-pri {
    background-color: var(--pri-color);
}

.bg-sec {
    background-color:var(--sec-color);
}
.bachelor-banner{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding:40px 0;
    position:relative;
}
/*Homepage banner end*/

/*Inner banner*/

.ctm-inner-banner {
    min-height: 450px;
    background-color: var(--sec-color);
    display: flex;
    align-items: center;
    background-size:cover;
    background-position:center center;
}

.inner-banner-title {
    font-size:45px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:15px;
}

#ctm-breadcrumb .breadcrumb-item a {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-path {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-item.active {
    color: var(--color-white);
}

#ctm-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-white);
}
/*Inner banner End*/

/*MIssion Vission*/
.mv-btns-holder {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.mv-btn {
    border: 1px solid;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px 20px;
    text-decoration: none;
    color: var(--pri-color);
    transition:0.3s ease-in;
}

.mv-btn:hover {
    border-color:#000;
    color:#fff;
    background-color:#000;
}

.mv-btn img {
    transition: 0.3s ease-in;
}

    .mv-btn:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(6%) hue-rotate(113deg) brightness(103%) contrast(100%);
    }

/*MIssion Vission end*/

/*Counters Section*/

.ctm-counter-box {
    min-height: 180px;
    display: flex;
    align-items: center;
    border-right: 1px solid #CCC;
}

.counter-box-inner {
    max-width: 222px;
    margin: 0 auto;
    min-height: 152px;
}

.counter-box-inner h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    color:var(--pri-color);
}

.counter-box-inner p {
    font-size: 21px;
    margin-bottom:0;
}
     
/*.ctm-counter-box-first {
    margin-left: 0;
}

.ctm-counter-box-last {
    margin-right: 0;
}*/

.ctm-counter-box-last {
    border-right: none;
}
/*Counters Section End*/


/*Courses section*/

.ctm-course-box {
    background-color: #fff;
    min-height: 420px;
    padding: 20px;
    position: relative;
    border-bottom: 5px solid var(--pri-color);
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.course-tag {
    color:var(--pri-color);
}

.course-box-cont {
    position: absolute;
    padding: 20px;
    left: 0;
    bottom: 0;
    /*max-width: 254px;*/
    width: 100%;
}

.ctm-course-text {
    display: block;
    margin-top: 15px;
    transition: 0.3s ease-in;
}

.course-hover-box a {
    margin-top: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.ctm-course-box h4 {
    font-size: 28px;
    line-height: 40px;
    color: #222222;
    transition: 0.3s ease-in;
    text-transform: uppercase;
}

.ctm-course-box:hover .course-tag,
.ctm-course-box:hover h4,
.ctm-course-box:hover a,
.ctm-course-box:hover .ctm-course-text {
    color: #fff;
}

.ctm-course-box:hover {
    background-color: var(--pri-color); 
}

.course-hover-box {
    height: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.ctm-course-box:hover .course-hover-box {
    height: 180px;
    opacity: 1;
}

.ctm-course-box:hover .course-box-icon {
    visibility:hidden;
}

.course-box-icon {
    width: 50px;
    height: 50px;
    background-color: var(--pri-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 13px;
    visibility: visible;
}

/*Courses section end*/

/*Box S2*/

.ctm-box-s2-holder {
    position: relative;
    overflow: hidden;
    border: 1px solid #CED0D3;
    /*    height: 180px;*/
    transition: all 0.4s ease;
    margin-bottom: 13px;
}

.ctm-box-s2 {
    display: flex;
    gap: 15px;
    align-items: center;    
    padding: 26px 20px;
    margin-bottom: 17px;
    transition:0.3s ease-in-out;
    justify-content:space-between;
}

.ctm-box-s2-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -15%;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.ctm-box-s2-img:after {
    position: absolute;
    left: 0;        
    background-color: #000000a8;
    content: "";
    width: 100%;
    height: 100%;
}

.ctm-box-s2-img img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

.ctm-box-s2-holder:hover .ctm-box-s2-img {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.ctm-box-s2-holder:hover .ctm-box-s2, .ctm-box-s2-holder:hover h4 {
    color: #fff;
}

.box-s2-link {
    flex: 1 0 75px;
    max-width: 75px;
    background-color: transparent;
}

.ctm-box-s2:hover .box-s2-link a {
    color: #fff;
    background-color: var(--pri-color);
    border-color: var(--pri-color);
    transform: rotate(0deg);
}

.ctm-box-s2 h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #222222;
    transition: all 0.4s ease;
}

.ctm-box-s2 p {
    margin-bottom: 0;
    transition: all 0.4s ease;
}

.box-s2-link a {
    color: #CED0D3;
    transform: rotate(-38deg);
    height: 75px;
    width: 75px;
    border: 1px solid #CED0D3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}


/*Box S2 End*/
.ctm-arrow-link {
    color: var(--pri-color);
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 19px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

.ctm-arrow-link i {
    transform:rotate(-35deg);
    transition:0.3s ease-in-out;
}

.ctm-arrow-link:hover {
    color: #222222;
}

.ctm-arrow-link:hover i {
    transform: rotate(0deg);
}



.ctm-arrow-link-s2 {
    color: var(--pri-color);
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 19px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

.ctm-arrow-link-s2 i {
    transform: rotate(-35deg);
    transition: 0.3s ease-in-out;
}

.ctm-arrow-link-s2:hover {
    color: #222222;
}

.ctm-arrow-link-s2:hover i {
    transform: rotate(0deg);
}

/*Box S3 */
.rts__program--item {
    max-width: 100%;
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 38px;
    padding-right: 26px;
    padding-left: 28px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cc-page-sec .rts__program--item {
    height: 388px;
}


.rts__program--item:before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, transparent 100%);
    content: '';
    transition: var(--transition);
    z-index: -1;
}


.rts__program--item:after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    content: '';
    transition: var(--transition);
    left: -50%;
    opacity: 0;
    z-index: -1;
}

.rts__program--item--title {
    color: var(--color-white);
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
}


.rts__program--item--description {
    color: var(--color-white);
    opacity: 0;
    transition: var(--transition);
    font-size: 15px;
}

.rts__program--item .rts-nbg-btn {
    position: absolute;
    bottom: 40px;
    color: var(--color-white);
    font-weight: 400;
    text-decoration:none;
}

.rts__program--item:after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    content: '';
    transition: var(--transition);
    left: -50%;
    opacity: 0;
}

.rts__program--item .rts-nbg-btn:before {
    background: 0 0;
}

.rts-nbg-btn.btn-arrow span {
    transform: rotate(-35deg);
    margin-left: 5px;
    display: inline-block;
    transition: var(--transition);
}

.rts__program--item:hover:before, .rts__program--item.active:before {
    opacity: 0;
}

.rts__program--item:hover .rts__program--item--description, .rts__program--item.active .rts__program--item--description {
    opacity: 1;
}


.rts__program--item:hover:after, .rts__program--item.active:after {
    opacity: 1;
    left: 0;
}

.rts-nbg-btn.btn-arrow:hover span {
    transform: rotate(0);
}

/*Box S3 End*/


/*News Section*/

.ctm-fill-btn {
    background-color: var(--pri-color) !important;
    color: #FFF !important;
    text-decoration: none;
    padding: 12px 66px !important;
    transition: 0.3s ease-in;    
    border: 1px solid;
}

.ctm-fill-btn:hover {
    background-color: #000 !important;
    color: #FFF;
}

.ctm-post-meta {
    display: block;
    margin-top: 15px;
    margin-bottom: 7px;
    color: #00000078;
}

.ctm-news-post h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    min-height:100px;
}

.bp-rm-link {
    font-weight: 700;
    color: var(--pri-color);
    display: block;
    text-decoration:none;
}

.bp-img {
    width: 100%;
}

/*News Section End*/


/*Logos */

.logos-border {
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;
    border-color: rgba(89, 89, 89, 0.3);
}

.equal-hight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logos-area {
    padding: 10px;
    margin: 15px auto;
}

.border-right-0 {
    border-right: 0;
}

.border-bottom-0 {
    border-bottom: 0;
}
/*Logos End*/


/*CTA Section*/
.cta-section {
    background: linear-gradient(180deg, rgba(136, 12, 36, 0) 0%, rgba(136, 12, 36, 0.4) 100%);
    position: relative;
    z-index: 1;
}

.cta-section:after {
    content: "";
    position: absolute;
    height: 50%;
    left: 0;
    bottom: -1px;
    background-color: #222222;
    width: 100%;
    clip-path: polygon(50% 0, 100% 34%, 100% 100%, 0 100%, 0 30%);
    z-index:-1;
}

.cta-content-holder {
    background-color: #fff;
    border-top: 5px solid var(--pri-color);
    padding: 30px 20px 20px 20px;
    background-size: contain;
    background-position: bottom left;
    background-size: 290px;
    background-repeat: no-repeat;
}

.mini-title {
    color: var(--pri-color);
    display: inline-block;
    letter-spacing: 0.2em;
    margin-bottom:10px;
}

/*.cts-ns-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
}*/

.cts-ns-form input {
    /*border: none;
    border-bottom: 1px solid #ccc;*/
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffffa1;
}

.cts-ns-form .form-select {
    margin-bottom: 20px;
    padding: 10px;
}

    .cts-ns-form input:focus {
        outline: none;
        border-color: var(--pri-color);
        box-shadow: 0 0 0 .25rem rgb(136 12 36 / 31%);
    }

    .cts-ns-form select:focus {
        outline: none;
        border-color: var(--pri-color);
        box-shadow: 0 0 0 .25rem rgb(136 12 36 / 31%);
    }

    .cts-ns-form button {
        background-color: var(--pri-color);
        border: 1px solid var(--pri-color);
        color: #fff;
        padding: 8px 30px;
        transition:0.3s ease-in;
    }

    .cts-ns-form button:hover {
        background-color:#000;
        border-color:#000;

    }
/*CTA Section End*/

/*About Us page*/

.ap-about-cont {
    border-left:1px solid #ccc;
}

.ctm-box-height-520 {
    height: 520px;
}

.ctm-box-height-400 {
    height: 400px;
}

.ctm-box-height-322 {
    height:322px;
}

.counter-box-s2 {
    min-height: 163.33px;
    margin-bottom: 15px;
    background-color: var(--pri-color);
    color: var(--color-white);
    padding: 20px 25px;
    display: flex;
    align-items: center;
}

.counter-box-s2 p{
    margin-bottom:0;
}

.counter-box-s2 h3 {
    font-size: 40px;
    line-height: 1.2em;
}

.vid-sec-cont {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 29px;
}

/*Counter-Box S3*/

.counter-box-holder-s3 {
    padding:20px;
}

.counter-box-s3 {
    max-width: 155px;
    margin: 0 auto;
    color: #FFF;
}

.counter-box-s3 h3 {
    font-size:45px;
    line-height:1.2;    
}

.counter-box-s3 P {
    margin-bottom: 0;
}

.counter-box-s3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #AF2944;
}

.counter-box-last:after {
    display:none;
}

/*Counter-Box S3 End*/

/*MIssion Vission Section*/

.mnv-container {
    position: relative;
    padding-top: 60px;
}

.mnv-box-cont {
    max-width: 380px;
    margin-bottom: 25px;
}

.mnv-box-left .mnv-box-cont {
    margin-left:auto;
}

.mnv-container:after {
    content: "";
    width: 1px;
    height: calc(100% - 44px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #dddddd;
    top: 0;
}

.mnv-box {
    margin-bottom: 30px;
}

.tm-slide i {
    color: orange;
}
/*MIssion Vission Section End*/

.tm-box-holder {
    padding: 50px;
    border: 1px solid #FFE4EA;
}

/*.rts__circle.v__2 {
    background: #02010100;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
}*/

.rating-star {
    margin-bottom: 50px;
}

.tm-user-info {
    display: flex;
    gap: 13px;
}

.tm-name {
    margin-bottom: 0;
    font-size: 22px;
}

.ctm-play-btn {
    width: 100px;
    height: 100px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transition:0.3s ease-in;
    font-size:20px;
}

.ctm-play-btn:hover {
    background-color: var(--pri-color);
    color: #fff;
    border-color: var(--pri-color);
}

.tm-user-info {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    align-items: center;
}

.tm-user-img-holder {
    width: 65px;
    height: 65px;
    border: 1px solid var(--pri-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    overflow: hidden;
}

.tm-slide-cont {
    line-height:29px;
}

.ctm-tm-slider-holder{
    position:relative;
}

.tm-arrows-holder {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.tm-arrows-holder {
    display: flex;
    gap: 10px;
}

.tm-arrows-holder a {
    padding: 4px 13px;
    color: var(--pri-color);
    border: 1px solid var(--pri-color);
    background-color: #fff;
}

.tm-arrows-holder a {
    padding: 12px 14px;
    color: var(--pri-color);
    border: 1px solid #222;
    background-color: #fff;
    line-height: 1;
    transition:0.3s ease-in;
}

.tm-arrows-holder a:hover {        
    color: #fff;
    border: 1px solid var(--pri-color);
    background-color: var(--pri-color);        
}

/*About Us page End*/

/*Faculty Professors Page*/

.team-mem-box {
    display: flex;
    padding: 20px;
    border: 1px solid #eee;
    transition: 0.3s ease-in;
    gap: 30px;
}

.team-mem-box:hover {
    border-color:var(--pri-color);    
}

.team-mem-info h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 3px;
}

.team-mem-desig {
    display: block;
    margin-bottom: 20px;
}

.tem-ss-icons {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    transition:0.3s ease-in-out;
}

.tem-ss-icons a {
    color: #737477;
}

.tem-ss-icons a:hover {
    color: var(--pri-color);
}

.team-em-pn {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.team-em-pn-holder a {
    margin-bottom: 10px;
    text-decoration: none;
    color:var(--pri-color);
}

.team-em-pn i {
    margin-top: 3px;
}

.team-mem-btn {
    background: transparent;
    border: 1px solid var(--pri-color);
    color: var(--pri-color);
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.team-mem-btn::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    background: #000;
    transition: all 0.4s ease;
    z-index: -1;
}

.team-mem-btn:hover {
    color: var(--color-white);
    border-color: #000;
}

.team-mem-btn:hover::after{
    width: 100%;
}

.sb-cta-btn {
    background: #fff;
    border: 1px solid #fff;
    color: var(--pri-color);
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.sb-cta-btn::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    background: #110c2d;
    transition: all 0.4s ease;
    z-index: -1;
}

.sb-cta-btn:hover {
    color: var(--color-white);
    border-color: #110c2d;
}

.sb-cta-btn:hover::after {
    width: 100%;
}




.pri-slide-btn {
    background: var(--pri-color);
    border: 1px solid var(--pri-color);
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.pri-slide-btn::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    background: #000;
    transition: all 0.4s ease;
    z-index: -1;
}

.pri-slide-btn:hover {
    color: var(--color-white);
    border-color: #000;
}

.pri-slide-btn:hover::after {
    width: 100%;
}

.ctm-gallery-alu a {
    cursor:pointer;
}



.team-desc {
    padding: 0px 0px 0px 20px;
    display: block;
    border-left: 1px solid var(--pri-color);
    margin-bottom: 20px;
}

.team-em-pn-holder {
    margin-bottom: 20px;
}

/*Faculty Professors Page End*/

/*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;
}

table.rselements-table .rselements-table-header {
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    background-color: #262626;
}


/*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*/

/*Schelorship page*/

.sb-widget-title {
    background-color: #262626;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
}

.sb-widget-list {
    border: 1px solid #ccc;
}

.ctm-arrow-list-sb {
    margin-bottom:0;
    padding-left:0;
    list-style:none;
     
}

.ctm-arrow-list-sb li a {
    display: block;
    padding: 15px 0px 15px 20px;
    border-bottom: 1px solid #ccc;
    color: #110C2D;
    text-decoration: none;
    gap: 10px;
    font-size: 15px;
    transition: 0.3s ease-in;
}

.ctm-arrow-list-sb li a:hover {
    color:var(--pri-color);
}

.ctm-arrow-list-sb li:last-child a {
    border-bottom: 0;
   
}

.ctm-arrow-list-sb li a:before {
    content: "\f061";
    font-family: "FontAwesome";
}


.ctm-arrow-list-sb li a{
    display: flex;
}

.bg-light-gray {
    background-color: #F6F6F6;
}

.sch-box {
    padding: 40px;
}

.sch-slider-item {
    margin-bottom: 20px;
}

.sch-box h3 {
    margin-bottom: 20px;
}

.sch-list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.sch-list li {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.sch-list li:last-child {
    margin-bottom: 0px;
}

.sch-list li span {
    font-weight: 600;
    border-bottom: 1px solid;
    display: inline-block;
    margin-right: 5px;
    line-height: 1.1;
}

.bg-dark-blue {
    background-color: #110C2D;
}

.sch-box-3 {
    margin-top: 30px;
    padding: 40px;
}


.elementor-icon-list-items {
    list-style: none;
    padding-left: 0;
}


.elementor-icon-list-items li{
    margin-bottom:15px;
}

.elementor-icon-list-item {
    display: flex;
    gap: 14px;
}

.elementor-icon-list-icon {
    flex: 1 0 18px;
    max-width: 18px;
}

.sb-widget-contact {
    min-height: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.sb-widget-contact h3 {
    font-size: 24px;
}

.sb-widget-contact h4 {
    font-size: 19px;
}

.sb-social-media {
    display: flex;
    gap: 15px;
}

.sb-social-media a {
    color: #fff;
    font-size: 18px;
}

.sidebar-cta-widget {
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    padding: 22px;
    display: flex;
    position: sticky;
    top: 120px;
}

.cta-widget-inner {
    border: 1px solid #FFFFFF1A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 20px;
    color: #fff;
}

.cta-widget-inner h3 {
    font-size: 22px;
}

.cta-widget-inner h4 {
    font-size: 28px;
}

.cta-time-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
}

/*Schelorship page End*/


/*Alumni Page*/

.vm-title-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.up-eve-img {
    border-radius: 8px;
    margin-bottom: 22px;
}

.up-eve-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.circle-arrow-btn {
    display: flex;
    padding: 0 0;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: #000;
    margin-top: 30px;
    transition:0.3s ease-in-out;
}

.circle-arrow-btn i {
    transform: rotate(-35deg);
    transition: 0.3s ease-in-out;
}

.circle-arrow-btn:hover {
    background-color: var(--pri-color);
    color: #fff;
    border-color: var(--pri-color);        
}

.circle-arrow-btn:hover i {
    transform: rotate(0deg);
}

.up-eve-m {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ctm-alu-box-cont {
    margin-top: 36px;
}

.alumuni-box {
    text-align: center;
}

.alumuni-box img{
    margin-bottom:15px;
}

.alumuni-box h5 {
    font-size: 25px;
    margin-bottom: 5px;
}

.alumuni-box span {
    display: block;
    margin-bottom: 5px;
}

.alumuni-social-link {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.alumuni-social-link .social-icon {
    flex: 1 0 36px;
    max-width: 36px;
    height: 36px;
    border: 1px solid #2222223b;
    border-radius: 50px;
    line-height: 36px;
    color: #222;
    transition:0.3s ease-in-out;
}

.alumuni-social-link .social-icon:hover {
    border-color: var(--pri-color);
    background-color: var(--pri-color);
    color:#fff;
}


/*Alumni Page End*/
/* Footer Style */
.footer-logo-holder {
    margin-bottom: 50px;
}

.cf-info {
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    gap: 15px;
    align-items: flex-start;
}

/* Newsletter section */
.nscf-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cf-info-foo{
    display: flex;
    gap: 15px;
    align-items:flex-end;
}

.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;
}

.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: #222222;
    padding-top: 60px;  
    color: #fff;  
}

.footer-widget-title{
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;    
    margin-bottom:20px;
}

.foo-nav-list{
    padding-left: 0;
    list-style: none;
}

.foo-nav-list li a, .foo-nav-list li{
    color: white;
    font-size: 14px;
    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-weight: 400;
    line-height: 16px;
    margin-top: 40px;
}


.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;
}*/

/*Accordions*/

.rts-accordion.style1 .accordion-item .accordion-button {
    font-size: 20px;    
    color: #000 !important;
    padding: 17px 20px !important;
    line-height: 110%;
    border: 1px solid var(--pri-color);
    position: relative;
    display: block !important;
    overflow: hidden;
}

.rts-accordion.style1 .accordion-item .accordion-button {
    color: #890C25 !important;
    cursor: pointer;
}

.rts-accordion.style1 .accordion-item {
    margin-bottom: 20px;
    border: none;
}

.rts-accordion.style1 .accordion-item .accordion-button[aria-expanded="true"] {
    background: var(--pri-color);
    color: var(--color-white) !important;
}

.rts-accordion.style1 .accordion-item .accordion-button .icon {
    float: right;
    overflow: hidden;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #000;
    font-size: 14px;
    overflow: hidden;
}

.rts-accordion.style1 .accordion-item .accordion-button .icon {
    border-color: #890C25 !important;
}

.rts-accordion.style1 .accordion-item .accordion-button[aria-expanded=true] .accordion-icon-active {
    border-color: #FFFFFF !important;
}

.rts-accordion.style1 .accordion-item .accordion-button .accordion-icon-active {
    display: none;
    border-color: var(--color-white);
    color: var(--color-white);
}


.rts-accordion.style1 .accordion-item .accordion-button[aria-expanded="true"] .accordion-icon {
    display: none;
}


.rts-accordion.style1 .accordion-item .accordion-button[aria-expanded="true"] .accordion-icon-active {
    display: block;
}

/*.rts-accordion style1 .accordion-item:last-child {
    margin-bottom: 0;
}*/

.rts-accordion.style1 .accordion-item:last-child {
    margin-bottom: 0 !important;
}

/*Accordions End*/


/*accreditations page start*/

.btns-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.btns-boxes {
    position: relative;
    padding: 50px 40px;
    background-size: cover;
    z-index: 1;
    min-height: 380px;
}

.btns-boxes:hover .btns-links-holder p {
    color: #fff;
}

.btns-boxes:before {
    content:"";
    width:100%;
    height:100%;
    background-color:var(--sec-color);
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    transition:0.3s ease-in;
}

.btns-boxes:hover:before {
    opacity:0.5;
    background-color:#000;
}

.btns-boxes h4 {
    transition: 0.3s ease-in;
}

.btns-boxes:hover h4 {
    color:#fff;
}

.btns-list li a:hover {
    background-color: var(--pri-color);
    border-color: var(--pri-color) !important;
    color: #fff;
}

.btns-boxes:hover .btns-list a {
    color: #fff;
    border-color:#fff;
}

.btns-list a {
    display: inline-block;
    padding: 13px 20px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    transition: 0.3s ease-in;
}

.btns-list li {
    margin-bottom:10px;
}

.btns-list li:last-child {
    margin-bottom: 0px;
}

.btns-box-red {
    background-color:var(--pri-color);
    color:#fff;
}

.btns-box-red h4 {
    color: #fff;
}

.btns-box-red a {
    color: #fff;
    border-color:#fff;
}

.btns-box-red:before {
    background-color:var(--pri-color);
}

/*Tm Slder*/

.tm-starts-holer {
    display: flex;
    gap: 4px;
    & > i {
        color:var(--pri-color);
    }
}

.tm-starts-holer {
    margin-bottom: 18px;
}

.tm-cont {
    margin-bottom: 18px;
    min-height:150px;
}

.ctm-tm-slide {
    background-color: #fff;
    padding: 30px 40px;
    position: relative;
}
/*
.quote-icon {
    position: absolute;
    bottom: 14px;
}*/

.tm-user-details{
        display:flex;
        justify-content:space-between;
        align-items:center;

    }
.tm-user-details .tm-meta {
    display: flex;
    gap: 10px;
}
.ctm-tm-user span {
            display: block;
        }

.ctm-tm-user .tm-title {
        font-weight: 400;
        line-height: 1;
        font-size: 20px;
        margin-bottom: 5px !important;
        font-family: 'Canela';
    }

.ctm-tm-user .tm-desig {
    font-size: 12px;
    min-height: 47px;
}

.ctm-tm-slider-2 .slick-dots {
   bottom: -50px;
 }

.ctm-tm-slider-2 .slick-dots li button:before {
    font-size: 10px;
}

.ctm-tm-slider-2 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--pri-color);
}

.ctm-tm-slider-2 .slick-dots li {
    margin: 0 0px;
}



/* the slides */
.ctm-tm-slider-2 .slick-slide {
    margin: 0 10px;
}

/* the parent */
.ctm-tm-slider-2 .slick-list {
    margin: 0 -10px;
}


/* the slides */
.school-slider .slick-slide {
    margin: 0 10px;
}

/* the parent */
.school-slider .slick-list {
    margin: 0 -10px;
}

/* the slides */
.stdCommunity-slider .slick-slide {
    margin: 0 10px;
}

/* the parent */
.stdCommunity-slider .slick-list {
    margin: 0 -10px;
}

.accr-box-a {
    text-decoration: none;
    color: #222222;
}

.accr-box-a:hover {
    color: #222222;
}

.detailIcon-link {
    text-decoration:none;
    color:#000;
}

.accr-box img {
    border: 1px solid #000;
}

.accr-box-11 img{
    width:auto !important;
}
.accr-box-11 span{
    font-weight:700;
}
.accr-box {
    text-align: center;
    & > img
    {
        width:100%;
        margin-bottom:10px;
    }
    & .accr-box-cont > h4 {
        font-size: 25px;
    }
    & .accr-box-cont > p {
        margin-bottom:0;
    }
}
.accr-box-l img{
    width:auto;
}
/*Tm Slder End*/
.big-title {
    font-size: calc(24px + (44 - 24) * (100vw - 320px) / (1920 - 320));
    color: #07277a;
    font-weight: 700;
    margin-bottom: 15px;
}
.leader-p {
    line-height: 28px;
}
.video-school-box {
    position: relative;
    cursor: pointer;
}
    .video-school-box .play-vd-btn {
        position: absolute;
        top: 40%;
        left: 45%;
        right: 0;
        z-index: 999;
    }
.faq-sec h3 {
    font-size: calc(24px + (44 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}


/* Faqs Section Css Start */
.faq-sec {
    position: relative;
}

    .faq-sec .accordion ul {
        padding: 0;
    }

.faq-sec h3 {
    font-size: calc(24px + (44 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-sec .accordion-button::after {
    /*background-color: transparent !important;
    background-image: url("../../assets/images/icons/plus.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
}

.faq-sec .accordion-item {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.faq-sec .accordion-button {
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
    color: #000;
    border: 0;
}

    .faq-sec .accordion-button:not(.collapsed)::after {
        
        background-repeat: no-repeat;
        background-size: contain;
        width: 28px;
        height: 28px;
    }

    .faq-sec .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: none;
    }

/* Faqs Section Css End */
.acc-lists{
    margin-bottom:0;
}
.acc-lists li::marker {
    color: var(--pri-color);
}
.ba-acc .accordion-item h6{
    padding-bottom:0;
    margin-bottom:0;
}
/***Home Course sec Start***/
.courses-tabs-btn-holder {
    padding: 5px 6px;
    border: 1px solid #ccc;
}

.courses-tabs-btn-holder {
    padding: 12px 15px;
    border: 1px solid #a6aab6;
    border-radius: 12px;
}

    .courses-tabs-btn-holder .nav-pills .nav-link.active,
    .courses-tabs-btn-holder .nav-pills .show > .nav-link {
        background-color: #f5f6f8;
        color: #000;
        padding-bottom:0;
        font-size:20px;
        font-weight:500;
    }

    .courses-tabs-btn-holder .nav-pills .nav-link {
        padding: 13px 22px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }

.ctm-cb-img {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    margin-bottom: 0;
}

.ctm-course-price {
    display: inline-block;
    background-color: var(--mian-color-2);
    /* width: 95px; */
    display: block;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    /* width: 50%; */
}

.cb-info-holder {
    display: flex;
    justify-content: space-between;
}

.cb-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ctm-cb-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

.ctm-course-type {
    padding: 10px 20px;
    background-color: #f5f6f8;
    border-radius: 4px;
    color: #000;
}

.wl-btn {
    padding: 5px 16px;
    background-color: #f5f6f8;
    font-size: 22px;
    color: #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.cb-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.cb-info-holder {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    display: none;
}

.ctm-cb-footer {
    margin-top: 15px;
}

.ctm-cb-footer {
    display: flex;
    justify-content: space-between;
    display: none;
}

.cb-ratings i {
    color: #ffc107;
}

.cb-label {
    font-weight: 600;
}

.ctm-cb-cont {
    margin-top: 13px;
}

.ctm-course-box-1 {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

    .ctm-course-box-1:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.1);
    }

.ctm-cb-cont-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/light-shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 200px;
    padding: 12px 12px 20px 25px;
}

    .ctm-cb-cont-1 h4 {
        color: #fff;
        position: absolute;
        bottom: 25px;
        left: 20px;
        font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    }

    .ctm-cb-cont-1::before {
        /* content: ""; */
        background-image: url("../images/light-shape.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 403px;
        height: 169px;
        background-position: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.ctm-text-box {
    border: 1px solid #e9e9e9;
    border-top: 0;
    padding: 20px 25px 20px 25px;
    min-height: 180px;
}

    .ctm-text-box h4 {
        font-size: 20px;
        /* height: 100px; */
    }

/*    .ctm-text-box p {
        min-height: 140px;
    }*/

.cb-text {
    font-size: 14px;
    min-height: 100px;
}

.courses-ctm-btn {
    border: 1px solid var(--pri-color);
    display: block;
    width: 100%;
    padding: 10px 18px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-color: var(--pri-color);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.ctm-course-box-1 {
    border-bottom: none;
}
.ctm-course-box-1:hover {
    background-color: transparent !important;
}
/* Courses Box End */
/*accreditations page start End*/
.counter-sec-3 h2 {
    margin-bottom: 40px;
}
.mian-title-black {
    color: #383131;
    font-size: 35px;
    font-family: Inria Serif;
    font-weight: 700;
    line-height: 1;
    word-wrap: break-word;
}

#myTab {
    border-right: 1px solid #ccc;
    padding-right: 18px;
}

/* Footer Style end */

/*Slider Nav*/

.ctm-slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap:10px;
}

.ctm-navigation {
    flex: 1 0 50px;
    max-width: 50px;
    /* background-color: red; */
    text-align: center;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--pri-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--pri-color);
    transition:0.3s ease-in-out;
}

.ctm-navigation:hover {
    background-color:var(--pri-color);
    color:#fff;
}

/*Slider Nav End*/
/*Payment Failure css start*/
.checkout-sec {
    position: relative;
    /*padding: 80px 0 50px;*/
    font-family: "Poppins", serif;
}

.payment-failure-box {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.20);
    border-radius: 15px;
    text-align: center;
    padding: 25px 40px;
}

.payment-failure-top {
    position: relative;
    margin-top: -80px;
    display: flex;
    justify-content: center;
}

.payment-failure-min p {
    color: #464646;
}

.retry-btn {
    border-radius: 30.79px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: red;
    padding: 12px 50px;
    text-decoration: none;
}

    .retry-btn:hover {
        background-color: #000;
        color: #fff;
    }
/*Payment Failure Css End*/
/*thank you*/
.reaching-out {
    border-bottom: 1px solid black;
}
   
    /*thank you*/

/*Sam CSS*/

.req-list {
    list-style: none;
    column-count: 2;
    padding-left: 0;
    margin: 0;
}

    .req-list li span i {
        color: #890C25;
    }

    .req-list li {
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
        padding-left: 6px;
    }

        .req-list li span {
            font-size: 16px;
        }

.requirements h3 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.deadlines h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.app {
    border: 1px solid #EEEEEE;
}

.label-1 {
    background-color: #890c25;
    padding: 15px 0 15px 20px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}

.text-drk {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #EEEEEE;
    color: #110C2D;
    font-weight: 600;
}

.text-nrml {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    font-weight: 400;
}

.app {
    margin-bottom: 40px;
}

.deadlines p {
    font-weight: 400;
}

.no-bdr {
    border-bottom: none !important;
}

.details {
    margin-top: 60px;
}
/*
    .details h4 {
        color: #262626;
        font-size: 24px;
        font-weight: 400;
    }*/

.app-form label {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

    .app-form label span {
        color: rgb(137, 12, 37);
    }


.app-form input, .app-form select {
    color: #737477;
    font-size: 16px;
    width: 100%;
    margin-bottom: 26px;
    border: 1px solid #cfbdbd;
    padding: .375rem 2.25rem .375rem .75rem;
    border-radius: 0;
}

.btn-upload {
    padding: 0 !important;
}

#input-file {
    border: none;
}

.metform-submit-btn {
    width: 100%;
    border: 1px solid var(--pri-color);
    padding: 12px 8px;
    background-color: var(--pri-color);
    color: #fff !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}


#input-file::file-selector-button {
    border: 2px solid var(--pri-color);
    padding: 8px 25px;
    border-radius: 0px;
    background-color: var(--pri-color);
    color: #fff;
    margin-right: 15px;
    cursor: pointer;
}



/* Popup Form Styling */

.right_form {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 28px;
    border-radius: 10px;
}

.ctm-modal-body {
    padding: 0;
    background-color: #fff;
    border-radius: 28px;
    overflow:hidden;
}

/*#lp-popup .right_form {
  padding: 0 15px;
}*/

.ctm-close-btn {
    position: absolute;
    right: 12px;
    top: 12px;
}

#lp-popup .modal-content {
    background-color: transparent;
    border: 0;
}

/*#lp-popup .btn-close {
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 0-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2443%) hue-rotate(224deg) brightness(108%) contrast(101%);
    width: 2px;
    height: 2px;
}*/

.copuncotnent h2 span {
    display: block;
    font-size: 22px;
    color: var(--pri-color);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}

.copuncotnent h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.copuncotnent p {
    display: block;
    font-size: 40px;
    color: #FFC333;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
}

    .copuncotnent p span {
        font-weight: 700;
        color: var(--primaryColor);
    }

.right_form input, .right_form textarea, .right_form select {
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: system-ui;
    font-weight: 400;
    margin: 0 0 15px;
    border: 1px solid #F4F9FDF0;
    background-color: #F4F9FDF0;
}

.right_form .iti__selected-flag {
    border-radius: 4px 0px 0px 4px;
}

.right_form .popup_new_btn {
    /* width: 100%;
    background: var(--primaryColor);
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    border-radius: 0 !important;
    font-size: 18px;*/
    width: 100%;
    background-color: var(--pri-color);
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    /*position: absolute;
    width: 360px;
    bottom: 44px;*/
}
/* Popup Form Styling End */

.right_form .iti.iti--allow-dropdown.iti--separate-dial-code {
    margin-bottom: 15px;
}

.courses-sec h2 {
    font-size: 42px;
    color: #000;
    text-transform: capitalize;
}

.courses-sec h6 {
    font-family: 'inter';
}
/*button.accordion-button.collapsed:hover {
    background-color: #880c24;
    color: #fff;
}*/
.arrow-list-courses {
    padding-left: 28px;
}

.btn-courses-pri {
    background-color: #880c24;
    text-decoration: none;
    padding: 9px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}

    .btn-courses-pri:hover {
        color: white;
    }

.accordion-button:not(.collapsed) {
    background-color: #880c24;
    color: white;
}

.courses-sec .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' 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");
}
/*.courses-sec button.accordion-button.collapsed:focus{
    outline:none;
    box-shadow:none;
}*/
.courses-sec button.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

/*Sam CSS*/


/*Sami CSS*/


/*---------------- Ranking Css Start ----------------*/

.headingBtn-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rankingBtn a {
    color: #890c25;
    text-decoration: none;
}

.rankingBtn i {
    color: #9c3449;
    padding-left: 6px;
    transform: rotate(-35deg);
}

.rankingBtn {
    border-bottom: 1px solid #95243a;
}

.prRankingImg-div {
    flex: 1 0 600px;
    max-width: 600px;
    max-height: 100%;
}

.rankMain-div {
    display: flex;
    justify-content: center;
}

.prRankingCont-div {
    flex: 1;
}

/*.prRankingCont-div {
    width: 60%;
}*/

.prRankingImg-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prRankingCont-div .singleRank {
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
    background-color: #f6f6f6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .prRankingCont-div .singleRank:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        left: 0;
        top: 0;
        top: -50%;
        left: 0;
        background: #911c34;
        z-index: -1;
        opacity: 0;
        transition: var(--transition);
    }

    .prRankingCont-div .singleRank:hover::after {
        opacity: 1;
        top: 0;
    }

/*.singleRank:hover {
        background-color: #911c34;
    }*/

.rankNum {
    flex: 1 0 170px;
    max-width: 170px;
    display: flex;
    justify-content: center;
}

.rankCont {
    border-left: 1px solid #fff;
    padding: 50px 32px 40px;
}

.rankNum span {
    font-family: 'Canela';
    color: #222222ab;
    font-size: 70px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #DEDEDE;
    -webkit-text-stroke: 1px;
}



.singleRank:hover .rankNum span {
    color: #fff;
}

.rankCont h3 {
    font-size: 24px;
    color: #890c25;
}

.singleRank:hover .rankCont h3 {
    color: #fff;
}

.singleRank:hover .rankCont p {
    color: #fff;
}

.singleRank:hover .detailIcon i {
    color: #fff;
}

.singleRank:hover .detailIcon a {
    color: #fff;
}

.singleRank:hover .detailIcon span {
    color: #fff;
}

.rankDetails {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.detailIcon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rankBar-main {
    display: flex;
    max-width: 1000px;
    background-color: #890c25;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.rankBox span {
    color: #fff;
    font-size: 50px;
    font-family: 'Canela';
}

.rankBox p {
    color: #fff;
}


.rankBar-main {
    display: flex;
    max-width: 1000px;
    min-height: 200px;
    background-color: #890c25;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    gap: 100px;
}

.rankBox {
    max-width: 180px;
    position: relative;
}

    .rankBox span {
        color: #fff;
        font-size: 50px;
        font-family: 'Canela';
    }

    .rankBox p {
        color: #fff;
        padding-top: 10px;
    }

    .rankBox:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 140px;
        top: 10px;
        background-color: #ffffff2b;
        right: -80px;
    }

.red-bg {
    background-color: #880c24;
}

.testArrrow-div {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

#test-prev-Arrow i {
    color: #fff;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#test-next-Arrow i {
    color: #fff;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* the slides */
.test-slider .tm-item {
    margin: 0 10px;
}
/* the parent */
.test-slider {
    margin: 0 -10px;
}


/*---------------- Ranking Css End ----------------*/

/*---------------- Contact Css Start ----------------*/

.contact-box {
    background-color: #f6f6f6;
    text-align: center;
    padding: 40px 100px;
}

    .contact-box span,
    .contact-box a {
        display: block;
        color: #000;
        font-size: 20px;
        text-decoration:none;
    }

.form-div button {
    width: 100%;
    background-color: #890c25;
    color: #fff;
    font-size: 16px;
}

.formBtn img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2937%) hue-rotate(241deg) brightness(100%) contrast(101%);
}

.formBtn {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #890c25;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

    .formBtn:hover {
        background-color: #110c2d;
    }

    .formBtn a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }

.form-div .form-label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.form-div .form-control {
    padding: 12px 16px;
}


/*---------------- Contact Css End ----------------*/


/*-------------------- Program Css Start -------------*/

.innerpage-banner {
    background-color: #F9F3F4;
}

.support-box {
    border: 1px solid #ccc;
    padding: 30px;
    min-height: 480px;
    position: relative;
}

.supportBtn {
    position: absolute;
    bottom: 30px;
    background-color: #880c24;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
}

    .supportBtn:hover {
        color: #fff;
        background: #000;
    }

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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");
}

.accordion-button::after {
    transition: all 0.5s;
}

.faq-div .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

/*---------------- Program Css End ----------------*/


/*-------------------- Student Resources Css Start -------------*/

.ctm-news-post h4 {
    padding-top: 20px;
    font-size: 22px;
}

.resourse-mindBox span {
    color: #000;
    font-size: 22px;
}

.resourse-mindBox img {
    padding-bottom: 20px;
}

.generalBtn {
    background-color: #880c24;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    transition: 0.3s ease-in-out;
}

    .generalBtn:hover {
        background: #000;
        color: #fff;
    }

.redBg-img {
    position: relative;
}

    .redBg-img:after {
        position: absolute;
        content: "";
        width: 100vw;
        height: 100%;
        background: #880c24;
        left: 100%;
    }

    .redBg-img img {
        width: 100%;
    }

.redBg-sec {
    overflow: hidden;
}

    .redBg-sec p {
        font-size: 20px;
    }

/*.redBg-sec h4 {
    font-size: 44px;
}
.bg-girl-sec {
    display: flex;
    align-items: center;
    gap: 25px;
}
/*--------------------------- Responsive Screens ------------------------------*/
@media (max-width: 1399.98px) {
    .courses-sec h2 {
        font-size: 38px;     
    }
    .prRankingImg-div {
        flex: 1 0 400px;
        max-width: 400px;
    }

    .rankNum {
        flex: 1 0 150px;
        max-width: 150px;
    }

        .rankNum span {
            font-size: 60px;
        }

    .rankCont {
        padding: 40px 20px 30px;
    }

    .rankDetails {
        gap: 10px;
    }

    .rankCont h3 {
        font-size: 22px;
    }

    .support-box {
        min-height: 520px;
    }

    .redBg-sec {
        padding: 40px 0;
    }

    /*.redBg-sec h4 {
    font-size: 38px;
}*/

    /*.ctm-tm-slide {
    padding: 20px 30px;
    min-height: 370px;
}*/

    /*.quote-icon {
    position: absolute;
    bottom: 14px;
}*/

    /*.quote-icon svg {
    width: 60px;
}*/


}

/*Sami CSS*/

/*Bmp Slider Css*/
.faq-sec-1 .accordion-button:not(.collapsed) {
    background-color: #880c24 !important;
    box-shadow: none;
}
/* the slides */
.bmp-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.bmp-slider .slick-list {
    margin: 0 0;
}
/*Bmp Slider Css End*/



    @media (max-width: 1399.98px) {
        ctm-tm-user .tm-title {
        font-size: 17px;
    }

    .ctm-tm-user .tm-desig {
        font-size: 13px;
    }

    .space-p-tb {
        padding: 60px 0;
    }

    .space-p-b {
        padding-bottom: 60px;
    }

    .space-p-t {
        padding-top: 60px;
    }

    .space-m-b {
        margin-bottom: 60px;
    }

    .space-m-tb {
        margin: 60px 0;
    }

    .space-m-t {
        margin-top: 60px;
    }

    .ctm-inner-banner {
        min-height: 350px;
    }

    .rts__program--item {
        min-height:385px;
    }

    .ctm-course-box h4 {
        font-size: 21px;
        line-height: 30px;
    }

    .ctm-course-box {        
        min-height: 347px;       
    }

    .homepage-banner h1 {        
        font-size: 50px;
        line-height: 58px;
    }

    .hpb-linkbox {
        min-height: 110px;    
    }

    .hpb-linkbox-1 {        
        font-size: 23px;
        line-height: 69px;
    }

    .banner-img-right {
        max-width: 486px;
        width:100%;
    }

    .homepage-banner {
        min-height: 680px;     
    }

    .ctm-mian-title {
        font-size: 38px;        
    }

    .mv-btns-holder {        
        margin-top: 30px;
    }

    .counter-box-inner h3 {        
        font-size: 48px;
    }

    .counter-box-inner p {
        font-size: 19px;     
    }

    .ctm-course-text {     
        font-size: 14px;
    }

    .ctm-box-s2 h4 {        
        font-size: 20px;
    }

    .ctm-box-s2 {        
        padding: 20px 20px;
    }
    
    .rts__program--item--description {    
        font-size: 14px;
    }

    .ctm-news-post h5 {
        font-size: 20px;
        line-height: 28px;        
        min-height: 85px;
    }
}

    @media (max-width: 1199.98px) {

        .courses-sec h2 {
            font-size: 30px;
        }

        .resourse-mindBox span {        
            font-size: 18px;
        }

        .ctm-news-post h4 {
            font-size: 20px;
        }
        
        .resourse-mindBox p {
            font-size: 14px;
        }

        .circle-arrow-btn {
            width: 45px;
            height: 45px;
        }

        .ctm-mian-title-sm {
            font-size: 22px;
        }

        .up-eve-meta {         
            font-size:14px;
            margin-bottom: 8px;
        }

        .up-eve-img {        
            margin-bottom: 15px;
        }
        
        .ctm-arrow-link-s2 {
            font-size: 16px;
        }

        .inner-banner-title {
            font-size: 34px;
        }

        .ctm-mian-title-md {
            font-size: 30px;            
        }

        .ctm-inner-banner {
            min-height: 300px;
        }

        .ctm-counter-box {            
            border: 1px solid #CCC;            
            text-align: center;
/*            margin-bottom:20px;*/
        }

        .rts__circle.v__2 .spinner {
            height: 120px;
            width: 120px;
        }

        .rts__circle.v__2 {
            width: 120px;
            height: 120px;
        }

        .rts__program--item--title {         
            font-size: 22px;        
        }

        .rts__program--item--title {
            font-size: 22px;            
        }

        .ctm-arrow-link {        
            font-size: 16px;        
        }

        .counter-box-inner h3 {
            font-size: 42px;
        }

        .counter-box-inner p {
            font-size: 16px;
        }

        .ctm-mian-title {
            font-size: 30px;
        }

        .ctm-course-box h4 {
            font-size: 16px;
            line-height: 22px;
        }

        .homepage-banner {
            min-height: 639px;
        }

        .homepage-banner h1 {
            font-size: 34px;
            line-height: 44px;
        }

        .homepage-banner {
            min-height: 596px;
        }

        .banner-img-right {
            max-width: 424px;
        }

        .hpb-linkbox-1 {            
            gap: 14px;
        }

        .hpb-linkbox-3 {            
            font-size: 14px;
            line-height: 18px;
        }

        .hpb-box-link {
            flex: 1 0 16px;
            max-height: 16px;
            max-width: 17px;
            font-size: 11px;
        }

        .hpb-linkbox-1 {
            font-size: 20px;
            line-height: 49px;
        }

        .bhp-line {
            width: 53px;
        }

        .hpb-linkbox-2 {            
            font-size: 14px;            
        }

        .homepage-banner:after {            
            width: 39vw;
        }

        .space-p-tb {
            padding: 60px 0;
        }

        .space-p-b {
            padding-bottom: 60px;
        }

        .space-p-t {
            padding-top: 60px;
        }

        .space-m-b {
            margin-bottom: 60px;
        }

        .team-mem-box {
            flex-direction: column;
        }
        .counter-box-inner {
            max-width: 190px;         
        }
        .redBg-sec p {
             font-size: 16px; 
        }

        .btns-boxes {
            position: relative;
            padding: 50px 15px;
        }
    }

    @media (max-width: 991.98px) {

        .courses-sec h2 {
            font-size: 26px;
        }

        .ctm-counter-box {        
             margin-bottom: 20px; 
        }

        .prRankingImg-div {
            flex: 1;
            max-width: 100%;
        }

        .rankMain-div {
            flex-direction:column-reverse;         
        }

        .quote-icon {
            display: none;
        }

        .accr-box .accr-box-cont h4 {
            font-size: 20px;
        }

        .accr-box-cont {
            margin-bottom: 20px;
        }

        .btns-boxes {
             min-height: 100%; 
        }
        
        .resourse-mindBox {
            margin-bottom: 15px;
        }

        .redBg-img {
            display:none;
        }

        .ctm-news-post h4 {
            font-size: 18px;
        }

        .mnv-container {
            padding-top: 0px;
        }

        .mnv-container:after {
            display:none;
        }
        
        .footer-logo-holder {
            margin-bottom: 10px;
        }

        .foo-bottom {            
            margin-top: 0px;
        }

        .rts__program--item {            
            padding-right: 15px;
            padding-left: 15px;
        }

        .ctm-news-post {
            margin-bottom: 20px;
        }

        body {
            font-size:14px;
        }

        .ctm-mian-title {
            font-size: 26px;
        }

        .ctm-image-holder {         
            margin-bottom: 15px;
        }

        .hpb-linkbox-3 {
            display:none;
        }

        .ctm-footer {
            padding-top: 50px;
        }

        .homepage-banner:after {            
            height: 350px;
        }

        .hpb-cont p{
            font-size:14px;
        }

        .homepage-banner h1 {
            font-size: 26px;
            line-height: 33px;
        }

        .homepage-banner:after {
            width: 44vw;
        }

        .hpb-linkbox-2 {            
            bottom: 0;
        }

        .hpb-linkbox {
            min-height: 78px;
        }
        
        .foo-navigatio-holder {
            padding-bottom: 0px;
        }

        .footer-logo {
            margin-bottom: 23px;
        }

        .homepage-banner {
            min-height: 470px;
        }
        .details {
            margin-top: 20px;
        }
        .testArrrow-div {
            margin-bottom: 13px;
        }
        .app {
            margin-bottom: 20px;
        }
        .app-form input, .app-form select {            
            margin-bottom: 15px;
        }

        .app-form label {
            font-size: 14px;
        }

        .rts-accordion.style1 .accordion-item .accordion-button {
            font-size: 14px;            
            padding: 12px 10px !important;                
        }
    }

    @media (max-width: 767.98px) {

        .sb-widget-contact {
            min-height: 350px;         
        }

        .sidebar-cta-widget {        
            min-height: 380px;        
        }

        .sb-widget-contact h3 {
            font-size: 20px;
        }
        .cta-widget-inner h4 {
            font-size: 24px;
        }
        .sch-box {
            padding: 20px;
        }
        .sch-box-3 {
            padding: 20px;
            margin-top: 0;
        }

        .form-sb-tt {
            font-size: 18px;
            margin-top: 20px;
        }

        .uc-events-box {
            margin-bottom: 20px;
        }

        .ctm-arrow-link-s2 {            
            font-size: 14px;
        }

        .counter-box-s3 {
            max-width: 100%;
            margin: 0;
            padding: 10px;
            border-bottom: 1px solid;
            width: 100%;
        }

        .counter-box-last {
            border-bottom:0;
        }

        .counter-box-s3:after {
            display:none;
        }

        .counter-box-holder-s3 {
            padding: 0px 15px;
        }

        .rating-star {
            margin-bottom: 18px;
        }

        .app-form input, .app-form select {            
            margin-bottom: 14px;
        }

        .inner-banner-title {
            font-size: 24px;
        }

        .ctm-inner-banner {
            min-height: 250px;
        }

        .ctm-counter-box {         
            padding: 15px;
        }
        
        .counter-box-inner {            
            margin: 0 auto;
            min-height: auto;
        }
        
        .counter-box-inner h3 {
            font-size: 42px;
            line-height: 1;
        }

        .ctm-counter-box {    
            display: flex;
            align-items: center;
            border-right: 1px solid #CCC;
        }
        .ctm-counter-box-last {
            margin-bottom:0;
        }

        .banner-img-right {
            max-width: 424px;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

        .homepage-banner:after {
            width: 100%;
            height: 100%;
            opacity: 0.1;
            z-index: -2;
        }

        .banner-img-right {
            max-width: 300px;     
        }

        .homepage-banner {
            min-height: 400px;
            display: flex;
            align-items: center;
        }

        .homepage-banner {
            min-height: auto;
            padding-top: 30px;
        }

        .hpb-cont {
            max-width: 303px;
        }

        .hpb-linkbox {
            min-height: 60px;
        }

        .hpb-linkbox-1 {
            font-size: 20px;
            line-height: 30px;
        }

        .team-mem-box {
            flex-direction: column;
            margin-bottom: 20px;
        }

        .team-mem-img img {
            width: 100%;
        }

        .copyright-foo {
            font-size: 12px;
        }

        .nav-foo {
            justify-content: center;
        }

        .nav-foo li a {
            font-size: 12px;
        }

        .foo-bottom {
            flex-direction: column;
            text-align: center;
            gap: 10px;
        }

        .space-p-tb {
            padding: 40px 0;
        }

        .space-p-b {
            padding-bottom: 40px;
        }

        .space-p-t {
            padding-top: 40px;
        }
        .space-m-tb {
            margin:40px 0 ;
        }
        .space-m-b {
            margin-bottom: 40px;
        }
        .resourse-mindBox span {
            font-size: 18px;
        }

        .resourse-mindBox img {
            padding-bottom: 10px;
        }

    }

    @media (max-width: 575.98px) {
        
        .courses-sec h2 {
            font-size: 22px;
        }

        .logos-area img {
            max-height: 35px;
        }

        .ctm-counter-box-last {
            margin-bottom: 0;
        }
        
        .counter-box-s3 h3 {
            font-size: 30px;
        }

        .rankCont p{
            margin-bottom:0px;
        }

        .prRankingCont-div .singleRank {
            align-items: flex-start;
        }

        .rankCont h3 {
            font-size: 18px;
        }

        .rankCont {
            padding: 20px;
        }

        .rankNum {
            flex: 1 0 70px;
            max-width: 70px;
            margin-top: 20px;
        }

        .rankNum span {
            font-size: 40px;
        }

        .footer-widget-title {         
            margin-bottom: 14px;
        }

        .foo-bottom {
            padding: 12px 0;
            gap: 5px;
        }
        
        .cf-info {            
            gap: 10px;
        }

        .ctm-mian-title-sm {
            font-size: 18px;
        }

        .ctm-arrow-link {
            font-size: 14px;
        }

        .circle-arrow-btn {            
            margin-top: 18px;
        }
        .circle-arrow-btn {
            width: 35px;
            height: 35px;
        }

        .ctm-box-height-400 {
            height: 300px;
        }

        .ctm-box-height-520 {
            height: 320px;
        }

        .tm-box-holder {
            padding: 15px;         
        }

        .tm-arrows-holder {
            position: relative;
            bottom: 0;
            margin-top: 22px;
            justify-content: center;
        }

        .tm-arrows-holder a {
            padding: 7px 9px;
        }

        .vid-sec-cont {            
            padding-top: 20px;
        }

        .tm-name {        
            font-size: 18px;
        }

        .ctm-slider-nav {            
            margin-top: 10px;
        }
        .text-nrml {
            font-size:14px;
        }
        .ctm-navigation {
            flex: 1 0 30px;
            max-width: 30px;
            height: 30px;
        }       
        .text-nrml {
            padding: 10px 0 10px 20px;
        }
        
        .label-1 {
            padding: 10px 0 10px 20px;            
            font-size: 16px;
        }

        .req-list {
            column-count: 1 !important;
        }

        .req-list li span {
            font-size: 14px !important;        
        }

        .req-list li {            
            margin-bottom: 8px !important;
        }

        .requirements h3 {
            margin-bottom: 20px !important;
            margin-top: 20px !important;
        }
        
        .box-s2-link {
            flex: 1 0 55px;
            max-width: 55px;            
        }
        
        .box-s2-link a {            
            height: 55px;
            width: 55px;
        }

        .ctm-counter-box {
            min-height:auto;
        }

        .counter-box-inner h3 {
            font-size: 35px;
        }

        .mnav-opp-holder {            
            gap: 9px;         
        }

        .main-header-btn {            
            padding: 8px 20px;
            display:none;
        }
        
        .custom-logo-link {
            max-width: 60px;         
        }

        .homepage-banner h1 {
            margin-top: 40px;
        }

        .bhp-line {         
            display: none;
        }
        
        .hpb-linkbox {
            min-height: 100%;
        }

        .hpb-cont {
            max-width: 100%;
        }

        .hpb-linkbox-1 {
            font-size: 16px;
            line-height: 19px;
        }

        .homepage-banner h1 {
            font-size: 22px;
            line-height: 29px;
        }

        .ctm-mian-title-md {
            font-size: 22px;
        }

        .hpb-linkbox {         
            padding: 9px;
        }

        .banner-img-right {
            display:none;
        }

        .hpb-cont {
            max-width: 100%;
        }

        .space-p-tb {
            padding: 20px 0;
        }

        .space-p-b {
            padding-bottom: 20px;
        }

        .space-p-t {
            padding-top: 20px;
        }

        .space-m-b {
            margin-bottom: 20px;
        }
        .space-m-tb {
            margin:20px 0;
        }

        .space-m-t {
            margin-top: 20px;
        }

        .foot-col {
            flex-direction: column;
            gap: 0 !important;
        }

        .ctm-mian-title {
            font-size: 22px;
        }

        .mv-btn {            
            padding: 12px 20px;       
            flex-direction: column;
            gap:5px;
        }
    }


    @media all and (min-width: 992px) {
        .dropdown-menu {
            width: 14rem;
        }

        .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) {
    }

    .ctm-mob-menu {
    display: none;
}


@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}


@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1360px;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1460px;
    }
}

/*@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1560px;
    }
}*/

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1660px;
    }
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1760px;
    }
}

/*@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
}*/

/**********Media Quries End********/
