: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: 20px 50px;
    transition: 500ms;
    letter-spacing: 0.1em;
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight:500;
	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: #111111;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px;
    letter-spacing: 1;
}
.section-title__title strong {
    font-weight: 700;
    color: #111111;
}
.section-title__title span{
	display:block;
}

.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;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.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:34px;
	line-height:34px;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
}

.programe_name{ display:flex; border-top:solid 1px #000000; padding-top:20px;}
.programe_name h2 {
	font-size:100px;
	line-height:100px;
	color:#052c4d;
	font-weight:700;
	border-right:solid 1px #000000;
	padding-right:10px;
}
.programe_name h3 {
	font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
	padding-top:10px;
	padding-left:20px;
}

.banner h4 {
	font-size:46px;
	line-height:52px;
	color:#052c4d;
	font-weight:600;
}

.placement{ background:#fff; text-align:center;}
.placement p {font-size: 18px; line-height: 24px; color: #494949; margin-bottom: 0; font-weight: 300;}

.recruiters{ text-align:center; margin-top:1%; padding:0 10px;}
.recruiters h3{width: 100%; font-size: 30px; line-height: 36px; color: #000; font-weight:500; margin: .4em auto; overflow: hidden; margin-bottom:15px;}
.recruiters h3:before {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.recruiters h3:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.recruiters h3:after {
  margin: 0 -55% 0 .5em;
}

.recruiters-logo {
background:#fff;
}
.recruiters-logo img {
margin: 20px;
}

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;
}

.advantage{ background:url(../images/advantage-bg.webp) no-repeat center top #597385;}
.advantage_box {background: #fff; height: 100%; padding:40px 30px; text-align:center; position: relative; border-radius:20px;}
.advantage_box h1 {font-size: 22px; line-height: 28px; color: #000; font-weight: 600; margin-top:10%;}
.advantage_box p {font-size: 18px; line-height: 24px; color: #000; font-weight: 300; margin-bottom:0;}
.advantage_box hr { background:#000; height:1px;}
.advantage_icon { position:absolute; left:0; right:0; top:-40px;}
.advantage_box:hover {
	background:#f8c438;
}
.advantage_mt {
	margin-top:5%;
}

/*FAQS Page*/
.faqs-page {
    background-color: #fff;
}

.faqs-page .faq-one-accrodion .accrodion-title {
    background-color: #eeeeee;
}

.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-one-accrodion {
    position: relative;
    display: block;
    counter-reset: count;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid transparent;
    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: transparent;
}

.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;
}

.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__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 .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: #052c4d; padding:40px 0;}
.cta{}	
.cta h2 {
  font-weight: 300;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1;
}

.copyright {
    background: #ededed;
    padding: 20px 10px;
    text-align: center;
    color: #2e2e2e;
}

.copyright p{
	text-align:center;
	font-size:15px;
	line-height:20px;
	color:#032C4D;
	margin-bottom:0;
}


@media only screen and (min-width: 320px) and (max-width: 769px) {
.banner{ background:#f7f7f7; padding:0;}
.banner_content{ display:none;}
.banner-mob {
display: block;
}

.padding {
  padding: 60px 0;
}	
.admission-form{ width:100% !important;}
.placement p, .advantage_box p, .faq-one-accrodion .accrodion-content p {font-size: 15px; line-height: 20px;}

.placement {
	padding-bottom:0;
}
.recruiters h3 {
  font-size: 20px;
  line-height: 26px;
}
.advantage_box {height: auto; padding: 25px; margin-top: 8%;}
.advantage_box h1 {font-size: 20px; line-height: 26px;}
.advantage_mt {
  margin-top: 0%;
}
.faq-one-accrodion .accrodion-title{ padding:20px;}	
.faq-one-accrodion .accrodion-title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}	
.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: 30px 0;
}
.cta h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom:10px;
}
.thm-btn {
  font-size: 16px;
  padding: 10px 50px;
  margin-top: 10px;
}

.contact-expert__title {
  font-size: 24px;
}
.dynamic_theme_block .btn-otp {
  font-size: 9px !important;
  line-height: 14px !important;
}

.dynamic_theme_block .btn-register {
  width: 94% !important;
}
.mt-5 {
  margin-top: 0rem !important;
}
}