@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Marcellus&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, 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;
}
em
{
	font-style: italic !important;
}
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;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Figtree", 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: #000;
    font-weight: 600;
}
a
{
	color:#01a957;
	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: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 22px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    font-family: 'Material Symbols Outlined';
    color: #0459a2;
    content: "\f525";
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
}
ul.list li strong
{
	color:#000;
    font-weight: 600;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    float: right;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
#my-welcome-message
{ 
    display: none;
    z-index: 999999999;
    position: fixed;
    width: 75%;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 12px;
    overflow: hidden;

}
@keyframes animatetop
{
    0%
    {
    opacity:0;
    }
    30%
    {
    opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    }
    60%
    {
    opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    }
    100%
    {
    opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    }
}
#fvpp-close
{   
    position: absolute;
    top: 8px;
    padding: 6px 8px;
    color: #333;
    border-radius: 50%;
    right: 8px;
    cursor: pointer;
    z-index: 99;
}
#my-welcome-message .owl-prev
{
    background: none;
    top: 0;
    left: -3px;
    right: auto;
    border: none;
}
#my-welcome-message .owl-next
{
    background: none;
    top: 0;
    right: -3px;
    left: auto;
    border: none;
}
#my-welcome-message-inner
{
    display: flex;
}
#my-welcome-message-inner h2
{
    font-size: 24px;
    color: #0459a2;
    line-height: 26px;
    font-family: "Marcellus", serif;
}
#my-welcome-message aside
{
    width: 50%;
    padding: 15px 30px;
    background: url(../images/PopupImage.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
}
#my-welcome-message aside:after
{
    content: " ";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
#my-welcome-message aside h2,
#my-welcome-message aside p
{
    margin: 5px 0;
}
#my-welcome-message aside h2,
#my-welcome-message aside p,
#my-welcome-message aside ul.list li,
#my-welcome-message aside ul.list li:before
{
    color: #fff;
}
#my-welcome-message aside ul.list
{
    margin-top: auto;
}
#my-welcome-message .formfield
{
    width: 50%;
    padding: 15px 30px;
}
#my-welcome-message .formfield p
{
    line-height: 16px;
}
#my-welcome-message .formfield p small
{
    font-size: 14px;
    text-align: center;
    color: #616c74;
}
#my-welcome-message .formfield form
{
    margin: -5px;
}
#my-welcome-message .formfield label,
#my-welcome-message .selectdiv
{
    padding: 5px;
}
#my-welcome-message .selectdiv:before,
#my-welcome-message .selectdiv:after
{    
    top: 26px;
}
#my-welcome-message .formfield input[type=submit],
#my-welcome-message .formfield input[type=button]
{
    box-shadow: 0px 6px 6px #cee2f2;
    padding: 14px 10px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
}
.wrapper
{
	
}
.whatsapplink
{
    position: fixed;
    bottom: 60px;
    right: 5px;
    z-index: 999999999;
}
.whatsapplink a
{
    background: url(../images/WhatsApp.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}
.calendar
{
    position: fixed;
    top: 60%;
    right: 17px;
    z-index: 9999999999;
    transform: rotate(90deg);
    transform-origin: right;
}
.calendar a
{
    display: block;
    background: #01a957;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 12px;
}
.section
{
	
}
.footer
{
	
}
.header
{
	position:absolute;
	top:0;
	left:0;
	right:0;
    -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;
	z-index:99999999;
}
.header-strip
{
    background: linear-gradient(90deg, #fbea2e, #fdfbd4);
    padding: 5px 50px;
	position: relative;
	overflow: hidden;
	z-index: 9;
    gap: 10px;
}
.header-strip:after
{
    background: url(../images/cubes.png);
    background-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    opacity: 0.2;
}
.header-contact
{
	
}
.header-contact p
{
    display: flex;
    color: #272827;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    align-items: center;
}
.header-contact p:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e158";
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    background: #0459a2;
    width: 26px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13% 24% 7% 24% / 31% 68% 59% 68%;
    margin-right: 2px;
}
.header-contact p:nth-of-type(2):before
{
    content: "\e7ba";
}
.header-strip nav
{
	margin-left: auto;
}
.header-strip nav ul
{
    padding: 0;
    margin: 0;
}
.header-strip nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
.header-strip nav ul li:before
{
    content: " ";
    border-left: solid 1px #272827;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 1px;
    transform: rotate(-25deg);
}
.header-strip nav ul li:first-of-type:before
{
	display: none; 
}
.header-strip nav ul li a
{
    color: #272827;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
	text-decoration: none;
}
.header-strip nav ul li a:hover
{
	
}
.header-strip .social-icons a
{
    display: block;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 8px 0;
    font-size: 22px;
    border-radius: 50%;
    float: left;
    margin-right: 3px;
}
.admission
{

}
.admission a
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    background: #0459a2;
    padding: 12px 30px;
    border-radius: 30px;
}
.admission a:hover
{
    background: #01a957;
}
.online-fees a
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    background: #01a957;
    padding: 12px 30px;
    border-radius: 30px;
}
.online-fees a:hover
{
    background: #0459a2;
}
.header-top
{
	position:relative;
    padding: 10px 50px;
    background: #fff;
}
.nav-shrink .header-top
{
	-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;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999999;
    background: #fff;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 a
{
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-top h1 a span
{
    color: #0459a2;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}
.header-top h1 a span small
{
    display: block;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    color: #01a957;
}
.flashnews
{
    background: #fff;
    display: flex;
    overflow: hidden;
}
.flashnews h3
{
    background-color: #01a957;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    width: 185px;
}
.flashnews marquee
{
	display: flex;
	align-items: center;
}
.flashnews marquee p
{
	color: #000;
    display: inline-block;
	margin: 0 15px;
	font-size: 15px;
    position: relative;
}
.flashnews marquee p:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e98e";
    font-weight: 200;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: -22px;
}
.nav
{
	margin-left:auto;
}
.nav ul

{

    padding: 0;

    margin: 0;

    list-style: none;

	text-align:center;

}

.nav ul li

{

	list-style: none;

    display: inline-block;

	position: relative;

}

.nav ul li.navfull

{

	position: static !important;

}

.nav ul li a,
.nav ul li a:visited 
{
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 18px 15px;
    text-decoration: none;
}

.nav ul li a span

{

    position: absolute;

    top: 21px;

    right: 2px;

    width: 10px;

    height: 10px;

}

.nav ul li a span:before

{

    content: " ";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 1px;

    height: 100%;

    margin: auto;

    background: #2c2c2c;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

}

.nav ul li a span:after

{

    content: " ";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: -14px;

    width: 1px;

    height: 100%;

    margin: auto;

    background: #2c2c2c;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

}

.nav ul li:hover a span:before, .nav ul li.active > a span:before

{

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    background: #0459a2;

}

.nav ul li:hover a span:after, .nav ul li.active > a span:after

{

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    background: #0459a2;

}

.nav ul li:hover > a,
.nav ul li.active > a,
.nav ul li a:visited:hover

{
    color: #0459a2;

}

.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: #666 !important;
    display: block !important;
    position: relative !important;
    padding: 8px 25px !important;
    font-weight: 400;
    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
{
	color: #000 !important;
}
.nav ul ul li a:before
{
    content: " ";
    background: #01a957;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
}
.nav ul ul li a:hover:before
{
    top: 0;
    bottom: auto;
    height: 100%;
}
.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:0;

	text-align:left !important;
	padding: 15px 0 !important;

}

.nav-dropdown-fillwidth

{  

    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: 0;

    right: 0;

    width: 100%;

    text-align: left !important;

    padding: 50px 50px 50px 50px !important;

}

.nav-dropdown-fillwidth h3

{  

	color: #2c3d4f;

	font-weight: 600;

}

.nav ul ul ul

{

    left: 100% !important;

    position: absolute;

    top: 0;

    background: #fff;

    border-radius: 0 0 2px 2px;

    z-index: 9999999;

    text-align: left !important;

	display:none;

}

.nav ul ul.nav-dropdown li:hover ul,

.nav ul ul.nav-dropdown-fillwidth li:hover ul

{

	display:block;

}

.nav ul ul.nav-dropdown-fillwidth li

{

    width: 25% !important;

    float: left !important;	

}

.nav ul ul.nav-dropdown-fillwidth li a

{

    padding: 8px 0px !important;

}

.nav ul ul.nav-dropdown-fillwidth li ul

{

	position: static;

	display: block;

}

.nav ul ul.nav-dropdown-fillwidth li ul li

{

    width:  auto !important;

    float: none !important;

}

.nav-mobile

{

	display: none;

}

@media only screen and (max-width: 1024px)

{

  .nav-list

 {

    max-height: 300px !important;

    overflow: auto !important;

    position: absolute;

    left: 0;

    right: 0;

        background: #fff;
        z-index: 9999;

  }

  .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: 2px;
    width: 10px;
    height: 10px;

	}

.navbar aside

{

	margin-left:auto;

}

  .nav-dropdown, .nav-dropdown-fillwidth, .nav ul ul ul {

    position: static;

  }

	.nav-dropdown-fillwidth

	{

		padding: 20px !important;

	}

	.nav ul ul.nav-dropdown-fillwidth li ul

	{

		display: block !important;

	}

	.nav ul ul.nav-dropdown-fillwidth li

	{

		width: 100% !important;

		float: left !important;

	}

}

@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: #192646;

  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;

}
.hero
{
	margin-top: 168px;
}
.hero .owl-next
{
	background: rgba(72,75,71,0.5);
	color: #fff;
    z-index: 999;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 21px;
}
.hero .owl-prev
{
	background: rgba(72,75,71,0.5);
	color: #fff;
    z-index: 999;
    top: 50%;
    bottom: auto;
    left: 21px;
    right: auto;
}
.container
{
    padding-top: 85px;
    padding-bottom: 85px;
}
.container h2
{
    font-size: 32px;
    color: #292c2e;
    line-height: 30px;
    font-family: "Marcellus", serif;
    position: relative;
    margin-bottom: 30px;
}
.container h2:after
{
    content: " ";
    width: 100px;
    height: 18px;
    background: url(../images/line.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #0459a2;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar nav
{
    margin: 15px 0;
    background: #fff;
    border-top: solid 1px #dde4f4;
    border-left: solid 1px #dde4f4;
    border-radius: 15px;
    padding: 0 10px 20px 10px;
    box-shadow: 8px 22px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}
.sidebar nav:before
{
    content: " ";
    border: solid 1px #0459a2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
    border-radius: 10px;
    z-index: -8;
}
.sidebar nav h3
{
    margin: 11px 0;
    padding: 12px 20px;
    background: #0459a2;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.sidebar nav ul
{
	
}
.sidebar nav ul li
{
	border-top:solid 1px #bfd0d6;
}
.sidebar nav ul li:first-of-type
{
	border-top:none;
}
.sidebar nav ul li a
{
	display: block;
	color: #464a4c;
	padding: 12px 20px;
	position: relative;
	z-index: 9;
}
.sidebar nav ul li a:hover
{
	color: #fff;
}
.sidebar nav ul li a:before
{
	content: " ";
    background: #01a957;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: 0px;
    z-index: -8;
    border-radius: 30px 0 0 30px;
	opacity: 0;
}
.sidebar nav ul li a:hover:before
{
	opacity: 1;
}
.sidebar nav ul li a:after
{
    font-family: 'Material Symbols Outlined';
    color: #fff;
    content: "\e5c8";
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    bottom: 2px;
    left: -28px;
    transform: rotate(0deg);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    opacity: 0;
}
.sidebar nav ul li a:hover:after
{
    opacity: 1;
}
.sidebar img
{
	margin: 15px 0;
	border-radius: 30px;
}
.content
{
	width: 65%;
}
.content h2:after
{
    left: 0;
    transform: translateX(-0%);
}
.content p span
{
    background: #01a957;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 2px;
}
.splitcol
{
    width: 48%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #01a957;
    padding: 18px 50px 18px 30px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
}
a.linkbutton:hover
{
    background: #0459a2;
    padding: 18px 50px 18px 30px;
}
a.linkbutton:after
{
    background: #0459a2;
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-14px, -50%) rotate(0deg);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
}
a.linkbutton:hover:after
{
    background: #01a957;
    transform: translate(-14px, -50%) rotate(-45deg);
}
.intro
{
    position: relative;
    background: #0459a2;
    z-index: 9;
    padding: 35px 0;
}
.intro:before
{
    content: " ";
    background: url(../images/texture.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    opacity: 0.1;
}
.intro:after
{
    content: " ";
    background: url(../images/shapecolors.svg) bottom repeat-x;
    background-size: cover;
    position: absolute;
    bottom: -82px;
    left: 0;
    right: 0;
    z-index: -8;
    transform: rotate(180deg);
    height: 100px;
}
.intro aside
{
    width: 40%;
}
.intro aside a.linkbutton:hover, .footer-content a.linkbutton:hover
{
    background: #fff;
    color: #01a957;
}
.intro aside a.linkbutton:hover:after, .footer-content a.linkbutton:hover:after
{
    color: #fff;
}
.intro aside h2,
.intro aside h3,
.intro aside p
{
    color: #fff;
}
.intro figure
{
    width: 45%;
    margin-left: auto;
}
.section-tab
{
    background: url(../images/texturebg.svg) top center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 9;
}
.section-tab:after
{
    content: " ";
    background: url(../images/shapewhite.svg) top center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
}
.section-tab ul
{
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.section-tab ul li
{
	width: 100%
}
.section-tab ul li a
{
	display: block;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.section-tab ul li a img
{
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}
.section-tab ul li a:after
{
    content: " ";
    background: rgba(251,235,49,0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
}
.section-tab ul li:nth-of-type(2) a:after
{	
    background: rgba(1,169,87,0.9);
}
.section-tab ul li:nth-of-type(3) a:after
{	
    background: rgba(4,89,162,0.9);
}
.section-tab ul li:nth-of-type(4) a:after
{   
    background: rgba(244,127,29,0.9);
}
.section-tab ul li figcaption
{   
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 30px;
    z-index: 999;
}
.section-tab ul li figcaption:after
{
    background: #fff;
    font-family: 'Material Symbols Outlined';
    color: #01a957;
    content: "\e5c8";
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: rotate(0deg);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.section-tab ul li figcaption:hover:after
{
    transform: rotate(-45deg);
}
.section-tab ul li a figure
{
    margin: 15px 0 0 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-tab ul li a:hover figure
{
    transform: rotate(45deg);
}
.section-tab ul li a figure img
{
    object-fit: none;
}
.section-tab ul li a h3
{
    color: #fff;
}
.home-staffs
{
    position: relative;
}
.home-staffs article
{
	width: 32%;
    position: relative;
    margin: 85px 0;
}
.home-staffs article:before
{
    content: " ";
    border: solid 2px #0459a2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -8px;
    border-radius: 22px;
}
.home-staffs article:nth-of-type(2)
{
    margin-left: 2%;
}
.home-staffs article figcaption
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    z-index: 9;
}
.home-staffs article figcaption:after
{
    content: " ";
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    border-radius: 0 0 15px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -8;
}
.home-staffs article h2
{
    font-size: 26px;
    color: #fff;
}
.home-staffs article h2 small
{
    font-size: 15px;
    display: block;
}
.home-staffs article h2:after, .contact h2:after
{
    left: 0;
    transform: translateX(0%);
}
.home-staffs article img
{
	border-radius: 15px;
}
.home-staffs article a.linkbutton
{
    background: none;
    padding: 0;
}
.home-staffs article a.linkbutton:after
{
    transform: translate(28px, -50%) rotate(0deg);
}
.current-news
{
    background: #0459a2;
	padding: 35px 30px;
    margin: 0 !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    counter-reset: item;
}
.current-news marquee
{
    height: 320px;
}
.current-news:before
{
    content: " ";
    background: #0459a2 !important;
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    left: -100px !important;
    width: 100px !important;
    z-index: -8 !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
}
.current-news:after
{
    content: " ";
    background: #0459a2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    z-index: -8;
}
.current-news p
{
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 15px 0px 15px 30px;
    margin: 15px 0;
    text-decoration: none;
    border-bottom: solid 1px #196cb3;
    gap: 10px;
}
.current-news p:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 16px;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 99;
}
.current-news p span
{
    color: #000;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 18px;
    border-right: solid 1px #A4A4A4;
    padding-right: 5px;
    margin-bottom: 5px;
}
.current-news p span small
{
    display: block;
}
.facilities
{
	text-align: center;
    background: #0459a2 !important;
	position: relative;
    z-index: 9;
}
.facilities h2
{
    color: #fff;
}
.facilities:before
{
    content: " ";
    background: url(../images/texture.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    opacity: 0.1;
}
.facilities:after
{
    content: " ";
    background: url(../images/shapecolors.svg) bottom repeat-x;
    background-size: cover;
    position: absolute;
    bottom: -82px;
    left: 0;
    right: 0;
    z-index: -8;
    transform: rotate(180deg);
    height: 100px;
}
.FacilitiesSlider .item a
{
	margin: 0px;
}
.FacilitiesSlider .item a img
{
    width: 100%;
	height: 350px;
	object-fit: cover;
    border-radius: 15px;
}
.FacilitiesSlider .item a figcaption
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    z-index: 9;
    text-align: left;
}
.FacilitiesSlider .item a figcaption:after
{
    content: " ";
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    border-radius: 0 0 15px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -8;
}
.FacilitiesSlider .item a figcaption h3
{
    font-size: 24px;
    color: #fff;
    font-family: "Marcellus", serif;
    font-weight: 400;
}
.FacilitiesSlider .item a figcaption h2:after
{
    left: 0;
    transform: translateX(0%);
}
.FacilitiesSlider .item a figcaption span, .events ul li a figcaption span
{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
    position: relative;
}
.FacilitiesSlider .item a figcaption span:after, .events ul li a figcaption span:after
{
    background: #0459a2;
    color: #fff;
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(28px, -50%) rotate(0deg);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.FacilitiesSlider .item a figcaption span:hover:after, .events ul li a:hover figcaption span:after
{
    background: #01a957;
    transform: translate(28px, -50%) rotate(-45deg);
}
.FacilitiesSlider
{
    padding-bottom:50px;
}
.FacilitiesSlider .owl-dots
{
	display: none !important;
}
.events
{
    text-align: center;
}
.events ul
{
    margin: 30px -10px;
}
.events ul li
{
    width: 25%;
    float: left;
}
.events ul li a
{
    display: block;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.events ul li a img
{
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
}
.events ul li a:after
{
    content: " ";
    border: solid 1px #0f9aff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    border-radius: 13px;
}
.events ul li:nth-of-type(2) a:after
{
    border: solid 1px #9cc624;
}
.events ul li:nth-of-type(3) a:after
{
    border: solid 1px #ff7223;
}
.events ul li:nth-of-type(4) a:after
{
    border: solid 1px #c61fa2;
}
.events ul li a:hover:after
{
    margin: 8px;
}
.events ul li a figcaption
{
    background: #0f9aff;
    padding: 15px;
}
.events ul li:nth-of-type(2) a figcaption
{
    background: #9cc624;
}
.events ul li:nth-of-type(3) a figcaption
{
    background: #ff7223;
}
.events ul li:nth-of-type(4) a figcaption
{
    background: #c61fa2;
}
.events ul li a figcaption h3
{
    margin: 0;
    font-size: 24px;
    font-family: "Marcellus", serif;
    font-weight: 400;
    color: #fff;
}
.events ul li a figcaption span
{
    color: #fff;
}
.getintouch
{
    background: #0459a2 url(../images/ContactUs.jpg);   
    background-size: cover;
    text-align: center;
    padding: 50px 0 85px 0;
    position: relative;
    z-index: 9;
}
.getintouch:after
{
    content: " ";
    background: linear-gradient(30deg, #0459a2, #01a957);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    mix-blend-mode: multiply;
}
.getintouch:before
{
    content: " ";
    background: url(../images/texture.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    opacity: 0.6;
}
.getintouch h2
{
    font-size: 40px;
    color: #fff;
}
.formfield
{
	
}
.contact h2
{
    font-size: 28px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #000;
	font-family: "Figtree", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #000;
	font-family: "Figtree", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "Figtree", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #000;
	font-family: "Figtree", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong, .selectdiv strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search]
{
    padding: 16px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", 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="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", sans-serif;
}
.formfield input[type="file"]::file-selector-button {
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}

.formfield input[type="file"]::file-selector-button:hover {
	
}
.selectdiv
{
	position: relative;
	font-family: "Figtree", sans-serif;
	padding: 10px;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding:16px 20px;
	font-size: 16px;
	color: #000;
	background-color: #ffffff;
	background-image: none;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "Figtree", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button]
{
    border: none;
    background: #0459a2;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
	
}
.footer
{
    background: #035aa3;
	position:relative;
	z-index: 9;
    overflow: hidden;
}
.footer-orange
{
    border: solid 100px #ff7223;
    position: absolute;
    top: 50px;
    bottom: 0px;
    right: -150px;
    z-index: -8;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    opacity: 0.2;
}
.footer-pink
{
    border: solid 75px #c61fa2;
    position: absolute;
    top: 148px;
    bottom: 0px;
    right: -86px;
    z-index: -8;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    opacity: 0.3;
}
.footer:before
{
    content: " ";
    background: url(../images/shapeblue.svg) top no-repeat;
    position: absolute;
    top: -82px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: -8;
}
.footer-content
{
    width: 300px;
    border-right: solid 1px #fff;
    padding-right: 50px;
}
.footer h3
{
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    font-family: "Marcellus", serif;
}
.footer article
{
	padding:50px 0;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:10%;
}
.footer article aside:nth-of-type(3)
{
    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: #fff;
    font-size: 16px;
	line-height:26px;
	font-weight: 400;
	position:relative;
}
.footer article aside ul li a:hover
{
    
}
.footer article aside ul li a:before
{
    font-family: 'Material Symbols Outlined';
    color: #fff;
    content: "\f525";
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: -0.5px;
    left: -17px;
    transform: rotate(0deg);
    opacity: 0;
}
.footer article aside ul li a:hover:before
{
    transform: rotate(360deg);
    opacity: 1;
}
.social-icons
{
	
}
.social-icons-fixed
{
    position: fixed;
    bottom: 75px;
    right: 20px;
	z-index: 9999999;
}
.social-icons a, .social-icons-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icons-fixed a
{
    width: 40px;
    height: 40px;
    padding: 9px 0;
    font-size: 22px;
    border-radius: 3px;
    float: none;
    margin: 5px 0px;
}
.social-icons a:hover, .social-icons-fixed a:hover
{
    border-radius: 50%;
}
.social-icons a:nth-of-type(2), .social-icons-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-icons a:nth-of-type(3), .social-icons-fixed a:nth-of-type(3)
{
    background: #0a66c2;
}
.footer p
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	line-height: 26px;
}
.footer p strong
{
    color: #fff;
    font-weight: 600;
    display: block;
}
.footer-bottom
{
    background: #fff;
	padding:15px 0px;
}
.footer-bottom p
{
    color: #000;
}
.footer-bottom a
{
    color: #292c2e;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.table-content
{
    background: #c1e2f3;
    padding: 20px;
    border-radius: 30px;
}
.table-content table
{
    color: #000;
    line-height: 26px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;border-collapse: separate;
  border-spacing: 0 5px;

}
.table-content tr
{
}
.table-content tr:hover
{
    
}
.table-content tr th
{
    background: #0459a2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
/*.tablecol*/
/*{*/
/*  background: #ad0029 !important;*/
/*  color: #fff !important;*/
/*}*/
/*.tablecol:nth-child(even) {*/
/*    background: #ad002969 !important;*/
/*    color: #fff !important;*/
/*}*/
.tablecol:nth-child(odd) {
    background: #ad0029 !important;
    color: #fff !important;
}
.table_odd{
    background: #ad002969 !important;
    color: #fff !important;
}
.table_even{
    background: #ad0029 !important;
    color: #fff !important;
}
.table-content tr td
{
    padding: 10px;
    background: #fff;
    margin: 5px 0;
}
.table-content tr td:first-of-type
{
    border-radius: 20px 0 0 20px;
}
.table-content tr td:last-of-type
{
    border-radius: 0 20px 20px 0;
}
.table-content tr td a
{
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 200px;
    border: solid 1px #ad0029;
    margin: 15px 10px 0 0px;
    border-radius: 30px;
    float: left;
}
.table-content tr td a img
{
    max-width: 100%;
    max-height: 100%;
}
.table-content tr td a:hover
{
    border: dashed 1px #ad0029;
}
.table-content tr td a img
{
}
.page-title
{
    background: #0459a2;
    position: relative;
    z-index: 9;
    padding:20px 20px 0 20px;
	margin-top: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-title:before
{
    content: " ";
    background: url(../images/texture.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    opacity: 0.1;
}
.page-title:after {
    content: " ";
    background: url(../images/shapecolors.svg) top repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    z-index: -8;
    transform: rotate(180deg);
    height: 35px;
}
.page-title h2
{
    font-size: 42px;
    color: #fff;
    font-family: "Marcellus", serif;
}
.page-title nav
{
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: 5px;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 12px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
	border-left: none;
}
.page-title nav ul li:before
{
    content: " ";
    top: 1px;
    left: -4px;
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-left-color: #fff;
    border-width: 6px;
}
.page-title nav ul li a
{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
	color: #fff;
}
.school
{
    
}
.school figure
{
    width: 48%;
}
.school figure img
{
    border-radius: 30px;
    margin: 15px 0;
}
.school aside
{
    width: 48%;
}
.school aside h2:after
{
    left: 0;
    transform: translateX(-0%);
}
.team
{
    text-align: center;
}
.team .wave
{
    background: linear-gradient(30deg, #dde4f4, #dde4f4);
    top: -115px;
}
.team ul
{
    display: flex;
    gap:30px;
    margin: 30px 0 0 0;
    justify-content: center;
}
.team ul li
{
    width: 30%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 8px 22px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}
.team ul li:before
{
    content: " ";
    border: solid 1px #0459a2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
    border-radius: 10px;
}
.team ul li img
{
    border-radius: 10px;
}
.team ul li h3
{
    margin-bottom: 0;
}
.team ul li h3 small
{
    display: block;
    font-size: 17px;
}
.our-focus, .grid-color-three
{
    text-align: center;
}
.our-focus ul, .grid-color-three ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px 0 0 0;
}
.our-focus ul li, .grid-color-three ul li
{
    border-right: solid 1px #0459a2;
    padding: 15px 30px;
    text-align: left;
    background: linear-gradient(0deg, transparent, #c8ddef, transparent);
}
.our-focus ul li:first-of-type, .grid-color-three ul li:first-of-type
{
    border-left: solid 1px #0459a2;
}
.our-focus ul li figure, .grid-color-three ul li figure
{
    margin: 15px 0;
    width: 80px;
    height: 80px;
    background: #9cc624;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-focus ul li:nth-of-type(2) figure, .grid-color-three ul li:nth-of-type(2) figure
{
    background: #ff7223;
}
.our-focus ul li:nth-of-type(3) figure, .grid-color-three ul li:nth-of-type(3) figure
{
    background: #c61fa2;
}
.aims
{
    text-align: center;
}
.aims .wave
{
    background: linear-gradient(90deg, #192646, #0459a2);
    top: -115px;
}
.aims ul
{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap:30px;
    margin: 30px 0 0 0;
}
.aims ul li
{
    background: #0f9aff;
    padding: 20px;
    border-radius: 15px;
}
.aims ul li h3,
.aims ul li p
{
    color: #fff;
}
.aims ul li:nth-of-type(2)
{
    background: #ff7223;
}
.aims ul li:nth-of-type(3)
{
    background: #c61fa2;
}
.aims ul li figure
{
    margin: 15px auto;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-with-content
{
    
}
.image-with-content article
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    margin: 20px 0;
    align-items: center;
}
.image-with-content article:nth-of-type(even)
{
    
}
.image-with-content article:nth-of-type(even) figure
{
    order: 1;
}
.image-with-content article figure img
{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.image-with-content article aside
{
    
}
.image-content-box
{
    
}
.image-content-box ul
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    margin: 30px 0 0;
}
.image-content-box ul li
{
    
}
.image-content-box ul li img
{
    width: 100%;
    border-radius: 15px;
}
.image-content-box ul li figcaption
{
    position: relative;
    background: linear-gradient(90deg, #ccc, #fff);
    padding: 10px 25px;
    margin-left: 30px;
    border-radius: 15px 0 0 15px;
    top: -30px;
}
.staffs
{
    
}
.staffs-split
{
    width: 50%;
    float: left;
}
.staffs ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px;
    margin: 50px 0 0 0;
    justify-content: center
}
.staffs ul li
{
    border-radius: 15px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    margin: auto;
    background: #fff;
    box-shadow: 8px 22px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}
.staffs ul li:before
{
    content: " ";
    border: solid 1px #0459a2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    border-radius: 10px;
}
.staffs ul li:hover
{

}
.staffs ul li img
{
    width: 100%;
    height: 250px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}
.staffs ul li h3
{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    color: #2c2c2c;
}
.staffs ul li h3 small
{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #0459a2;
}
.ac-calendar
{

}
.ac-calendar ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.ac-calendar ul li
{
    margin: 15px 0;
} 
.ac-calendar ul li a
{
    display: block;
    background: #fff;
    border-radius: 15px;
    box-shadow: 8px 22px 50px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.ac-calendar ul li a big
{
    display: block;
    color: #01a957;
    font-family: "Marcellus", serif;
}
.ac-calendar ul li a:before
{
    content: "\f1c1";
    background: #01a957;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto auto 15px auto;
}
.ac-calendar ul li a:after
{
    content: " ";
    border: solid 1px #0f9aff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    border-radius: 13px;
}
.ac-calendar ul li a:hover:after
{
    margin: 8px;
}
.houses
{

}
.houses article
{
    background: #da2128;
    padding: 35px 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.houses article:nth-of-type(2)
{
    background: #ffde00;
}
.houses article:nth-of-type(3)
{
    background: #39b54a;
}
.houses article:nth-of-type(4)
{
    background: #0066b3;
}
.houses article figure
{
    width: 30%;
}
.houses article aside
{
    width: 65%;
    margin-left: auto;
}
.houses article aside h3,
.houses article aside p
{
    color: #fff;
}
.gallery-page
{
    
}
.gallery-page ul
{
    padding: 0;
    margin: 30px -10px 0 -10px;
} 
.gallery-page ul li
{
    float: left;
    width: 25%;
}
.gallery-page ul li a
{
    display: block;
    position: relative;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-page ul li a:hover
{
    
}
.gallery-page ul li a figure
{
    
}
.gallery-page ul li a figure img
{
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: scale(1);
}
.gallery-page ul li a:hover figure img
{
    transform: scale(1.05);
}
.gallery-page ul li a h3
{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding: 0 20px;
}
.gallery-page ul li a:hover h3
{
    transform: translateY(-30px);
}
.gallery-page ul li a:before
{
    content: " ";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    mix-blend-mode: multiply;
}
.gallery-page ul li a:hover:before
{
    background: rgba(0, 0, 0, 0.6);
}
.gallery-page ul li a:after
{
    font-family: 'Material Symbols Outlined';
    background: #01a957;
    content: "\e5c8";
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    transform: rotate(-45deg);
}
.gallery-page ul li a:hover:after
{
    transform: rotate(0deg);
}
.photo-gallery, .photo-gallery-four
{
    text-align:center;
}
.photo-gallery ul, .photo-gallery-four ul
{
    padding: 0;
    margin: -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li, .photo-gallery-four ul li
{
    float: left;
    list-style: none;
    width: 33.333333%;
    overflow: hidden;
}
.photo-gallery-four ul li
{
    width: 25%;
}
.photo-gallery ul li a, .photo-gallery-four ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 20px;
}
.photo-gallery ul li a img, .photo-gallery-four ul li a img
{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery-four ul li a img
{
    height: 210px;
}
.photo-gallery ul li a:hover img, .photo-gallery-four 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-four 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-four ul li a:hover:before
{
    opacity:.5
}
.photo-gallery ul li a:after, .photo-gallery-four ul li a:after
{
    content: "\f00e";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    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;
    opacity: 0;
}
.photo-gallery ul li a:hover:after, .photo-gallery-four ul li a:hover:after
{
    opacity: 1;
}
.photo-gallery ul li h3
{
    text-align:center;
    font-size:18px;
}
.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;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.address-details
{
    text-align: center;
    margin-bottom: 50px;
}
.address-details article
{
    display: flex;
}
.address-details p
{
    position: relative;
    padding: 0 20px 0 60px;
	border-left: solid 1px #ebe0c4;
	margin: 0;
    width: 33.333333%;
    float: left;
    text-align: left;
}
.address-details p:first-of-type
{
	border-top: none;
}
.address-details p strong
{
	display: block;
    color: #7f7f7f;
	font-size: 13px;
    line-height: 15px;
}
.address-details p i
{
    position: absolute;
    top: 0px;
    left: 20px;
    width: 33px;
    height: 33px;
    background: #0459a2;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 200;
}
.gmap
{
    width: 45%;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none !important;
}