:root {
    --thm-font: 'Montserrat', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #726f84;
    --thm-gray-rgb: 114, 111, 132;
    --thm-primary: #183e65;
    --thm-primary-rgb: 24, 62, 101;
    --thm-black: #0f0d1d;
    --thm-black-rgb: 15, 13, 29;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-light: #f2f4f8;
    --thm-light-rgb: 242, 244, 248;
    --thm-letter-space-big: 0.1em;
    --thm-letter-space-small: -0.02em;
}

body {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
	background:#f4c037;
    padding: 16px 30px;
    transition: 500ms;
    letter-spacing: 0.1em;
	font-size:22px;
	line-height:28px;
	color:#0F385F;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
}

.thm-btn:hover {
    background: var(--thm-base);
    color: var(--thm-primary);
}

.section-title {
	margin-bottom:20px;
}

.section-title__title {
    margin: 0;
    font-weight: 300;
    color: #1E1E1E;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 8px;
    letter-spacing: 1;
}
.section-title__title strong {
    font-weight: 700;
    color: #111111;
}
.section-title__title span{
	display:block;
}
.section-title__title2 {
    margin: 0;
    font-weight: 300;
    color: #1E1E1E;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
    letter-spacing: 1;
}
.section-title__title2 strong {
    font-weight: 700;
    color: #FECC00;
}
.section-title__title2 span{
	display:block;
    font-size: 40px;
    line-height: 50px;
}

.preloader {
    position: fixed;
    background-color: var(--thm-black);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    background-image: url(../images/loader.png);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    padding: 0 60px;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 91;
    transition: all 500ms ease;
}

.padding {
    padding: 40px 0;
}

.banner {
    background: url(../images/banner.webp) center top no-repeat;
	border-top:solid 25px #FFF;
	padding: 30px 0px;
}
.banner-mob {
display: none;
}

.banner_content{ margin-top:3%;}
.banner h1 {
	font-size:44px;
	line-height:50px;
	color:#f8c438;
	font-weight:700;
}

.banner h2 {
	font-size:30px;
	line-height:40px;
	color:#fff;
	font-weight:500;
	margin-right:10px;
}
.banner-title {
    display: flex;
    align-items: top;
	margin-top:10px;
    margin-bottom: 50px;
}
.banner-title-line {
    flex-grow: 1;
    background-color: #fff;
    height: 1px;
	margin-right:90px;
	margin-top:15px;
}

.stats-section{
	background-color: rgba(0, 0, 0, .3);
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px 0px;
    color:#fff;
	border-radius:20px;
}

.stat-box{
    padding:0 15px;
}

.stat-box h3{
    font-size:26px;
	line-height:24px;
    font-weight:400;
	color:#FECC00;
}
.divider{
	border-right:solid 1px #fff;
}

.key-stats{ background:#ffcc01; padding:20px 0;}
.key-box{text-align:center;}
.key-box h2{ font-size:30px; line-height:36px; color:#0F385F; font-weight:700; margin-bottom:5px;}
.key-box p{ font-size:15px; line-height:20px; color:#000; margin-bottom:0;}
.key-box p span{ display:block;}
.key-box-border{border-right:solid 1px #85833a;}

.program{ background:#fff; text-align:center;}
.program_box {background: #F4F4F4; height: 100%; padding:35px 30px; transition-duration: 0.3s;}
.program_box h1 {font-size: 20px; line-height: 24px; color: #0F385F; font-weight: 600; margin-top:15%; margin-bottom:5%;}
.program_box h1 span{display:block;}
.program_box p {font-size: 18px; line-height: 24px; color: #000; font-weight: 300;}
.program_box:hover h1 {color: #FECC00;}
.program_box:hover p {color: #fff;}
.program_box:hover {background: #0062FF; transform: scale(1.05);}

.ranking{ background:url(../images/ranking.webp) no-repeat center top #0f4573; text-align:center;}
.ranking-block {
  margin-top:3%;
}
.ranking-box img {
  border-radius: 20px;
}
.owl-ranking .owl-dots {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-top:0%;
}
.owl-ranking .owl-dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 5px !important;
  border: 1px solid #29577e !important;
  background-color: #29577e !important;
}
.owl-ranking .owl-dot.active {
  background-color: #5b798f !important;
}

.owl-ranking .owl-nav .owl-next {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 0px;
top:-30%;
border-radius:50%;
padding: 3px 12px;
}

.owl-ranking .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 50px;
top:-30%;
border-radius:50%;
padding: 3px 12px;
}

.placement{ background:url(../images/placement.webp) no-repeat center bottom #eaebef; text-align:center;}	
.placement p{ font-size: 18px; line-height: 24px; color: #000; font-weight: 300;}	
.placement_counter{ background:#FDBA12; border-radius:10px;}
.counter-box{ height:100%; text-align:center; padding:15px; border-right:solid 1px #c19936;}
.counter-box h2{ font-size:50px; line-height:60px; color:#0F385F; font-weight:700;}
.counter-box p{ font-size:18px; line-height:24px; color:#000; margin-bottom:5px;}
.counter-box p span{ display:block;}
.placement-logo { margin-top:3%;}
.placement-logo img {
  margin: 0px 30px;
}

ul, li {
list-style: none;
}
.marquee {
margin: 0 auto;
overflow: hidden;
}
.marquee ul.flex {
display: flex;
align-items: center;
}
.marquee-wrapper {
width: 100%;
overflow: hidden;
}

.research-innovation{ background:url(../images/research-innovation.webp) no-repeat center top #003ffd; text-align:center;}	
.research-innovation p{ font-size: 18px; line-height: 24px; color: #fff; font-weight: 300;}
.research_counter_box{ height:100%; text-align:center; padding:20px; border:solid 1px #FDBA12; border-radius:20px;}
.research_counter_box h2{ font-size:50px; line-height:60px; color:#FDBA12; font-weight:700; margin-bottom:10px;}
.research_counter_box p{ font-size:18px; line-height:24px; color:#fff;}

.stories{ background:#FFF; text-align:center;}
.stories-card {padding: 30px; border-radius: 10px; color: white; background: #143C77; background: linear-gradient(11deg,rgba(20, 60, 119, 1) 0%, rgba(32, 72, 188, 1) 100%);
position: relative; min-height:200px; text-align:left;}
.profile {position: absolute; right: 30px; top: 10px; width: 110px; height: 110px; border-radius: 50%; border: 5px solid #2a5298; overflow: hidden; background: white;}
.profile img {width: 100%; height: 100%; object-fit: cover;}
.name {font-size: 22px; line-height:26px; font-weight: bold; margin-bottom:5px;}
.designation {font-size: 14px; line-height:18px; opacity: 0.9;}
.stories-divider {margin: 20px 0; height: 1px; background: rgba(255,255,255,0.5);}
.content {font-size: 14px; line-height: 18px;}
  
.stories-block {
  margin-top:3%;
}
.stories-box img {
  border-radius: 20px;
}
.owl-stories .owl-dots {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-top:0%;
}
.owl-stories .owl-dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 5px !important;
  border: 1px solid #29577e !important;
  background-color: #29577e !important;
}
.owl-stories .owl-dot.active {
  background-color: #5b798f !important;
}

.owl-stories .owl-nav .owl-next {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 0px;
top:-30%;
border-radius:50%;
padding: 3px 12px;
}

.owl-stories .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 50px;
top:-30%;
border-radius:50%;
padding: 3px 12px;
}

.buzzing-energy{ background:#F4F4F4; text-align:center;}	
.buzzing-energy p{ font-size: 18px; line-height: 24px; color: #000; font-weight: 300;}	

.industry-leaders{ background:url(../images/industry-bg.webp) no-repeat center bottom; text-align:center; padding-bottom:50px;}	
.industry-leaders p{ font-size:18px; line-height:24px; color:#000; font-weight:300;}
.industry-block {
  margin-top:3%;
}
.industry-box img {
  border-radius: 20px;
}
.owl-industry .owl-dots {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top:2%;
}
.owl-industry .owl-dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #fecc00 !important;
  background-color: #fff !important;
}
.owl-industry .owl-dot.active {
  background-color: #fecc00 !important;
}
.owl-industry .owl-nav .owl-next {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 0px;
top:-10%;
border-radius:50%;
padding: 3px 12px;
}
.owl-industry .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position:absolute;
font-size:24px;
background:#FECC00 !important;
color:#29577e !important;
right: 50px;
top:-10%;
border-radius:50%;
padding: 3px 12px;
}

.industry_list{
    width: 100%;
	padding:10px;
}
.industry_list h1 {
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-bottom:10px;
}
.industry_list p {
	font-size:15px;
	line-height:20px;
	color:#000;
}

.industry_list img {
	border-bottom:solid 10px #485AAC;
	padding-bottom:15px;
	margin-bottom:15px;
}

/*FAQS Page*/
.faqs-page {
    background-color: #F4F4F4;
}

.faqs-page .faq-one-accrodion .accrodion-title {
    background-color: #fff;
}

.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-one-accrodion {
    position: relative;
    display: block;
    counter-reset: count;
	margin-top:2%;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
	background-color:#fff;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    background-color: #eeeeee;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 0px 22px;
    padding-top: 23.5px;
    padding-left: 40px;
    padding-right: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--thm-light);
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #032C4D;
    position: relative;
    letter-spacing: var(--thm-letter-space-small);
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
}

.faq-one-accrodion .accrodion-title h4 span:before {
    counter-increment: count;
    content: ""counter(count);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: #fff;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #032C4D;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: #0682be;
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: #0682be;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 60px 28px;
    border-bottom: 0px solid #e5e5e5;
	background-color: #fff;
}

.faq-one-accrodion .accrodion.last-chiled.active .accrodion-content {
    border-bottom: 0px solid transparent;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 18px;
	line-height:24px;
	color:#000;
	font-weight:300;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.faq-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.faq-one__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px;
}

.faq-one__list-box {
    position: relative;
    display: block;
}

.faq-one__list li {
    display: flex;
    align-items: center;
}

.faq-one__list li+li {
    margin-top: 6px;
}

.faq-one__list li .icon span {
    font-size: 20px;
    color: var(--thm-primary);
    display: block;
    transform: scale(1);
    transform-origin: right center;
    transition: transform 500ms ease;
}

.faq-one__list li:hover .icon span {
    transform: scale(.75);
}

.faq-one__list li .text {
    margin-left: 20px;
}

.faq-one__list li .text p {
    margin: 0;
    font-weight: 400;
}

.faq-one__experience-box {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 28px 0 38px;
}

.faq-one__experience-box h2 {
    font-size: 60px;
    color: var(--thm-base);
    line-height: 70px;
    font-weight: 900;
}

.faq-one__experience-box p {
    margin: 0;
    color: var(--thm-base);
    line-height: 25px;
}

.cta-section{ background:url(../images/cta-bg.webp) no-repeat center top #064cc6;;}
.cta{}	
.cta h2 {
  font-weight: 300;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 1;
}

.copyright {
    background: #ededed;
    padding: 20px 10px;
    text-align: center;
    color: #2e2e2e;
}

.copyright p{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#032C4D;
	margin-bottom:0;
}

@media only screen and (min-width: 320px) and (max-width: 769px) {
.banner{ background:#3f5294; padding:0;}
.banner_content{ display:none;}
.banner-mob {
display: block;
}

.padding {
  padding: 30px 0;
}	
.section-title__title2 {
  font-size: 22px;
  line-height: 30px;
}
.section-title__title2 span {
  display: block;
  font-size: 22px;
  line-height: 30px;
}
.admission-form{ width:100% !important;}
.program_box p, .placement p, .research-innovation p, .industry-leaders p, .faq-one-accrodion .accrodion-content p{font-size: 15px; line-height: 20px;}

.key-box {
	margin-bottom:20px;
}
.key-box h2 {
  font-size: 22px;
  line-height: 28px;
}
.key-box p {
  margin-bottom:0;
}
.key-box p span {
  display: inline;
}
.key-box-border {
	border:none;
}
.program_box {
  padding: 15px 15px;
}
.program_box h1 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom:10px;
}
.owl-ranking .owl-nav .owl-prev, .owl-ranking .owl-nav .owl-next{ display:none;}
.owl-ranking .owl-dots {
  margin-top: 2%;
}
.counter-box {
  border-bottom: solid 1px #c19936;
}
.counter-box h2 {
  font-size: 24px;
  line-height: 30px;
}
.research_counter_box {
  padding: 10px;
}
.research_counter_box h2 {
  font-size: 24px;
  line-height: 30px;
}
.stories-block {
  margin-top: 0%;
}
.designation {
  width: 60%;
}
.owl-stories .owl-nav .owl-prev, .owl-stories .owl-nav .owl-next{ display:none;}
.owl-stories .owl-dots {
  margin-top: 2%;
}
.industry_list h1 {
  font-size: 20px;
  line-height: 26px;
}
.faq-one-accrodion .accrodion-title{ padding:20px;}	
.faq-one-accrodion .accrodion-title h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}	
.faq-one-accrodion .accrodion-content {
  padding: 0px 20px 28px;
}
.faq-one-accrodion .accrodion-title h4::before {
  font-size: 15px;
  top: 20%;
  right: -25px;
}
.cta-section {
padding: 20px 0;
}
.cta h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom:5px;
}
.thm-btn {
  font-size: 16px;
  padding: 10px 50px;
  margin-top: 10px;
}
}