@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');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&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: "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: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	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: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    background: #bb8d1e;
    border-radius: 50%;
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 6px;
    height: 6px;
}
ul.list li:after
{
    content: " ";
    border-right: solid 2px #0c589b;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
}
ul.list li strong
{
	color:#000;
    font-weight: 600;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    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%;
}
.wrapper
{
	
}
.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: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, #bcc9e9, transparent);
    padding: 5px 0;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.header-strip .wave-line
{
    opacity: 0.1;
	z-index: -8;
}
.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: "\e0c8";
    font-weight: 300;
    font-size: 22px;
    color: #192646;
}
.header-contact p:nth-of-type(2):before
{
    content: "\e7ba";
}
.header-strip nav
{
	margin-left: auto;
	margin-right: 20px;
}
.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: dotted 1px #272827;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
}
.header-strip nav ul li:first-of-type:before
{
	display: none; 
}
.header-strip nav ul li a
{
    color: #272827;
    font-size: 15px;
    font-weight: 400;
    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;
}
.header-top
{
	position:relative;
    padding: 10px 0;
    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: #192646;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.header-top h1 a span small
{
    display: block;
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    color: #0c589b;
}
.flashnews
{
	background: #0c589b;
    display: flex;
}
.flashnews h3
{
    background-color: #bb8d1e;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    width: 185px;
}
.flashnews h3:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5e1 \e5e1 \e5e1";
    font-weight: 400;
    font-size: 13px;
}
.flashnews marquee
{
	display: flex;
	align-items: center;
}
.flashnews marquee p
{
	color: #fff;
    display: inline-block;
	margin: 0 10px;
	font-size: 15px;
}
.flashnews marquee p:before
{
	content: ">>>";
	display: inline-block;
	margin-right: 5px;
}
.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: 400;
    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: 2px;

    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: -12px;

    width: 2px;

    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: #0c589b;

}

.nav ul li:hover a span:after, .nav ul li.active > a span:after

{

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    background: #0c589b;

}

.nav ul li:hover > a,
.nav ul li.active > a,
.nav ul li a:visited:hover

{
    color: #0c589b;

}

.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: 14px !important;
    color: #666 !important;
    display: block !important;
    position: relative !important;
    padding: 8px 25px !important;
    font-weight: 400;
    text-align: left;
    text-wrap: nowrap;
    border-top: solid 1px #eeeeee;
}
.nav ul li ul li:first-of-type a
{
    border-top: none;
}
.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: #eeeeee;
	color: #000 !important;
}

.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: 798px)

{

  .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: 204px;
}
.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: 35px;
    font-weight: 600;
    color: #292c2e;
    line-height: 30px;
    font-family: "Philosopher", sans-serif;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #232629;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
.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: #dde4f4;
	border-radius: 15px;
	padding: 0 20px 20px 20px;
}
.sidebar nav h3
{
	margin: 0;
	padding: 20px 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 0;
	position: relative;
	z-index: 9;
}
.sidebar nav ul li a:hover
{
	color: #fff;
}
.sidebar nav ul li a:before
{
	content: " ";
    background: linear-gradient(90deg, #0c548b, #192646);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -30px;
    z-index: -8;
    border-radius: 30px;
	opacity: 0;
}
.sidebar nav ul li a:hover:before
{
	opacity: 1;
}
.sidebar img
{
	margin: 15px 0;
	border-radius: 30px;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #0c589b;
    padding: 18px 50px 18px 30px;
    margin: 15px 0;
    border-radius: 15px;
    position: relative;
}
a.linkbutton:hover
{
    padding: 18px 30px 18px 50px;
}
a.linkbutton:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5e1";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
	opacity: 0;
}
a.linkbutton:hover:before
{
    transform: translate(25px, -50%);
	opacity: 1;
}
a.linkbutton:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5e1";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-25px, -50%);
	opacity: 1;
}
a.linkbutton:hover:after
{
    transform: translate(0px, -50%);
	opacity: 0;
}
.section-tab
{
	background: url("../images/kidstexture.png") top 10px center no-repeat;
	background-size: contain;
	position: relative;
	z-index: 99;
}
.wave {
  --size:80px;
  --m: 1;
  --p: calc(var(--m)*var(--size));
  --R: calc(var(--size)*sqrt(var(--m)*var(--m) + 1));
  
  height: 120px;
  
  mask:
    radial-gradient(var(--R) at left 50% var(--d,top) calc(var(--size) + var(--p)),#000 99%,#0000 101%) 
      calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%,
    radial-gradient(var(--R) at left 50% var(--d,top) calc(-1*var(--p)),#0000 99%,#000 101%) 
      left 50% var(--d,top) var(--size)/calc(4*var(--size)) 100% repeat-x;
  background:linear-gradient(30deg,#fff,#fff);
  background:linear-gradient(30deg,#fff,#fff);
    position: absolute;
    top: -118px;
    left: 0;
    right: 0;
    z-index: 9;
}
.wave-line {
  --size: 20px;
  --b: 2px;
  --m: 0.5;
  --p: calc(var(--m)*var(--size));
  --R: calc(var(--size)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
  
  --_g: #0000 calc(99% - var(--b)),#000 calc(101% - var(--b)) 99%,#0000 101%;
  mask:
    radial-gradient(var(--R) at left 50% bottom calc(-1*var(--p)),var(--_g)) 
      calc(50% - 2*var(--size)) calc(50% - var(--size)/2 - var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b)),
    radial-gradient(var(--R) at left 50% top    calc(-1*var(--p)),var(--_g)) 
      50%                       calc(50% + var(--size)/2 + var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b));
  background: linear-gradient(90deg,red,blue);
  height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-tab ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.section-tab ul li
{
	width: 100%
}
.section-tab ul li a
{
	display: block;
	background: #07529c;
	border: solid 3px #07529c;
	padding: 15px 30px;
	border-radius: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 9;
    border-radius: 20% 35% 18% 42% / 82% 68% 59% 68%;
}
.section-tab ul li:nth-of-type(2) a
{	
	background: #ea323e;
	border: solid 3px #ea323e;
    border-radius: 61% 80% 40% 84% / 46% 26% 30% 36%;
}
.section-tab ul li:nth-of-type(3) a
{	
	background: #eba820;
	border: solid 3px #eba820;
    border-radius: 36% 55% 28% 37% / 36% 40% 67% 72%;
}
.section-tab ul li a:before
{
	content: " ";
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 0;
	z-index: -8;
}
.section-tab ul li a:hover:before
{
	left: 0;
	right: auto;
	width: 100%;
}
.section-tab ul li a img
{
    margin: 15px 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-tab ul li a:hover img
{
    filter: invert(1);
}
.section-tab ul li a h3
{
    color: #fff;
	font-weight: 500;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-tab ul li a:hover h3
{
    color: #292c2e;
}
.section-tab ul li p
{
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-tab ul li a:hover p
{
    color: #000;
}
.girl
{
    background: url(../images/Girl.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    margin-bottom: 200px;
    right: 20px;
    width: 120px;
    height: 158px;
}
.boy
{
    background: url(../images/Boy.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 158px;
	z-index: 99;
}
.intro
{
	position: relative;
}
.intro aside
{
	width: 35%;
	margin-left: auto;
}
.intro figure
{
	width: 60%;
	position: relative;
	z-index: 9;
}
.intro figure img
{
	border-radius: 30px;
}
.home-staffs
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:0 50px;
}
.home-staffs article
{
	width: 100%;
}
.home-staffs article h2
{
    font-size: 26px;
    background: #292c2e;
    margin: 0;
    display: inline-block !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
}
.home-staffs article img
{
	border-radius: 0 30px 30px 30px;
}
.current-news
{
    background: #dde4f4;
	border-radius: 0 30px 30px 30px;
	padding: 15px 30px;
}
.current-news p
{
    display: flex;
    color: #000;
    font-size: 16px;
    position: relative;
    padding: 15px 0px;
    margin: 15px 0;
    text-decoration: none;
    border-bottom: solid 1px #d4d4d4;
    gap: 10px;
}
.current-news p span
{
    color: #000;
    text-align: center;
    line-height: 18px;
    border-right: solid 1px #A4A4A4;
	padding-right: 5px;margin-top: 5px;
}
.current-news p span small
{
    display: block;
}
.linkbox
{
	text-align: center;
    background: #dde4f4;
	position: relative;
}
.linkbox:before
{
	content: " ";
	background: url("../images/Baloon.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100px;
	height: 141px;
	-webkit-animation:baloon 10s ease-in infinite;
	animation:baloon 10s ease-in infinite;
}
@keyframes baloon
{
	0%
	{
    transform: translateY(0);
	}
	50%
	{
    transform: translateY(300%);
	}
	100%
	{
    transform: translateY(0);
	}
}
.linkbox .wave
{
    background: linear-gradient(30deg, #dde4f4, #dde4f4);
    top: -115px;
}
.linkbox h2
{
	margin-bottom: 30px;
}
.linkbox ul
{
	margin: 0px -15px 30px -15px;
}
.linkbox ul li
{
	width:25%;
	float: left;
}
.linkbox ul li a, .Facilities .item a
{
	display: block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin: 15px;
    --c: 20px;
    mask: radial-gradient(var(--c) 60% at var(--c) 50%, #0000 calc(100% - 1px), #000) calc(-1 * var(--c)) 0;
}
.Facilities .item a
{
	margin: 0px;
}
.linkbox ul li a img, .Facilities .item a img
{
	height: 350px;
	object-fit: cover;
}
.linkbox ul li a figcaption, .Facilities .item a figcaption
{
    background: rgba(12, 88, 155, 0.6);
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    text-align: left;
    padding: 0 20px;
    border-radius: 0 15px 0 0;
    height: 54px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.linkbox ul li a:hover figcaption, .Facilities .item a:hover figcaption
{
	height: 99px;
}
.linkbox ul li:nth-of-type(2) a figcaption
{
    background: rgba(234, 50, 62, 0.8);
}
.linkbox ul li:nth-of-type(3) a figcaption
{
    background: rgba(235, 168, 32, 0.6);
}
.linkbox ul li:nth-of-type(4) a figcaption
{
    background: rgba(16, 172, 42, 0.6);
}
.linkbox ul li a figcaption h3, .Facilities .item a figcaption h3
{
	color: #fff;
	font-size: 22px;
    font-family: "Philosopher", sans-serif;
    font-weight: 500;
}
.linkbox ul li a figcaption h3:hover, .Facilities .item a figcaption h3:hover
{
	text-decoration: underline;
	text-decoration-style: dotted;
}
.linkbox ul li a figcaption:after, .Facilities .item a figcaption:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    font-weight: 400;
    width: 30px;
    height: 30px;
    margin: 15px 0;
    background: #fff;
    font-size: 22px;
    color: #0c589b;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transform: translateX(-30px);
    opacity: 0;
}
.linkbox ul li a:hover figcaption:after, .Facilities .item a:hover figcaption:after
{
    transform: translateX(0px);
    transition-delay: 0.3s;
    opacity: 1;
}
.Facilities
{
    padding-bottom:50px;
}
.Facilities .owl-dots
{
	display: none !important;
}
.rainbow
{
    background: url(../images/Rainbow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -93px;
    margin-left: 0;
    width: 200px;
    height: 135px;
    z-index: -8;
    transform: rotate(12deg);
}
.getintouch
{
    background: #0c589b;	
	text-align: center;
	padding: 30px 0;
    border-radius: 15% 18% 12% 10% / 10% 20% 10% 10%;
	position: relative;
	z-index: 9;
}
.getintouch .wave-line
{
    opacity: 0.2;
    z-index: -8;
}
.getintouch h2
{
    color: #fff;
}
.formfield
{
	
}
.contact h2
{
    font-size: 28px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #000;
	font-family: "Poppins", 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: "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="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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: linear-gradient(90deg, #192646, #0c548b);
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
    margin: 15px 0 0 0;
    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: linear-gradient(90deg, #192646, #0c548b);
	position:relative;
	z-index: 9;
}
.footer:before
{
    content: " ";
    background: url(../images/Shape.svg) center center no-repeat;
    background-size: 102%;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
}
.footer:after
{
    content: " ";
    background: #eba820;
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(122px);
    z-index: -8;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.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
{
    
}
.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: #eba820;
    font-weight: 500;
    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;
}
.page-title
{
    background: linear-gradient(90deg, #0c548b, #192646);
    position: relative;
    z-index: 9;
    padding:20px 20px;
	margin-top: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-title:after
{
    content: " ";
    background: url(../images/Shape.svg) center center no-repeat;
    background-size: 102%;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    height: 60px;
    transform: rotate(180deg);
}
.page-title h2
{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    font-family: "Philosopher", sans-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;
	border-left: solid 1px #bb8d1e;
}
.page-title nav ul li:first-of-type
{
	border-left: none;
}
.page-title nav ul li a
{
    display: block;
    color: #C8C8C8;
    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%;
}
.team
{
    text-align: center;
    background: #dde4f4;
    position: relative;
	padding-top: 35px;
}
.team .wave
{
    background: linear-gradient(30deg, #dde4f4, #dde4f4);
    top: -115px;
}
.team ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
	margin: 30px 0 0 0;
}
.team ul li
{
    background: #fff;
	padding: 20px;
	border-radius: 15px;
    box-shadow: 8px 22px 50px rgba(0, 0, 0, 0.1);
}
.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;
	gap:30px;
	margin: 30px 0 0 0;
}
.our-focus ul li, .grid-color-three ul li
{
	padding: 20px;
	border-radius: 15px;
    background: #07529c;
    border-radius: 26% 35% 27% 42% / 104% 73% 60% 64%;
	padding: 15px 30px;
}
.our-focus ul li:nth-of-type(2), .grid-color-three ul li:nth-of-type(2)
{
    background: #ea323e;
    border-radius: 40% 26% 27% 48% / 94% 70% 66% 58%;
}
.our-focus ul li:nth-of-type(3), .grid-color-three ul li:nth-of-type(3)
{
    background: #eba820;
    border-radius: 37% 28% 38% 57% / 80% 88% 49% 85%;
}
.our-focus ul li figure, .grid-color-three ul li figure
{
    margin: 15px auto;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-focus ul li h3,
.our-focus ul li p,
.grid-color-three ul li h3,
.our-focus ul li p
{
	color: #fff;
}
.aims
{
    text-align: center;
    background: linear-gradient(90deg, #192646, #0c548b);
    position: relative;
	padding-top: 35px;
	padding-bottom: 135px;
}
.aims .wave
{
    background: linear-gradient(90deg, #192646, #0c548b);
    top: -115px;
}
.aims ul
{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap:30px;
	margin: 30px 0 0 0;
}
.aims ul li
{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 10px 12px 0px rgba(0, 0, 0, 0.2);
}
.aims ul li img
{
	margin: 15px 0;
}
.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: 30px 0 0 0;
	justify-content: center
}
.staffs ul li
{
	border: solid 1px #c2d5da;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	margin: auto;
}
.staffs ul li:hover
{
	border: solid 1px #0c548b;
}
.staffs ul li img
{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.staffs ul li h3
{
    font-size: 18px;
    line-height: 20px;
	margin-bottom: 0;
}
.staffs ul li h3 small
{
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.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: 260px;
	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(-20px);
}
.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';
    content: "\e5c8";
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 99;
}
.gallery-page ul li a:hover:after
{
    background: linear-gradient(90deg, #192646, #0c548b);
}
.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;
}
.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;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.address-details
{
    width: 40%;
}
.address-details p
{
    position: relative;
    padding: 10px 0 10px 40px;
	border-top: solid 1px #ebe0c4;
	margin: 0;
}
.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: 10px;
    left: 0;
    width: 33px;
    height: 33px;
    background: linear-gradient(90deg, #192646, #0c548b);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 200;
}
.gmap
{
	margin-top: 30px;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none !important;
}