/** March 2025 css **/
.pageBanner-inner__content {
	padding: 250px 0 60px !important;
}
.pageBanner-inner.inner .carousel-item::after {
	background: rgba(19, 19, 19, 0.4);
}
.banner-play-button i, .video-play-button i {
	color: #c51316;
}
.banner-play-button span {
	font-weight: 100;
}
.pageBanner-inner__content .upper-banner-content h4 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
    text-decoration: underline;
}
.pageBanner-inner__content .upper-banner-content h6 {
	font-size: 18px;
	letter-spacing: normal;
	font-weight: 100;
}
.pageBanner-inner__content h2 {
	font-size: 50px;
	line-height: 50px;    
    max-width: 90%;
}
.mt--44 {
    margin-top: 44px;
}
.mt--48 {
    margin-top: 48px;
}
.cu-btn {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 2px;
	padding: 0px 48px;
	line-height: 50px;
}
.cu-btn.red-bg {
    background: #c51316;
    border: 1px solid #f96164;
}
.cu-btn.red-bg:hover {
    background: #d91417;
}
.cu-btn-blue {
	background: #0a65a4;
	border: 1px solid #2080c3;
}
.programForm-header {
	padding: 25px 0 0;
}
.programForm-header h5 {
	font-size: 18px;
	line-height: 30px;
	color: var(--text-dark);
	text-transform: capitalize;
	font-weight: 100;
}
.programForm-header h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 100;
    color: #c51316;
	text-transform: capitalize;
}
.abt-sec {
    background: #f1f1f1;
    position: relative;
}
.abt-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: -130px;
    background: url('../images/mba-ba-inset-bg.webp');
    width: 1165px;
    height: 1172px;
    background-repeat: no-repeat;
}
.direct-bx {
    background: #f1f1f1;
    padding: 88px 0 88px 84px;
    position: relative;
}
.direct-bx-right {
    background: #f1f1f1;
    padding: 88px 0;
    position: relative;
}
.direct-bx-right::before {
	content: "";
	background: #f1f1f1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -134px;
	width: 134px;
}
.contact-card {
	background: transparent;
}
.msg-frm p {
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
	color: var(--text-dark);
}
.msg-frm p span {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 3px;
}
.msg-frm p::before {
	display: none;
}
.dir-message {
    padding: 0;
    margin-top: 20px;
}
.dir-message p {
	font-size: 24px;
	font-style: unset;
	line-height: 30px;
	font-weight: 300;
    position: relative;
}
.dir-message p::before {
	content: "";
	background: url(../images/quote-rects.png);
	position: absolute;
	top: -15px;
	width: 22px;
	height: 26px;
	left: -26px;
}
.dir-message p::after {
	content: "";
	background: url(../images/quote-rects.png);
	position: absolute;
	bottom: -15px;
	width: 22px;
	height: 26px;
}
.mt-500x {
    margin-top: 488px;
    position: relative;
}
.mt-500x::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;    
	background: var(--bs-white);
	left: -500px;
	width: 500px;
}
.feature-box {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
    transition: .3s;
}
.feature-box:hover {
    background: #0a65a4
}
.feature-box:hover span {
	color: var(--bs-white);
}
.feature-box:hover .features {
    filter: invert(1);
}
.itp-row .feature-box:hover {
	background: #f2f2f2;
}
.itp-row .feature-box:hover .features {
    filter: unset;
}
.itp-row .feature-box:hover span {
	color: var(--text-color-off-gray);
}
.feature-box a {
	height: 100%;
	width: 100%;
	justify-content: center;
}
.feature-box.feature-inner .features { background: url('../images/features-sprite.png') no-repeat top left; width: 68px;border-radius: 0;  } 
.feature-box.feature-inner .features.stud-abroad { background-position: 0 0; width: 53px; height: 69px; } 
.feature-box.feature-inner .features.prgrm-exchange { background-position: -58px 0; width: 66px; height: 58px; } 
.feature-box.feature-inner .features.edu-loan { background-position: -129px 0; height: 64px; } 
.feature-box.feature-inner .features.scholar-ship { background-position: -202px 0; height: 62px; } 
.feature-box.feature-inner .features {
	background-color: transparent;
	border: 0;
}
.feature-box.feature-inner.active .features {
	background-color: transparent;
}
.feature-box.feature-inner span {
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
	padding: 0;
}
.aboutProgram.main h1, .aboutProgram h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
    margin-bottom: 20px;
}
.aboutProgram p {
	font-size: 16px;    
	line-height: 22px;
	font-weight: 100;
}
.aboutProgram h3, h4.af-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
    margin-bottom: 40px;
}
.acp-section h3, .acp-section h6 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
}
.acp-section .cu-btn svg {
    display: none;
}
.mw-84 {
	max-width: 84%;
}
.scope-cov img {
    border-radius: 10px;
}
.listStyle-4 li, .listStyle-3 li {
    padding-left: 40px;
	margin-bottom: 20px;
	font-weight: 100;
}
.listStyle-4 li::after {
	background: url(../images/grey-arrow.png);
	width: 15px;
	height: 12px;
}
.ph-sec {
    padding: 100px 0 150px;
    background: var(--bs-white);
}
.cuNumbers-section__in.specialization-info {
	height: 455px!important;
	border: 0;
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 10px;
    padding: 49px 45px!important;
    margin-bottom: 0;
}
.cuNumbers-section__in.specialization-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: rgba(10, 101, 164, .9);
    opacity: 0;
    transition: .35s;    
}
.cuNumbers-section__in.specialization-info:hover::before {
    opacity: 1;
}
.cuNumbers-section__in.specialization-info .highlightRnkings {
    position: relative;
}
.cuNumbers-section__in.specialization-info h5 {
	font-size: 24px;
	line-height: 24px;
	color: var(--bs-white);
	font-weight: 100;
	margin-bottom: 20px;
    max-width: 100%;
}
.cuNumbers-section__in.specialization-info p {
	font-size: 16px;
	line-height: 22px;
	color: var(--bs-white);
    max-width: 69%;
}
.featLogo {
    bottom: 44px;
    left: 49px;
}
.featLogo .cu-btn {
	font-size: 14px;
	line-height: 40px;
    padding: 0 30px;
    letter-spacing: 1px;
}
.featLogo .cu-btn:hover {
	color: var(--text-dark);
	background: var(--bs-white);
	border: 1px solid var(--bs-white);
}
.depart-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 138px;
}
.pt-109x {
    padding-top: 109px!important;
}
.old-side-head {
    display: none!important;
}
.popluarFeat-cont {
	padding: 0 30px 0 0;
	background: transparent;
	color: var(--bs-white);
}
.popluarFeat-cont .aboutProgram {
	margin-bottom: 50px;
}
.feature-slider.inner-slide .popluarFeat-cont h2 {
	font-size: 60px;
	margin-bottom: 15px;
}
.feature-slider.inner-slide .popluarFeat-cont p {
	font-size: 16px;
	line-height: 22px;
	height: auto;
	margin-bottom: 0;
}
.cuNumbers-section__in.program-list.h-auto.mb-0.border-0.rounded-0 {
	padding: 50px 48px;
}
.program-list ul {
	padding: 0 28px 20px 0;
}
.listStyle-2 li {
	margin-bottom: 20px;
	font-weight: 100;
}
.listStyle-2 li a {
	font-size: 16px;
	padding-left: 20px;
}
.listStyle-2 li a::after {
	background: url(../images/red-arrow.png);
	width: 15px;
	height: 12px;
}
.topInner-numbers .cuNumbers-section__in.program-list.side-link::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: var(--bs-white);
	right: -500px;
	width: 500px;
}
.topInner-numbers .cuNumbers-section__in.fixed-crumb.program-list.side-link::after {
	display: none;
}
.cuNumbers-section__in.fixed-crumb {
	padding: 10px !important;
    border-radius: 10px!important;
    bottom: 45px;
}
.fixed-crumb .highlightRnkings .aboutProgram {
    margin-bottom: 0;
}
.fixed-crumb .highlightRnkings h2 {
	font-size: 16px;
	line-height: 16px;
    margin-bottom: 0;
}
.sub-para.inner, .fee-table tbody tr td, .acp-section p, .skill-inner__content p, .testimonial-inner__content h2, .box--heading h3, .link-title, .custom-list-style2 li a {
	font-weight: 100;
}
.glance-section {
    padding-bottom: 150px;
    height: auto;
}
.glance-section::after {
	background: rgba(0, 32, 60, 0.95);
}
.z-index-2 {
	z-index: 2 !important;
}
.center-banner-img {
	background-image: url(../images/cn-banner-inset-bg.webp);
	background-repeat: no-repeat;
	width: 540px;
	height: 729px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-70%);
    z-index: 1;
}
.listStyle-3.course-list li {
	margin-bottom: 15px;
}
.listStyle-3.text-white li::after {
	background: url(../images/right-arrow-slim.png);
	width: 23px;
	height: 13px;
}
.why-join-section {
    padding: 98px 0 85px;
}
.why-join-section::before {
	display: none;
}
.big-dept-cover img {
    height: 579px;
    border-radius: 10px;
    object-fit: cover;
}
.small-dept-cover-upper img {
    height: 278px;
    margin-top: 50px;
    margin-bottom: 24px;
    border-radius: 10px;
    object-fit: cover;
}
.small-dept-cover-lower img {
    height: 278px;
    border-radius: 10px;
    object-fit: cover;
}
.mk-unique {
    background: #0a65a4;
    padding: 98px 0 108px;
}
.mt-115x {
    margin-top: 115px;
}
.partner-slider .slick-list::before {
	content: "";
	position: absolute;
	top: 0;
	background-image: linear-gradient(to right, #fff, rgba(255,255,255,0.1) 90%);
	width: 150px;
	bottom: 0;
	z-index: 1;
}
.partner-slider .slick-list::after {
	content: "";
	position: absolute;
	top: 0;
	background-image: linear-gradient(to left, #fff, rgba(255,255,255,0.1) 90%);
	width: 150px;
	bottom: 0;
    right: 0;
	z-index: 1;
}
.unique-slider .slick-slide.slick-current h5 {
    color: var(--bs-white);
}
.topInner-numbers .cuNumbers-section__in.unique-info {
	border: 0;
	padding: 50px 45px;
	height: 321px;
	border-radius: 10px;
    overflow: hidden;
}
.highlightRnkings h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 100;
	max-width: 74%;
	margin-bottom: 0;
    transition: .35s;
}
div.featLogo {
	bottom: 45px;
	right: 50px;
	left: unset;
    z-index: 1;
}
.unique-info .featLogo span {
	font-size: 40px;
	color: #cecece;
	font-weight: 100;
	line-height: 26px;
}
.unique-info img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
	opacity: 0;
    transition: .35s;
}
.unique-slider .slick-slide.slick-current img {
    opacity: 1;
}
@media (min-width: 992px) {
    .pageBanner-inner .carousel-item {
        height: 1080px;
        padding-top: 0;
    }
    .programForm-sec {
        width: 455px !important;
    }    
}
@media (min-width: 1024px) {
    .upper-banner-content {
        width: 550px;
    }
}
@media (min-width: 1920px) {
    .rankings-slider2 .slick-list, .unique-slider .slick-list {
        overflow: unset;
        clip-path: inset(-100vw -100vw -100vw 0);
    }
}
@media (max-width: 1599px) {
    .scope-cov img {
        width: 100%;
    }    
    .topInner-numbers .cuNumbers-section__in.program-list.side-link::after {
        right: -12%;
        width: 12%;
    } 
}
@media (max-width: 1399px) {
    .direct-bx-right::before {
        left: -119px;
        width: 119px;
    }
    .mt-500x {
        margin-top: 398px;
    }
    .cuNumbers-section__in.specialization-info p {
        max-width: 80%;
    }    
}
@media (max-width: 1215px) {
    .abt-sec::before {
        width: 900px;
    }  
}
@media (max-width: 1199px) {
    .cu-btn {
        padding: 0px 30px;
    }    
    .abt-sec::before {
        width: 700px;
        top: -80px;
    }    
    .mt-500x {
        margin-top: 358px;
    }  
    .direct-bx-right::before {
        left: -104px;
        width: 104px;
    } 
    .direct-bx-right {
        padding: 88px 0 46px;
    }
    .scope-cov {
        height: 100%;
    }
    .scope-cov img {
        height: 100%;
        object-fit: cover;
    }    
    .cuNumbers-section__in.specialization-info {
        height: 385px !important;
    }    
}
@media (max-width: 991px) {
    .pageBanner-inner__content h2 {
        max-width: 100%;
    }
    .abt-sec::before {
        width: 100%;
        top: 0;
        height: 1078px;
        background-size: cover;
    } 
    .direct-bx {
        padding: 88px 88px 84px;
    }   
    .mt-500x::before {
        display: none;
    }  
    .topInner-numbers .cuNumbers-section__in.program-list.side-link::after {
        display: none;
    }    
    .glance-section {
        padding-bottom: 100px;
        height: auto;
    }  
    .why-join-section.skill-inner__content {
        padding: 0 0 50px 0;
    }   
    .big-dept-cover img, .small-dept-cover-upper img, .small-dept-cover-lower img {
        width: 100%;
    }  
    .fixed-crumb .highlightRnkings h2 {
        display: none;
    }    
}
@media (max-width: 774px) {
    .cuNumbers-section__in.fixed-crumb {
        height: 38px !important;
    }    
}
@media (max-width: 767px) {
    .abt-sec::before {
        height: 900px;
    }
    .mt-500x {
        margin-top: 190px;
    }    
}
@media (max-width: 430px) {
    .pageBanner-inner__content {
        padding-top: 200px!important;
    }    
    .pageBanner-inner__content .upper-banner-content h4 {
        font-size: 20px;
        line-height: 22px;
    } 
    .pageBanner-inner__content .upper-banner-content h6 {
        font-size: 16px;
    }    
    .pageBanner-inner__content h2 {
        font-size: 28px;
        line-height: 30px;
    }  
    .cu-btn {
        padding: 0px 25px;
        font-size: 14px;
        line-height: 40px;
    } 
    .mt--44 .cu-btn-blue {
        margin-top: 15px;
        margin-left: 0!important;
    }
    .with-logo img {
        width: 100px;
    }    
    .direct-bx {
        padding: 25px 40px 50px;
    }    
    .msg-frm p {
        font-size: 14px;
        line-height: 22px;
    }  
    .msg-frm p span {
        font-size: 16px;
    }  
    .dir-message {
        margin-top: 0;
    }    
    .dir-message p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }    
    .abt-sec::before {
        height: 695px;
    }  
    .feature-box.feature-inner span {
        font-size: 16px;
        line-height: 28px;
    }  
    .aboutProgram.main h1, .aboutProgram h2, .acp-section h3, .acp-section h6 {
        font-size: 30px;
        line-height: 30px;
    }  
    .aboutProgram p, .cuNumbers-section__in.specialization-info p, .feature-slider.inner-slide .popluarFeat-cont p, .sub-para.inner, .acp-section p, .feedback-content p {
        font-size: 14px;
        line-height: 20px;
    }    
    .aboutProgram h3, h4.af-title {
        font-size: 24px;
        line-height: 24px;
    }    
    .listStyle-4 li, .listStyle-3 li {
        font-size: 14px;
    }   
    .cuNumbers-section__in.specialization-info h5 {
        font-size: 22px;
        line-height: 22px;
    }   
    .ph-sec {
        padding: 60px 0;
    }   
    .feature-slider.inner-slide .popluarFeat-cont h2 {
        font-size: 50px;
    } 
    .cuNumbers-section__in.program-list.h-auto.mb-0.border-0.rounded-0 {
        padding: 25px;
    }  
    .feature-slider-box1 {
        text-align: center;
    }  
    .popluarFeat-cont {
        padding: 0 25px;
    }    
    .pt-109x {
        padding-top: 50px !important;
    }  
    .cuNumbers-section__in.program-list.h-auto.mb-0.border-0.rounded-0.pt-109x {
        padding-bottom: 50px;
    }
    .depart-sec {
        padding-bottom: 60px;
    } 
    .white-bg.pt-9.pb-9 {
        padding: 60px 0 0;
    } 
    .why-join-section {
        padding: 0 0 50px 0;
    }    
    .mt-115x {
        margin-top: 0;
    }
    .partner-slider .slick-list::before, .partner-slider .slick-list::after {
        width: 50px;
    }    
    .mk-unique {
        padding: 60px 0;
    }    
    #myCarousel2 .carousel-control-next, #myCarousel2 .carousel-control-prev {
        width: 10% !important;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }   
    .feedback-user h4 {
        font-size: 18px;
        line-height: 18px;
    }    
}