/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	padding-top: 95px;
}

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

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 100000;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1 );
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

#header .section {
	height: 96px;
}

#header .logo {
	position: absolute;
	width: 237px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .socials {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 17px;
	top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

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

#header .socials li img {
	display: block;
	height: 31px;
}

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

#header .options {
	position: absolute;
	right: 0;
	bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 17px;
}

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

#header .options #navigation ul li {
	position: relative;
	margin: 0 0 0 23px;
	padding: 0;
	list-style: none;
}

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


#header .options #navigation ul li.Current a,
#header .options #navigation ul li.Parent a,
#header .options #navigation ul li:hover a {
	color: #02aeee;
}

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

#header .options #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 17px 0 0;
	min-width: calc(100% + 15px);
	border-bottom: 0.2105263157894737em solid #ec018a;
	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 .options #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #02aeee;
	color: #000;
}

#header .options #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 .options #navigation ul li ul li a:before  {
	display: none;
}

#header .options #navigation ul li ul li:hover {
	background-color: #f89b1b;
	color: #fff;
}

#header .options #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 .options #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 .options #navigation ul li.hasSub ul a:after {
	display: none
}

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

#header .options #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.30em;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5789473684210526em 0.3157894736842105em 0 0.3157894736842105em;
	border-color: #000 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 .options #navigation ul li.hasSub:hover>a:before {
	border-color: #02aeee transparent transparent transparent;
	background-position: left bottom;
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

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

#header .options .formsBtn {
	margin-left: 20px;
	background: #ec018a;
	padding: 7.5px 25px;
	color: #fff;
	border-radius: 8px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#header .options .formsBtn:hover {
	background-color: #f89b1b;
}

/* Banner */

#banner {
	position: relative;
	background: #eef5f4;
	overflow: hidden;
	margin-bottom: 50px;
}

#banner:after {
	-webkit-animation: curvesAnim 2s;
	animation: curvesAnim 2s;
}

#banner:after,
#footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 13.95833333333333vw;
	background: url(../images/clouds.svg) center top;
	background-size: 100% 100%;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	pointer-events: none;
}

#banner .section {
	height: 44.30555555555556vw;
}

#banner .image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 44.86111111111111vw;
	--mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0NSIgaGVpZ2h0PSI2MzkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCA2NDUgNjM5Ij48cGF0aCBkPSJNMTUyLjQxLDBoNDkyLjU5djYzOUgxNTUuNzdDLTQ4Ljk3LDQ4MS44NC01MS4yNCwxNTguOTksMTUyLjQxLDBaIi8+PC9zdmc+");
	-webkit-mask-image: var(--mask);
	mask-image: var(--mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

#banner .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

#banner .circle {
	position: absolute;
	width: 35.625vw;
	height: 35.625vw;
	border-radius: 100%;
	mix-blend-mode: color-burn;
}

#banner .circle.one {
	left: -1.319vw;
	top: -5.208vw;
	background: #f99c20;
}

#banner .circle.two {
	--opacity: 0.39;
	left: -15.486vw;
	bottom: -12.083vw;
	background: #ec018a;
}

#banner .circle.three {
	left: 15vw;
	bottom: -7.916vw;
	background: #37a325;
}

#banner .circle.four {
	left: 36.875vw;
	bottom: 4.236vw;
	background: #0099ff;
}

#banner .circle.five {
  left: 40.486vw;
  top: -22.291vw;
  background: #f7ed18;
}

#banner .circle.six {
	right: -28.472vw;
	top: -6.597vw;
	background: #ec018a;
	--opacity: 0.39;
}

#banner .section {
	position: relative;
	padding-top: 5.902777777777778vw;
	padding-bottom: 5.902777777777778vw;
	z-index: 1;
}

#banner .overlay {
	max-width: 640px;
}

#banner .overlay .linkBtn {
	border-width: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 15px;
}

#banner .overlay>:last-child {
	margin-bottom: 0;
}

/* Sub Banner */

#subBanner {
	position: relative;
}

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

#subBanner:after {
	-webkit-animation: curvesAnim 2s;
	animation: curvesAnim 2s;
}

#subBanner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 13.95833333333333vw;
	background: url(../images/clouds.svg) center top;
	background-size: 100% 100%;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	pointer-events: none;
}

/* Footer */

#footer {
	position: relative;
	background: #015c9a;
	font-size: 17px;
}

#footer * {
	color: #fff;
}

#footer:before {
	bottom: auto;
	top: -13.8vw;
	-webkit-filter: none;
	        filter: none;
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 70px 15px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .logo {
	position: absolute;
	width: 493px;
	left: 50%;
	top: 40px;
	margin-left: -246.5px;
}

#footer .logo img {
	display: block;
	width: 100%;
}

#footer .title {
	font-family: 'Postbook', cursive;
	font-size: 34px;
	margin: 0 0 15px;
}

#footer .pages {
	text-align: center;
	width: 290px;
	margin-bottom: 15px;
}

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

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

#footer .pages #links ul li ul {
	display: none;
}

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

#footer .contactUs {
	margin-left: auto;
	width: 285px;
}

#footer .contactUs .methods {
	margin: 0;
	padding: 0;
}

#footer .contactUs .methods li {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

#footer .contactUs .methods li a {
	position: relative;
	display: inline-block;
	padding-left: 28px;
}

#footer .contactUs .methods li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

#footer .contactUs .methods li.phone a:before {
	top: 1px;
	width: 16px;
	height: 16px;
	background: url(../images/phone-ico.svg) no-repeat;
}

#footer .contactUs .methods li.email a:before {
	top: 2px;
	width: 21px;
	height: 15px;
	background: url(../images/email-ico.svg) no-repeat;
}

#footer .contactUs .methods li.map a:before {
	top: 0;
	left: 3px;
	width: 15px;
	height: 20px;
	background: url(../images/map-ico.svg) no-repeat;
}

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

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

#footer .contactUs .socials li img {
	display: block;
	height: 33px;
}

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

#footer .copyright {
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: center;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 2px dotted #fff;
}

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

/* Mobile Navigation */

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

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

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

.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: #30c1ff;
}

.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: #ec018a !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;
}

label.error {
    color: red;
    font-weight: normal;
    font-size: 11px;
}
.errorStrip {
    text-align: center;
    color: red;
    font-size: 13px;
    margin-bottom: 20px;
}
#ContactForm textarea {
    height: 120px;
}

#faqlist .faq .faq_question {
    color: #FFFFFF;
    border: 4px solid #015C9A;
    border-radius: 20px;
    background-color: #015C9A;
}
#faqlist .faq .faq_question.active {
    background-color: #015C9A;
}
#faqlist .faq .faq_question::after, #faqlist .faq .faq_question.active::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(102%);
}
.map-container {
    margin: 0 auto;
    border: 10px solid #F89B1B;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
}
