/*
	Theme Name: Yellow Door Web
	Description: Custom Theme For Yellow Door Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'NBWeb';
	src: url('assets/fonts/NBWeb-Regular.woff2') format('woff2'),
	url('assets/fonts/NBWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PetSerWeb';
	src: url('assets/fonts/PetSerWeb-Regular.woff2') format('woff2'),
	url('assets/fonts/PetSerWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #5d6629;
	font-family: 'NBWeb', serif;
	font-size: 2.3rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.08em;
	margin: 0;
	min-width: 320px;
	padding: 8.4rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: inherit;
}
a:hover{
	color: #bba37c;
}
.button{
	background-color: #bba37c;
	border-radius: 0.3rem;
	color: #fff;
	display: inline-block;
	font-family: 'PetSerWeb', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding: 0.75em 1.25em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.button:hover{
	background-color: #e46a69;
	color: #fff;
}
.link-item{
	background-image: url('assets/img/icons/button-right-icon.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.3em auto;
	color: inherit;
	display: inline-flex;
	align-items: center;
	font-family: 'PetSerWeb', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding-right: 1.8em;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}
strong{
	font-weight: bold;
}
table,tr,th,th{
	border-collapse: collapse;
}
table{
	margin: 0 0 2em;
}
table:last-child{
	margin-bottom: 0;
}
p,
ul,
ol{
	margin: 0 0 1.5em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,
h2,
.h2,
h3{
	font-family: 'PetSerWeb', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
h1{
	font-size: 5.8rem;
	line-height: 1.2;
	margin: 0.8em 0;
}
h2,
.h2{
	font-size: 5.8rem;
	line-height: 1.2;
	margin: 0.8em 0;
}
.h2{
	font-size: 5.4rem;
}
h3{
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 1.4em 0;
}
h4{
}
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-color: #eee;
	border: none;
	box-shadow: none; 
	display: block;
	color: #111;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.3;
	height: auto;
	padding: 1em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: #959595;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:not(.changed){
	color: #111;
}
select option{
	color: #111;
}
textarea{
	height: 8em;
	padding: 1em;
	resize: none;
}
input[type="submit"]{
	background-color: #dd3b2c;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: auto;
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 0.5em 1.25em;
	text-align: center;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #e46a69;
	color: #fff;
}
::-webkit-input-placeholder {color:#959595; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#959595; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#959595; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#959595; 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;}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.cf-col{
	margin-bottom: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
.cf-col.cf-col-submit{
	margin: 0;
	padding-bottom: 0;
	padding-top: 1rem;
	width: 100%;
}
.cf-label{
	display: block;
	margin: 0 0 0.5em;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.7em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 0.85em;
	line-height: 1.5;
	margin: 1em 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{
	margin: 0 auto;
	max-width: 105rem;
	padding: 0 3rem;
	width: 100%;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -3rem;
	margin-right: -3rem;
}
.col-md-6{
	min-height: 1px;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 50%;
}
/*--------------Header--------------*/
.header{
	background: #5d6629;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 99;
}
.body-scroll .header{
	box-shadow: 0 0 2rem rgba(0,0,0,0.2);
}
.header-inner{
	padding: 2rem 0;
}
.header-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 105rem;
	padding: 0 3rem;
	width: 100%;
}
.header-logo-col{
	width: 50%;
}
.header-logo{
	position: relative;
	transition: all 0.2s linear;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.header-logo img{
	height: 4.4rem;
	position: relative;
	width: auto;
}
.header-social{
	line-height: 1;
	margin-left: auto;
}
.header-social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-social a{
	display: inline-block;
	vertical-align: middle;
}
.header-social svg{
	display: inline-block;
	height: 2rem;
	vertical-align: middle;
	width: auto;
}
.navigation{
	color: #fff;
	font-family: 'PetSerWeb', sans-serif;
	font-size: 1.7rem;
	letter-spacing: 0.08em;
	padding-left: 3rem;
	text-transform: uppercase;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation > ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.navigation > ul > li{
	display: inline-block;
	vertical-align: middle;
}
.navigation a{
	display: block;
	color: inherit;
	text-decoration: none;
}
.navigation li:hover > a,
.navigation .current-menu-item > a,
.navigation .current-menu-parent > a{
	color: #bba37c;
}
.navigation ul ul{
	display: none;
}
.navigation .nav-dropdown ul{
	display: block;
}
#touch-menu{
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	margin: -10px 0 0;
	right: 3rem;
	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: #eee;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
#touch-menu.on span{
	background-color: transparent!important;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer{
	padding: 2.7rem 0 1rem;
}
.footer a{
	text-decoration: none;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -3rem;
	margin-right: -3rem;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 21.2rem;
}
.footer-widget-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.footer-widget{
	font-family: 'PetSerWeb', sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding: 0 1.5rem 4rem;
	text-transform: uppercase;
	width: 33.33%;
}
.footer-widget h5{
	color: #ccae83;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin: 0 0 1em;
}
.footer-widget ul{
	list-style-type: none;
	padding: 0;
}
.footer-widget li{
	margin: 0 0 0.5em;
}
.footer-widget li:last-child{
	margin-bottom: 0;
}
/*--------Popup----------*/
.ppb-popup-wrap{
	background: rgba(0,0,0,0.3);
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
}
.ppb-popup-inner{
	background: rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;	
}
.ppb-popup-block{
	background: #5d6629;
	margin: auto;
	max-width: 50rem;
	padding: 3rem 2rem 5rem;
	position: relative;
	text-align: center;
	width: 96%;
}
.ppb-popup-content{
	margin: 0 auto;
	max-width: 18em;
}
.ppb-popup-content:before{
	background-image: url('assets/img/icons/yellow-door-stamp.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 3em;
	margin: 0 auto 1em;
	width: 3em;
}
.ppb-popup-close{
	background-image: url('assets/img/icons/close-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	height: 2rem;
	right: 2rem;
	position: absolute;
	top: 2rem;
	width: 3rem;
}
/*----------Default---------*/
.sect-pad{
	padding: 8rem 0;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.def-content h1{
	font-size: 2em;
	margin: 0.6em 0 0.3em;
}
.def-content h2{
	font-size: 1.8em;
	margin: 0.6em 0 0.3em;
}
.def-content h3{
	font-size: 1.6em;
	margin: 0.6em 0 0.3em;
}
.def-content h4{
	font-size: 1.4em;
	margin: 0.6em 0 0.3em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.slider-pagination{
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
.slider-pagination .swiper-pagination-bullet{
	background: #fff;
	height: 1rem;
	margin: 0 0.4rem!important;
	opacity: 1;
	width: 1rem;
}
.slider-pagination .swiper-pagination-bullet:first-child{
	margin-left: 0!important;
}
.slider-pagination .swiper-pagination-bullet:last-child{
	margin-right: 0!important;
}
.slider-pagination .swiper-pagination-bullet-active{
	background: #bba37c;
}
.top-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.top-section-video{
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 1;
}
.top-section-video iframe{
	width: 100%;
	width: 100vw;
	height: 56.25vw;
	max-width: 104%;
	min-height: 100%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-slider-footer{
	bottom: 3.5rem;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.top-slider-footer-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-slider-controls{
	display: flex;
	align-items: center;
	line-height: 1;
	margin-left: auto;
}
.top-slider-play,
.top-slider-pause{
	cursor: pointer;
	transition: all 0.2s linear;
}
.top-slider-play.active,
.top-slider-pause.active{
	color: #bba37c;
}
.top-slider-pause{
	margin-left: 1.4rem;
}
.top-slider-play svg{
	display: block;
	height: 1.6rem;
	width: 1.4rem;
}
.top-slider-pause svg{
	display: block;
	height: 1.7rem;
	width: 1.2rem;
}
.top-slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.top-section-inner{
	background: rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	min-height: 100vh;
	min-height: calc(100vh - 8.4rem);
	padding: 6rem 0;
	position: relative;
	z-index: 2;
}
.top-section-content{
	font-family: 'PetSerWeb', sans-serif;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}
.top-section-content h1,
.top-section-content h2{
	font-size: 5.8rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	margin: 0.5em 0;
	margin: 0;
}
.top-section-content a{
	text-decoration: none;
}
.top-section-content p{
	margin: 1.5em 0;
}
.top-section-content p:first-child{
	margin-top: 0;
}
.top-section-content p:last-child{
	margin-bottom: 0;
}
.intro-section{
	min-height: 51.2rem;
	padding: 4.7rem 0 6rem;
}
.intro-content{
	padding-top: 7.7rem;
}
.tit-row{
	background: #515622;
	display: flex;
	flex-wrap: wrap;
}
.tit-img-col{
	position: relative;
	width: 50%;
}
.tit-content-col{
	padding: 4.6rem 4.5rem;
	position: relative;
	width: 50%;
}
.tit-img{
	min-height: 45rem;
}
.tit-img img{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.tit-content{
	max-width: 44.5rem;
}
.tit-content h3{
	margin-bottom: 1.5em;
}
.tit-content h2{
	margin-top: 0;
}
.tit-content .link-item{
	bottom: 4rem;
	position: absolute;
}
.cta-section{
	background-color: #3e3f1e;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.cta-section-inner{
	display: flex;
	align-items: center;
	min-height: 45rem;
	padding: 4.5rem 0;
}
.cta-content h2{
	margin: 1.1em 0;
}
.cta-content p{
	max-width: 32em;
	margin-left: auto;
	margin-right: auto;
}
.cta-wb-section .cta-section-inner{
	background: rgba(0,0,0,0.15);
	color: #fff;
}
.banner-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-section-inner{
	background: rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	min-height: 51rem;
	padding: 6rem 0;
	position: relative;
}
.banner-content{
	font-family: 'PetSerWeb', sans-serif;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}
.banner-content h2{
	margin: 0.6em 0;
	position: relative;
}
.banner-content p{
	margin: 1.5em 0;
}
.banner-content h2:first-child,
.banner-content p:first-child{
	margin-top: 0;
}
.banner-content h2:last-child,
.banner-content p:last-child{
	margin-bottom: 0;
}
.banner-content a{
	text-decoration: none;
}
.home-banner-section{
	background-position: top center;
}
.home-banner-section h2{
	display: inline-block;
	margin: 0;
	padding-right: 3em;
	position: relative;
}
.home-banner-section h2:after{
	background-image: url('assets/img/icons/yellow-door-stamp.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 2.5em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5em;
}
.info-section{
	padding: 2rem 0 6rem;
}
.info-content-col{
	padding-bottom: 8rem;
}
.info-gallery-row{
	display: block;
}
.info-gallery-row:before,
.info-gallery-row:after{
	content: "";
	display: block;
	clear: both;
}
.info-gal-col{
	float: left;
	padding-bottom: 6rem;
}
.info-gal-col:nth-child(2){
	margin-top: -28.5%;
}
.info-gal-col:nth-child(3){
	margin-top: 21.5%;
}
.info-gal-col:nth-child(2) .info-gal-img{
	margin-right: -3rem;
}
.info-gal-col:nth-child(3) .info-gal-img{
	max-width: 30rem;
}
.info-gal-img img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
}
.gallery-section{
	background: #505129;
}
.gallery-slider .swiper-slide{
	max-width: 60rem;
	padding: 0 2rem;
	width: 90%;
}
.gallery-img{
	padding-top: 70%;
	position: relative;
}
.gallery-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.gallery-slider-pagination{
	justify-content: center;
	margin-top: 4rem;
}
.testimonial-section{
	background: #505129;
}
.testimonial-heading{
	margin-bottom: 5rem;
	text-align: center;
}
.testimonial-content{
	margin: 0 auto;
	max-width: 32em;
	text-align: center;
}
.testimonial-slider-pagination{
	margin-top: 7rem;
	justify-content: center;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1050px) {
	.h2{
		font-size: 5.2rem;
	}
}
@media only screen and (max-width : 991px) {
	body{
		font-size: 2rem;
	}
	h1{
		font-size: 4.2rem;
	}
	h2,
	.h2{
		font-size: 4.2rem;
	}
	h3{
		font-size: 2.2rem;
	}
	.header-inner{
		padding: 0;
	}
	.header-row{
		padding: 0;
	}
	.header-logo-col{
		position: relative;
		width: 100%;
		z-index: 2;
	}
	.header-logo{
		padding: 2rem 3rem;
	}
	.header-social{
		position: absolute;
		right: 9rem;
		top: 3rem;
		z-index: 99;
	}
	.header-social svg{
		height: 2.4rem;
	}
	#touch-menu{
		display: block;
	}
	.navigation{
		background: #5d6629;
		color: #fff;
		display: flex;
		align-items: center;
		font-size: 3rem;
		font-style: normal;
		line-height: 1.5;
		height: 100%;
		left: 0;
		position: fixed;
		padding: 0;
		transition: all 0.3s linear;
		transform: translateX(-102%);
		top: 0;
		width: 100%;
	}
	.menu-visible .navigation{
		transform: translateX(0);
	}
	.nav-dropdown{
		display: none;
	}
	.navigation ul{
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.navigation li{
		display: block;
		margin-bottom: 0.6em;
		width: 100%;
	}
	.navigation ul ul{
		font-size: 0.8em;
	}
	.navigation ul ul li{
		margin: 0.3em 0 0;
	}
	.navigation a{
		display: block;
		position: relative;
		width: 100%;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu{
		font-style: normal;
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		width: 40px;
	}
	.navigation .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%;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu.active:after{
		content: "-";
	}
	.navigation ul ul{
		background: transparent;
		display: none;
		left: auto;
		margin: 0;
		position: relative;
		padding: 0;
		top: auto;
	}
	.navigation ul ul li{
		padding: 0;
	}
	.top-section-inner{
		min-height: 70rem;
	}
	.intro-content{
		padding-top: 5.2rem;
	}
	.tit-content-col{
		padding: 4rem 3rem;
	}
}
@media only screen and (max-width : 767px) {
	body{
		font-size: 1.8rem;
		padding-top: 8rem;
	}
	h1{
		font-size: 3.4rem;
	}
	h2,
	.h2{
		font-size: 3.4rem;
	}
	h3{
		font-size: 1.8rem;
	}
	.link-item{
		font-size: 1.4rem;
	}
	.sect-pad{
		padding: 5rem 0;
	}
	.col-md-6{
		width: 100%;
	}
	.header-logo img{
		height: 4rem;
	}
	.header-social{
		top: 2.7rem;
		right: 8rem;
	}
	.navigation{
		font-size: 2.6rem;
	}
	.footer{
		padding: 3.5rem 0 1rem;
	}
	.footer-logo-col{
		padding-bottom: 3.5rem;
	}
	.footer-logo img{
		height: 4rem;
		width: auto;
	}
	.footer-widget{
		font-size: 1.4rem;
		width: 50%;
	}
	.footer-widget h5{
		font-size: 1.2rem;
	}
	.top-section-inner{
		min-height: calc(100vh - 8rem);
	}
	.top-section-content h1,
	.top-section-content h2{
		font-size: 4.2rem;
	}
	.intro-section{
		min-height: 1px;
		padding: 4rem 0 5rem;
	}
	.intro-heading{
		margin-bottom: 3rem;
	}
	.intro-content{
		padding: 0;
	}
	.tit-img-col{
		width: 100%;
	}
	.tit-content-col{
		min-height: 30rem;
		padding: 4rem 3rem 8rem;
		width: 100%;
	}
	.tit-img{
		min-height: 40rem;
	}
	.tit-content{
		max-width: 100%;
	}
	.tit-content h3{
		margin-bottom: 1em;
	}
	.cta-section-inner{
		min-height: 30rem;
		padding: 5rem 0;
	}
	.cta-content h2{
		margin: 1.5em 0;
	}
	.banner-section-inner,
	.home-banner-section .banner-section-inner{
		min-height: 36rem;
	}
	.home-banner-section h2{
		padding: 2.2em 0 0;
	}
	.home-banner-section h2:after{
		height: 1.5em;
		right: 50%;
		top: 0;
		transform: translateX(50%);
		width: 1.5em;
	}
	.info-section{
		padding: 1rem 0 6rem;
	}
	.info-content-col{
		padding-bottom: 4rem;
	}
	.info-gal-col{
		margin-top: 0!important;
		padding-bottom: 3rem;
	}
	.info-gal-col:last-child{
		padding-bottom: 0;
	}
	.info-gal-img{
		max-width: 100%!important;
	}
	.testimonial-heading{
		margin-bottom: 3rem;
	}
	.testimonial-slider-pagination{
		margin-top: 4rem;
	}
	.gallery-slider .swiper-slide{
		padding: 0 0.7rem;
	}
}
@media only screen and (min-width : 768px) {
	.hidden-block{
		visibility: hidden;
	}
	.animated{
		animation-duration: 1s;
		animation-fill-mode: both;
	}
	.anim-delay100{
		animation-delay: 100ms; 
	}
	.anim-delay200{
		animation-delay: 200ms; 
	}
	.anim-delay300{
		animation-delay: 300ms; 
	}
	.anim-delay500{
		animation-delay: 500ms; 
	}
	.anim-delay800{
		animation-delay: 800ms; 
	}
	.anim-delay1200{
		animation-delay: 1200ms; 
	}
	@keyframes fadeInUp {
		from {
			opacity: 0;
			transform: translate3d(0, 5rem, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInUp {
		animation-name: fadeInUp;
	}
	@keyframes fadeInRight{
		from {
			opacity: 0;
			transform: translate3d(-5rem, 0, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInRight{
		animation-name: fadeInRight;
	}
	@keyframes fadeInLeft{
		from {
			opacity: 0;
			transform: translate3d(5rem, 0, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInLeft{
		animation-name: fadeInLeft;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	.fadeIn {
		animation-name: fadeIn;
	}
	@keyframes fadeInDown {
		from {
			opacity: 0;
			transform: translate3d(0, -5rem, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInDown {
		animation-name: fadeInDown;
	}
	.ti-section .tit-img-col{
		order: 2;
	}
	.ti-section .tit-content-col{
		order: 1;
	}
	.ti-section .tit-content{
		margin-left: auto;
	}
}
@media only screen and (min-width : 992px) {
	.navigation > ul > li{
		margin: 0 1em;
	}
	.navigation > ul > li:first-child{
		margin-left: 0;
	}
	.navigation > ul > li:last-child{
		margin-right: 0;
	}
	.nav-dropdown{
		background: #515622;
		color: #fff;
		display: block;
		left: 0;
		margin: 0;
		min-height: 24rem;
		opacity: 0;
		padding: 3.5rem 0;
		position: absolute;
		top: 100%;
		transition: all 0.2s 0.1s linear;
		transform: translateY(1rem);
		text-align: left;
		visibility: hidden;
		width: 100%;
		z-index: 55;
	}
	.nav-dropdown:before{
		background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
		content: "";
		display: block;
		height: 2rem;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.nav-dropdown-row{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 103rem;
		padding: 0 2rem;
		position: relative;
		width: 100%;
		z-index: 2;
	}
	.nav-dropdown-row:before{
		content: "Catering for any occasion";
		display: block;
		font-size: 3.5rem;
		line-height: 1.25;
		max-width: 8em;
		text-transform: uppercase;
	}
	.navigation .nav-dropdown ul{
		margin-left: auto;
		padding-left: 3rem;
		width: 50%;
	}
	.navigation .nav-dropdown li{
		margin-bottom: 0.3em;
	}
	.navigation .nav-dropdown li:last-child{
		margin-bottom: 0;
	}
	.navigation li:hover .nav-dropdown{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
}
@media only screen and (min-width : 1250px) {
	html{
		font-size: 0.8vw;
	}
}
@media only screen and (min-width : 1430px) {
	html{
		font-size: 0.7vw;
	}
}