@charset "UTF-8";

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Regular.eot');
    src: url('../fonts/subset-MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-It.eot');
    src: url('../fonts/subset-MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-It.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-It.woff') format('woff'),
        url('../fonts/subset-MyriadPro-It.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-It.svg#MyriadPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Semibold.eot');
    src: url('../fonts/subset-MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Semibold.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Semibold.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Goodlist';
    src: url('../fonts/subset-Goodlist.eot');
    src: url('../fonts/subset-Goodlist.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Goodlist.woff2') format('woff2'),
        url('../fonts/subset-Goodlist.woff') format('woff'),
        url('../fonts/subset-Goodlist.ttf') format('truetype'),
        url('../fonts/subset-Goodlist.svg#Goodlist') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

body {
	font-size: 16px;
	text-align: center;
	color: #434343;
	line-height: 1.2;
	background: #fff;
}

/* Section */

.section {
	position: relative;
	max-width: 1264px;
	margin: 0 auto;
}

.circleLogo {
	position: relative;
	width: 82px;
	height: 82px;
	margin: 0 auto 20px;
	border-radius: 100%;
	background: #fff url(../images/logo-flower.svg) no-repeat center;
	background-size: 70%;
	z-index: 2;
	-webkit-box-shadow: -12px 0px 40px 0px rgba(0, 0, 0, 0.17);
	        box-shadow: -12px 0px 40px 0px rgba(0, 0, 0, 0.17);
	-webkit-animation: rotateAnim 30s forwards infinite linear;
	        animation: rotateAnim 30s forwards infinite linear;
}

.circleLogo:after {
	content: "";
	position: absolute;
	left: 4.878048780487805%;
	right: 4.878048780487805%;
	top: 4.878048780487805%;
	bottom: 4.878048780487805%;
	border-radius: 100%;
	border: 1px dotted #fd92c6;
}


/* Intro */

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

/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.imageText .image {
	width: 584px;
	--mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MzQiIGhlaWdodD0iNjU2LjkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCA4MzQgNjU2LjkiPjxwYXRoIGQ9Ik02MS4yNCw2LjIyYzUzLjUtMTMuOTgsMTA5LjY3LTEuNDIsMTYzLjg1LDIuMjUsMTYxLjU5LDE2LjMyLDMyMy4zMiwzMS40OSw0ODQuODQsNDguNSwyMS41OSwyLjgsNDMuNDEsNS43Nyw2My45NywxMy4yMiwzMS4wNiw5LjgzLDUxLjUsMzguNjcsNTUuNDgsNzAuMzgsOC43MSw5Ni41Nyw2LjA1LDMwNy42MywxLjM4LDQwNC42MS00Ljc2LDU4Ljg0LTQwLjgyLDg2LjE4LTk3LjY3LDkwLjYtMjA1LjEsMTAuODUtNDEwLjgsMTYuNTgtNjE2LjE0LDIwLjg3LTM1LjctLjc3LTc3LjU2LTYuNS05Ny42OS0zOS44NS05LjA1LTE0LjMtMTIuOTQtMzEuMTEtMTUuMzEtNDcuNjhDLTMuNjEsNTE3LjY1LDEuMzEsMjI3LjAxLDAsMTY5LjQzLDIuMTEsMTEyLjI0LTYuMTksMjguMTQsNjEuMjQsNi4yMloiLz48L3N2Zz4=");
	-webkit-mask-image: var(--mask);
	mask-image:  var(--mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-animation: rotationAnimation 1.8s 0.1s forwards infinite alternate;
	animation: rotationAnimation 1.8s 0.1s forwards infinite alternate;
}

.imageText .image img {
	display: block;
	width: 100%;
}

.imageText .text {
	width: 650px;
	margin-left: auto;
}

.imageText .text>:last-child {
	margin-bottom: 0;
}

.imageText.alt .text {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
}

.imageText.alt .image {
	margin-left: auto;
	--mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MzQiIGhlaWdodD0iNjU2LjkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCA4MzQgNjU2LjkiPjxwYXRoIGQ9Ik04MzQuNzIsMTY5LjQzYy0xLjMxLDU3LjU4LDMuNjEsMzQ4LjIyLTMuOTUsMzk5LjY5LTIuMzcsMTYuNTctNi4yNiwzMy4zOC0xNS4zMSw0Ny42OC0yMC4xMywzMy4zNS02MS45OSwzOS4wOC05Ny42OSwzOS44NS0yMDUuMzQtNC4yOS00MTEuMDQtMTAuMDItNjE2LjE0LTIwLjg3LTU2Ljg1LTQuNDItOTIuOTEtMzEuNzYtOTcuNjctOTAuNkMtLjcxLDQ0OC4yLTMuMzcsMjM3LjE0LDUuMzQsMTQwLjU3YzMuOTgtMzEuNzEsMjQuNDItNjAuNTUsNTUuNDgtNzAuMzgsMjAuNTYtNy40NSw0Mi4zOC0xMC40Miw2My45Ny0xMy4yMkMyODYuMzEsMzkuOTYsNDQ4LjA0LDI0Ljc5LDYwOS42Myw4LjQ3YzU0LjE4LTMuNjcsMTEwLjM1LTE2LjIzLDE2My44NS0yLjI1LDY3LjQzLDIxLjkyLDU5LjEzLDEwNi4wMiw2MS4yNCwxNjMuMjFaIi8+PC9zdmc+");
}

/* Why */

#why {
	position: relative;
	background: #12c1e8;
	z-index: 1;
	overflow: hidden;
}

#why .section {
	position: static;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

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

#why .circleLogo {
	width: 82px;
	height: 82px;
}

#why .heading {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

#why .listing {
	margin: 0 -10px -30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#why .listing li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 10px 0 85px;
	list-style: none;
	width: 33.33333333333333%;
}

#why .listing li:before {
	content: "";
	position: absolute;
	left: 13px;
	top: 0;
	width: 63px;
	height: 63px;
	background: url(../images/logo-flower.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	-webkit-animation: rotateAnim 40s forwards infinite linear;
	        animation: rotateAnim 40s forwards infinite linear;
}

#why .listing li .subheading {
	color: #fff;
}

/* Journey */

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

/* Offer */

#offer .section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 140px;
	z-index: 1;
}

#offer .bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: -165px;
	background: #bceedc;
	z-index: -1;
	--mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MzQiIGhlaWdodD0iNjU2LjkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCA4MzQgNjU2LjkiPjxwYXRoIGQ9Ik02MS4yNCw2LjIyYzUzLjUtMTMuOTgsMTA5LjY3LTEuNDIsMTYzLjg1LDIuMjUsMTYxLjU5LDE2LjMyLDMyMy4zMiwzMS40OSw0ODQuODQsNDguNSwyMS41OSwyLjgsNDMuNDEsNS43Nyw2My45NywxMy4yMiwzMS4wNiw5LjgzLDUxLjUsMzguNjcsNTUuNDgsNzAuMzgsOC43MSw5Ni41Nyw2LjA1LDMwNy42MywxLjM4LDQwNC42MS00Ljc2LDU4Ljg0LTQwLjgyLDg2LjE4LTk3LjY3LDkwLjYtMjA1LjEsMTAuODUtNDEwLjgsMTYuNTgtNjE2LjE0LDIwLjg3LTM1LjctLjc3LTc3LjU2LTYuNS05Ny42OS0zOS44NS05LjA1LTE0LjMtMTIuOTQtMzEuMTEtMTUuMzEtNDcuNjhDLTMuNjEsNTE3LjY1LDEuMzEsMjI3LjAxLDAsMTY5LjQzLDIuMTEsMTEyLjI0LTYuMTksMjguMTQsNjEuMjQsNi4yMloiLz48L3N2Zz4=");
	-webkit-mask-image: var(--mask);
	mask-image:  var(--mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;

		-webkit-animation: rotationAnimation 1.8s 0.1s forwards infinite alternate;
	animation: rotationAnimation 1.8s 0.1s forwards infinite alternate;
}

#offer .bg:before,
#offer .bg:after {
	content: "";
	position: absolute;
	left: -330px;
	top: -356px;
	width: 750px;
	height: 750px;
	background: url(../images/logo-flower.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	-webkit-animation: rotateAnim 50s forwards infinite linear;
	        animation: rotateAnim 50s forwards infinite linear;
}

#offer .bg:after {
	left: auto;
	top: auto;
	right: -330px;
	bottom: -286px;
}

#offer .heading {
	text-align: center;
	margin-bottom: 35px;
}

.offerSlider {
	margin: 0;
	padding: 0 70px;
	border-radius: 20px;
	overflow: hidden;
}

.offerSlider li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.offerSlider li .image img {
	display: block;
	width: 100%;
}

.offerSlider li .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
	padding: 20px;
	background: #fff;
}

.offerSlider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.offerSlider .owl-stage-outer {
	border-radius: 20px;
}

.offerSlider .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.offerSlider .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-top: 53px;
}

.offerSlider .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	background: #ffffff;
	margin: 0 6px;
	border-radius: 100%;	
	outline: none;
}

.offerSlider .owl-dots .owl-dot.active {
	background-color: #5fd0ea;
}

/* Equal Height */

.row.equalHeight {
	display: flex;
}

.row.equalHeight div {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row.equalHeight [class*="col-"] {
	height: auto;
}

@media only screen and (max-width : 767px) {
	.row.equalHeight:has(.col-xs-12) {
		display: block;
	}
}

/* Discover */

#discover .section {
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}

#discover .heading {
	text-align: center;
}


/* Animations */

@-webkit-keyframes rotateAnim {
	to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
	}
}

@keyframes rotateAnim {
	to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
	}
}

@-webkit-keyframes rotationAnimation {
	to {
        -webkit-transform: scale(1.02) rotate(-2deg);
                transform: scale(1.02) rotate(-2deg);
	}
}

@keyframes rotationAnimation {
	to {
        -webkit-transform: scale(1.02) rotate(-2deg);
                transform: scale(1.02) rotate(-2deg);
	}
}

@-webkit-keyframes upDown {
	to {
        -webkit-transform: translateY(-8px) rotate(0.5deg);
                transform: translateY(-8px) rotate(0.5deg);
	}
}

@keyframes upDown {
	to {
        -webkit-transform: translateY(-8px) rotate(0.5deg);
                transform: translateY(-8px) rotate(0.5deg);
	}
}

@-webkit-keyframes downUp {
	to {
        -webkit-transform: translateY(8px) rotate(0.5deg);
                transform: translateY(8px) rotate(0.5deg);
	}
}

@keyframes downUp {
	to {
        -webkit-transform: translateY(8px) rotate(0.5deg);
                transform: translateY(8px) rotate(0.5deg);
	}
}

@-webkit-keyframes zoomAnimation {
	to {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
	}
}

@keyframes zoomAnimation {
	to {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
	}
}

/* Underlined */

.underlined {
	display: inline-block;
	position: relative;
}

.underlined svg {
	position: absolute;
	left: 0;
	bottom: -33px;
	pointer-events: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

.underlined path {
	-webkit-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	-o-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s; 
}
  
.underlined path:last-child {
	opacity: 0.2; 
}

.underlined.start> svg {
	opacity: 1; 
}

.underlined.start> svg path {
	stroke-dashoffset: 0; 
}


/* Miscelleneous */

p {
	margin: 0 0 26px;
}

ul,ol {
	margin-bottom: 26px;
	padding: 0 0 0 20px;
}


h1,h2,h3,h4,h5,h6,.heading, .subheading {
	font-family: 'Goodlist', cursive;
	margin: 0 0 25px;
	font-weight: normal;
	padding: 0;
	color: #4e9897;
	line-height: 1.2;
}

.heading {
	font-size: 41px;
	line-height: 1.4;
}

.subheading {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.2;
}

blockquote {
	margin: 0 0 26px;
	padding: 0;
	font-size: 23px;
	font-weight: bold;
	font-style: normal;
	color: #4e9998;
	border: 0;
}

blockquote cite {
	margin: 0;
	padding: 0;
	font-size: 0.9130434782608696em; /* 21px */
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #917acd;
}

.linkBtn {
	position: relative;
	display: table;
	text-align: center;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	background: #5fd0ea;
	color: #fff;
	margin: 1.238095238095238em 0;
	border: none;
	padding: 0.5428571428571429em 0.7619047619047619em;
	text-align: center;
	border-radius: 0.619047619047619em;
	line-height: 1.2;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.linkBtn:hover {
	color: #fff;
	background-color: #49bdd7;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.linkBtn.linkBtnGreen {
	background-color: #88e788;
}

.linkBtn.linkBtnGreen:hover {
	background-color: #78d97b;
}

.linkBtn.linkBtnPink {
	background-color: #fd92c6;
}

.linkBtn.linkBtnPink:hover {
	background-color: #f086bb;
}

.linkBtn.linkBtnPurple {
	background-color: #917acd;
}

.linkBtn.linkBtnPurple:hover {
	background-color: #846dbe;
}

.linkBtns {
	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;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.linkBtns .linkBtn {
	margin: 0.4em 0.3333333333333333em;
	min-width: 8.571428571428571em;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}
.mapouter{
    position:relative;
    text-align:right;
    width:100%;
    height:400px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:400px;
}
.gmap_iframe {
    height:400px!important;
}