a,
body {
	color: #000
}

body,
header {
	background-color: #fff
}

.banner-form h4:after,
.heading-block h2 span:before {
	position: absolute;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	content: ""
}

.banner-caption h2,
.heading-block h2,
.heading-block h4,
body {
	font-family: "Montserrat", sans-serif;
}



.banner-form h4,
.banner-form p,
.footer-item,
.footer-title,
.heading-block h4,
.overlay-content,
 {
	text-align: center
}

body {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth
}

a {
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

a:hover {
	text-decoration: none !important
}

a:focus {
	outline: 0
}

input:focus,
textarea:focus-visible {
	outline: 0 !important;
	box-shadow: none !important
}

header {
	transition-duration: .5s;
	padding: 0 60px;
	position: sticky;
	top: 0;
	z-index: 999
}

header.header-scroll {
	box-shadow: 0 0 10px #0003
}

.logo-wrapper img {
	max-height: 70px;
	transition-duration: .3s
}

header.header-scroll .logo-wrapper img {
	max-height: 60px
}

.header-menu .site-navigation .site-menu {
	padding-left: 0
}

.site-navbar .site-navigation .site-menu .has-children>a span:after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 8px;
	margin-left: 5px;
	position: relative;
	top: -1px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 8px;
	margin-left: 5px;
	position: relative;
	top: -1px
}

.header-top {
	background-color: #183e65;
	color: #fff;
	padding: 0 60px
}

.header-top-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	height: 30px
}

a.header-email {
	color: #fff;
	transition-duration: .3s
}

.header-menu a.menu-link:hover,
a.header-email:hover,
ul.header-top-menu li a:hover {
	color: #f6c640
}

ul.header-top-menu {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0
}

ul.header-top-menu li {
	list-style: none
}

ul.header-top-menu li a {
	color: #fff;
	transition-duration: .3s;
	letter-spacing: .5px
}

.header-block {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	padding: 15px 0;
	position: static;
    max-width: 1300px;
    margin: 0 auto;

}


.header-menu {
	display: flex;
	align-items: center
}

.header-menu a.menu-link {
	font-size: 14px;
	color:#111111;
	margin-left: 10px;
	display: inline-block;
	padding: 15px 4px;
	font-weight: 500;
}

.header-menu a.menu-sub-link {
	font-size: 13px;
	text-transform: uppercase !important;
	transition-duration: .3s;
	color: #999 !important
}

.header-menu a.menu-sub-link:hover {
	color: #183e65 !important;
	background-color: #f5f5f5
}

.header-menu .site-menu .has-children .dropdown {
	-webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / .2) !important;
	box-shadow: 0 2px 10px -2px rgb(0 0 0 / .2) !important
}

.header-menu .dropdown {
	border-top: 5px solid #f6c640 !important
}

.header-links {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	align-items: center
}

.sub-dropdown {
	left: 100% !important
}

.header-links a {
	font-size: 13px;
	padding: 10px 15px;
	font-weight: 600
}

.header-links a span {
	font-size: 11px
}

.heading-block {
	margin-bottom: 30px
}

.heading-block h2 {
	font-weight: 300;
    color: #111111;
    font-size: 40px;
    line-height: 50px;
}

.heading-block h2 span{
	display:block;
	margin-bottom:5px;
}
.heading-block h2 strong{
	font-weight: 600;
}

.span2{
    font-size: 26px;
    line-height: 32px;
}

.heading-center {
	display: flex;
	justify-content: center
}

.heading-dark h2 {
	color: #b69744
}


.padding {
    padding: 90px 0;
}
.padding50 {
    padding: 50px 0;
}

.banner-section {
	position: relative;
	padding: 90px 60px;
}

.banner-block {
position: relative;
position: static;
max-width: 1300px;
margin: 0 auto;
}

.banner-form {
	background-color: #fff;
	padding: 8% 8%;
	width: 100%;
	border-radius: 15px;
	z-index:9999;
	text-align:center;
}

.banner-form input {
	background-color: #fff;
	transition-duration: .3s;
}

.banner-form-input-clr {
	font-size:14px;
	font-weight:300;
}

.banner-form-check-clr {
	font-size:22px;
	color: #fff;
	font-weight:200;
	letter-spacing:1px;
}


.banner-form h4 {
	color: #000;
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 20px;
	line-height:26px;
	position:relative;
}

.banner-form p {
	color: #000;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height:18px;
	text-align:center;
}


.banner-form input {
	padding: 8px 20px
}

.banner-form input:focus {
	border: 1px solid #183e65
}

input.banner-apply-btn {
	background-color: #f8c300;
	color: #000;
	font-size: 18px;
	line-height:24px;
	font-weight: 500;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-top: 5px;
	border-radius:10px;
	letter-spacing:1px;
	width:100%;
	border:none;
}

input.banner-call-btn {
	transition-duration: .3s
}

input.banner-call-btn {
	background-color: #f6c640;
	color: #000;
	font-weight: 600;
	border: none
}


input.banner-apply-btn:hover,
input.banner-call-btn:hover {
	opacity: .9
}

.banner-content {
	position: relative;
	height: 100%
}

.banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1
}

.banner-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.banner-caption {
	position: relative;
	padding: 0px 0;
	justify-content: center;
	align-items: flex-start
}

.banner-logo img {
	max-width: 100%
}

.banner-caption h1 {
	color: #fff;
	font-weight: 400;
	font-size: 28px;
	line-height:36px;
	margin-bottom: 20px;
}
.banner-caption h1 span{
	display:block;
	
}
.banner-caption h2 {
	color: #fecc00;
	font-weight: 800;
	font-size: 64px;
	line-height:70px;
	letter-spacing:0.3px;
	margin-bottom: 14px;
}
.banner-caption h2 span{font-size: 20px; line-height:26px; color:#FFF; font-weight:300; display:block;}


.banner-title {
    display: flex;
    align-items: top;
	margin-top:10px;
    margin-bottom: 20px;
}
.banner-title-line {
    flex-grow: 1;
    background-color: #fff;
    height: 1px;
	margin-right:100px;
	margin-top:10px;
}
.banner-caption h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height:28px;
	margin-right:10px;
}

.cus-btn,
a.cus-btn,
button.cus-btn {
	padding: 10px 30px;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
	display: inline-block
}

.advantage-section {
	background-color: #fff;
	text-align:center;
}
.advantage-box { height:100%; padding:15px; box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1); border-radius:10px; display:flex;}
.advantage-icon {float:flex;}
.advantage-icon img{ border-radius:10px;}
.advantage-right {overflow: hidden; padding: 20px 30px 0 30px; text-align: left; width: calc(100% - 0px);}
.advantage-right h1 {font-size: 20px; line-height:26px; font-weight: 700; color: #0E2D4E; margin-bottom:10px;}
.advantage-right p {color: #111111; font-size: 17px; line-height: 24px;font-weight: 300; margin-bottom:0;}
.advantage-right p strong{ font-weight:600;}
.advantage-box:hover { background:#f4c037;
}
.advantage_mt {margin-top:1%;}


.program-section {
	background: url(../images/program-bg.webp) center / cover no-repeat fixed #384751;
	text-align:center;
}
.program_box {background:#f4f4f4; padding:40px 40px; border:solid 1px #334ab8; border-radius:20px; height:100%;}
.program_box h1{font-size: 22px; line-height: 28px; color: #000; font-weight: 600; margin-bottom:20px;}
.program_mt{ margin-top:3px;}
.program_mt40{ margin-top:20px;}
ul.list_icon {
width: 100%;
padding: 0;
list-style-type: none;
}

ul.list_icon li {
width: 100%;
clear: both;
display: block;
margin-bottom: 10px;
background: url(../images/round-icon.webp) 0 9px no-repeat;
padding-left: 20px;
font-size: 17px;
line-height: 24px;
color: #111111;
font-weight:400;
text-align: left;
}


.placement{ background:#FFF;}
.placement h3{color: #111111; font-size: 24px; line-height: 32px; font-weight: 700; text-align:center;}
.placement img{border-radius:20px;}
.placement_content{ padding:20px 30px;}
.placement_content p{color: #111111; font-size: 17px; line-height: 24px; font-weight: 300; margin-bottom:0;}
.placement-mt{ margin-top:2%;}

.placement_counter{ margin-top:5%;}
.counter-box{ width:100%; height:100%; text-align:center; padding:25px; text-align:left;}
.counter-box h2{ font-size:40px; line-height:48px; color:#002D5B; font-weight:700; margin-bottom:5px; border-bottom:solid 1px #002D5B; display:inline-block;}
.counter-box p{ font-size:18px; line-height:24px; color:#002D5B; margin-bottom:0; font-weight:400;}
.counter-box p span{ display:block;}
.counter-box sup{ font-size:22px; line-height:26px; color:#002D5B; margin-bottom:0; font-weight:600; vertical-align:middle;}
.counter-box-border{ border:none;}

.recruiters{ text-align:center; padding:10px 0;}
.recruiters h3{width: 100%; font-size: 24px; line-height: 32px; color: #000; font-weight:500; margin: .7em auto; overflow: hidden;}
.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 p {
  color: #111111;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.recruiters p span{ display:block;}

.recruiters-logo {
	background:#fff;
}
.recruiters-logo img {
  margin: 15px 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;
}


.brand-wrapper{ background:#fff; box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);}
.brand-default {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius:15px;
  margin-top:3%;
}

.brand-default .brand {
	text-align: center
}

.brand-default .brand img {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: inline-block;
	padding:12px 37px 12px 37px;
}

.brand-default .brand a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1
}

.brand-default.brand-style--2 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	display: -ms-grid;
	display: grid
}

@media only screen and (max-width:575px) {
	.brand-default.brand-style--2 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(2, 1fr)
	}
}

.brand-default.brand-style--2 .brand {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background:#FFF;
}

.brand-default.brand-style--2 .brand::after {
	display: block;
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: 0;
	bottom: 0;
	pointer-events: none;
}


.infrastructure-section{background:#f5f5f5; text-align:center;}
.infrastructure-block{
	padding:15px; width:100%;
	margin-top:0%;
}

.infrastructure_list {padding:0px;}
.infrastructure_list img{ border-radius:20px;}

.owl-infrastructure .owl-dots{
	display:flex;
	justify-content:center;	
	gap:10px;
	margin-top:3%;
}
.owl-infrastructure .owl-dot{
	height:20px;
	width:20px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
}
.owl-infrastructure .owl-dot.active{
	background-color:#fecc00 !important;
}



.faq-section{ background:#fff; text-align:center;}
.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:1%;
}

.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;
	text-align:left;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #032C4D;
    position: relative;
    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;
	text-align:left;
}

.faq-one-accrodion .accrodion.last-chiled.active .accrodion-content {
    border-bottom: 0px solid transparent;
}

.faq-one-accrodion .accrodion-content p {
    font-size: 17px;
	line-height:24px;
	color:#111111;
	font-weight:300;
}


.cta{ background:#052c4d; position:relative;}	
.cta h2 {
font-weight: 300;
color: #fff;
font-size: 32px;
line-height: 40px;
margin-top: 20px;
letter-spacing: 1;
}

.thm-btn {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
border: none;
outline: none !important;
background: #F3C137;
background: linear-gradient(251deg,rgba(243, 193, 55, 1) 0%, rgba(248, 237, 69, 1) 0%, rgba(243, 193, 55, 1) 100%);
padding: 20px 30px;
transition: 500ms;
letter-spacing: 0.1em;
font-size:24px;
line-height:32px;
color:#485AAC;
text-transform:uppercase;
font-weight:600;
}
.thm-btn:hover {
background: #F3C137;
background: linear-gradient(251deg,rgba(243, 193, 55, 1) 0%, rgba(248, 237, 69, 1) 0%, rgba(243, 193, 55, 1) 100%);
color: #000;
}

.contact-section {
  background-color: #fff;
  text-align:center;
}

.contact_list { text-align:center; margin-top:5%;}
.contact_list .icon{width:60px; height:60px; border-radius:100%; background:#fecc00; text-align:center; margin:auto; margin-bottom:20px;}
.contact_list .icon i{ font-size:22px; line-height:40px; color:#111111; padding:10px;}
.contact_list p{ font-size:18px; line-height:24px; color:#111111; font-weight:500;}
.contact_list a{color:#111111;}


footer {height:100%;}
.footer-block{justify-content: space-between; align-items: center; position: relative; padding: 15px 0; position: static; max-width: 1200px; margin: 0 auto; background:#f7faf5; padding:40px; border:solid 4px #dfc06e; border-radius:40px;}

.footer-copy {
	background:#0f385f;
	padding: 20px 0;
}
.footer-copyright {font-size:15px; color:#FFF; padding:10px 0;}

.menu-bar-social{display:inline-block; margin-right:10px; float:right;}
.menu-bar-social ul{display: flex; margin: 0px; padding: 0px;}
.menu-bar-social ul li{margin-right: 10px; list-style: none;}
.menu-bar-social ul li a{color: #fff; font-size: 20px; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border: solid 1px #FFFFFF; border-radius: 50%;}
.menu-bar-social ul li a:hover{background-color: #ffc20f; color: #002e5e; border: solid 1px #ffc20f;}



@media (min-width:320px) and (max-width:769px) {
.logo-wrapper img {
  max-height: 60px !important;
}

.banner-bg,
.banner-block {
position: relative
}

header {
padding: 0 20px
}

.banner-block {
padding: 20px 20px;
background: #082a68;
text-align:center;
}

.banner-caption {
padding: 10px 0;
margin-bottom:0px;
}

.banner-section {
position: relative;
padding: 0px 0px;
}
.banner-caption h1 {
  font-size: 20px;
  line-height: 24px;
}

.banner-caption h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight:800;
  margin-bottom:0px;
}

.banner-caption h2 span{
  font-size: 16px;
  line-height: 20px;
  margin-bottom:0px;
}

.banner-title{ display:block;}
.banner-title-line{ display:none;}
.banner-caption h3{font-size: 18px; line-height: 24px;}

.banner-form {
  padding: 5% 5%;
}
.banner-form h4{font-size: 22px; line-height: 34px; text-align:center; margin-bottom:0px;}
.padding {
  padding: 60px 0;
}
.heading-block {
  margin-bottom: 20px;
}
.heading-block h2 {font-size: 22px; line-height: 26px;}
.heading-block h2 span {
  display: block;
}
.span2{
    font-size: 16px;
    line-height: 22px;
	margin-bottom:10px;
}

.banner-form p, .advantage-right p, ul.list_icon li, .placement_content p, .recruiters p, .contact_list p{ font-size:15px; line-height:20px;}

.advantage-right {
  padding: 0px 10px 0 20px;
  width: calc(100% - 0px);
}
.advantage-right h1 {
font-size: 16px;
line-height: 20px;
}
.program_box {
  background: #f4f4f4;
  padding: 20px 20px;
}

.placement_content {
  padding: 20px 10px;
  text-align:center;
}

.placement h3 {
  font-size: 17px;
  line-height: 22px;
}
.recruiters p span{ display:inline;}
.counter-box{padding: 10px;}
.counter-box h2{
  font-size: 22px;
  line-height: 28px;
  }
.counter-box p {
	text-align:left;
	font-size:14px;
	line-height:18px;
}
.counter-box p span {
  display: inline;
}

.owl-infrastructure .owl-dots{ gap:0px;}
.owl-infrastructure .owl-dot{
	height:15px;
	width:15px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
	margin:3px;
}

.faq-one-accrodion .accrodion-title{ padding:20px;}	
.faq-one-accrodion .accrodion-title h4 {
  font-size: 16px;
  line-height: 22px;
}	
.faq-one-accrodion .accrodion-content {
  padding: 0px 20px 28px;
}
.faq-one-accrodion .accrodion-content p {
  font-size: 15px;
  line-height: 20px;
}	
.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;
}

.footer-copyright{ text-align:center;}
.social-center{ text-align:center;}
.menu-bar-social {
  display: inline-block;
  margin-right: 0px;
  float: none;
}
.footer-copyright {
  font-size: 12px;
  padding: 10px 0;
}

}