@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=PT+Serif: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;
}
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: "Archivo", sans-serif;
	/*font-family: "PT Serif", 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:#0100a6;
	text-decoration:underline;
	text-decoration-color: #027000;
	text-decoration-style: double;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
	text-decoration:none;
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #0100a6;
}
ul.list li strong
{
	color:#000;
}
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
{
	background: #fff;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-strip
{
	background: #027000;
}
.header-strip nav
{
	margin-left: auto;
	padding: 12px 0; 
}
.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 #fff;
    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: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
	text-decoration: none;
}
.header-strip nav ul li a:hover
{
	
}
.header-strip aside
{
	display: flex;
	gap:10px;
	background: #fff;
    padding: 9px 20px 9px 0;
	position: relative;
	z-index: 9;
}
.header-strip aside:before
{
	content: " ";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    z-index: -8;
}
.header-strip aside h3
{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #262a26;
    display: flex;
    align-items: center;
}
.header-strip aside h3:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e0b0";
    font-size: 22px;
    font-weight: 300;
	color: #262a26;
}
.header-strip aside h3:nth-of-type(2):before
{
    content: "\e158";
}
.header-top
{
	position:relative;
	padding: 10px 0;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 img
{
	-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;
}
.logo-text
{
	margin: auto;
	text-align: center;
}
.logo-text h1
{
    text-transform: uppercase;
    font-family: "PT Serif", serif;
    color: #027000;
    font-size: 40px;
    font-weight: 600;
}
.logo-text p
{
    color: #292b28;
    font-size: 20px;
    margin: 3px 0;
}
.header-top aside
{
	
}
.header-top aside a
{
    display: inline-block;
    font-size: 16px;
    color: #292b28;
	border: solid 1px #0100a6;
    background: #fff;
    padding: 16px 30px 16px 30px;
    border-radius: 30px;
	text-decoration: none;
}
.header-top aside a:hover
{
    background: #292b28;
	border: solid 1px #292b28;
    color: #fff;
}
.hero
{
	
}
.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;
}
.nav-shrink {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}
.nav

{

    background: #292b28;

	position: relative;

}
.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: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 18px 25px;
	text-decoration: none;
}

.nav ul li a span

{

    position: absolute;

    top: 21px;

    right: 12px;

    width: 10px;

    height: 10px;

}

.nav ul li a span:before

{

    content: " ";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 2px;

    height: 100%;

    margin: auto;

    background: #fff;

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

    transform: rotate(-45deg);

}

.nav ul li a span:after

{

    content: " ";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: -12px;

    width: 2px;

    height: 100%;

    margin: auto;

    background: #fff;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

}

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

{

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    background: #2c3d4f;

}

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

{

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

    transform: rotate(-45deg);

    background: #2c3d4f;

}

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

{

	background: #dfebdf;

	color: #2c3d4f;

}

.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: 16px !important;
    color: #666 !important;
    display: block !important;
    position: relative !important;
    padding: 10px 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: #292b28;
        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: 8px;

		width: 10px;

		height: 10px;

	}

.navbar aside

{

	margin-left:auto;

}

  .nav-dropdown, .nav-dropdown-fillwidth {

    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: #ffffff;

  position: absolute;

  display: block;

  content: "";

  transition: all 300ms ease-in-out;

}

#nav-toggle span:before {

  top: -10px;

}

#nav-toggle span:after {

  bottom: -10px;

}

#nav-toggle.active span {

  background-color: transparent;

}

#nav-toggle.active span:before, #nav-toggle.active span:after {

  top: 0;

}

#nav-toggle.active span:before {

  transform: rotate(45deg);

}

#nav-toggle.active span:after {

  transform: rotate(-45deg);

}

#nav-toggle strong

{

	margin-left:auto;

	color:#fff;

}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 30px;
    font-weight: 700;
    color: #292b28;
    line-height: 32px;
    font-family: "PT Serif", serif;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #027000;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "PT Serif", serif;
}
.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 img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    color: #292b28;
    background: #fff;
	border: solid 1px #0100a6;
    padding: 16px 30px 16px 30px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
	text-decoration: none;
}
a.linkbutton:hover
{
    background: #292b28;
    color: #fff;
	border: solid 1px #292b28;
}
.section-tab
{
	padding: 0;
}
.section-tab .row
{
    background: #fff;
    padding: 50px;
    position: relative;
    top: -75px;
    z-index: 99;
    border-radius: 30px;
    margin-bottom: -75px;
}
.section-tab ul
{
	padding: 0;
} 
.section-tab ul li
{
	float: left;
	width: 25%;
}
.section-tab ul li a
{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 10px;
}
.section-tab ul li a:hover
{
	transform: translateY(-20px);
}
.section-tab ul li a:after
{
	content: " ";
    background: rgba(2, 112, 0, 0);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-tab ul li a:hover:after
{
    background: rgba(2, 112, 0, 0.8);
}
.section-tab ul li a figcaption
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99;
}
.section-tab ul li a figcaption h3
{
	color: #fff;
	transform: translateY(-20px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	opacity: 0;
}
.section-tab ul li a:hover figcaption h3
{
	color: #fff;
	transform: translateY(0px);
	opacity: 1;
}
.section-tab ul li a img
{
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
}
.section-tab ul li a figcaption:before
{
	content: " ";
    background: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px 0 6px 0;
}
.section-tab ul li a figcaption:after
{
	font-family: 'Material Symbols Outlined';
	content: "\e5c8";
    background: #0100a6;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.section-tab ul li a:hover figcaption:after
{
    transform: rotate(0deg);
}
.intro
{
	position: relative;
	overflow: hidden;
}
.latest-news
{
	width: 30%;
}
.latest-news p

{

    display: flex;

    color: #000;

    font-size: 16px;

    position: relative;

    padding-bottom: 30px;

    margin: 15px 0;

    text-decoration: none;

    border-bottom: solid 2px #d4d4d4;

    align-items: center;

    gap: 10px;

}

.latest-news p span

{

    width: 40px;

    height: 40px;

    background: #027000;

    color: #fff;

    text-align: center;

    line-height: 16px;

    border-radius: 2px;
	padding: 4px 0;

}

.latest-news p span small

{

    display: block;

}
.intro figure
{
	width: 40%;
	padding: 15px 30px;
}
.intro figure img
{
	border-radius: 10px;
}    
.intro aside
{
	width: 30%;
}
.why
{
    background: #292b28;
    text-align: center;
}
.why h2
{
    color: #fff;
}
.why ul
{
	margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap:10px;
}
.why ul li
{
    background: #1a1b19;
    border-radius: 10px;
	padding: 30px 0;
}
.why ul li figure
{
    width: 80px;
    height: 80px;
    margin: 15px auto;
    border: dotted 1px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why ul li h3
{
	color: #fff;
}
.courses
{
    text-align: center;
}
.courses ul
{
    margin: 30px 0 0 0;
    display: flex;
    gap: 20px;
	justify-content: center;
}
.courses ul li
{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	width: 25%;
}
.courses ul li:hover
{
    box-shadow: 0px 0px 38px rgba(0, 0, 0, .2);
    transform: translateY(-15px);
}
.courses ul li figure
{
	
}
.courses ul li figure img
{
	
}
.courses ul li a.linkbutton
{
	margin: 0 0 15px 0;
}
.awards-news
{
    background: #dfebdf url(../images/TextureWhite.png) center center;
	padding: 0;
}
.awards
{
	text-align: center;
	width: 35% !important;
    background: #fff url(../images/TextureWhite.png) center center;
	padding: 50px 20px 50px 20px;
	position: relative;
	z-index: 9;
}
.awards h2, .news h2
{
	margin-bottom: 30px;
}
.news .AwardsSlider
{
	
}
.AwardsSlider .item a
{
	display: block;
    border-radius: 10px;
	overflow: hidden;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}
.AwardsSlider .item a:after
{
	content: " ";
    background: linear-gradient(0deg, #034ea2, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
}
.AwardsSlider .item a img
{
    height: 334px;
    object-fit: cover;
}
.AwardsSlider .item a h3
{
	color: #fff;
	z-index: 9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}
.AwardsSlider .owl-prev,
.AwardsSlider .owl-next
{
	display: none;
}
.news
{
	width: 63% !important;
	text-align: center;
	padding: 50px 0px;
}
.news .NewsSlider
{
	padding-bottom: 75px;
}
.testimonials .owl-carousel
{
	margin-top: 30px;
	padding-bottom: 75px;
}
.NewsSlider .owl-dots, .testimonials .owl-dots
{
	display: none;
}
.NewsSlider .owl-carousel .owl-stage, .testimonials .owl-carousel .owl-stage
{
    display: flex;
}
.NewsSlider .owl-carousel.owl-drag .owl-item, .testimonials .owl-carousel.owl-drag .owl-item
{
    display: flex;
}
.NewsSlider .item
{
	width: 100%;
}
.NewsSlider .item a
{
	display: block;
	border-radius: 10px;
	background: #e8ecf2;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
    height: 100%;
}
.NewsSlider .item a figure
{
	
}
.NewsSlider .item a figure img
{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.NewsSlider .item a h3
{
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
    color: #232629;
}
.testimonials
{
	background: url("../images/testimonialsbg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
}
.testimonials .row
{
	max-width: 800px;
	position: relative;
	text-align: center;
}
.testimonials .row:before
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #027000;
    font-size: 120px;
    position: absolute;
    top: 10px;
    left: -200px;
    z-index: 99;
	opacity: 0.1
}
.testimonials .row:after
{
    content: "\f10e";
    font-family: 'FontAwesome';
    color: #0100a6;
    font-size: 220px;
    position: absolute;
    bottom: -50px;
    right: -200px;
    z-index: 99;
	opacity: 0.1
}
.testimonials .TestimonialsSlider .item
{
	position: relative;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.testimonials .TestimonialsSlider .item:before
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #027000;
    font-size: 30px;
	width: 60px;
	height: 60px;
	border: dotted 1px #292b28;
	display: flex;align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.testimonials .TestimonialsSlider .item figure
{
	width: 30%;
}
.testimonials .TestimonialsSlider .item figure img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    border-radius: 10px;
}
.testimonials .TestimonialsSlider .item aside
{
	width: 68%;
	margin-left: auto;
    border-radius: 10px;
    background: #e8ecf2;
	text-align: left;
	padding: 5px 20px;
}
.testimonials .TestimonialsSlider .item h3
{
    color: #232629;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.testimonials .TestimonialsSlider .item h3 small
{
    color: #034ea2;
    font-size: 15px;
	display: block;
}
.help
{
	background: #3a3f3a;
	padding: 30px 20px;
}
.help .alignmiddle
{
	justify-content: center;
	text-align: center;
	gap:15px;
}
.help h2
{
	color: #fff;
    font-size: 34px;
}
.help a.linkbutton
{
	background: #fff;
    border: solid 1px #fff;
    color: #6d6e71;
	margin: 0;
}
.help a.linkbutton:nth-of-type(2)
{
	background: #232629;
    border: solid 1px #232629;
    color: #fff;
}
.help a.linkbutton:before
{
    border-left: solid 0px #034ea2;
}
.help a.linkbutton:after
{
    border-left: solid 0px #fff;
}
.help a.linkbutton:hover:before
{
    border-left: solid 8px #034ea2;
}
.help a.linkbutton:hover:after
{
    border-left: solid 8px #fff;
}
.help a.linkbutton:nth-of-type(2):after
{
    border-left: solid 0px #232629;
}
.help a.linkbutton:nth-of-type(2):hover:after
{
    border-left: solid 8px #232629;
}
.footer
{
    background: #292b28;
	position:relative;
}
.footer iframe
{
    border-radius: 20px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:85px 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:30px;
	position:relative;
	text-decoration: none;
}
.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;
}
.footer p strong
{
    color: #fff;
    font-weight: 500;
	display:block;
}
.footer-bottom
{
    background: #fff;
	padding:15px 0px;
}
.footer-bottom p
{
    color: #000;
}
.footer-bottom a
{
    color: #f7f701;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{

    background:#dfebdf center center;
	padding:30px 20px;
	position: relative;
	text-align: center;
}
.page-title h2
{
    font-weight: 500;
    font-size: 2.4rem;
    color: #292b28;
    line-height: 32px;
    font-family: "PT Serif", serif;
}
.page-title nav
{
    position: absolute;
    bottom: 8px;
}
.page-title nav ul

{

    padding: 0;

    margin: 0;

}

.page-title nav ul li

{

    float: left;

    color: #2C3D4F;

    font-size: 14px;

    font-weight: 500;

    margin-right: 25px;

    position: relative;

}

.page-title nav ul li:first-of-type:before

{

    display:none;

}

.page-title nav ul li:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    position: absolute;
    font-weight: 200;
    font-size: 22px;
    top: -4px;
    left: -25px;
    color: #2C3D4F;
}

.page-title nav ul li a

{

    display: block;

    color: #707070;

    font-size: 14px;

    font-weight: 400;
	text-decoration: none;

}

.page-title nav ul li a:hover

{

    color: #000;

}
.about-us
{
	
}
.about-us figure
{
	width: 48%;
}
.about-us img
{
    border-radius: 30px;
}
.about-us aside
{
	width: 48%;
	margin-left: auto;
}
.members
{
	text-align: center;
}
.members ul
{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.members ul li
{
    width: 25%;
}
.members ul li img
{
    border-radius: 10px;
}
.members ul li h3
{
    background: #f0f5ef;
    margin: 0;
    padding: 15px 0;
}
.vision-mission
{
	display: flex;
	margin-top: 30px;
}
.vision-mission article
{
	width: 50%;
	display: flex;
}
.vision-mission article figure
{
	width: 35%;
}
.vision-mission article figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.vision-mission article aside
{
	width: 65%;
	padding: 0 20px;
}
.linkbox
{
	
}
.linkbox ul
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.linkbox ul li
{
    width: 25%;
    display: flex;
}
.linkbox ul li a
{
    display: block;
    border: solid 1px #e0e7dd;
    text-align: center;
    border-radius: 15px;
    color: #292b28;
    text-decoration: underline;
    padding: 20px;
    word-wrap: break-word;
    position: relative;
    width: 100%;
    height: 100%;
	text-decoration: none;
}
.linkbox ul li a:before
{
	display: block;
    font-family: 'Material Symbols Outlined';
    content: "\e89e";
    font-size: 36px;
    font-weight: 300;
	margin-bottom: 15px;
    text-decoration: none !important;
}
.linkbox ul li a:hover
{
    box-shadow: 8px 24px 22px rgba(0, 0, 0, 0.1);
}
.courses-content
{
	
}
.courses-content figure
{
    width: 48%;
	margin: 15px 0;
}
.courses-content img
{
    border-radius: 30px;
}
.courses-content aside
{
    width: 48%;
    margin-left: auto;
}
.courses-tab
{
	
}
.courses-tab ul
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.courses-tab ul li
{
    border: solid 1px #e0e7dd;
    text-align: center;
    border-radius: 15px;
    padding: 20px;
}
.courses-tab ul li h4
{
    color: #292b28;
    font-weight: 600;
    font-size: 22px;
}
.courses-tab ul li h4 small
{
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.gallery-link
{
	text-align: center;
}
.gallery-link ul
{
	padding: 0;
	margin: 0px -20px 0 -20px;
} 
.gallery-link ul li
{
	float: left;
	width: 33.333333%;
}
.gallery-link ul li a
{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 20px;
}
.gallery-link ul li a:hover
{
	transform: translateY(-20px);
}
.gallery-link ul li a:after
{
	content: " ";
    background: rgba(62, 26, 7, 0);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.gallery-link ul li a:hover:after
{
    background: rgba(2, 112, 0, 0.6);
}
.gallery-link ul li a figcaption
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99;
}
.gallery-link ul li a figcaption h3
{
	color: #fff;
	transform: translateY(-20px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	opacity: 0;
}
.gallery-link ul li a:hover figcaption h3
{
	color: #fff;
	transform: translateY(0px);
	opacity: 1;
}
.gallery-link ul li a img
{
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
.gallery-link ul li a figcaption:before
{
	content: " ";
    background: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px 0 6px 0;
}
.gallery-link ul li a figcaption:after
{
	font-family: 'Material Symbols Outlined';
	content: "\e5c8";
    background: #0100a6;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.gallery-link ul li a:hover figcaption:after
{
    transform: rotate(0deg);
}
.photo-gallery
{
	text-align:center;
}
.photo-gallery ul
{
    padding: 0;
    margin: -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 20px;
}
.photo-gallery ul li a img
{
    width: 100%;
	height: 180px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery 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
{
    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
{
	opacity:.5
}
.photo-gallery 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
{
	opacity: 1;
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2, .formfield h3
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #4f544e;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #4f544e;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #4f544e;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #4f544e;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #4f544e;
    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: #fff;
    border: solid 1px #c3cec1;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #4f544e;
    font-size: 15px;
    font-family: "Archivo", 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: #fff;
    border: solid 1px #c3cec1;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #4f544e;
    font-size: 15px;
    font-family: "Archivo", 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: "Archivo", sans-serif;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #6b3e2e;
    -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 #6b3e2e;
    border-radius: 10px;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "Archivo", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: solid 1px #c3cec1;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #4f544e;
    font-size: 15px;
    font-family: "Archivo", 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: solid 1px #0100a6;
    background: #fff;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #292b28;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Archivo", 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
{
    border: solid 1px #292b28;
    background: #292b28;
	color: #fff;
}
.address-details
{
    width: 40%;
}
.address-details p
{
    position: relative;
    padding: 10px 0 0px 0px;
	border-top: solid 1px #c3cec1;
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.address-details p:first-of-type
{
	border-top: none;
}
.address-details p strong
{
	display: block;
    color: #7f7f7f;
	font-size: 13px;
    line-height: 15px;
}
.gmap
{
	
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none !important;
}