/*
	Theme Name: Causeway Camera
	Description: Custom Theme For Causeway Camera
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'KG Cold Coffee';
	src: url('assets/fonts/KGColdCoffee.woff') format('woff2'),
	url('assets/fonts/KGColdCoffee.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*
html {
	scroll-behavior: smooth;
}
*/
html,
body{
	font-size: 20px;
}
body{
	background: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #577890;
	line-height: 2.05;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
iframe{
	max-width: 100%;
}
.button{
	background: #c16f81;
	color: #fff;
	display: inline-block;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.5;
	min-width: 21.4em;
	padding: 0.83em 1em;
	text-decoration: none;
	text-align: center;
}
.button:hover{
	background: #854c58;
	color: #fff;
}
.button-white{
	background: #fff;
	color: #000;
}
.button-white:hover{
	background: #000;
	color: #fff;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none!important;
}
a{
	color: #c16f81;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #854c58;
}
p,
ul,
ol{
	margin: 0 0 2em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin: 0;
}
ul{
	padding-left: 1em;
}
h1,h2,h3,h4{
	font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: #fff;
	border: none;
	box-shadow: none; 
	display: block;
	color: #577890;
	font-size: 1em;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.5;
	height: 3.4em;
	padding: 0.8em 1.5em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1.375em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: #577890;
	padding-right: 3.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:not(.changed){
	color: #577890;
}
select option{
	color: #000;
}
textarea{
	height: 10.7em;
	padding: 1em 1.5em;
	resize: none;
}
input[type="submit"]{
	background: #c16f81;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.2;
	height: 3.2em;
	min-width: 21.4em;
	padding: 0.6em 3em;
	text-align: center;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #854c58;
	color: #fff;
}
::-webkit-input-placeholder {color:#d5d5d5; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#d5d5d5; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#d5d5d5; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#d5d5d5; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.form-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.form-col{
	margin-bottom: 2.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
.form-col-6{
	width: 50%;
}
.form-col.form-col-submit{
	margin: 0.5rem 0 0;
	position: relative;
	text-align: center;
}
.form-row .field-label{
	color: #577890;
	display: block;
	font-weight: normal;
	margin: 0 0 0.75em;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.8em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 1em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 0.85em;
	line-height: 1.5;
	margin: 2em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 85rem;
	margin: 0 auto;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 94%;
}
.container-68{
	max-width: 68rem;
}
/*--------------Header--------------*/
.header{
	font-size: 0.8rem;
	line-height: 1.5;
	left: 0;
	position: absolute;
	top: 0;
	text-align: left;
	width: 100%;
	z-index: 99;
}
.header-inner{
	padding: 1.25rem 0;
	position: relative;
	z-index: 2;
}
.header-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 93rem;
	width: 95%;
}
.header-row:after{
	-ms-flex-order: 2;
	order: 2;
	background: #fff;
	content: "";
	display: block;
	height: 4.5rem;
	width: 2px;
}
.header-logo-col{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 1;
	order: 1;
}
.header-logo{
	position: relative;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 8.8rem;
	width: auto;
}
.header-tagline{
	-ms-flex-item-align: center;
	align-self: center;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.8125;
	max-width: 22em;
	margin-left: 2.625em;
}
.navigation{
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-order: 3;
	order: 3;
	font-size: 0.8rem;
	line-height: 1.5;
	width: 60%;
	width: calc(100% - 35rem);
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation > ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navigation > ul > li{
	display: inline-block;
	padding: 0 1em;
	position: relative;
	vertical-align: middle;
}
.navigation > ul > li > a{
	padding: 0.875em 0;
}
.navigation a{
	display: block;
	color: #fff;
	position: relative;
	text-decoration: none;
}
.navigation li:hover > a,
.navigation .current-menu-item > a{
	color: #fff;
}
.navigation li.menu-item-book{
	padding-left: 1em;
}
.navigation li.menu-item-book a{
	background: #c16f81;
	color: #fff;
	padding: 1em 2.1875em;
}
.navigation li.menu-item-book a:hover{
	background: #854c58;
	color: #fff;
}
.navigation li.menu-item-book a:after{
	content: none;
	display: none;
}
.navigation ul ul{
	display: none;
}
#touch-menu{
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	margin: -10px 0 0;
	right: 0;
	top: 50%;
	position: absolute;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#touch-menu span:after{
	top: 9px;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer{
	background: #272727;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #6d8aa1;
}
.footer-top{
	padding: 2.5rem 0 2rem;
}
.footer-top-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 93rem;
	width: 95%;
}
.footer-top-row:after{
	-ms-flex-order: 2;
	order: 2;
	background: #fff;
	content: "";
	display: block;
	height: 4.5rem;
	width: 2px;
}
.footer-logo-col{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 1;
	order: 1;
}
.footer-logo{
	position: relative;
}
.footer-logo a,
.footer-logo img{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	height: 8.8rem;
	width: auto;
}
.footer-tagline{
	-ms-flex-item-align: center;
	align-self: center;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.8125;
	max-width: 22em;
	margin-left: 2.625em;
}
.footer-nav li:hover > a,
.footer-nav .current-menu-item > a {
	color: #6d8aa1;
}
.footer-bot-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 2px solid rgba(255,255,255,0.3);
	margin: 0 auto;
	max-width: 93rem;
	padding: 3.5rem 0;
	width: 95%;	
}
.footer-contacts-col{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-contacts{
	font-size: 0.9rem;
	margin-right: 2.5rem;
}
.footer-contacts a{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.footer-contacts img{
	display: inline-block;
	height: 2rem;
	margin-right: 0.8em;
	vertical-align: middle;
	width: auto;
}
.footer-social{
	text-align: center;
}
.footer-social a{
	display: inline-block;
	margin: 0 0.3rem;
	vertical-align: middle;
}
.footer-social a:hover{
	opacity: 0.6;
}
.footer-social img{
	display: inline-block;
	height: 2rem;
	vertical-align: middle;
	width: auto;
}
.footer-author{
	font-size: 0.8rem;
}
.footer-author a{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-author img{
	display: inline-block;
	height: auto;
	margin-left: 1em;
	vertical-align: middle;
	width: 2.125em;
}
/*----------Default---------*/
.default-content h1{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.8em 0;
}
.default-content h2{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: normal;
	margin: 0.9em 0;
}
.default-content h3{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4;
	margin: 1em 0;
}
.default-content h4{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5;
	margin: 1.1em 0;
}
.default-content h1:first-child,
.default-content h2:first-child,
.default-content h3:first-child,
.default-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.section{
	padding: 8rem 0;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.block-bg{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.top-section{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.top-section-small{
	background-color: #333;
	height: 30rem;
}
.top-section:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.top-section-inner{
	display: block;
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 2;
}
.top-slider-navigation{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	bottom: 2.5rem;
	position: absolute;
	right: 1.25rem;
	z-index: 9;
}
.top-slider-pagination{
	margin: 0 1.5rem;
}
.top-slider-prev,
.top-slider-next{
	background-image: url(assets/img/icons/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	height: 2.5rem;
	width: 2.5rem;
}
.top-slider-prev{
	transform: rotate(180deg);
}
.welcome-section{
	padding: 5rem 0 4rem;
	overflow: hidden;
}
.welcome-section-inner{
	margin: 0 auto;
	max-width: 96rem;
	position: relative;
}
.welcome-block{
	background-image: url(assets/img/icons/shape-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-left: 54%;
	max-width: 53%;
	padding: 10.4em 4em;
	position: relative;
	width: 51.1em;
	z-index: 2;
}
.welcome-block-content{
	color: #fff;
	max-width: 29.7em;
	margin: 0 auto;
	padding-left: 1em;
}
.testimonial-media-block{
	margin-left: -12.5%;
	max-width: 73%;
	width: 70.5em;
}
.w-testimonial-media-block{
	margin-top: -35rem;
	position: relative;
}
img.welcome-title{
	display: block;
	height: auto;
	position: absolute;
	right: 10.5%;
	top: -12%;
	width: 50%;
	z-index: 4;
}
.testimonial-media{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 94%;
	position: relative;
	overflow: hidden;
}
.testimonial-media:after{
	background-image: url(assets/img/icons/image-mask.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 102%;
	left: -1%;
	position: absolute;
	top: -1%;
	width: 102%;
	z-index: 2;
}
.testimonial-block{
	background-image: url(assets/img/icons/shape-magenta.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 9.3em 4em 10.1em;
	position: relative;
	z-index: 2;
}
.w-testimonial-block{
	margin-left: 52%;
	max-width: 51%;
	margin-top: -29rem;
	width: 49em;
}
.testimonial-inner{
	max-width: 29.7em;
	margin: 0 auto;
	padding-left: 1em;
}
.testimonial-slider-wrap{
	position: relative;
}
.testimonial-content{
	color: #fff;
}
.testimonial-content h4{
	font-size: 1.55em;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 1em;
}
.slider-button-prev,
.slider-button-next{
	background-image: url(assets/img/icons/angle-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	height: 1.1em;
	position: relative;
	width: 1.1em;
}
.slider-button-prev{
	transform: rotate(180deg);
}
.testimonial-slider-prev,
.testimonial-slider-next{
	margin-top: -0.55em;
	position: absolute;
	top: 50%;
}
.testimonial-slider-prev{
	left: -4.5em;
}
.testimonial-slider-next{
	right: -4.5em;
}
.testimonial-slider-pagination{
	font-size: 10px;
	line-height: 1;
	margin-top: 2.5rem;
	text-align: center;
}
.swiper-pagination-bullet{
	background: #fff;
	border-radius: 50%;
	height: 14px;
	margin: 0 5px;
	opacity: 1;
	width: 14px;
}
.swiper-pagination-bullet-active{
	background: #c16f81;
}
.testimonial-slider-pagination .swiper-pagination-bullet-active{
	background: #577890;
}
.welcome-icon{
	background-image: url(assets/img/icons/shape-magenta.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 4rem;
	position: absolute;
	left: 50%;
	margin-left: 2rem;
	transform: rotate(10deg);
	top: 5.5rem;
	width: 4rem;
	z-index: 5;
}
.welcome-icon2{
	bottom: 10rem;
	left: auto;
	margin-left: auto;
	margin-right: 10rem;
	right: 50%;	
	top: auto;
}
.welcome-icon3{
	background-image: url(assets/img/icons/shape-blue.svg);
	bottom: 6.5rem;
	height: 9rem;
	margin-left: -6rem;
	width: 9rem;
	top: auto;
}
.portfolio-section{
	padding: 3rem 0 2rem;
}
.home-portfolio-section{
	padding: 0 0 2rem;
}
.portfolio-section-inner{
	margin: 0 auto;
	max-width: 97.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.portfolio-header{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.portfolio-link{
	background-image: url(assets/img/icons/button-bg-grey.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: #577890;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0 1.4em 1.4em;
	min-width: 18.8em;
	padding: 1.2em 1em;
	text-align: center;
}
.portfolio-link.active{
	background-image: url(assets/img/icons/button-bg-blue.svg);
	color: #fff;
}
.portfolio-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -1rem;
	margin-right: -1rem;
}
.portfolio-item{
	display: none;
	padding: 1rem;
	width: 33.33%;
}
.portfolio-image{
	cursor: pointer;
	position: relative;
}
.portfolio-image:after,
.portfolio-image:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s linear;
}
.portfolio-image:before{
	background: #000;
	opacity: 0;
	z-index: 1;
}
.portfolio-image:after{
	background: url(assets/img/icons/plus.svg) no-repeat 50%;
	background-size: 1rem auto;
	z-index: 2;
	opacity: 0;
}
.portfolio-image:hover:before{
	opacity: 0.5;
}
.portfolio-image:hover:after{
	opacity: 1;
}
.portfolio-image img{
	display: block;
	height: auto;
	width: 100%;
}
.portfolio-image-block{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	padding-top: 100%;
}
.lg-backdrop.in{
	opacity: 0.9;
}
.lg-outer .lg-thumb-item{
	border-radius: 0;
	border: none;
	position: relative;
}
.lg-outer .lg-thumb-item:after{
	opacity: .7;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	content: " ";
	background: #000;
	transition: opacity .3s;
}
.lg-outer .lg-thumb-item.active:after{
	opacity: 0;
}
.lg-img-wrap:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.lg-img-wrap img{
	pointer-events: none;
}
.portfolio-footer{
	text-align: center;
	padding-top: 1rem;
}
.packages-section{
	background: #f4f0f0;
	overflow: hidden;
}
.packages-section-wrap{
	padding: 3rem 0;
}
.packages-section-wrap .packages-section{
	background: #fff;
}
.packages-section-wrap .packages-image:after{
	background-image: url(assets/img/icons/image-mask.svg);
}
.packages-inner{
	min-height: 57rem;
	margin: 0 auto;
	max-width: 96rem;
	padding: 3.4rem 0 5rem;
	position: relative;
}
.packages-image-wrap{
	left: 51%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 84.375%;
}
.packages-image{
	padding-top: 77.5%;
	position: relative;
}
.packages-image-block{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.packages-image-block:first-child{
	display: block;
}
.packages-image:after{
	background-image: url(assets/img/icons/image-mask-grey.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 102%;
	left: -1%;
	position: absolute;
	top: -1%;
	width: 102%;
	z-index: 2;
}
.packages-row{
	margin: 0 auto;
	width: 92.7%;
}
.packages-wrap{
	position: relative;
	z-index: 3;
}
.packages-header{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 8.75rem;
	width: 65%;
}
.package-tab-link{
	background-image: url(assets/img/icons/button-bg-grey.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: #577890;
	cursor: pointer;
	display: inline-block;
	font-size: 0.65rem;
	line-height: 1.5;
	margin: 0 0.75em 1.4em 0;
	min-width: 15.7em;
	padding: 0.85em 1.5em;
	text-align: center;
}
.package-tab-link.active{
	background-image: url(assets/img/icons/button-bg-blue.svg);
	color: #fff;
}
.tab-item{
	display: none;
}
.package-tab-content{
	max-width: 36.4em;
	width: 50%;
}
.package-tab-content h4{
	background-image: url(assets/img/icons/button-bg-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: #fff;
	display: inline-block;
	font-size: 2.1rem;
	line-height: 1.5;
	margin: 0 0 2.4rem;
	min-width: 13em;
	padding: 0.6em 1em;
	text-align: center;
}
.meet-section{
	padding: 5.8rem 0 5.15rem;
	overflow: hidden;
}
.meet-section-inner{
	margin: 0 auto;
	max-width: 96rem;
	position: relative;
}
.meet-image-wrap1{
	left: -13.2%;
	max-width: 73%;
	position: absolute;
	top: 7.7rem;
	width: 70.5em;
	z-index: 3;
}
img.meet-title{
	display: block;
	height: auto;
	position: absolute;
	right: -4%;
	top: -15%;
	width: 67.4%;
	z-index: 4;
}
.meet-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 92.6%;
	position: relative;
	overflow: hidden;
}
.meet-image:after{
	background-image: url(assets/img/icons/image-mask.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 102%;
	left: -1%;
	position: absolute;
	top: -1%;
	width: 102%;
	z-index: 2;
}
.meet-image-wrap2{
	margin-left: auto;
	margin-right: 1.3rem;
	max-width: 35.5%;
	width: 34rem;
}
.meet-image-wrap3{
	margin-left: 60%;
	margin-top: 4.45rem;
	max-width: 42.1875%;
	width: 40.5rem;
}
.meet-section-body{
	margin-top: 5.2rem;
}
.meet-section-content{
	margin: 0 auto;
	max-width: 61.35em;
}
.meet-section-content a{
	text-decoration: underline;
}
.cta-section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.cta-section:after{
	background: linear-gradient(to top, #272727, transparent);
	bottom: 0;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.cta-section-inner{
	background: rgba(39,39,39,0.2);
	padding: 20rem 0;
	position: relative;
	z-index: 2;
}
.cta-block{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	margin: 0 auto;
	max-width: 88rem;
	width: 94%;
}
.cta-content-wrap{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 5.2rem;
}
.cta-title{
	border-right: 2px solid #fff;
	font-size: 3.4rem;
	line-height: 1.3;
	margin-right: 2.4rem;
	padding-right: 2.4rem;
}
.cta-subtitle{
	max-width: 28em;
}
.cta-button{
	background-image: url(assets/img/icons/button-bg-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: #fff;
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1.5;
	min-width: 26em;
	padding: 1.8em 1em;
	text-align: center;
}
.cta-button:hover{
	background-image: url(assets/img/icons/button-bg-grey.svg);
	color: #577890;
}
/*---------Testimonial---------*/
.testimonial-section{
	padding: 3rem 0;
	overflow: hidden;
}
.testimonial-section-inner{
	margin: 0 auto;
	max-width: 96rem;
	position: relative;
}
.t-testimonial-block{
	left: 52%;
	max-width: 51%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 49em;
	z-index: 3;
}
/*--------Contact---------*/
.contact-section{
	padding: 3rem 0 6rem;
	overflow: hidden;
}
.contact-section-inner{
	margin: 0 auto;
	max-width: 96rem;
	position: relative;
}
.contact-media-block{
	margin-left: -12.5%;
	max-width: 73%;
	width: 70.5em;
}
.contact-media{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 94%;
	position: relative;
	overflow: hidden;
}
.contact-media:after{
	background-image: url(assets/img/icons/image-mask.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 102%;
	left: -1%;
	position: absolute;
	top: -1%;
	width: 102%;
	z-index: 2;
}
.contact-block{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-image: url(assets/img/icons/shape-magenta.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 9.3em 4em 10.1em;
	left: 52%;
	min-height: 45.5em;
	max-width: 51%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 49em;
	z-index: 3;
}
.contact-inner{
	max-width: 28.7em;
	margin: 0 auto;
}
.contact-content{
	color: #fff;
}
.contact-content h4{
	font-size: 1.55em;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 1em;
}
.contact-content a{
	color: inherit;
}
.contact-content a:hover{
	color: #6d8aa1;
}
.contact-content .contact-icon{
	display: inline-block;
	height: 2rem;
	margin-right: 0.5em;
	vertical-align: middle;
	width: auto;
}
.contact-content a span{
	display: inline-block;
	vertical-align: middle;
}
.form-section{
	background: #f4f0f0;
	padding: 6rem 0;
}
.form-content{
	margin: 0 auto;
	max-width: 53.15rem;
}
.form-content h2{
	color: #c16f81;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 1em;
	text-align: center;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1920px) {
	html,
	body{
		font-size: 20px;
		font-size: 1.04vw;
	}
}
@media only screen and (max-width : 1400px) {
	html,
	body{
		font-size: 14px;
		line-height: 1.8;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="submit"],
	select,
	textarea{
		font-size: 14px;
		height: 3.2em;
	}
	textarea{
		height: 8em;
	}
	input[type="submit"]{
		min-width: 0;
	}
	.header{
		font-size: 12px;
	}
	.header-tagline,
	.footer-tagline,
	.navigation{
		font-size: 12px;
	}
	.footer-contacts,
	.footer-author{
		font-size: 12px;
	}
}
@media only screen and (max-width : 1200px) {
	.welcome-block{
		padding: 6em;
	}
	.w-testimonial-media-block{
		margin-top: -350px;
	}
	.w-testimonial-block{
		margin-top: -300px;
		padding: 6rem;
	}
	.testimonial-slider-prev{
		left: -3em;
	}
	.testimonial-slider-next{
		right: -3em;
	}
	.portfolio-section-inner{
		padding-left: 25px;
		padding-right: 25px;
	}
	.portfolio-link{
		margin: 0 0.6em 1.4em;
	}
	.packages-row{
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
	.packages-header{
		padding-bottom: 5rem;
	}
	.package-tab-link{
		font-size: 10px;
	}
	.package-tab-content h4{
		font-size: 1.5rem;
	}
	.cta-content-wrap{
		width: 55%;
	}
	.cta-title{
		border: none;
		margin: 0 0 0.4em;
		padding: 0;
		width: 100%;
	}
	.cta-subtitle{
		width: 100%;
	}
	.cta-button{
		min-width: 18.8em;
		padding: 1.2em 2em;
	}
	.t-testimonial-block{
		left: auto;
		margin-left: 52%;
		margin-top: -30%;
		padding: 6rem;
		position: relative;
		transform: none;
		top: auto;
	}
	.contact-block{
		left: auto;
		margin-left: 52%;
		margin-top: -30%;
		padding: 6rem;
		position: relative;
		transform: none;
		top: auto;
	}
}
@media only screen and (max-width : 1150px) {
	.header-row:after,
	.footer-top-row:after{
		content: none;
		display: none;
	}
	.header-tagline,
	.footer-tagline{
		display: none;
	}
	.navigation{
		width: 80%;
	}
}
@media only screen and (max-width : 991px) {
	html{
		font-size: 10px;
	}
	html,
	body{
		line-height: 1.6;
	}
	.button{
		font-size: 14px;
		min-width: 16em;
	}
	.container{
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
	.row:not(.no-gutters){
		margin-left: -15px;
		margin-right: -15px;
	}
	.row:not(.no-gutters) > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-inner{
		padding: 20px;
	}
	.header-row{
		width: 100%;
	}
	.header-logo-col{
		position: relative;
		width: 100%;
	}
	.header-logo img{
		height: 100px;
	}
	.header-tagline{
		display: block;
		font-size: 12px;
	}
 
	#touch-menu{
		display: block;
	}
	.menu-visible .header{
		background: #000;
	}
	.header-row{
		display: block;
	}
	.header-nav{
		display: none;
		font-size: 16px;
		font-style: normal;
		line-height: 1.4;
		width: 100%;
	}
	.header-nav > ul{
		margin: 0;
		padding: 20px 0 15px;
		width: 100%;
	}
	.header-nav ul li{
		display: block;
		padding: 0;
		text-align: center;
		position: relative;
		width: 100%;
	}
	.header-nav > ul > li,
	.header-nav ul ul li{
		display: block;
		border-top: 1px solid #7e7e7e;
		border-bottom: none;
	}
	.header-nav > ul > li:last-child{
		border-top: none;
	}
	.header-nav > ul > li > a,
	.header-nav ul ul li a{
		display: block;
		display: block;
		padding: 1em;
		position: relative;
		width: 100%;
	}
	.header-nav > ul > li > a:hover,
	.header-nav ul ul li a:hover,
	.header-nav .current-menu-item a{
	}
	.header-nav .menu-item-has-children > a > .toggle-submenu{
		border-left: 1px solid #7e7e7e;
		font-style: normal;
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		width: 40px;
	}
	.header-nav .menu-item-has-children > a > .toggle-submenu:after{
		content: "+";
		font-size: 21px;
		line-height: 22px;
		margin-top: -12px;
		position: absolute;
		right: 0;
		top: 50%;
		text-align: center;
		width: 100%;
	}
	.header-nav .menu-item-has-children > a > .toggle-submenu.active:after{
		content: "-";
	}
	.header-nav ul ul{
		background: transparent;
		display: none;
		left: auto;
		margin: 0;
		position: relative;
		padding: 0;
		top: auto;
	}
	.header-nav ul ul li{
		padding: 0;
	}
	.header-nav li.menu-item-book a{
		padding: 1em;
	}
	.footer-contacts img,
	.footer-social img{
		height: 30px;
	}
	.top-section-inner{
		height: 600px!important;
		max-height: 100vh;
	}
	.welcome-section{
		padding: 6rem 25px;
	}
	.welcome-icon1{
		display: none;
	}
	.welcome-icon2{
		left: 15px;
		margin: 0;
		right: auto;
	}
	.welcome-icon3{
		bottom: 0;
		left: auto;
		margin: 0;
		right: 0;
	}
	.welcome-block{
		background: #577890;
		border-radius: 20px;
		margin: 0;
		max-width: 100%;
		padding: 4rem 25px;
		width: 100%;
	}
	.welcome-block-content{
		padding: 0;
		max-width: 100%;
	}
	.testimonial-media-block{
		max-width: 100%;
		width: 80%;
	}
	.w-testimonial-media-block{
		margin-top: 5rem;
	}
	img.welcome-title{
		display: none;
	}
	.testimonial-block{
		max-width: 100%;
		margin-top: -20%;
		margin-left: auto;
		padding: 6rem;
		position: relative;
		width: 80%;
		z-index: 7;
	}
	.testimonial-inner{
		max-width: 26em;
	}
	.meet-section{
		padding: 6rem 0;
	}
	.cta-section-inner{
		padding: 15rem 0;
	}
	.cta-subtitle{
		max-width: 24em;
	}
	.cta-button-wrap{
		margin-top: 4rem;
	}
	.cta-button{
		font-size: 14px;
	}
	.testimonial-section{
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-section-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-media-block{
		max-width: 100%;
		width: 80%;
	}
	.contact-block{
		min-height: 40em;
		max-width: 100%;
		margin-top: -20%;
		margin-left: auto;
		padding: 6rem;
		position: relative;
		width: 80%;
		z-index: 7;
	}
}
@media only screen and (max-width : 767px) {
	p, ul, ol{
		margin-bottom: 1.4em;
	}
	.section{
		padding: 6rem 0;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-logo img{
		height: 80px;
	}
	.footer-top,
	.footer-bot{
		padding: 0 20px;
	}
	.footer-top-row,
	.footer-bot-row{
		max-width: 100%;
		padding: 3rem 0;
		width: 100%;
	}
	.footer-top-row{
    -ms-flex-pack: center;
    justify-content: center;
	}
	.footer-tagline{
		display: block;
		margin-left: 15px;
	}
	.footer-nav{
		margin-top: 3rem;
		width: 100%;
	}
	.footer-nav > ul {
		margin-left: -12px;
		margin-right: -12px;
	}
	.top-section-inner{
		height: 450px!important;
	}
	.welcome-section{
		padding: 6rem 20px;
	}
	.testimonial-media-block{
		margin: 0;
		width: 100%;
	}
	.w-testimonial-media-block{
		margin: 5rem 0 0;
	}
	.testimonial-block{
		background: #c16f81;
		border-radius: 20px;
		margin: 3rem 0 0;
		padding: 4rem 25px;
		width: 100%;
	}
	.testimonial-inner{
		max-width: 100%;
		padding: 0;
	}
	.portfolio-section{
		padding: 6rem 0;
	}
	.home-portfolio-section{
		padding: 0 0 6rem;
	}
	.portfolio-section-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.portfolio-header{
		margin-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.portfolio-link{
		font-size: 12px;
		margin-bottom: 10px;
		min-width: 15em;
	}
	.portfolio-row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.portfolio-item{
		padding: 5px;
		width: 50%;
	}
	.portfolio-footer{
		padding-top: 3rem;
	}
	.packages-section-wrap{
		padding: 0;
	}
	.packages-inner{
		max-width: 100%;
		padding: 6rem 0;
	}
	.packages-row{
		padding-left: 20px;
		padding-right: 20px;
	}
	.packages-header{
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 3rem;
		width: unset;
	}
	.package-tab-link{
		font-size: 12px;
		margin-bottom: 10px;
		min-width: 15em;
		padding: 1.2em 1em;
	}
	.package-tab-content{
		max-width: 100%;
		width: 100%;
	}
	.package-tab-content h4{
		font-size: 18px;
		min-width: 15em;
	}
	.packages-image-wrap{
		left: auto;
		position: relative;
		top: auto;
		max-width: 500px;
		margin: 4rem auto 0;
		transform: none;
		width: 90%;
	}
	.packages-image{
		padding-top: 94%;
	}
	.meet-section-body{
		margin-top: 6rem;
	}
	.cta-section-inner{
		padding: 8rem 20px;
	}
	.cta-block{
		max-width: 100%;
		width: 100%;
	}
	.cta-content-wrap{
		width: 100%;
	}
	.cta-button-wrap{
		margin-top: 3rem;
	}
	.contact-section{
		padding: 6rem 0;
	}
	.contact-media-block{
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	.contact-block{
		background: #c16f81;
		border-radius: 20px;
		min-height: 1px;
		margin: 3rem 0 0;
		padding: 4rem 25px;
		width: 100%;
	}
	.contact-content .contact-icon{
		height: 3rem;
	}
}
@media only screen and (max-width : 576px) {
	.header-tagline{
		display: none;
	}
	.footer-logo img{
		height: 6rem;
	}
	.footer-nav > ul > li{
		width: 50%;
	}
	.footer-contacts-col{
		width: 100%;
	}
	.footer-social{
		margin-top: 2rem;
		width: 100%;
	}
	.footer-author{
		margin-top: 2rem;
		text-align: center;
		width: 100%;
	}
	.form-col{
		width: 100%;
	}
	.portfolio-link,
	.package-tab-link{
		width: 100%;
	}
	.form-content h2{
		font-size: 3.2rem;
		margin-bottom: 1.2em;
	}
}
@media only screen and (min-width : 992px) {
	.navigation > ul > li{
		padding: 0;
	}
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation li.menu-item-book{
		padding-left: 1em;
	}
	.navigation > ul > li > a:after{
		background: #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 2px;
		right: 0;
		position: absolute;
		transition: all 0.3s ease-in-out;
		width: 0;
	}
	.navigation > ul > li:hover > a:after,
	.navigation .current-menu-item > a:after{
		left: 0;
		width: 100%;
	}
	.navigation ul ul{
		background: #272727;
		display: none;
		left: 0;
		margin-top: 0px;
		position: absolute;
		text-align: left;
		z-index: 55;
	}
	.navigation ul ul li{
		border-top: 1px solid rgba(255,255,255,0.2);
		display: block;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul li:first-child{
		border-top: none;
	}
	.navigation ul ul a{
		display: block;
		padding: 1em 1.5em;
	}
	.navigation ul ul a:hover,
	.navigation ul ul .current-menu-item a{
		background: #0e1215;
		color: #fff;
	}
	.navigation ul > li:hover ul{
		display: block;
	}
	.footer-nav > ul > li > a:after{
		background: #6d8aa1;
	}
}