html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333333;
	line-height: 1.2;
	background: #fff;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 21px;
	overflow: hidden;
	padding-top: 180px;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

body.scrolled #mainWrapper {
	padding-top: 139px;
}

@supports (overflow:clip) {
	#mainWrapper {
		overflow: clip;
	}
}

/* Header */
 
#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	border-bottom: 8px solid #abcd52;
	--padding: 87px;
	z-index: 100000;
	-webkit-filter: drop-shadow(0 5px 5px rgba(0,0,0,0.2));
	        filter: drop-shadow(0 5px 5px rgba(0,0,0,0.2))
}

#header .section {
	position: static;
	height: 175px;
	padding-top: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

body.scrolled #header .section {
	height: 140px;
}

#header .logo {
	position: relative;
	display: block;
	width: 337px;
	margin: 0 auto;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	z-index: 1;
}

body.scrolled #header .logo {
	width: 260px;
}

#header .icons {
	position: absolute;
	top: 11px;
	left: var(--padding);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .icons ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .icons li {
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
}

#header .icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 37px;
	height: 37px;
	background: #cf328b;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .icons a img {
	display: block;
	filter: brightness(0) invert(1);
	max-height: 80%;
}

#header .icons .contact li:nth-child(2) a {
	background-color: #ffcc33;
}

#header .icons .socials li:nth-child(4n+1) a {
	background-color: #abcd52;
}

#header .icons .socials li:nth-child(4n+2) a {
	background-color: #17bafd;
}

#header .icons .socials li:nth-child(4n+3) a {
	background-color: #cf328b;
}

#header .icons .socials li:nth-child(4n+4) a {
	background-color: #ffcc33;
}

#header .icons a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#header .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 11px;
	right: var(--padding);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#header .options a {
	line-height: 1.947368421052632em;
	color: #fff;
	font-size: 19px;
	text-align: center;
	border-radius: 2.631578947368421em;
	margin-bottom: 0.5263157894736842em;
	padding-left: 0.7894736842105263em;
	padding-right: 0.7894736842105263em;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .options a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#header .options .lang:hover {
	background-color: #f3c126;
}

#header .options .enrol {
	background: #cf328b;
	font-family: 'Poppins', Arial, sans-serif;
}

#header .options .enrol:hover {
	background-color: #de4298;
}

#header #navigation {
	margin-bottom: 4px;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#header #navigation ul li {
	position: relative;
	margin: 0 15px;
	padding: 0;
	list-style: none;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

#header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #abcd52;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

#header #navigation ul li:hover a {
	color: #17bafd;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 12px 0 0;
	min-width: calc(100% + 15px);
	border-bottom: 0.2105263157894737em solid #abcd52;
	border-radius: 0.2631578947368421em;
	z-index: 1;
	display: block;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #cf328b;
	color: #000;
}

#header #navigation ul li ul li a {
	display: block;
	padding: 0.5263157894736842em 15px;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
	min-width: 100%;
	height: auto;
}

#header #navigation ul li ul li a {
	display: block;
	padding: 0.5263157894736842em 15px;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
	min-width: 100%;
	height: auto;
}

#header #navigation ul li ul li a:before  {
	display: none;
}

#header #navigation ul li ul li:hover {
	background-color: #ffcc33;
	color: #fff;
}

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	    transform: translateX(-2%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
	   transition-delay: 0s, 0s, 0.3s;
}

#header #navigation ul li.hasSub ul a:after {
	display: none
}

#header #navigation ul li.hasSub>a {
	padding-right: 0.9em;
}

#header #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.33em;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5789473684210526em 0.3157894736842105em 0 0.3157894736842105em;
	border-color: #abcd52 transparent transparent transparent;
	pointer-events: none;
	-webkit-transition: transform 0.3s, border-color 0.3s;
	-webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
	transition: border-color 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}

#header #navigation ul li.hasSub:hover>a:before {
	border-color: #17bafd transparent transparent transparent;
	background-position: left bottom;
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

#header #navigation ul li.hasSub.Parent>a:before,
#header #navigation ul li.hasSub.Current>a:before {
	border-color: #17bafd transparent transparent transparent;
}

#header #navigation ul li.Current>a,
#header #navigation ul li.Parent>a {
	color: #17bafd;
}

/* Google Translate Widget */

body {
	top: 0 !important;
}

html[class*="translated"] #header, html[lang="auto"] #header {
	top: 0;
}

.goog-logo-link{display: none !important;}
.goog-te-gadget{height: 37px !important;  overflow: hidden;}


.skiptranslate:not(.goog-te-gadget) {
    top: -9999em;
} 

.goog-te-gadget {
	margin-bottom: 10px;
	font-size: 0 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.goog-te-gadget .goog-te-combo {
	display: block;
	width: 100%;
	height: 2.176470588235294em;
	background: #ffcc33 url(../images/language-ico.svg) no-repeat 0.7647058823529412em center;
	font-family: Arial, sans-serif;
	font-size: 17px;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	padding-left: 2.5em;
	padding-right: 1.2em;
	border-radius: 2.941176470588235em;
	margin: 0 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background-size: 1.470588235294118em;
}

.goog-te-gadget .goog-te-combo:hover {
	background-color: #f3c126;
}

.goog-te-gadget:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.goog-te-gadget .goog-te-combo option {
	padding: 0;
	background: #17bafd;
}

/* Slider */

#slider {
	position: relative;
}

#slider:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 165px;
	background: url(../images/slider-curve.svg) no-repeat center bottom;
	background-size: 100% 100%;
	z-index: 1;
	-webkit-animation: curvesAnim 3s;
	animation: curvesAnim 3s;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

/* Banner */

#banner {
	position: relative;
}

#banner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 165px;
	background: url(../images/slider-curve.svg) no-repeat center bottom;
	background-size: 100% 100%;
	z-index: 1;
	-webkit-animation: curvesAnim 3s;
	animation: curvesAnim 3s;
}

#banner img {
	display: block;
	width: 100%;
}

/* Content */

#content .section {
	padding-top: 40px;
   /*	padding-bottom: 90px;  */
}
#content {
   padding-bottom: 140px;
}

/* Footer */

#footer {
	text-align: left;
	position: relative;
	background: #17bafd;
	color: #fff;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 17px;
	-webkit-filter: drop-shadow(-6.5px -13px 0 #ffcc33) drop-shadow(13px 0 0 #ffcc33);
	        filter: drop-shadow(-6.5px -13px 0 #ffcc33) drop-shadow(13px 0 0 #ffcc33);
}

#footer:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 280px;
	height: 280px;
	margin-left: -140px;
	top: -92px;
	background: #17bafd;
	border-radius: 100%;
	z-index: -1;
}

#footer .top .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 200px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer .top .bear {
	position: absolute;
	width: 213px;
	left: 50%;
	top: -55px;
	margin-left: -106.5px;
}

#footer .top .title {
	font-family: 'Melon Camp', cursive;
	font-size: 27px;
}

#footer .top .links {
	margin-left: 60px;
}

#footer .top .links ul {
	margin: 0;
	padding: 0;
}

#footer .top .links ul li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}

#footer .top .links ul li:last-child {
	margin-bottom: 0;
}

#footer .top .links ul li a {
	position: relative;
	color: #fff;
	display: inline-block;
	padding-left: 19px;
}

#footer .top .links ul li a:hover {
	text-decoration: underline;
}

#footer .top .links ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 100%;
}

#footer .top .contacts {
	margin-left: auto;
}

#footer .top .contacts ul {
	margin: 0;
	padding: 0;
}

#footer .top .contacts ul li {
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
	color: #fff;
}

#footer .top .contacts ul li:last-child {
	margin-bottom: 0;
}

#footer .top .contacts ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 24px;
}

#footer .top .contacts ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat;
	background-size: 100%;
}

#footer .top .contacts ul li.phone a:before {
	top: 2px;
	width: 15px;
	height: 15px;
	background-image: url(../images/phone-ico.svg);
}

#footer .top .contacts ul li.email a:before {
	top: 3px;
	width: 16px;
	height: 12px;
	background-image: url(../images/email-ico.svg);
}

#footer .top .contacts ul li.location a:before {
	width: 14px;
	height: 18px;
	background-image: url(../images/location-ico.svg);
}

#footer .top .contacts ul li.timing a:before {
	width: 17px;
	height: 17px;
	background-image: url(../images/clock-ico.svg);
}

#footer .bottom {
	background: #abcd52;
}

#footer .bottom .section {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#footer .bottom .section>:last-child {
	margin-bottom: 0;
}


/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	width: 30px;
	outline: none;
	z-index: 10;
	top: 10px;
	left: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 4px;
	background: #17bafd;
	border-radius: 10px;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
	background: #abcd52;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.Parent,
.mm-menu ul li.active {
	background: #9dbf43;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background: none;
}

.mm-menu ul li svg {
	display: none;
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-navbar {
	background: #cf328b !important;
	font-size: 16px;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	color: #fff;
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: #fff;
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mm-listview .mm-next:before {
	background: #fff;
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
	border-color: #fff;
}

.mm-menu em.mm-counter {
	color: #fff;
	font-size: 16px;
}

.mm-listview>li:not(.mm-divider):after {
	background-color: #fff;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}

/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
.col-form-label, .form-check-label {
    padding-top:3px !important;
}
.fieldRequired {
    font-size: 14px;
    color: red;
    vertical-align: super;
}
label.error {
   font-size: 12px;
    color: red;
    font-weight: normal;
}
input.error {
    border: 1px solid red;
    background-color: #faf0f0;
}

select.error {
    border: 1px solid red;
    background-color: #faf0f0;
}
.grecaptcha-badge {
    z-index: 9999; /* Use a high value to ensure it is on top */
}
#ContactForm .form-group {
   margin-bottom: 1rem !important;
}
#ContactForm label {
   margin-bottom: .5rem;
}
.bottom a {
    color: #fff;
}
.es-widget-header-container-template {
    display: none!important;
}

