@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&family=Open+Sans:wght@500&display=swap');

@media print {
    html, body {
       display: none;  /* hide whole page */
    }
}
html {
    user-select: none;
}
.menuu_btn {
	background: url(../images/menu.png) no-repeat 0 0/100%;
	width: 32px;
	height: 32px;
	border: none;
	position: absolute;
	;
	right: 16px;
	top: 0px;
}

@media(min-width:992px) {
	.menuu_btn {
		display: none;
	}
}

.parent {
	flex-direction: row;
}

@media (min-width: 767px) {
	.dis1 {
		display: none;
	}

	.d2 {
		display: none;
	}
}

@media(max-width: 767px) {
	.parent {
		display: flex;
		flex-direction: column-reverse;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


ul.sp li:hover>ul.dropdown-menu {
	display: block;
}

@font-face {
	font-family: "Silent Caroline";
	src: url("../font/Silent Caroline.otf");
}

@font-face {
	font-family: "Garamond-Regular";
	src: url("../font/Garamond-Italic.ttf");
}
@font-face {
	font-family: "Quentin";
	src: url("../font/Quentin.otf");
}


/* CSS Document */
.bannerarea {
	padding: 0;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}

.img-100 {
	width: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.navbar .nav {
	width: unset;
	float: right;
	padding-top: 0px;
	padding-left: 0px;
}

.navbar .nav>li>a {
	float: none;
	color: #6b6b6b;
	text-decoration: none;
}

.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
	text-decoration: none;
	background-color: #8dc63f;
	color: #fff;
}

.navbar .nav>.active>a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 400;
	background: #8dc63f;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
	background-color: #8dc63f;
	color: #fff;
	text-decoration: none;
}

.navbar .brand {
	float: left;
	display: block;
	padding: 0px;
	margin: 10px 0px 10px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	cursor: pointer;
}

.nav-static {
	position: absolute;
	padding: 0 20px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: transparent;
	background-size: cover !important;
	margin: 35px 0;
	border-radius: 10px;
}

.ab-static {
	position: absolute;
	padding: 0 20px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: transparent;
	background-size: cover !important;
	margin: 20px 0;
	border-radius: 10px;
}

.show500 {
	display: none !important;
}

.nav {
	display: inline-flex;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 20px;
	margin: 10px 0px;
	line-height: 1;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	transition: ease-out .3s;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}

.brand img {
	margin: 10px 0;
}

.carousel-control-next,
.carousel-control-prev {
	width: 4%;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #030303;
	white-space: nowrap;
	background: none;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

/*..............index.................*/
.sub-na li a {
	color: #636363 !important;
}

.d-f {
	display: flex !important;
	justify-content: end !important;
	align-items: center !important;
}

.sect1 {
	background: url(../images/back.jpg) no-repeat center;
	background-size: cover;
	/*padding: 435px 15px 60px;*/padding: 350px 15px 60px;
}

.sect1 h1 {
	font-family: 'Silent Caroline';
	font-size: 104px;
	margin: 0 0 0px;
	color: #000;
}

.sect1 p {
	margin: 0px 0 15px;
	color: #686868;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.sect1 button {
	background: transparent;
	border-radius: 50px;
	border: 2px solid #a9a8a5;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	padding: 5px 45px;
	font-family: 'Poppins', sans-serif;
}

.sect2 {
	padding: 45px 15px;
}

.sect2 h2 {
	font-family: 'Silent Caroline';
	font-size: 104px;
	margin: 0 0 0px;
	color: #000;
	text-align: center;
}

.sect2 img {
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}

.btn-all {
	background: transparent;
	border-radius: 50px;
	border: 2px solid #a9a8a5;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	padding: 5px 45px;
	font-family: 'Poppins', sans-serif;
	margin: auto;
	display: block;
}

.sect3 {
	background: url(../images/back-1.png) no-repeat center fixed;
	background-size: cover;
	padding: 180px 15px 160px;
	margin: 0 0 150px;
}

.sect3 h2 {
	color: #fff;
	font-size: 40px;
/*font-weight: 400;font-family: 'Poppins', sans-serif;*/
font-weight: 700;
font-family: 'Dancing Script', cursive;
margin: 0 0 40px;
}

.sect3 h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Dancing Script', cursive;
	margin: 0;
}

.sect3 h4 {
	color: #fff;
	font-size: 40px;
	/*font-weight: 400;font-family: 'Poppins', sans-serif;*/
	font-weight: 400;
font-family: 'Dancing Script', cursive;
	margin: 0;
}

.sect3 h5 {
	color: #fff;
	font-size: 40px;
	/*font-weight: 400;font-family: 'Poppins', sans-serif;*/
	font-weight: 700;
font-family: 'Dancing Script', cursive;
	margin: 0;
}

.sect3 p {
	color: #fff;
	font-size: 35px;
	/*font-weight: 500;font-style: italic;font-family: 'Poppins', sans-serif;*/
	font-weight: 400;
font-family: 'Dancing Script', cursive;
	margin: 10px 0 0;
}

.sect4 {
	background: #e8e8e8;
	padding: 40px 0px 0;
}

.sect4a {
	background: url(../images/back-2.jpg) no-repeat center;
	padding: 0px 15px 145px;
	background-size: cover;
}

.sect4 h2 {
	font-family: 'Silent Caroline';
	font-size: 104px;
	margin: 0 0 0px;
	color: #000;
	text-align: center;
}

.testi_img {
	background: #b8b0a9;
	padding: 0px 9px 9px 0px;
}

.rounded-circle {
	border-radius: 50% !important;
}

.sect4 img {
	display: block;
	margin: auto;
}

.sect4 p {
	margin: 15px 350px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Garamond-Italic';
}

.sect4 h3 {
	margin: 15px 0px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Garamond-Italic';
}

.sect4b {
	position: relative;
}

.sect4c {
	position: absolute;
	top: 60px;left: 50%;
transform: translateX(-50%);
}

.shw {
	box-shadow: black -4px 0 10px 0;
}

.sect5 {
	padding: 125px 15px;
}

.sect5a {
	background: url(../images/hom-con.jpg) no-repeat center;
	background-size: cover;
	border-radius: 10px;
	padding: 250px 15px 50px;
}

.sect5 h2 {
	margin: 0px 0 0px;
	color: #ffffff;
	font-size: 90px;
	font-family: 'Silent Caroline';
}

.sect5 p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0px 0 0;
}

.m-call {
	background: url(../images/ca.png) no-repeat;
	margin: 10px 0 0px 0px !important;
	padding: 5px 20px 10px 35px;
}

.m-mail {
	background: url(../images/ms.png) no-repeat 0;
	margin: 0px 0 10px 0px !important;
	padding: 0px 0 0 35px;
}

.m-web {
	background: url(../images/web.png) no-repeat 0;
	margin: 0px 0 10px 0px !important;
	padding: 0px 0 0 35px;
}

.inp {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	outline: 0;
	margin: 0 0 45px;
	background: transparent;
	padding: 0 0 30px;
}

.txp {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	outline: 0;
	margin: 0 0 45px;
	background: transparent;
	padding: 0 0 30px;
}

.sect5 form {
	padding: 65px 35px;
	border-radius: 10px;
	background: #d5ccc4;
}

.sect5 button {
	background: #615040;
	border-radius: 50px;
	border: 0;
	text-transform: uppercase;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 65px;
	font-family: 'Poppins', sans-serif;
}

footer {
	background: #615040;
	padding: 25px 15px;
}

footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #ac9e92;
	margin: 0;
}

footer a {
	color: #ac9e92;
	text-decoration: none;
}

footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

footer .flo {
	float: right;
}

footer img {
	padding: 0 10px 0 0;
}

.social {
	display: flex;
	justify-content: start;
	margin: 15px 0 0;
}

.social img {
	margin: 0 10px 0 0;
}

.slick-slide {
	padding: 0 15px;
}

/*...................................... sub-pages......................................... */
.abt1 {
	background: url(../images/abt.jpg) no-repeat center;
	background-size: cover;
	padding: 300px 15px 60px;
}

.abt1 h1 {
	font-family: 'Silent Caroline';
	font-size: 104px;
	margin: 0 0 0px;
	color: #000;
}

.abt1 p {
	margin: 0px 0 15px;
	color: #686868;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.abt2 {
	background: url(../images/abt-back.jpg) no-repeat center;
	background-size: cover;
	padding: 0px 15px 75px;
}

.abt3 {
	padding: 0 15px 30px;
}

.abt3 p {
	margin: 0px 0 15px;
	color: #686868;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.med,
.work {
	background: url(../images/abt.jpg) no-repeat top #ececec;
	background-size: contain;
	padding: 235px 15px 40px;
}

.guest {
  background: url(../images/new-abt.jpg) no-repeat top #fff;
    background-size: auto;
  background-size: contain;
  padding: 235px 15px 40px;
}

.med h1,
.work h1 {
	font-family: 'Silent Caroline';
	font-size: 104px;
	margin: 0 0 0px;
	color: #000;
}

.med img {
	border-radius: 5px;
}

.w-f {
	display: flex;
	justify-content: end;
	margin: 0 0 20px;
}

.sl {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 5px;
	width: 20%;
}

.sl-btn {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	border: 0;
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 5px;
}

.work img {
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}

.guest h1,
.cont h1 {
	font-family: 'Silent Caroline';
	font-size: 104px;
	margin: 0 0 0px;
	color: #000;
}

.g-f {
	display: flex;
	flex-direction: row;
}

.g1 {
	flex: 1;
}

.g2 {
	flex: 8;
	margin-left: 20px;
}

.guest p {
	margin: 0px 0 15px;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Garamond-Italic'
}

.guest h3 {
	margin: 0px 0 15px;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Garamond-Italic'
}

.guest hr {
	margin: 50px 0;
}

.cont {
	background: url(../images/abt.jpg) no-repeat top #f1efed;
	background-size: contain;
	padding: 235px 15px 80px;
}

.cont .sect5 {
	padding: 0 15px;
}

/* .mm-btn_close::before {
	content: 'x' !important;
	position: absolute !important;
	top: 9px !important;
	left: 0 !important;
	font-size: 36px !important;
	color: #2b2b2b !important;
	border: none !important;
	transform: rotate(-1deg) !important;
}

.mm-listitem__text {
	text-transform: lowercase !important;
	text-align: center;
	font-size: 20px;
}

.mm-navbar__breadcrumbs>* {
	display: none !important;
}

.mm-navbars_top {
	border-bottom-width: 0 !important;
}

.mm-listitem a:hover {
	color: #c05fb4 !important;
}

.mm-listitem__btn,
.mm-listitem__text {
	padding: 15px 0px !important;
}

.mm-listview {
	padding: 40px 0 !important;
}

.mm-menu_offcanvas {
	width: 100% !important;
	min-width: unset !important;
	max-width: unset !important;
}

.mm-listitem::after {
	content: '';
	border-color: unset !important;
	border-bottom-width: unset !important;
	border-bottom-style: unset !important;
	display: block;
	position: absolute;
	left: 0 !important;
	right: 0;
	bottom: 0;
} 

.mob a {
	text-align: center !important;
}

.mob>li>a:hover {
	background: #fff;
}*/

#mm-2 .dropdown-menu a, #mm-3 .dropdown-menu a, #mm-4 .dropdown-menu a, #mm-5 .dropdown-menu a{padding: 10px 20px !important;}
#mm-2 .dropdown-menu a:hover, #mm-3 .dropdown-menu a:hover, #mm-4 .dropdown-menu a:hover, #mm-5 .dropdown-menu a:hover{color: #2b2a2a !important;
background-color: unset !important;}
#mm-1 .mm-listitem a{padding: 12px 20px !important;
margin: 0px 0px !important;}



.mob {
	width: 100% !important;
	border: 0 !important;
}



.des>li>a:hover {
	background: rgb(0, 0, 0);
	color: #fff !important;
}

.des {
	left: 100%;
	right: auto;
	bottom: 0px;
}

.no-padding {
	padding: 0px;
}

.modal-fullscreen {
	width: 100% !important;
	max-width: none;
	height: 100%;
	margin: 0;
}

.navbar .btn-navbar {
	display: none;
}

.med1 {
	padding: 0 15px 100px;
	background: #ececec;
}

.med1 p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 10px;
}

.med1 h2 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 10px;
}

.med1 a {
	text-decoration: none;
}

.med1 hr {
	margin: 30px 0;
}

.med1 button {
	background: transparent;
	border-radius: 50px;
	border: 2px solid #a9a8a5;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	padding: 5px 32px;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0 0;
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
	.nav-static {
		margin: 25px 0;
	}

	.sect1 {
		background: url(../images/back.jpg) no-repeat center;
		background-size: cover;
		padding: 320px 15px 60px;
	}

	.sect4 p {
		margin: 15px 235px;
	}

	.sect4c {
		position: absolute;
		top: 70px;
	}

	.sect5a {
		padding: 135px 15px 50px;
	}

	.sect5 h2 {
		font-size: 65px;
	}

	.sl {
		width: 28%;
	}

	.med,
	.work,
	.guest {
		padding: 175px 15px 40px;
	}

	.g1 {
		flex: 2;
	}
}

@media screen and (min-width: 767px) {
	.ba {
		display: none;
	}

	.submenu3 {
		display: none;
	}
}



/* new styles */
.work h2{font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
}
.btn_order{background: transparent !important;
border-radius: 50px;
border: 1px solid #c40e04 !important;
font-size: 14px !important;
color: #000000 !important;
font-weight: 400 !important;
padding: 5px 23px !important;
font-family: 'Poppins', sans-serif;
text-transform: uppercase !important;
margin: 0 0 30px !important;
text-decoration: none;
}

.pdt-info h3{font-family: 'Poppins', sans-serif;
    font-size: 27px;
font-weight: 600;
color: #d91506;
padding: 0;
margin: 0 0 30px;
text-align: left;
text-transform: uppercase;}
    
.pdt-info p{font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0 0 15px;}

.pdt-info ul{margin: 0;padding: 0 12px 0;}
.pdt-info ul li{font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0 0 15px;}
.btn_order1 {
  background: transparent !important;
  border-radius: 50px !important;
  border: 1px solid #fff !important;
  font-size: 13px !important;
  color: #fff !important;
  font-weight: 400;
  padding: 5px 23px !important;
  font-family: 'Poppins', sans-serif !important;
  text-transform: lowercase;
}




.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #242424;
cursor: pointer;
border-radius: 10px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}



figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: unset;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  font-weight: 300;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie button {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie button {
	position: absolute;
	bottom: 25px;
left: 15px;
	width:unset;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-85%,0) translate3d(0,0px,0);
	transform:translate3d(0,-25%,0) translate3d(0,-60px,0);margin: 0;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover button {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 0px auto;
		width: 100%;
	}
}


.enq-frm{width: 100%;
border: 0;
border: 1px solid #0d0d0d;
outline: 0;
margin: 0;
background: #0000;
padding: 3px 10px;
height: 45px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.error-msg{color: #c80404;}
.btn-enq{background: #242424;
border-radius: 10px;
border: 0;
text-transform: uppercase;
font-size: 15px;
color: #ffffff;
font-weight: 400;
padding: 10px 65px;
font-family: 'Poppins', sans-serif;}
.textarea{height: auto !important;}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e60c0c;
  outline: 0;
  box-shadow: unset;
  background: transparent;
    background-color: transparent;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e8e8e8;
  opacity: 1;
  color: #972100;
}
.cont label{color: #000;
margin-bottom: 10px;}


.br-10{border-radius: 10px;}
.web-content h2{margin: 0px 0 15px;
color: #b60000;
font-size: 25px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
padding: 0;}

.web-content p{margin: 0px 0 15px;
color: #1e1e1e;
font-size: 15px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
padding: 0;}




/*********/

.bannerarea h1{font-family: "Quentin"; font-weight: 900; font-size: 70px; color: #f4f2f2; padding: 0; margin: 0;text-align: right;transition: all 0.5s;}
.bannerarea h2{font-family: "Quentin"; font-weight: 300; font-size: 50px; color: #fff; padding: 0; margin: 0;text-align: right;transition: all 0.5s;}
.bannerarea p{font-family: "Poppins-Regular"; font-size: 14px;color: #f4f2f2; padding: 0; margin: 0 0 10px;text-align: right;transition: all 0.5s;}
.bnr-txt{position: absolute;
bottom: 135px;
right: 170px;
left: 10px;}

.bannerarea .btn-bnr{background: transparent;
border-radius: 50px;
border: 1px solid #fff;
font-size: 14px;
color: #fff;
padding: 5px 40px;
font-family: "Poppins-Regular";float: right;transition: all 0.5s;}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slick-dots li button:before{width: 30px; height: 30px; font-size: 30px !important;}

.soldout {
  background: #cc0303;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 15px;z-index: 99;
}
.soldout p {
  padding: 0;
  margin: 3px 12px;
  color: #fff;
  text-transform: uppercase;
}
.cursor-none{pointer-events: none;
cursor: default;
display: block;}




@media screen and (max-width: 991px) {
	.s3 {
		display: none;
	}

	.sl,
	.sl-btn {
		font-size: 14px;
	}

	.med,
	.work,
	.guest {
		background: url(../images/abt.jpg) no-repeat top #ececec;
		background-size: auto;
		padding: 175px 15px 40px;
	}

	.sect4 p {
		margin: 15px 65px;
	}

	.sect4a {
		background: url(../images/back-2.jpg) no-repeat center;
		padding: 0px 15px 80px;
		background-size: cover;
	}

	.sect5 {
		padding: 90px 15px;
	}
	
	.abt1 h1{font-size: 82px;}
	
	.bnr-txt {bottom: 55px;
  right: 100px;
  left: 30px;}
  
  .sect1 { padding: 180px 15px 60px;}
	
	
}

@media only screen and (max-width: 767px) {
	.ban {
		display: none;
	}

	.ba {
		display: block;
	}

	.nav-static {
		margin: 15px;
	}

	footer p {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		color: #f8f9fa;
		margin: 0 0 0;
		text-align: center;
	}

	footer .flo {
		float: unset;
		padding: 10px 0 0;
	}

	.social {
		padding: 20px 0;
	}

	.s2 {
		display: none;
	}

	.sect4 p {
		margin: 15px 0;
		font-size: 18px;
	}

	.sect2,
	.sect4,
	.sect5 {
		padding: 80px 15px;
	}

	.serv {
		padding: 75px 15px 20px;
	}

	.serv1 p {
		margin: 0px 0 35px;
	}

	.serv1 {
		padding: 0px 15px 110px;
	}

	.cont {
		background: url(../images/abt.jpg) no-repeat top #f0efed;
		background-size: contain;
		padding: 115px 15px 80px;
	}

	.serv-sub h1 {
		margin: 20px 0 10px;
		color: #363636;
		font-size: 32px;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
	}

	.sl {
		width: 42%;
	}

	.sect1 h1 {
		font-family: 'Silent Caroline';
		font-size: 72px;
		margin: 0 0 0px;
		color: #000;
	}

	.sect1 p {
		margin: 0px 0 15px;
		font-size: 14px;
	}

	.sect1 button,
	.sect2 button {
		font-size: 14px;
	}

	.sect2 h2,
	.sect4 h2 {
		font-size: 92px;
		margin: 0 0px;
	}

	.shw {
		display: none !important;
	}

	.sect4c {
		position: unset;transform: unset;
	}

	.sect4a {
		background: #e6e6e6;
		padding: 0px 15px 0;
	}

	.sect5a {
		padding: 135px 15px 40px;
		margin: 0 0 40px;
	}

	.sect3 {
		background: url(../images/back-1-mob.jpg) no-repeat fixed -110px/100%;
		background-size: cover;
		padding: 155px 15px 160px;
		margin: 0 0 80px;
	}

	/*.sect3 h2 {
		font-size: 30px;
	}

	.sect3 h4 {
		font-size: 22px;
	}

	.sect3 h3 {
		font-size: 16px;
	}

	.sect3 h5 {
		font-size: 32px;
	}*/

	.sect5 form {
		padding: 65px 15px;
		border-radius: 10px;
		background: #d5ccc4;
	}

	.med h1,
	.work h1,
	.guest h1 {
		font-family: 'Silent Caroline';
		font-size: 80px;
		margin: 0 0 0px;
		color: #000;
	}

	.g1 {
		flex: 3;
	}

	.med1 img {
		margin: 0 0 25px;
	}
	
	.abt1 h1{font-size: 65px; margin: 0 0 20px; line-height: 0.7;}
	
	
	
	.bnr-txt { bottom: 75px;
  right: 40px;
  left: 30px;}
  .bannerarea h1 {font-size: 62px;}
	
	
	
	
}

@media only screen and (max-width: 575px) {
	.w-f {
		display: flex;
		justify-content: start;
		margin: 0 0 20px;
	}

	.sl {
		width: 100%;
	}

	.g-f {
		display: unset;
	}

	.g2 {
		margin-left: 0;
	}

	.g1 img {
		width: unset;
		display: block;
		margin: 0 auto 15px;
	}
	
	

    .bannerarea h1 { font-size: 43px;}	
	.bannerarea h2 { font-size: 35px;}	
	
	
	.sect1 { padding: 10px 15px 60px;}
	
}

@media only screen and (max-width: 420px) {
    
    .cont h1 {
  font-family: 'Silent Caroline';
  font-size: 85px;
  margin: 0 0 30px;
  color: #000;
  line-height: 0.6;}
  
  .med h1 {
  font-size: 70px;
  margin: 0 0 12px;
  line-height: 0.7;}
  
  
  
  .bnr-txt {
right: 30px;
  left: 10px;
}
.bannerarea h1 { font-size: 37px;}
.bannerarea h2 {font-size: 30px;}

.sect1 h1 {font-size: 60px;}
.sect2{
  padding: 30px 15px 60px;}
.sect4 h2 {font-size: 78px;}
.sect5a {
  padding: 35px 15px 40px;}
.sect5 h2 {
  font-size: 60px;}

.sect3 {background: url('../images/back-1-mob.jpg') no-repeat left fixed ;
		background-size: cover;}
figure.effect-sadie h2{font-size: 18px; right: 10px;}
.btn_order1 {font-size: 12px !important;}


    .sect3 h2 {
  font-size: 40px;
line-height: 1;}

  .sect3 h4 {
  font-size: 32px;}
  
  .sect3 h5 {
  font-size: 35px;}
  
  .sect3 p {
  font-size: 35px;}
    
}

@media only screen and (max-width: 349px) {

	.work h1,
	.guest h1 {
		font-family: 'Silent Caroline';
		font-size: 75px;
		margin: 0 0 0px;
		color: #000;
	}
	
	
	.bannerarea h1 { font-size: 30px;}
    .bannerarea h2 {font-size: 22px;}
	
	.sect3 {background: url('../images/back-1-mob.jpg') no-repeat left fixed;background-size: cover;}
	
}