@font-face {
    font-family: '3M Circular TT Book';
    src: url('../fonts/3MCircularTT-Book.woff2') format('woff2'),
        url('../fonts/3MCircularTT-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '3M Circular TT';
    src: url('../fonts/3MCircularTT-Light.woff2') format('woff2'),
        url('../fonts/3MCircularTT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '3M Circular TT';
    src: url('../fonts/3MCircularTT-Bold.woff2') format('woff2'),
        url('../fonts/3MCircularTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}

/* Reset ------------------------- */
body {
    font-family: '3M Circular TT';
	font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height:1;	
	color: #474747;
	font-size: clamp(16px, 2vw, 20px);
}
a {
	text-decoration: none;
	color: #474747;
	cursor: pointer !important;
	outline: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
a:hover, a:focus {text-decoration: none; color: #c11505;}
a:focus {outline: none;}
input:focus{outline: none;}
img {max-width: 100%; height: auto;	-webkit-backface-visibility: hidden;}
p {margin: 0 0 15px 0; line-height: 1.5;}
ul{ margin: 0; padding: 0; list-style: none;}
h1, h2, h3, h4, h5, h6 {font-family: '3M Circular TT'; font-weight: bold; font-style: normal;}

/* Button ------------------------- */
.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	font-family: 'EIL Sans'; font-weight: bold; font-style: normal;
}

/* Listing ------------------------- */
ul.list-default {list-style: none; margin: 0; padding: 0;}
ul.list-default li{ margin-bottom:1rem; position: relative; padding-left: 20px;}
ul.list-default li:before {position: absolute; top:0px; margin:0px 0 0 -20px; vertical-align: top; display: inline-block; content: "\f111"; font-family: FontAwesome; color: #f8c72d; font-size:9px;}

ol.list-number{ margin: 0; padding: 0; list-style: decimal; margin-left:15px;}
ol.list-number > li{ margin:0; padding-left:10px; padding-bottom:1rem;}

/* Header ------------------------- */
.header { transition: all 0.5s; z-index: 997; background: rgba(255, 255, 255, 1); height: 90px;}
.header.sticked {background: rgba(255, 255, 255, 1); padding: 15px 0; box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);}
.header .logo img { max-height:45px;}

/* Slider ------------------------- */
#slider .carousel-item{width: 100%; position: relative; transition: 0.3; margin-top:90px;}
.slider-mobile-banner{display: none!important;}

/* Footer ------------------------- */
.footer { background-color: #f8f9fa; padding: 20px 0; font-size:12px;}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center;}
.footer ul li { display: flex; align-items: flex-start; margin-bottom: 1rem;}
.footer ul li img {margin-right: 10px; height: 20px;}
.footer ul li div .footer-link{ flex-direction: row;}
.footer ul li a, .footer ul li div a { text-decoration: none; color: #4b4b4b;} 
.footer ul li a:hover, .footer ul li div a:hover { text-decoration: underline; color: #c11505;}
.footer ul li p { margin: 0; font-size: 12px; color: #4b4b4b;}
.footer .footer-nav { display: flex; flex-wrap: wrap !important;}
.footer .footer-nav li { display: flex; align-items: center; margin: 0 10px; position: relative; padding-right: 10px;}
.footer .footer-nav li:not(:last-child)::after {content: "|"; color: #4b4b4b; margin-left:30px; margin-right:30px;}
.footer .footer-nav li a i{font-size: 20px; margin-right: 20px;}
.footer .trademarks { text-align: right;}

/* Back to Top ------------------------- */
.back-to-top {position: fixed; bottom:60px; right:30px; display: none; width:40px; height:40px;border: 0; background: #8c006b; border-radius: 50%; z-index: 9999!important;}
.back-to-top:hover { background: #000;}
.back-to-top i {color: #ffffff;}

@-webkit-keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-10px);
}
100% {
transform: translatey(0px);
}
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-10px);
}
100% {
transform: translatey(0px);
}
}
.animate-typo {overflow: hidden; transform: translatey(0px); -webkit-animation: float 6s ease-in-out infinite; animation: float 5s ease-in-out infinite;}

/* Section ------------------------- */
.section{ padding-top:70px; padding-bottom:70px;}
.section-title {margin-bottom:25px}
.section-title h2{color:#000; font-size:2.5rem; line-height:1}

/* Slider ------------------------- */
.slider { position: relative; margin-top:90px;}

.banner-section {position: relative; padding:80px 30px; display: flex; justify-content: center; align-items: center; background-color: #5e9baa; background-size: cover; background-position: center; background-repeat: no-repeat;}
.banner-section .container-fluid{border: 1px solid #f7e24c;}
.banner-section .content-wrapper {padding: 5rem 3rem; max-width:65%;}
.banner-section .content-wrapper h1{font-size:4rem; line-height: 1; font-weight:300; font-style: normal; color: #fff; font-family: '3M Circular TT Book';}
.banner-section .content-wrapper h2{font-size:2rem; font-weight:300; font-style: normal; color: #fff;}

.banner-section .register-button {background-color: #8c006b; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; margin-top: 20px; display: inline-block;
		font-size:1.45rem; line-height: 1; font-weight:500; font-family: '3M Circular TT Book';}
.banner-section .register-button:hover { background-color: #000; color: #fff;}
.banner-image { position: absolute; right:5%;bottom: 0; max-width:450px;}

/* Introduction ------ */
.introduction{position: relative; overflow: hidden}

/* Program Highlights ------ */
.program-highlights{position: relative; overflow: hidden}
.program-highlights .col-12:nth-of-type(4) .card::after{border:0px !important; background-image: none;}
.program-highlights .card{background:none; border:none; border-radius:0; margin-bottom:3rem; position: relative; height:100%}
.program-highlights .card::after{content:""; position: absolute; right:0; background:url("../images/common/highlights-separator.png") no-repeat left top; width:20px; height:100%;}

.program-highlights .info-content{display: flex; align-items: center; flex-direction: column;}
.program-highlights .info-content h2 { font-size:8rem; line-height: 1; margin: 0; position: relative;}
/*.program-highlights .info-content h2::after {background:url("../images/common/heading-shadow-bg.png") repeat bottom; content: ''; position: absolute; bottom:13%; left: 0; width: 100%; height:30px; z-index: -1; transform: translateY(-50%);}*/
.program-highlights .info-content h2 span{ font-size:4rem;}
.program-highlights .col-12:nth-of-type(2) .card .info-content h2 { color: #8328b4;}
.program-highlights .col-12:nth-of-type(3) .card .info-content h2 { color: #1e1e96;}
.program-highlights .col-12:nth-of-type(4) .card .info-content h2 { color: #f6821f;}
.program-highlights .feature-box { display: flex; align-items: center; flex: 1 1 auto; text-align: left;}
.program-highlights .feature-box p { font-size:2rem; line-height: 1; margin: 10px 0 0; color: #58595b; font-weight: bold;}
.program-highlights .feature-box p .text-light{font-weight:300;color: #58595b!important;}
.program-highlights .icon {color: #6a1b9a; margin-left: 15px; flex-shrink: 0;}
.program-highlights .icon img{width: 90px;}
.program-highlights .content { flex-grow: 1;}

/* Course Features ------ */
 .course-features{ background-size: contain; background-position: center center;}
 .features-container {display: flex; flex-wrap: wrap; gap:20px; margin-top:20px;}
 .feature-card { background-color: #fff; border-radius: 12px; padding: 20px; text-align: center; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; width:19%; min-height:18vw; min-width: 250px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4), 8px 8px 20px rgba(0, 0, 0, 0.1); border-top:1px solid rgba(0, 0, 0, 0);
  border-left:1px solid rgba(0, 0, 0, 0);}

.feature-card p {font-size:2rem; line-height:1.2; word-wrap: break-word; text-align: left; margin-top: 15px; overflow-wrap: break-word; padding-right: 3rem;}
.feature-icon { width:100px; height:100px; display: flex; align-items: center; justify-content: center; margin: -70px auto 15px;}

/* Meet Our Mentors ------ */
.mentors-container{display: flex; align-items: center;}
.mentors-img img{border-radius: 50%;}

/* Module Overview ------ */
.module-overview{ position: relative; overflow: hidden; background-color: #efefef; background-size: contain; background-position: center center;}
.module-container{}
.module-card {border: 1px solid #606060; border-radius:50px; padding:15px 30px; background-color: #efefef; margin: 0 auto; display: flex; justify-content: center;  position: relative;
  width: auto; max-width:50%;}
.module-card .module-title {font-size:3rem; font-weight: bold; margin-bottom:5px; color: #000;}
.module-card .module-date {font-size:1.5rem; font-weight:bold; color: #7b7b7b; background-color:#efefef; bottom:-10px; display:flex; justify-content:center; position:absolute; padding: 0px 20px;}
.module-card .module-date i {font-size: 1.2rem; color: #6c757d;}
.module-card .module-date img{ width:35px; height: auto; margin-right: .5rem !important;}

.module-wrapper{display: flex; justify-content: center; align-items: center;}
.module-content h2{font-size:3rem; line-height: 1;}
.module-content h3{font-size:2rem; line-height: 1;}
.module-content .title-org{color: #c11505;}
.module-content .title-purple{color: #8c006b;}
.module-content .title-blue{color: #2d318c;}
.module-content .title-green{color: #3586a8;}
.module-content ul {list-style: none; margin: 0; padding: 0;}
.module-content ul li{ margin-bottom:0.75rem; position: relative; padding-left:20px;}
.module-content ul li:before {position: absolute; top:0px; margin:3px 0 0 -15px; vertical-align: top; display: inline-block; content: "\f111"; font-family: FontAwesome; color: #c11505; font-size:9px;}
.module-content ul.list-purple li:before {position: absolute; top:0px; margin:3px 0 0 -15px; vertical-align: top; display: inline-block; content: "\f111"; font-family: FontAwesome; color: #8c006b; font-size:9px;}
.module-content ul.list-blue li:before {position: absolute; top:0px; margin:3px 0 0 -15px; vertical-align: top; display: inline-block; content: "\f111"; font-family: FontAwesome; color: #2d318c; font-size:9px;}
.module-content ul.list-green li:before {position: absolute; top:0px; margin:3px 0 0 -15px; vertical-align: top; display: inline-block; content: "\f111"; font-family: FontAwesome; color: #3586a8; font-size:9px;}
.module-content ul.list-black li:before {position: absolute; top:0px; margin:3px 0 0 -15px; vertical-align: top; display: inline-block; content: "\f111"; font-family: FontAwesome; color: #000; font-size:9px;}
.module-content .module-date{font-size:1.5rem; font-weight:bold; color: #7b7b7b;}

.read-more-show{color: #414042!important; font-weight: bold; padding-left: 20px;}
.read-more-hide{color: #414042!important; font-weight: bold; padding-left: 20px;}
.hide { display: none;}

.btn-download-brochure a{ background-color:#9e2b4a; display:inline-block; position:relative; padding:15px 80px 15px 20px; font-size: 2rem;line-height: 1;
  color:#fff;  transition:all 0.4s ease;  border-radius:30px;  overflow:hidden; font-weight: 600; min-width:450px;}
.btn-download-brochure a::after{background:#fff url("../images/icons/download-brochure-icon.png") no-repeat center center; width:80px; height:100%;  content:""; 
  position:absolute; font-style: normal; font-weight: normal; text-decoration: inherit; border-radius:0 20px 0 0px;  background-color:#fff; opacity:1; padding:15px; top:0; right:0;}
.btn-download-brochure a:hover{ background:#000;}

/* Eligibility ------ */
.eligibility { position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; color: #fff; display: flex; justify-content: center; align-items: center;}
.eligibility .section-title{font-size:2rem; line-height:1; background-color: #f0b357; border-radius:30px; color: #000; display: inline-block; padding: 10px 25px 7px;}
.eligibility .registration-text{font-size:1.5rem; line-height:1; background-color: #fff; border-radius:30px; color: #8c006b; display: inline-block; padding: 10px 25px 7px;}
.eligibility .registration-text small{font-size:1rem;}

/* Contact Information ------ */
.contact{position: relative; overflow: hidden; background-size: contain; background-position: center center; display: flex; justify-content: center; align-items: center;}

.responsive-map{position:relative; overflow: hidden; padding-bottom:56.25%; height:0; background-color: #efefef;}
.responsive-map iframe{left:0; top:0; height:100%; width:100%; position:absolute;}

.contact-wrapper { display: flex; flex-wrap: wrap !important;}
.contact-wrapper li { display: flex; align-items: center; margin: 10px 0px; position: relative;}
.contact-wrapper li img{height:30px;}
.contact-wrapper li:not(:last-child)::after {content: "|"; color: #4b4b4b; margin-left:15px; margin-right:15px;}

.btn-wrapper { display: flex;align-items: center; margin-top:2rem;}
.btn-wrapper li img{height:50px; margin-right:20px;}
.btn-register{font-size:1.2rem; line-height:1; background-color: #8c006b; border-radius:30px; color: #fff; display: inline-block; padding: 10px 25px;}
.btn-register:hover{background-color: #000; color: #fff!important;}
.btn-register:focus{background-color: #000; color: #fff!important;}

/* Owl Nav Button ------------------------- */
.owl-nav-active .owl-next, .owl-nav-active .owl-prev{ width:45px; height:45px; border-radius:50%; position: absolute; top:45%; transform: translateY(-50%)!important;}
.owl-nav-active .owl-next:hover, .owl-nav-active  .owl-prev:hover{background:#000 !important}
.owl-nav-active .owl-next:hover img, .owl-nav-active .owl-prev:hover img{filter: none;}
.owl-nav-active .owl-next, .owl-nav-active .owl-prev{ background:#a40b7e !important;}
.owl-nav-active .owl-next img, .owl-nav-active .owl-prev img{filter: brightness(0) invert(1);}
.owl-carousel .owl-nav [class*=owl-] { transition: all 0.3s ease;}
.owl-carousel .owl-nav [class*=owl-].disabled:hover { background-color: #d6d6d6;}
.owl-stage-outer { transition: height 0.5s ease-in-out; height: 100%; overflow:auto;}

/* Owl Carousel ------------------------- */
.owl-carousel-common .owl-stage { display: flex;}
.owl-carousel-common .owl-item { display: flex; flex: 1 0 auto;}
.owl-carousel-common .program-card .content{display: flex; flex: 1 0 auto; flex-direction: column;}
.owl-carousel-common .program-card .content p{ line-height: 1.2; font-size: 1rem;}
.owl-carousel-common .owl-prev{left:0px; transform: scale(0.8)}  
.owl-carousel-common .owl-next{right:0px; transform: scale(0.8)}
.mentors-owl .owl-prev{left:-60px; transform: scale(0.8)}  
.mentors-owl .owl-next{right:-60px; transform: scale(0.8)}
.mentors-owl .owl-dots {text-align: center; padding-top: 15px;}
.mentors-owl .owl-dots button.owl-dot { width: 14px; height: 14px; border-radius: 50%; display: inline-block; background: rgba(226, 227, 226, 1) !important; margin: 0 3px;}
.mentors-owl .owl-dots button.owl-dot.active { background: rgba(96, 96, 96, 1) !important;}
.mentors-owl .owl-dots button.owl-dot:focus { outline: none;}
.module-owl .owl-prev{left:-60px; transform: scale(0.8)}  
.module-owl .owl-next{right:-60px; transform: scale(0.8)}
.module-owl .owl-dots {text-align: center; padding-top: 15px;}
.module-owl .owl-dots button.owl-dot { width: 14px; height: 14px; border-radius: 50%; display: inline-block; background: rgba(226, 227, 226, 1) !important; margin: 0 3px;}
.module-owl .owl-dots button.owl-dot.active { background: rgba(96, 96, 96, 1) !important;}
.module-owl .owl-dots button.owl-dot:focus { outline: none;}

/* Register Form ------------------------- */
.register-form { position: relative; padding:15px 10px 0px; width: 100%;}
.register-form h4 {line-height:1; text-align: center; color: #000; margin-bottom:0px;}
.register-form input, .register-form select { width:100%; padding:8px; border-radius:5px; border:1px solid #949698; background-color: #fff; font-size: 14px;}
.register-form input::placeholder { color: #000; opacity: 1;}
.register-form .mobile-container { display: flex; gap: 10px;}
.register-form .mobile-container select { width:15%;}
.register-form .mobile-container input { width:85%;}
.register-form .location-container { display: flex; gap: 10px;}
.register-form .location-container select { width: 50%;}
.register-form .payment-info{font-size: 1rem; line-height: 1.2;}

.register-form .captcha-container { display: flex; align-items: center; gap: 10px;}
.register-form .captcha-container img { width:auto; height:45px;}
.register-form .captcha-container input { flex: 1;}
.register-form .captcha-container .refresh-captcha { background: none; border: none; font-size: 16px; cursor: pointer;}
.register-form .submit-btn{background: linear-gradient(90deg, #b02924, #a3237e, #5d2d8f, #965223); color:#fff; border: none; border-radius: 50px; padding:10px 30px; font-size: 16px;    font-weight: bold; cursor: pointer; text-transform: uppercase; transition: transform 0.3s ease, box-shadow 0.3s ease;}
 .register-form .submit-btn:hover {transform: scale(1.1); box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);}

.register-form .btn-close { position: absolute; top:15px; right:15px; background-color: #000; color: #fff; font-size:16px; font-weight: bold; cursor: pointer; width:15px; height: 15px; border-radius: 50%; text-align: center; opacity: 1; background-image:none;}
.register-form .btn-close:hover, .register-form .btn-close:focus { color: #fff;}
.register-form .modal-header{border-bottom: 0px; padding-bottom: 0px;}

#university, #clinic{ display: none;}
#university input, #clinic input{background-color: #f2f2f2; border: 1px solid #000;}

