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;
	text-align:center;
}

.heading-block h2 span{
	display:block;
}
.heading-block h2 strong{
	font-weight: 700;
}

.heading-block h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 500
}

.heading-center {
	display: flex;
	justify-content: center
}


.heading-dark h2 {
	color: #b69744
}


.padding {
    padding: 90px 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: 22px;
	line-height:40px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}

.banner-caption h2 {
	color: #fff;
	font-weight: 700;
	font-size: 34px;
	line-height:40px;
	margin-bottom: 44px;
	position: relative;
	z-index: 1;
}
.banner-caption h2 span{ display:block;}

.banner-caption h3 {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	position: relative;
	z-index: 1;
}
.banner-caption h3 span{ display:block;}
.banner-caption h4 {
	color: #f8c300;
	font-weight: 800;
	font-size: 22px;
}

.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
}

.about-section {
	background-color: #fff;
	text-align:center;
}
.about-section p{
	color: #111111;
	font-size: 18px;
	line-height:24px;
	font-weight: 300;
}
.about-section p strong{
	font-weight: 700;
}

.about-section img{ margin-top:10%;}


.about_list {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .09);
    border: 1px solid #ededed;
    border-radius: 20px;
    height: 100%;
	padding: 20px;
	transition: transform .2s;
}
.about_list h2 {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    font-weight: 500;
}
.about_list:hover {
   transform: scale(1.1);
}


.programs-section {
	 background:url(../images/learning-bg.webp) no-repeat center top #fff;
}

.programs-block{}
.programs-block h2{
	color: #65625b;
	font-weight: 400;
	font-size: 22px;
	line-height:28px;
	margin-bottom:15px;
}

ul.programs-list {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 20px !important;
	padding-bottom:0px !important;
	display:block !important;
	border:none !important;
}

ul.programs-list li {
    display: block;
    margin-bottom: 10px;
	padding-bottom:10px;
    background: url(../images/program-icon.webp) no-repeat 0 2px;
    padding-left: 40px !important;
    text-decoration: none;
	color: #111111;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	width:100% !important;
	text-align:left !important;
}

ul.programs-sub-list {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
	margin-top:10px;
    margin-bottom: 20px !important;
	padding-bottom:0px !important;
	display:block !important;
	border:none !important;
}

ul.programs-sub-list li {
    display: block;
    margin-bottom: 5px;
    background: url(../images/program-icon2.webp) no-repeat 0 9px;
    padding-left: 20px !important;
    text-decoration: none;
    line-height: 22px;
    font-size: 18px;
    color: #111111;
    font-weight: 300;
    margin-bottom: 10px;
	width:100% !important;
	text-align:left !important;
}


.art-facilities-section {
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #91c690);
}
.art-facilities-section p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align:center;
}
.art_facilities_list{ margin-bottom:20px;}



.students-achievements-section {
	background:url(../images/campus-bg.webp) no-repeat center bottom #FFF;
	padding-top:90px;
	padding-bottom: 90px;
	height:100%;
}

.box {
    width: 100%;
    margin: 0 auto;
    position: relative;
	margin-bottom:30px;
}

.box .front-face {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
	color:#001b38;
	text-align:center;
	padding:100px 0px;
	border-radius:50px;
}

.box .front-face span,
.box .back-face span {
	color:#001b38;
    font-size: 30px;
	line-height:36px;
    font-weight: 500;
    text-transform: uppercase;
}

.box .front-face .icon i,
.box .front-face span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #001b38;
	position:relative;
}

.box .front-face span::after {
    position: absolute;
    content: "";
    height: 6px;
    background-color: #045683;
    width: 30%;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}

.box .back-face {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: auto;
    width: 100%;
    padding: 30px;
    color: #fff;
    opacity: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
	background:#045683;
    transform: translateY(110px) rotateX(-90deg);
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
	border-radius:20px;
}

.box .back-face p {
    margin-top: 10px;
    text-align: justify;
}

.box:hover .back-face {
    opacity: 1;
    transform: rotateX(0deg);
}

.box:hover .front-face {
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg);
}

ul.achievements-list{
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
	margin-top:10px;
}

ul.achievements-list li {
    display: block;
    margin-bottom: 5px;
    background: url(../images/white-icon.webp) no-repeat 0 11px;
    padding-left: 20px ;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}



.gallery-section {
	background-color: #fff;
	text-align:center;
}
.gallery-section p {
  color: #111111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.gallery-block{
	padding:15px; width:100%;
	margin-top:0%;
}

.gallery_list { border:solid 1px #045683; padding:5px;}

.owl-gallery .owl-dots{
	display:flex;
	justify-content:center;	
	gap:10px;
	margin-top:3%;
}
.owl-gallery .owl-dot{
	height:20px;
	width:20px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
}
.owl-gallery .owl-dot.active{
	background-color:#fecc00 !important;
}



.campuses-section {
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #91c690);
}
.campuses-section p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align:center;
}

.campuses-block{
	padding:15px; width:100%;
	margin-top:0%;
	text-align:center;
}

.campuses-block p{ font-size:26px; line-height:32px; color:#fff;}

.campuses_name { border: solid 1px #ffcb03; padding:10px; margin:0% 0 3% 0px;}
ul.campuses_list_name {width: 100%; list-style-type: none; padding-left: 0px; margin-top: 10px;}
ul.campuses_list_name li {display: inline; margin-bottom: 5px; text-decoration: none; line-height: 28px; font-size: 20px;
  color: #fff; font-weight: 400; margin-right:10px; background: url(../images/campuses-icon.webp) no-repeat 0 11px; padding-left:15px;}


.campuses_list { position:relative;}
.campuses_list_details { width:100%; background:#0f385f; padding:10px 20px;}
.campuses_list_details p{ font-size:17px; line-height:22px; color:#FFF;}

.owl-campuses .owl-dots{
	display:flex;
	justify-content:center;	
	margin-top:3%;
}
.owl-campuses .owl-dot{
	height:20px;
	width:20px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
}
.owl-campuses .owl-dot.active{
	background-color:#fecc00 !important;
}


.achievements-section {
	background-color: #fff;
}
.achievements-section p {
  color: #111111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.achievements_box{ background:#fff; border-radius:20px; padding:40px; height:100%; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);}
.achievements_box h1{ font-size:26px; line-height:32px; color:#111111; border-bottom:solid 1px #111111; margin-bottom:30px; padding-bottom:20px;}

ul.group-achievements{
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
	margin-top:10px;
}

ul.group-achievements li {
    display: block;
    margin-bottom: 5px;
    background: url(../images/dark-gray-icon.webp) no-repeat 0 11px;
    padding-left: 20px ;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    margin-bottom: 10px;
}



.contact-section {
	background-color: #c4d5e8;
	padding-top:40px;
	padding-bottom: 40px;
}

.contact_list { text-align:center; margin-top:5%;}
.contact_list .icon{width:50px; height:50px; border-radius:100%; background:#FFF; text-align:center; margin:auto; margin-bottom:20px;}
.contact_list .icon i{ font-size:30px; line-height:30px; color:#111111; padding:10px;}
.contact_list p{ font-size:20px; 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:#5184bb;
	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: 40px 30px;
background: #082a68;
text-align:center;
}

.banner-caption {
padding: 10px 0;
margin-bottom:20px;
}

.banner-section {
position: relative;
padding: 0px 0px;
}
.banner-caption h1 {
  font-size: 16px;
  line-height: 32px;
}

.banner-caption h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom:15px;
}

.banner-caption h3{font-size: 10px; line-height: 18px;}
.banner-caption h4 {
  font-weight: 700;
  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: 10px;
}
.span2 {
font-size: 16px;
line-height: 22px;
}
.heading-block h2 {font-size: 22px; line-height: 30px;}
.banner-form p, .about-section p, .about_list h2, ul.programs-list li, .art-facilities-section p, ul.achievements-list li, .gallery-section p, .campuses-section p, .campuses-block p, .achievements-section p, ul.group-achievements li, .contact_list p{ font-size:14px; line-height:20px;}


.about_list h2{ margin-bottom:0;}
.tabs{ margin-top:20px !important;}
.tabs ul{ padding-bottom:20px !important;}
.box .front-face span, .box .back-face span {
  font-size: 22px;
  line-height: 28px;
}
.owl-gallery .owl-dots{ gap:0px;}
.owl-gallery .owl-dot{
	height:10px;
	width:15px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
	margin:1px;
}

.owl-campuses .owl-dots{ gap:0px;}
.owl-campuses .owl-dot{
	height:15px;
	width:15px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
	margin:1px;
}
.campuses_list_details p{ margin-bottom:0;}

.resp-tab-active::after { display:none;
}
.achievements_box{ padding:20px;}
.achievements_box h1 {
  font-size: 20px;
  line-height: 26px;
  color: #111111;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-copyright{ text-align:center;}
.social-center{ text-align:center;}
.menu-bar-social {
  display: inline-block;
  margin-right: 0px;
  float: none;
}
.mt-5 {
  margin-top: 1rem !important;
}
}