@charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'BrandonTextRegular';
	src: url('../fonts/HVDFontsBrandonTextRegular.eot');
	src: url('../fonts/HVDFontsBrandonTextRegular.eot') format('embedded-opentype'), url('../fonts/HVDFontsBrandonTextRegular.woff2') format('woff2'), url('../fonts/HVDFontsBrandonTextRegular.woff') format('woff'), url('../fonts/HVDFontsBrandonTextRegular.ttf') format('truetype'), url('../fonts/HVDFontsBrandonTextRegular.svg#HVDFontsBrandonTextRegular') format('svg');
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 15px/20px 'Montserrat', sans-serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 700 55px/60px 'Grand Hotel', cursive;
	color: #4d4d50;
}
h2 {
	font: 400 50px/55px 'Grand Hotel', cursive;
	color: #000;
}
h3 {
	font: 400 40px/45px  'Grand Hotel', cursive;
	color: #000;
}
h4 {
	font: 400 30px/35px 'BrandonTextRegular';
	color: #000;
}
h5 {
	font: 400 25px/30px 'BrandonTextRegular';
	color: #000;
}
h6 {
	font: 400 20px/25px 'BrandonTextRegular';
	color: #000;
}
p {
	font: 400 15px/20px 'Playfair Display', serif;
	color: #000;
	font-style: italic;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #f2bba4;
	font: 400 17px/47px 'BrandonTextRegular';
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 0 60px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #f2bba4;
	border-radius: 0px;
	transition: all 300ms ease-out 0s;
}
.button {
	position: relative;
	padding: 15px 52px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	font: 400 15px/43px 'BrandonTextRegular';
	color: #000;
	text-transform: uppercase;
}
.button.type1 {
	color: #000;
}
.button:hover.type1 {
	color: #fff;
	background: #000;
}
.button.type1.type1::after, .button.type1.type1::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.button.type1.type1::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #000;
	border-right-color: #000;
}
.button.type1.type1::before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #000;
	border-left-color: #000;
}
.button.type1.type1:hover:after, .button.type1.type1:hover:before {
	width: 10%;
	height: 10%;
}
.button.type2 {
	color: #fff;
	background: transparent;
	text-transform: capitalize;
}
.button:hover.type2 {
	color: #000;
	background: #fff;
}
.button.type2.type2::after, .button.type2.type2::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.button.type2.type2::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
}
.button.type2.type2::before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #fff;
	border-left-color: #fff;
}
.button.type2.type2:hover:after, .button.type2.type2:hover:before {
	width: 10%;
	height: 10%;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	position: absolute;
	width: 100%;
	z-index: 9;
}
header.inner {
	padding: 15px 0;
	position: static;
	background: #000;
}
.header_top, .header_bot {
	padding: 5px 0;
}
header.inner .header_bot {
}
.desktop_view {
	display: block;
	display: flex;
	align-items: center;
}
.left_menu {
	width: 42.5%;
	float: left;
}
.left_menu ul {
	display: table;
}
.left_menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
.left_menu ul li a {
	font: 300 17px/37px 'Raleway', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.left_menu li:hover, .left_menu li.active, .left_menu li.current_page_item {
}
.left_menu li:hover > a, .left_menu li.active > a, .left_menu li.current_page_item > a, .left_menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #d4af37;
}
.desktop_view .logo {
	float: left;
	width: 15%;
	text-align: center;
}
.right_menu {
	width: 30%;
	float: left;
}
.right_menu ul {
	display: table;
}
.right_menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.right_menu ul li a {
	font: 300 17px/37px 'Raleway', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.right_menu li:hover, .right_menu li.active, .right_menu li.current_page_item {
}
.right_menu li:hover > a, .right_menu li.active > a, .right_menu li.current_page_item > a, .right_menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #d4af37;
}
.mobi_view {
	display: none;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 17px 0;
	flex-direction: row-reverse;
}
.booking-top {
	float: right;/*	margin: 0 0 0 51px;*/
}
.booking-top ul {
	float: right;/*display:table;*/
}
.booking-top ul li {
	float: left;
	/*display:inline-block;*/
	margin: 0 0 0 20px;
}
.booking-top ul li a {
	font: 500 20px/25px 'Montserrat', sans-serif;
	color: #fff;
	display: block;
}
.booking-top ul li:hover a {
	color: #d4af37;
}
/*---navigation---*/

.menu_area {
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 24.5px;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 500 17px/37px 'Raleway', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #d4af37;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #ccbf90;
	min-width: 220px;
	/*box-shadow: 0 0 5px #e1c31f;*/

	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
}
.nav-menu .sub-menu li::before {
	display: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: none;
	background: #c39529;
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 500 17px/37px 'Raleway', sans-serif;
	color: #fff;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #a87b13;
}
#navigation {
	float: left;
}
 @media only screen and (max-width: 1198px) {
#navigation {
}
.nav-menu li > a {
	margin: 0 0px;
}
}
 @media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	margin: 0;
	float: right;
	background: #d4af37;
	border: 1px solid #d4af37;
	margin: 0 0 0 25px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 38px;
	text-align: left;
	height: 38px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #d4af37;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 17px/37px 'Raleway', sans-serif;
	color: #fff;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 8px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	margin: 0 3px;
	position: relative;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
 @media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
 @media only screen and (max-width: 450px) {
}
/*---navigation---*/

/*--header end--*/

/*--banner_wrap start--*/

.banner_wrap {
	position: relative;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.banner_wrap .txt .ban_txt h1 {
	font: 900 90px/95px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt img {
	width: auto;
}
[class*="flexslider"] ul.flex-direction-nav {
	display: block;
}
.flexslider .flex-control-nav {
	display: none;
}
/*--banner_wrap end--*/

/*--main_wrap start--*/

.main_wrap {
}
.content_wrapper {
	padding: 94px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-center.brdr-btm-small {
	background: url(../images/border-bottom-small.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 00% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm-small {
	background: url(../images/border-bottom-small.png) no-repeat 00% 85%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.about_wrap {
	background: url(../images/tr.png) no-repeat top right, url(../images/lb.png) no-repeat left bottom;
}
.about_txt {
	text-align: center;
}
.about_txt h6 {
	font-family: 'Playfair Display', serif;
	margin: 15px 0 0 0;
	padding-bottom: 123px;
	background: url(../images/divider.png) no-repeat center bottom;
}
.about_txt p {
	font-size: 17px;
	color: #434343;
	font-style: normal;
}
.port_wrap {
	background: #000 url(../images/port-bg.jpg) no-repeat center;
	background-size: cover;
}
.port_box {
	background: #000;
}
.port_box img {
	width: 100%;
}
.port_txt {
	text-align: center;
}
.port_txt h2, .port_txt p {
	color: #fff;
}
.port_txt p {
	font-style: italic;
}
#owl-one .item {
	margin: 15px 5px;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -25px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -25px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.ins_wrap {
	background: url(../images/tr.png) no-repeat top right, url(../images/lb.png) no-repeat left bottom;
}
.ins_txt {
	text-align: center;
}
.ins_txt h3 {
	text-transform: capitalize;
	padding: 123px 0 0 0;
	background: url(../images/divider.png) no-repeat top center
}
.ins_txt p {
	font-size: 15px;
	font-style: italic;
	color: #000;
}
.me_wrap {
	background: #fff url(../images/me-bg.jpg) no-repeat center;
	background-size: cover;
}
.me_txt {
	text-align: center;
}
.me_txt h3, .me_txt h6, .me_txt p {
	color: #fff;
}
.me_txt h3 {
	text-transform: capitalize;
}
.me_txt h6 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.ser_wrap {
	background: url(../images/tr.png) no-repeat top right, url(../images/lb.png) no-repeat left bottom;
}
.ser_text {
	border-left: 1px solid #333;
	padding: 0 0 0 35px;
	min-height: 308px;
}
.ser_text p {
	padding: 0;
	font-style: normal;
}
.ser_box {
	text-align: center;
}
.ser_box img {
	width: 100%;
}
.ser_box p {
	font-size: 17px;
}
#owl-two .item {
	margin: 15px 5px;
}
#owl-two .owl-stage > div:nth-child(even) {
	margin-top: 25px;
}
#owl-two .item img {
	display: inline-block;
}
#owl-two .owl-nav {
	position: absolute;
	top: -5%;
	right: 0;
	width: 12.5%
}
#owl-two .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 42px;
	height: 41px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: 0;
	top: 0%;
	background: url(../images/right_1.png) no-repeat !important;
}
#owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: 0;
	top: 0%;
	background: url(../images/left_1.png) no-repeat !important;
}
#owl-two .owl-nav [class*=owl-] {
	display: block;
}
#owl-two .owl-dots {
	display: none;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
}
.mail_form {
	text-align: center;
}
.mail_form h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.mail_form h3 {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #fff;
}
.mail_form p {
	margin: 0 0 5px 0;
	color: #fff;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 51px;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	margin: 0 0 15px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 14px/51px 'Playfair Display', serif;
	color: #fff;
	font-style: italic;
	background: transparent;
}
.mail_form select {
	background: #fff url(../images/select.png) no-repeat 96% center;
}
.mail_form label {
	margin: 0 12px;
	text-transform: uppercase;
	font: 400 14px/15px 'Playfair Display', serif;
	color: #fff;
	font-style: italic;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	margin: 0 7.5px 0 0;
	float: left;
}
.mail_form textarea {
	height: 113px;
	line-height: 20px;
	padding: 5px 15px;
	border-radius: 0px;
}
.mail_form input[type="submit"] {
	background: url(../images/con_btn.png) no-repeat center;
	font: 400 15px/57px 'BrandonTextRegular';
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 0 71px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 30px;
	transition: all 300ms ease-out 0s;
}
.mail_form input[type="submit"]:hover {
	background: url(../images/con_btn_hover.png) no-repeat center;
	color: #000;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 14px/51px 'Playfair Display', serif;
 color: #fff !important;
 font-style:italic;
 opacity:1;
 text-transform:uppercase;
 text-align:center;
}
 .mail_form textarea::-webkit-input-placeholder {
 font: 400 14px/20px 'Playfair Display', serif;
 color: #fff !important;
 font-style:italic;
 opacity:1;
 text-transform:uppercase;
 text-align:center;
}
.find_box {
	margin: 15px 0;
	padding: 13px 0;
	display: flex;
	flex-wrap: wrap;/*align-items: center;*/
}
.find_box .find_img {
	float: left;
}
.find_box .find_txt {
	float: left;
	width: 82.5%;
	padding: 0 0 0 15px;
}
.find_box .find_txt h6 {
	text-align: left;
	font-weight: 700;
	color: #ffff00;
	text-transform: uppercase;
}
.find_box .find_txt p a {
	font-weight: 500;
	color: #fff;
	display: block;
}
.find_box .find_txt p {
	font-weight: 500;
	color: #fff;
	display: block;
	text-align: left;
}
/*--footer_wrap start--*/
footer {
	background: #051014;
	padding: 60px 0 15px;
	text-align: center;
}
footer p {
	font: 400 15px/20px 'Playfair Display', serif;
	color: #929292;
	font-style: italic;
	padding: 15px 0;
}
.footer_logo {
	text-align: center;
}
.footer_social {
	margin: 15px 0;
}
.footer_social ul {
	display: table;
}
.footer_social ul li {
	display: inline-block;
	width: 29px;
	height: 29px;
	text-align: center;
	margin: 0 1px;
}
.footer_social ul li:hover {
}
.footer_social ul li a {
	font: 500 20px/49px 'Montserrat', sans-serif;
	color: #fff;
	display: block;
}
.footer_social ul li:hover a {
	color: #d4af37;
}
.footer_links {
	margin: 15px 0;
	background: url(../images/fd.png) no-repeat top center, url(../images/fd.png) no-repeat bottom center;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 25px;
	font: 400 15px/41px 'Playfair Display', serif;
	color: #fff;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 400 15px/41px 'Playfair Display', serif;
	color: #fff;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #d4af37;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #d4af37;
	text-decoration: none;
}
/*--footer_wrap end--*/

.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #fa0300;
}
.colorblack {
	color: #686868;
}
.colorblue {
	color: #3156b3;
}
.coloryellow {
	color: #ffff00;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #d4d4d4;
}
.bg-black {
	background: #121212;
}
.bg-blue {
	background: #007dc5;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/

}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 30px;
}
.btn:hover {
	color: #fff;
	border: 1px solid #000;
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.move-box {
	position: relative;
 img {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 &:first-child {
 position:unset;
}
}
}
.move-1 {
	-webkit-animation: move1 15s infinite;
	animation: move1 15s infinite;
}
.move-2 {
	-webkit-animation: move2 15s infinite;
	animation: move2 15s infinite;
}
.move-3 {
	-webkit-animation: move3 15s infinite;
	animation: move3 5s infinite;
}
.move-4 {
	-webkit-animation: move4 15s infinite;
	animation: move4 5s infinite;
}
 @-webkit-keyframes move4 {
 0% {
 -webkit-transform: translate(0, -5px);
 transform: translate(0, -5px);
}
 50% {
 -webkit-transform: translate(0, 5px);
 transform: translate(0, 5px);
}
 100% {
 -webkit-transform: translate(0, -5px);
 transform: translate(0, -5px);
}
}
 @-webkit-keyframes move1 {
 0% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 50% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 100% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
}
 @keyframes move1 {
 0% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 50% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 100% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
}
 @-webkit-keyframes move2 {
 0% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 50% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 100% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
}
 @-webkit-keyframes move3 {
 0% {
 transform: translate(0, 0);
}
 20% {
 transform: translate(5px, 0);
}
 40% {
 transform: translate(5px, 5px);
}
 65% {
 transform: translate(0, 5px);
}
 65% {
 transform: translate(5px, 0);
}
 100% {
 transform: translate(0, 0);
}
}
/* Move Images */
.story_wrap {
	background: url(../images/tr.png) no-repeat top right, url(../images/lb.png) no-repeat left bottom;
}
.ceo_wrap {
	background: #f7f7f7;
}
.work_wrap {
	background: url(../images/tr.png) no-repeat top right, url(../images/lb.png) no-repeat left bottom;
}
.work_box {
	margin: 15px 0;
}
.work_box img, .work_box iframe {
	width: 100%;
}
.tabs {
	list-style-type: none;
	float: none;
	display: table;
}
.tab_area {
	text-align: center;
}
.tab-link {
	background: #e7e7e7;
	float: none;
	width: auto;
	display: inline-grid;
	height: auto;
	border-radius: 0px;
	font: 400 17px/43px 'Playfair Display', serif;
	color: #000;
	text-align: center;
	padding: 0 27px;
	margin: 0 5px;
	position: relative;
	cursor: pointer;
}
.tab-link.active:after {
	content: "";
	height: 15px;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: -29%;
	transform: translate(-50%, 00%);
	z-index: 8;
	background: url(../images/ta.png) no-repeat center bottom;
}
.tab-content {
	display: none;
	margin: 35px 0 0 0;
}
.tab-content.active {
	display: block;
}
.tab-link:hover, .tab-link.active {
	color: #000;
	background: #fac82c;
}
.services_wrap {
	background: url(../images/tr.png) no-repeat top right, url(../images/lb.png) no-repeat left bottom;
}
.ser_area {
}
.ser_area .ser_box {
	margin: 15px 0;
}
.ser_area > div:nth-child(odd) {
	margin-top: 58px;
}
.find_wrap {
	background: url(../images/tr.png) no-repeat top right, url(../images/lb.png) no-repeat left bottom;
}
.contact_form {
}
.contact_form h4 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.contact_form h6 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	margin: 0 0 25px 0;
}
.contact_form ul {
	width: 100%;
	margin-bottom: 25px;
}
.contact_form ul li {
	width: 100%;
	padding: 2.5px 0 2.5px 25px;
	font: 400 15px/20px 'Playfair Display', serif;
	color: #7f7f7f;
}
.contact_form ul li.call {
	background: url(../images/call.jpg) no-repeat left center;
}
.contact_form ul li.mail {
	background: url(../images/mail.jpg) no-repeat left center;
}
.contact_form ul li a {
	font: 400 15px/20px 'Playfair Display', serif;
	color: #7f7f7f;
	text-transform: lowercase;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="date"], .contact_form input[type="time"], .contact_form select, .contact_form textarea {
	width: 100%;
	height: 48px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 500 15px/48px 'Playfair Display', serif;
	font-style: italic;
	color: #000;
	background: transparent;
}
.contact_form select {
	background: #fff url(../images/select.png) no-repeat 96% center;
}
.contact_form select option {
	display: none;
}
.contact_form select option+option {
	display: block;
}
.contact_form label {
	color: #4c4949;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
	font-size: 13px;
}
.contact_form input[type="checkbox"], .contact_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 25px;
	height: 25px;
	line-height: 23px;
	margin: 0 7.5px 0 0;
	float: left;
}
.contact_form textarea {
	height: 201px;
	line-height: 20px;
	padding: 5px 15px;
	border-radius: 0px;
}
.contact_form input[type="submit"] {
	background: url(../images/con_btn.png) no-repeat center;
	font: 400 15px/57px 'BrandonTextRegular';
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 0 71px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 30px;
	transition: all 300ms ease-out 0s;
}
.contact_form input[type="submit"]:hover {
	background: url(../images/con_btn_hover.png) no-repeat center;
	color: #000;
	transition: all .3s ease-in-out;
}
 .contact_form input[type="text"]::-webkit-input-placeholder, .contact_form input[type="email"]::-webkit-input-placeholder, .contact_form input[type="tel"]::-webkit-input-placeholder, .contact_form input[type="date"]::-webkit-input-placeholder, .contact_form input[type="time"]::-webkit-input-placeholder, .contact_form select::-webkit-input-placeholder {
 font: 500 15px/48px 'Playfair Display', serif;
 font-style:italic;
 color: #7f7f7f !important;
 opacity:1;
}
 .contact_form textarea::-webkit-input-placeholder {
 font: 500 15px/20px 'Playfair Display', serif;
 font-style:italic;
 color: #7f7f7f !important;
 opacity:1;
}
h2.ins {
	background: url(../images/ins.png) no-repeat left center;
	padding: 0 0 0 45px;
	display: inline-block;
	font-family: 'Grand Hotel', cursive;
	font-weight:200;
	margin:0 0 25px 0;
}
.bwg_container div[id^=bwg_container2_] img {
	width: 100% !important;
	height: auto !important;
 max-width:100% !important  min-height:308px !important;
}
div[id^=bwg_container] .bwg-border-box * {
	margin-left: 0 !important;
}

/*=========02-03-2022==========*/
.testi_left {
}
.testi_left h6 {
	color: #fff;
}
.testi_left h2 {
	color: #fff;
}
.testi_right {
}
.testi_area {
	border-radius: 0 50px 0 0;
	background: #fff;
	position: relative;
	padding: 35px 25px;
	margin: 35px 35px;
	text-align:center;
}
.testi_img {
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.testi_txt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 0 0;
}
.testi_txt .testi_client {
	width: 30%;
	float: left;
}
.testi_txt .testi_client img {
	border-radius: 50%;
	width: 140px;
}
.testi_txt .testi_comments {
	width: 100%;
	float: left;
}
.testi_txt .testi_comments h5 {
	font-weight: 800;
	font-style: italic;
	color: #d4af37;
	margin: 15px 0 0 0;
}
.testi_txt .testi_comments h6 {
	font-size: 13px;
	font-style: italic;
	color: #000;
	font-weight: 400;
}
#owl-three .item {
	margin: 0;
}
#owl-three .item img {
	display: inline-block;
}
#owl-three .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-three .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -15px;
	top: 50%;
	background: url(../images/next.png) no-repeat !important;
}
#owl-three .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -15px;
	top: 50%;
	background: url(../images/prev.png) no-repeat !important;
}
#owl-three .owl-nav [class*=owl-] {
	display: block;
}
#owl-three .owl-dots{
	display:none;
}
/*=========02-03-2022==========*/
