/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	padding-top: 144px;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

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

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

/* Header */

#header {
	position: fixed;
	background: #fff;
	height: 145px;
	padding: 15px 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	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-shadow: 0 2px 15px rgba(0,0,0,0.15);
	        box-shadow: 0 2px 15px rgba(0,0,0,0.15);
	z-index: 100000;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

body.scrolled #header {
	height: 122px;
}

#header .enrolBtn {
	position: absolute;
	right: 17px;
	top: 12px;
	margin: 0;
}

#header .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'Goodlist', cursive;
	font-size: 41px;
	line-height: 1.4;
	color: #5fd0ea;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .logo img {
	display: block;
	width: 1.853658536585366em;
	margin-right: 0.3170731707317073em;	
	-webkit-animation: rotateAnim 40s forwards infinite linear;	
	        animation: rotateAnim 40s forwards infinite linear;
}

body.scrolled #header .logo {
	font-size: 33px;
}

#header #navigation {
	margin-top: 25px;
	-webkit-transition: margin-top 0.3s;
	-o-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}

body.scrolled #header #navigation {
	margin-top: 17px;
}

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

#header #navigation ul li {
	position: relative;
	margin: 0 17.5px;
	padding: 0;
	list-style: none;
	font-size: 17px;
}

#header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #999999;
}

#header #navigation ul li.Current a,
#header #navigation ul li.Parent a,
#header #navigation ul li:hover a {
	color: #917acd;
}

#header #navigation ul li.hasSub.Current>a:before,
#header #navigation ul li.hasSub.Parent>a:before,
#header #navigation ul li.hasSub:hover>a:before {
	background-position: left bottom;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 9px 0 0;
	min-width: calc(100% + 15px);
	border-bottom: 0.2105263157894737em solid #7761b1;
	border-radius: 0.2631578947368421em;
	z-index: 1;
	display: block;
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #917acd;
	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:before  {
	display: none;
}

#header #navigation ul li ul li:hover {
	background-color: #846dbe;
	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.29em;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5789473684210526em 0.3157894736842105em 0 0.3157894736842105em;
	border-color: #999999 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: #917acd transparent transparent transparent;
	background-position: left bottom;
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

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

/* Slider */

#slider {
	position: relative;
}

#slider:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 69px;
	background: url(../images/slider-curve.svg) no-repeat center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

#slider .circleLogo,
#banner .circleLogo {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 120px;
	bottom: -30px;
}

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

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

#slider .slides li:before {
	content: "";
	position: absolute;
	left: -8.611111111111111%;
	top: -29.14798206278027%;
	width: 45.90277777777778%;
	height: 97.15994020926756%;
	background: url(../images/logo-flower.svg) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
	opacity: 0.5;
	-webkit-animation: rotateAnim 40s forwards infinite linear;
	        animation: rotateAnim 40s forwards infinite linear;
	z-index: 1;
}

#slider .slides li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 91.03139013452915%;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,0)),color-stop(11%, rgba(255,255,255,0.06)),color-stop(26%, rgba(255,255,255,0.18)),color-stop(61%, rgba(255,255,255,0.56)),color-stop(79%, rgba(255,255,255,0.73)),color-stop(92%, rgba(255,255,255,0.83)),to(rgba(255,255,255,0.86)));
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.06) 11%,rgba(255,255,255,0.18) 26%,rgba(255,255,255,0.56) 61%,rgba(255,255,255,0.73) 79%,rgba(255,255,255,0.83) 92%,rgba(255,255,255,0.86) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.06) 11%,rgba(255,255,255,0.18) 26%,rgba(255,255,255,0.56) 61%,rgba(255,255,255,0.73) 79%,rgba(255,255,255,0.83) 92%,rgba(255,255,255,0.86) 100%);
	pointer-events: none;
}

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

	-webkit-transform: scale(1);

	    -ms-transform: scale(1);

	        transform: scale(1);
    -webkit-transition: -webkit-transform 8s ease;
    transition: -webkit-transform 8s ease;
    -o-transition: transform 8s ease;
    transition: transform 8s ease;
    transition: transform 8s ease, -webkit-transform 8s ease;
}

#slider .slides .owl-item.active img {
	 -webkit-transform: scale(1.1);
	     -ms-transform: scale(1.1);
	         transform: scale(1.1);
}

#slider .slides li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

#slider .slides li .overlay .section {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 146px;
}

#slider .slides li .overlay .title {
	font-family: 'Goodlist', cursive;
	font-size: 66px;
	color: #fff;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	margin: 0 0 15px;
}

#slider .slides li .overlay .subtitle {
	font-size: 25px;
	font-weight: bold;
	color: #917acd;
	margin: 0 0 25px;
}

#slider .slides li .overlay .enrolBtn {
	margin: 0;
}

/* Banner */

#banner {
	position: relative;
}

#banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 69px;
	background: url(../images/slider-curve.svg) no-repeat center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

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

/* Content */

#content .section {
	padding-top: 45px;
	padding-bottom: 45px;
}

/* Footer */

#footer {
	position: relative;
	background: #01b0d7;
}

#footer * {
	color: #fff;
}

#footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	height: 70px;
	background: url(../images/footer-curve.svg) no-repeat center top;
	background-size: 100% 100%;
}

#footer .top {
	position: relative;
	overflow: hidden;
}

#footer .top .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 70px;
	padding-bottom: 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#footer .top .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.37;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	-webkit-animation: zoomAnimation 10s forwards infinite alternate linear;
	animation: zoomAnimation 10s forwards infinite alternate linear;
}

#footer .top .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 5.1em;
	margin-top: 0.5em;
	font-family: 'Goodlist', cursive;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}

#footer .top .logo img {
	width: 3.5em;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-animation: rotateAnim 40s forwards infinite linear;
	        animation: rotateAnim 40s forwards infinite linear;
}

#footer .top .logo span {
	width: 4.166666666666667em;
}

#footer .top .title {
	font-family: 'Goodlist', cursive;
	font-size: 29px;
	margin: 0 0 10px;
}

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

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

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

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

#footer .top .links ul ul {
	display: none;
}

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

#footer .top .contacts .means {
	margin: 0 0 15px;
	padding: 0;
}

#footer .top .contacts .means li {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

#footer .top .contacts .means li a {
	display: inline-block;
	padding-left: 1.833333333333333em;
}

#footer .top .contacts .means li.phone a {
	background: url(../images/phone-ico.svg) no-repeat 0 3px;
	background-size: 1.055555555555556em;
}

#footer .top .contacts .means li.email a {
	background: url(../images/email-ico.svg) no-repeat 0 2px;
	background-size: 1.333333333333333em;
}

#footer .top .socials {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .top .socials li {
	margin: 0 11px 0 0;
	padding: 0;
	list-style: none;
}

#footer .top .socials li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#footer .top .socials li a img {
	display: block;
    height: 15px;
    filter: invert(69%) sepia(20%) saturate(1115%) hue-rotate(135deg) brightness(84%) contrast(90%);
}

#footer .top .socials li a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#footer .bottom {
	background: #0fc0e8;
	color: #fff;
	text-align: center;
}

#footer .bottom .section {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer .bottom .copyright {
	margin: 0;
	font-size: 17px;
}

/* Mobile Navigation */

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

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

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

.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: #917acd;
}

.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: #5fd0ea !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;
}
#ContactForm textarea {
    height: 150px;
}
label.error {
    color:red;
    font-weight: normal;
    font-size: 11px;
}

#ContactForm textarea {
    height: 150px;
}

#ContactForm input[type=text], #ContactForm input[type=email], #ContactForm  textarea, #enrolmentForm input[type=text], #enrolmentForm input[type=email], #enrolmentForm  textarea {
    border-radius: 10px;
    border: 1px solid #0FC0E8;
    color: #2d9fd9;
    padding-left: 10px;
}

#ContactForm input[type=text]:focus, #ContactForm input[type=email]:focus, #ContactForm textarea:focus, #enrolmentForm input[type=text]:focus, #enrolmentForm input[type=email]:focus, #enrolmentForm textarea:focus {
    outline: none;
    border: 1px solid #a0d18c;
    color: #2d9fd9;
}

#ContactForm button, #enrolmentForm button {
    background: #0FC0E8;
        background-color: rgb(15, 192, 232);
    color: #fff;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 21px;
    padding: 8.5px 25px;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
#ContactForm button:hover, #enrolmentForm button:hover {
    background-color: #72b6eb;
}
