@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Poppins', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #11284a;
    font-weight: 600;
}
.text-justify p
{
	text-align:justify;
}
a
{
    color: #F0FF00;
    text-decoration: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border: solid 1px #0ab9e6;
    border-radius: 50%;
}
ul.list li strong
{
    color: #11284a;
    font-weight: 600;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: url(../images/WhatsApp.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.section
{
	
}
.footer
{
	
}
.header
{
	position:fixed;
	top:-0;
	left:0;
	right:0;
	z-index:9999999;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink.header
{
	
}
.nav-shrink .header-top
{
    padding: 5px 50px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top
{
	background:#11284a;
    display: flex;
    align-items: center;
	padding:10px 50px;
	position:relative;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top h1
{
    margin: 0;
}
.header-top h1 img
{
    
}
.header-top aside
{
	margin-left:auto;
	text-align:right;
}
.header-top aside h3
{
	margin-top:0;
	color:#fff;
	font-size:18px;
}
.header-top nav
{
	
}
.header-top nav a
{
    border: solid 1px #fccb05;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    float: left;
    margin: 0 0 0 10px;
    padding: 6px 26px;
    border-radius: 30px;
}
.header-top nav a:hover
{
	background:#fccb05;
    color: #11284a;
}
.navbar
{
    background: #0ab9e6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.navbar aside
{
	
}
.navbar aside a
{
    display: block;
    font-size: 16px;
    padding: 10px 22px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    -webkit-animation: admissionanim 3s infinite;
    animation: admissionanim 3s infinite;
}
@keyframes admissionanim
{
	0%
	{
		color: #11284a;
		background: #fff;
	}
	25%
	{
		background: #11284a;
		color:#fff;
	}
	50%
	{
		background: #fbab18;
		color:#11284a;
	}
	75%
	{
		background: #6ebe4b;
		color:#fff;
	}
	100%
	{
		background: #e22319;
		color:#fff;
	}
}
.nav
{
	
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin:0 15px;
}
.nav ul li a,
.nav ul li a:visited
{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 18px 0;
}
.nav ul li a span
{
    position: absolute;
    top: 21px;
    right: -13px;
    width: 10px;
    height: 10px;
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -12px;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:before
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:after
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li a:hover,
.nav ul li a:visited:hover
{
	
}
.nav ul li a:not(:only-child):after,
.nav ul li a:visited:not(:only-child):after {
  /*padding-left: 4px;
  content: " ▾";*/
  display:none;
}
.nav ul li ul li
{
    padding: 0;
	margin:0 !important;
	display:block !important;
}
.nav ul li ul li a
{
    font-size: 15px !important;
	color:#000 !important;
	display:block !important;
	position:relative !important;
    padding: 12px 25px !important;
	font-weight:300;
	text-align:left;
	text-wrap:nowrap;
}
.nav ul li ul li a i
{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
}
.nav ul li ul li a:hover
{
	background:#F4F4F4;
}
.nav ul ul li a:after
{
    content: " ";
    background: #000;
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 1 !important;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 0%;
	display:none
}
.nav ul ul li a:hover:after
{
    width: 100%;
}
.nav-dropdown
{  
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 20%);
	border-radius:0 0 2px 2px;
    z-index: 9999999;
	left:-25px;
	text-align:left !important;
}
.nav ul ul ul
{
    left: 100% !important;
    position: absolute;
    top: 0;
    background: #F4F4F4;
    border-radius: 0 0 2px 2px;
    z-index: 9999999;
    text-align: left !important;
	display:none;
}
.nav ul ul.nav-dropdown li:hover ul
{
	display:block;
}
.nav-mobile
{
	display: none;
}
@media only screen and (max-width: 798px) {
  .nav-list
 {
    max-height: 300px !important;
    overflow: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    background: #11284a;
  }
  .nav-mobile
  {
    display: block;
  }
  .nav
  {
	  
  }
  .nav ul
  {
    display: none;
  }
  nav ul li
  {
    float: none;
	display:block !important;
  }
  .nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  .nav ul li ul li a {
    padding-left: 30px;
  }
	.nav ul li a span {
		position: absolute;
		top: 21px;
		right: 8px;
		width: 10px;
		height: 10px;
	}
	.span{
		position: absolute;
		top: 21px;
		right: 8px;
		width: 10px;
		height: 10px;
		-webkit-animation: admissionanim 3s infinite;
	}
.navbar aside
{
	margin-left:auto;
}
  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
 .nav-list
 {
  }
}
#nav-toggle
{
    padding: 20px 35px 21px 20px;
    display: flex;
    align-items: center;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle strong
{
	margin-left:auto;
	color:#fff;
}
#my-welcome-message { 
    display: none;
    z-index: 999999999;
    position: fixed;
    width: 40%;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);} #my-welcome-message img { border-radius:5px; box-shadow:0px 0px 26px rgba(0, 0, 0, 0.1); } #my-welcome-message h3 { font-size: 18px; padding-top:20px; margin: 0; } .pop { text-align: center; background:#000; padding: 10px 1px; border: none; cursor: pointer; color: #fff; text-decoration: none; position: absolute; vertical-align: middle; margin: 4px 139px 0px 139px; } .pop a { text-decoration: none; padding: 0; font-size: 15px; color: #fff; padding: 15px; } .pop:hover { background:#efc24c; } #fvpp-close { position: absolute; top: -16px; background:#333; padding:6px 8px; color:#fff; border-radius:50%; right: -16px; cursor: pointer; } #fvpp-dialog h3 { font-size: 12px; margin: 0; } #fvpp-dialog p { margin: 0; }
.banner
{
	position:relative;
	margin-top:152px;
}
.BannerCarousel
{
	
}
.BannerCarousel .owl-prev,
.BannerCarousel .owl-next
{
	display:none;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.padding-top-none
{
	padding-top:0;
}
.padding-bottom-none
{
	padding-bottom:0;
}
.container h2
{
    font-size: 26px;
    color: #11284a;
    font-weight: 500;
}
.container h3
{
    color: #6a6a6a;
    font-size: 20px;
    font-weight: 500;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	border-radius:30px;
	margin:15px 0;
}
.content
{
	width:65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #0ab9e6;
    padding: 10px 22px;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
}
a.linkbutton:hover
{
	opacity:0.8;
}
a.linktext
{
    font-size: 16px;
    color: #0ab9e6;
    font-weight: 500;
    margin: 15px 0;
}
.formfield
{
    margin: 0 -10px;
}
.formfield h2, .formfield p
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
} 
.formfield label span
{
	display:block;
	margin-bottom:5px;
	font-weight:500;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=password]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #E2E2E2;
	border-radius:2px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus, .formfield input[type=password]:focus
{
    border: 1px solid #11284a;
}.custom-select
{position:relative;display:inline-block;width:100%}
.custom-select select
{	
    padding: 16px 20px;
    width: 100%;
    background: none;
    border: 1px solid #e8e3d7;
	border-radius:2px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	cursor:pointer;-webkit-appearance:none;-moz-appearance:none;
}
.custom-select select:hover
{	

}
.custom-select select:focus
{	
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #e1bf41 inset;
}
.custom-select select::-ms-expand{display:none}
select select:hover, .custom-select select:focus{color:#4d4d4f}
.custom-select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50px;
    right: 30px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    font-size: 26px;
    color: #5b5b68;
    line-height: 16px;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: none;
    border: 1px solid #e8e3d7;
	border-radius:2px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit]
{
    display: inline-block;
    font-size: 15px;
    color: #fff;
	border:none;
    background: #0ab9e6;
    padding: 18px 38px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    margin: 15px 0 15px 10px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover
{
    background: #1a1a18;
    color: #fff;
}
.news
{
	background:rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
	position:absolute;
	top:-50px;
	left:0;
	right:0;
	z-index:999;
}
.news h3
{
    margin: 0;
    background: #11284a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 15px;
    width: 200px;
    text-align: center;
}
.news marquee
{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.intro-content
{
    display: flex;
    background: #fff;
    border: solid 1px #7d7d7d;
    border-top: none;
    padding:35px 50px;
    border-radius: 0 0 30px 30px;
    position: relative;
    top: -75px;
    z-index: 9;
}
.intro
{
	width:75%;
}
.intro p
{
	text-align:justify;
}
.pricipal
{
	width:32%;
	margin-left:auto;
}
.pricipal article
{
	text-align:center;
}
.pricipal article img
{
	height:150px;
	border-radius:50%;
	border:solid 3px #c1c1c1;
}
.pricipal article h3, .pricipaldesk h3
{
    font-size: 18px;
    color: #11284a;
    font-weight: 600;
}
.pricipal article h3 small, .pricipaldesk h3 small
{
    font-size: 14px;
    color: #000;
	display:block;
}
.pricipal article a.linkbutton
{
	margin-top:0;
}
.pricipal a.linkbutton
{
	border:solid 1px #34a853;
}
.pricipaldesk
{
	text-align:center;
}
.section-tabs
{
	text-align:center;
}
.section-tabs ul
{
	padding:0;
	margin:-30px;
    display: flex;
    flex-wrap: wrap;
}
.section-tabs ul li
{
	float:left;
	width:33.333333%;
    display: flex;
}
.section-tabs ul li a
{
	width:100%;
	display:block;
	margin:30px;
	background:#fff;
	border:solid 1px #E4E4E4;
	border-top:none;
	border-radius:0 0 15px 15px;
}
.section-tabs ul li a:hover
{
	background:#F4F4F4;
	border:solid 1px #F4F4F4;
}
.section-tabs ul li a h3
{
	padding:0 20px;
    color: #11284a;
}
.section-tabs ul li a p
{
	text-align:center;
	padding:0 20px;
}
.admission-enquiry
{
	background:url(../images/admission-enquiry1.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	z-index:9;
}
.admission-enquiry h2
{
	color:#fff;
}
.admission-enquiry:after
{
	content:" ";
	background:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-8;
}
.admission-enquiry .row
{
	max-width:600px;
}
.admission-enquiry .formfield input[type=submit]
{
    margin: 15px auto 0 auto;
    width: 180px;
    display: block;
}
.academics
{
	text-align:center;
}
.academics ul
{
	padding:0;
	margin:30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.academics ul li
{
	width:33.333333%;
	float:left;
	border:solid 1px #fff;
	border-radius:12px;
	padding:5px 20px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.academics ul li:hover
{
	border:solid 1px #00bcea;
}
.academics ul li:nth-of-type(2):hover
{
	border:solid 1px #fbab18;
}
.academics ul li:nth-of-type(3):hover
{
	border:solid 1px #6ebe4b;
}
.academics ul li:nth-of-type(4):hover
{
	border:solid 1px #ffffff;
}
.academics ul li:nth-of-type(5):hover
{
	border:solid 1px #e22319;
}
.academics ul li figure
{
    background: #00bcea;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.academics ul li:nth-of-type(2) figure
{
    background: #fbab18;
}
.academics ul li:nth-of-type(3) figure
{
    background: #6ebe4b;
}
.academics ul li:nth-of-type(4) figure
{
    background: #ffffff;
}
.academics ul li:nth-of-type(5) figure
{
    background: #e22319;
}
.academics ul li figure img
{
	
}
.academics ul li a.linkbutton
{
	background:#00bcea;
}
.academics ul li:nth-of-type(2) a.linkbutton
{
    background: #fbab18;
}
.academics ul li:nth-of-type(3) a.linkbutton
{
    background: #6ebe4b;
}
.academics ul li:nth-of-type(4) a.linkbutton
{
    background: #ffffff;
}
.academics ul li:nth-of-type(5) a.linkbutton
{
    background: #e22319;
}
.academics ul li h3
{
    color: #11284a;
}
.academics ul li p
{
	text-align:center;
}
.facilities
{
	text-align:center;
}
.facilities ul
{
	padding:0;
	margin:0 -30px -30px -30px;
    display: flex;
    flex-wrap: wrap;
}
.facilities ul li
{
	float:left;
	width:33.333333%;
    display: flex;
}
.facilities ul li a
{
	width:100%;
	display:block;
	margin:30px;
	background:#fff;
	border:solid 1px #E4E4E4;
	border-top:none;
	border-radius:0 0 15px 15px;
}
.facilities ul li a:hover
{
	background:#F4F4F4;
	border:solid 1px #F4F4F4;
}
.facilities ul li a h3
{
	padding:0 20px;
    color: #11284a;
}
.photo-gallery, .photo-gallery-page
{
	
}
.photo-gallery article
{
	border-top:solid 1px #e2e2e2;
	margin-top:50px;
}
.photo-gallery article:first-of-type
{
	border-top:none;
	margin-top:0px;
}
.photo-gallery ul, .photo-gallery-page ul
{
    padding: 0;
    margin: 0px -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li, .photo-gallery-page ul li
 {
    float: left;
    list-style: none;
    width: 33.333333%;
    overflow: hidden;
}
.photo-gallery-page ul li
 {
    width: 20%;
}
.photo-gallery ul li a, .photo-gallery-page ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img, .photo-gallery-page ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery-page ul li a img
{
    max-height: 150px;
    height: 150px;
    object-fit: cover;
}
.photo-gallery ul li a:hover img, .photo-gallery-page ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before, .photo-gallery-page ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before, .photo-gallery-page ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after, .photo-gallery-page ul li a:after
{
    content: "\f00e";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity:0;
}
.photo-gallery ul li a:hover:after, .photo-gallery-page ul li a:hover:after
{
	opacity:1;
}
.photo-gallery ul li h3, .photo-gallery-page ul li h3
{
	text-align:center;
	font-size:18px;
}
.social-icon-fixed
{
    position: fixed;
    bottom: 100px;
    right: 12px;
    z-index: 999999;
}
.social-icon-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 50%;
}
.social-icon-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-fixed a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer
{
	border-top:solid 1px #11284a;
}
.footer-contact
{
	padding:20px 0;	
    display: flex;
    align-items: center;
}
.footer-contact aside
{
    display: flex;
    align-items: center;
	gap:10px;
}
.footer-contact figure img
{
	width:70px;
}
.footer-contact aside h3, .social-icon-footer h3
{
	margin-top:0;
	margin-bottom:5px;
}
.footer-contact aside p
{
	margin:0;
}
.footer h3
{
    font-size: 18px;
    font-weight: 500;
    color: #11284a;
}
.footer article
{
	padding:50px 0 35px 0;
	background:#f5f5f5;
	position:relative;
}
.footer article aside
{
    margin-right:10%;
}
.footer article aside:nth-of-type(4)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #5D5D5D;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
}
.footer article aside ul li a:hover
{
    color: #000;
}
.social-icon-footer
{
	margin-left:auto;
}
.social-icon-footer a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 11px 0;
    font-size: 24px;
    border-radius: 2px;
    float: left;
    margin-left: 5px;
}
.social-icon-footer a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer p
{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}
.footer p strong
{
    color: #E6E6E6;
    font-weight: 700;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
	padding:0 0 15px 0px;
}
.footer-bottom p
{
	text-align:center;
    color: #000;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	/*background-image:url(../images/heading.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;*/
	padding:20px 0px;
	text-align:center;
	position:relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
	margin-top:152px;
}
.page-title h2
{
    font-size: 34px;
    color: #000;
    font-weight: 700;
    margin-right: auto;
}
.page-title nav
{
	text-align:right;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    display: inline-block;
    color: #0ab9e6;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0px 0 30px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -18px;
    color: #fccb05;
}
.page-title nav ul li a
{
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.image-side-text
{
	
}
.image-side-text aside
{
	width:48%;
}
.image-side-text figure
{
	width:48%;
}
.image-side-text figure img
{
	margin:15px 0;
}
.image-with-text
{
    position: relative;
    display: flex;
    align-items: center;
	flex-wrap:wrap;
	margin-top:50px;
}
.image-with-text:nth-of-type(even)
{
	flex-direction: row-reverse;
}
.image-with-text figure
{
    width: 48%;
	margin-left:auto;
}
.image-with-text:nth-of-type(even) figure
{
	margin-left:0;
	margin-right:auto;
}
.image-with-text figure img
{
	border-radius:10px;
}
.image-with-text aside
{
    width: 48%;
}
.split
{
    display: flex;
    gap: 20px;
}
.split aside
{
    width: 50%;
}
.videoWrapper
{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-gallery
{
	
}
.video-gallery ul
{
	padding:0;
	margin:0;
}
.video-gallery ul
{
	padding:0;
	margin:0;
}
.video-gallery ul .videoWrapper
{
    padding-bottom: 28.25%;
}
.video-gallery ul li
{
	width:50%;
	float:left;
}
.video-gallery ul li iframe
{
	border:solid 10px #fff;
}
.video-gallery a
{
    background: #ff0000;
    display: flex;
    color: #fff;
    font-weight: 500;
    margin: 30px 10px 0 10px;
    justify-content: center;
    padding:10px 15px;
    border-radius: 30px;
    align-items: center;
    gap: 6px;
}
.video-gallery a i
{
    background: #fff;
    color: #ff0000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 2px;
}
.our-attractions
{
	text-align:center;
}
.our-attractions ul
{
	padding:0;
	margin:0 -15px;
}
.our-attractions ul li
{
	float:left;
	width:25%;
}
.our-attractions ul li article
{
	margin:15px;
	position:relative;
}
.our-attractions ul li article:before
{
	content:" ";
	background:#e4ecf2;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:5px;
	position:relative;
}
.our-attractions ul li article span
{
	height:5px;
    display: block;
}
.our-attractions ul li article span:before
{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:5px;
	background:#F0F0F0;
	z-index:-8;
}
.our-attractions ul li article h2 small
{
    display: block;
	color:#000;
	font-size:15px;
}
.meet-our-team
{
	text-align:center;
}
.meet-our-team article
{
	margin-top:50px;
	padding-top:50px;
	border-top:dotted 1px #11284a;
}
.meet-our-team article:first-of-type
{
	padding-top:0px;
	border-top:none;
}
.meet-our-team ul
{
	display:flex;
	flex-wrap:wrap;
    gap: 30px;
    justify-content: center;
}
.meet-our-team ul li
{
	background:#F4F4F4;
	width:30%;
	padding:20px;
	border-radius:15px;
}
.meet-our-team ul li img
{
	border-radius:50%;
	border-bottom:solid 2px #0ab9e6;
}
.meet-our-team ul li h3
{
	margin-bottom:0;
	color:#000;
}
.meet-our-team ul li h3 small
{
	display:block;
    color: #6a6a6a;
    font-size: 14px;
}
.ImagesCarousel img
{
	width:100% !important;
}
.ImagesCarousel .owl-next
{
    top: 50% !important;
    left: 20px !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50% !important);
}
.ImagesCarousel .owl-prev
{
    top: 50% !important;
    right: 20px !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50% !important);
}
.table-content-wrapper
{
	padding:0 20px;
}
.table-content
{
	margin:15px 0;
}
.table-content table
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}
.table-content table th
{
	background:#11284a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	padding:10px;
	text-align:left;
}
.table-content table tr
{
	border:solid 1px #F4F4F4;
	background:#F4F4F4;
}
.table-content table tr:nth-of-type(even)
{
	border:solid 1px #F4F4F4;
	background:#fff;
}
.table-content table tr td
{
	padding:10px;
}
.table-content table tr td strong
{
    color: #11284a;
    font-weight: 600;
}
.activities
{
	display:flex;
	gap:20px;
}
.activities aside
{
	width:33.333333%;
	background:#E4E4E4;
	border-radius:15px;
	padding:15px 30px;
}
.activities aside h2
{
    font-size: 20px;
}
.online-registration
{
	
}
.online-registration ul 
{
	padding:0;
	margin:20px -15px 0 -15px;
}
.online-registration ul li
{
	float:left;
	width:33.333333%;
}
.online-registration ul li a
{
	display:block;
    background: #f5f5f5;
	border:solid 1px #f5f5f5;
	border-radius:15px;
	padding:20px;
	text-align:center;
	margin:15px;
}
.online-registration ul li a:hover
{
    background: #fff;
	border:dotted 1px #11284a;
}
.online-registration ul li a h3
{
	color:#11284a;
}
.online-registration ul li a span
{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #0ab9e6;
    padding: 10px 22px;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 30px;
}
.contact
{
	
}
.contact article
{
    display: flex;
	margin-top:30px;
}
.contact aside
{
    width: 40%;
    padding: 0px 50px;
}
.contact aside p
{
    position: relative;
    padding-left: 30px;
}
.contact aside p strong
{
	color:#000;
}
.contact aside p i
{
    color: #34a853;
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 22px;
    text-align: center;
}
.map
{
    width: 60%;
}
.map iframe
{
	
}
.modal
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
.modal-content
{
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 500px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	padding:20px;
	border-radius:30px;
	text-align:left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content h3
{
    color: #1d2021;
    font-size: 22px;
    font-weight: 700;
}
.modal-header
{
    position: fixed;
	top:0;
    z-index: 9999;
}
.close
{
    cursor: pointer;
    color: #4a4a4a;
    font-size: 38px;
    font-weight: 300;
    position: fixed;
    top: 10px;
    right: 20px;
}
.close:hover,
.close:focus
{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.formobile
{
	display:none;
}
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: #000000; 
  color: #fff; 
  padding: 10px 20px; 
  font-size: 20px; 
  text-align: center;
}