@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	outline: 0 solid
}

html,
body {
	height: 100%
}

body {
	font-size: 16px;
	font-family: source sans pro, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 20px
}

img {
	max-width: 100%
}

a,
ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none
}

p {
	color: #787878;
	line-height: 1.8;
	font-weight: 400
}

a,
a:hover {
	text-decoration: none
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

input {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

input:focus {
	border: 1px solid #e9bd23
}

.sec-pad {
	padding: 60px 0
}

.sec-pad-top {
	padding-top: 60px
}

.sec-pad-bottom {
	padding-bottom: 60px
}

.sec-mar {
	margin: 60px 0
}

.sec-mar-top {
	margin-top: 60px
}

.sec-mar-bottom {
	margin-bottom: 60px
}

.button--wrap {
	background: #e9bd23;
	padding: 0 0 0 3px;
	display: inline-block;
	border-radius: 10px
}

.button--wrap.button--wrap-two {
	margin-top: 35px;
	border-radius: 10px;
	background: #dbb352
}

.button--wrap.button--wrap-two .btn--primary {
	border-radius: 10px;
	padding: 14px 40px
}

.button--wrap a:hover {
	color: #fff
}

.button--wrap button {
	padding: 0;
	border: none
}

.eg-btn {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-transform: capitalize
}

.btn--primary {
	border-radius: 10px;
	background: #083779;
	padding: 7px 7px 7px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: playfair display, serif
}

.btn--primary::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e9bd23;
	z-index: -1;
	color: #fff;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .4s ease-in;
	transition: -webkit-transform .4s ease-in;
	transition: transform .4s ease-in;
	transition: transform .4s ease-in, -webkit-transform .4s ease-in
}

.btn--primary:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	color: #fff
}

.golf-btn i {
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	color: #083779;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 25px
}

.sk-cube-grid {
	width: 80px;
	height: 80px;
	margin: 100px auto
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #083779;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@-webkit-keyframes hover {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		color: #121212;
		-webkit-text-stroke: 2px gray
	}
	20% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: pink;
		-webkit-text-stroke: 3px red;
		-webkit-filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 3px red) drop-shadow(0 0 5px red) hue-rotate(10turn);
		filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 3px red) drop-shadow(0 0 5px red) hue-rotate(10turn)
	}
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		color: #121212;
		-webkit-text-stroke: 2px gray
	}
}

@keyframes hover {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		color: #121212;
		-webkit-text-stroke: 2px gray
	}
	20% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: pink;
		-webkit-text-stroke: 3px red;
		-webkit-filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 3px red) drop-shadow(0 0 5px red) hue-rotate(10turn);
		filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 3px red) drop-shadow(0 0 5px red) hue-rotate(10turn)
	}
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		color: #121212;
		-webkit-text-stroke: 2px gray
	}
}

.preloader_area_wrap {
	background: #282b34 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999
}

.preloader_area_wrap .sk-cube-grid {
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 100px;
	width: 100%;
	z-index: 99;
	background-color: #121212
}

@media only screen and (min-width:1800px) {
	.sticky {
		padding: 5px 200px
	}
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.sticky {
		padding: 0 50px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.sticky {
		padding: 0 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.sticky {
		padding: 20px
	}
}

@media(max-width:767px) {
	.sticky {
		padding: 5px 0
	}
}

.header-two.position_top.sticky {
	position: fixed;
	padding: 10px 200px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 28px 0 #7a7a7a1a;
	box-shadow: 0 2px 28px 0 #7a7a7a1a
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.header-two.position_top.sticky {
		padding: 10px 50px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.header-two.position_top.sticky {
		padding: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-two.position_top.sticky {
		padding: 20px 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.header-two.position_top.sticky {
		padding: 20px 10px
	}
}

.title {
	margin-bottom: 30px;
	margin-top: -8px
}

@media(max-width:767px) {
	.title {
		text-align: center;
		margin-bottom: 40px
	}
}

.title span {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: #083779;
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	z-index: 1;
	letter-spacing: 1.3px
}

@media(max-width:767px) {
	.title span {
		font-size: 18px
	}
}

.title span:before {
	position: absolute;
	content: "";
	background: rgba(163, 177, 138, .6);
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	height: 10px;
	width: 100%;
	bottom: 2px;
	left: 0;
	border-radius: 50%;
	z-index: -1
}

.title h2 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: capitalize;
	color: #212121;
	margin: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.title h2 {
		font-size: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.title h2 {
		font-size: 36px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.title h2 {
		font-size: 30px
	}
}

@media(max-width:767px) {
	.title h2 {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.title h2 {
		font-size: 30px
	}
}

.title.white span {
	color: #fff
}

.title.white h2 {
	color: #fff
}

.title.two span {
	color: #dbb352
}

.title.two span:before {
	display: none
}

.cmn-btn {
	background-color: #e9bd23;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	border-radius: 50px;
	min-width: 190px;
	display: inline-block;
	text-align: right;
	height: 45px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.cmn-btn a {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .02em;
	color: #fff;
	display: inline-block;
	background-color: #083779;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 50px;
	min-width: 187px;
	padding: 5px 0 5px 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.cmn-btn a:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 300px;
	background-color: #083779;
	left: -300px;
	top: -15px;
	z-index: -1;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.cmn-btn a:hover:before {
	left: 0;
	background-color: #e9bd23
}

.cmn-btn a i {
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	color: #083779;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 30px;
	display: inline-block
}

.cmn-btn:hover {
	background-color: #083779
}

.breadcrumb {
	position: relative;
	height: 250px;
	background-image: url(/images/feature-bg.jpg);
	background-size: cover;
	background-position: center center;
	margin: 0;
	z-index: 1
}

@media(max-width:767px) {
	.breadcrumb {
		height: 250px
	}
}

.breadcrumb:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	opacity: .9;
	z-index: -1
}

.breadcrumb .breadcrumb-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 250px;
	text-align: center
}

@media(max-width:767px) {
	.breadcrumb .breadcrumb-wrapper {
		height: 250px
	}
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-inner h1 {
	font-family: playfair display, serif;
	line-height: 1;
	font-weight: 700;
	font-size: 55px;
	text-align: center;
	letter-spacing: .03em;
	color: #fff;
	margin-bottom: 30px
}

@media(max-width:767px) {
	.breadcrumb .breadcrumb-wrapper .breadcrumb-inner h1 {
		font-size: 40px
	}
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-inner span {
	font-style: normal;
	font-size: 17px;
	letter-spacing: .03em;
	color: #fff;
	display: inline-block
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-inner span a {
	color: #e9bd23
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-inner span a i {
	margin: 0 5px
}

.logo{ width: 100px;}

header {
	background-color: #002654;
	z-index: 9;
	width: 100%;
	padding: 0px;
	-webkit-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

.hero-area{ background: #083779; padding: 45px 0;}
.hero-area .carousel-caption { position: initial; padding: 23px 20px; background: #b9994c; text-align: left;}
.hero-area .carousel-indicators {display: none;}
.hero-area h5{margin: 0;}

.fonder-profile{background: #b9994c; height: 100%; padding: 10px;}
.fonder-profile h4{ color: #fff; margin: 0; padding: 18px 0 0; text-align: center;}
.founder-img{}

@media only screen and (min-width:1400px) and (max-width:1799px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	header {
		padding: 10px 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	header {
		padding: 0px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	header {
		padding: 10px
	}
}

@media(max-width:767px) {
	header {
		padding: 5px 10px
	}
	
	.logo{ width: 75px;}
}

header .logo a img {
	margin-top: -3px
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-nav .mobile-menu-logo {
	display: none
}

.main-nav ul {
	list-style: none
}

.main-nav ul li {
	display: inline-block;
	position: relative;
	padding: 0 15px
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.main-nav ul li {
		padding: 0 15px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.main-nav ul li {
		padding: 0 14px
	}
}

.main-nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 30px 0;
	position: relative;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.main-nav ul li a {
		font-size: 14px
	}
}

.main-nav ul li a.active {
	color: #e9bd23
}

.main-nav ul li a:hover {
	color: #e9bd23
}

.main-nav ul li i {
	width: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-style: normal;
	position: absolute;
	right: -12px;
	top: 31px;
	z-index: 999;
	cursor: pointer
}

.main-nav ul li ul.sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	min-width: 220px;
	background: #fff;
	text-align: left;
	z-index: 9;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1)
}

.main-nav ul li ul.sub-menu>li {
	padding: 0;
	display: block;
	border-bottom: 1px solid #eee
}

.main-nav ul li ul.sub-menu>li:last-child {
	border: none
}

.main-nav ul li ul.sub-menu>li a {
	display: block;
	padding: 15px 20px;
	color: #0f1d28;
	font-size: 15px;
	line-height: 1;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.main-nav ul li ul.sub-menu>li a.active {
	color: #e9bd23
}

.main-nav ul li ul.sub-menu>li a:hover {
	color: #e9bd23;
	padding-left: 30px;
	background-color: #083779
}

.main-nav ul li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.hot-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 100px;
	margin-right: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.hot-line {
		margin-left: 50px;
		margin-right: 40px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.hot-line {
		margin: 0 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.hot-line {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.hot-line .icon {
	min-width: 40px
}

.hot-line .line-cnt {
	margin-left: 5px;
	text-align: left
}

.hot-line .line-cnt span {
	font-weight: 500;
	font-size: 12px;
	display: block;
	color: #e9bd23
}

.hot-line .line-cnt a {
	font-weight: 500;
	font-size: 16px;
	color: #fff
}

.btn-block {
	height: 54px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.btn-block {
		text-align: center
	}
}

.membership-btn {
	background-color: #e9bd23;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	border-radius: 10px;
	min-width: 200px;
	text-align: right;
	display: inline-block;
	height: 54px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.membership-btn a {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background-color: #083779;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 10px;
	min-width: 197px;
	display: inline-block;
	text-align: center;
	padding: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.membership-btn a:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 300px;
	background-color: #083779;
	left: -300px;
	top: -15px;
	z-index: -1;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.membership-btn a:hover:before {
	left: 0;
	background-color: #e9bd23
}

.membership-btn a i {
	margin-left: 10px
}

.membership-btn:hover {
	background-color: #083779
}

header.header-two {
	position: static
}

header.header-two .main-nav ul li i {
	top: 22px;
	color: #0f1d28
}

header.header-two .main-nav ul li a {
	color: #0f1d28;
	font-size: 16px;
	padding: 20px 0;
	text-transform: capitalize;
	font-weight: 600
}

header.header-two .main-nav ul li ul.sub-menu {
	top: 73px
}

.membership-btn.two {
	background-color: #dbb352;
	border-radius: 10px;
	margin-left: 100px
}

.membership-btn.two a {
	border-radius: 10px
}

.membership-btn.two a i {
	margin-right: 10px;
	margin-left: 0
}

.our-club {
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.our-club {
		margin-bottom: 80px
	}
}

.our-club:before {
	position: absolute;
	content: "";
	right: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.our-club .title {
	margin-bottom: 35px
}

@media(max-width:767px) {
	.our-club .title {
		margin-bottom: 15px
	}
}

.single-facility {
	position: relative;
	background: #c4c4c4;
	border-radius: 5px;
	overflow: hidden
}

.single-facility:hover .facilty-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.single-facility .facilty-img img {
	width: 100%;
	border-radius: 5px;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.single-facility .facility-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #083779;
	border-radius: 0 0 5px 5px;
	padding: 20px
}

.single-facility .facility-inner span {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block
}

.single-facility .facility-inner .circle {
	position: relative;
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

.single-facility .facility-inner .circle:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background: #e9bd23;
	border-radius: 50%;
	left: 50%;
	top: -20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.single-facility .facility-inner .circle h4 {
	position: relative;
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

.single-facility .facility-inner .circle h4:before {
	position: absolute;
	content: "";
	border: 1px solid #e9bd23;
	left: 40%;
	width: 40px;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	top: -16px
}

.single-facility .facility-inner .circle h4:after {
	position: absolute;
	content: "";
	border: 1px solid #e9bd23;
	right: 32%;
	width: 40px;
	-webkit-transform: translateX(-32%);
	transform: translateX(-32%);
	top: -16px
}

.single-facility:hover .facility-inner .circle {
	height: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.single-facility:hover .facility-inner .circle h4 {
	margin-top: 30px
}

/***/
.video-facility {
	position: relative;
	background: #000;
	overflow: hidden
}

.club-facilities h3{ padding: 0 0; margin-bottom: 0;}

.club-facilities .heading{
	display: flex; 
	justify-content: space-between; 
	-webkit-justify-content: space-between;
	z-index: 9;
}

.club-facilities .heading a{
	color: #dbb352;
    font-weight: 600;
    font-size: 20px;
}

.video-facility:hover .facilty-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.video-facility .facilty-img img {
	width: 100%;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
	opacity: .7;
}

.video-facility .facility-inner {
	width: 100%;
	background: #083779;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	position: relative;
    top: -1px;
}

.video-facility .facility-inner span {
	font-weight: 500;
	font-size: 14px;
	color: #dbb352;
	display: block
}

.video-facility .facility-inner p {font-size: 16px; color: #fff; line-height: 20px; margin: 10px 0 0;}

.video-facility .facility-inner .circle {
	position: relative;
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

.video-facility .facility-inner .circle:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background: #e9bd23;
	border-radius: 50%;
	left: 50%;
	top: -20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.video-facility .facility-inner .circle h4 {
	position: relative;
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

.video-facility .facility-inner .circle h4:before {
	position: absolute;
	content: "";
	border: 1px solid #e9bd23;
	left: 40%;
	width: 40px;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	top: -16px
}

.video-facility .facility-inner .circle h4:after {
	position: absolute;
	content: "";
	border: 1px solid #e9bd23;
	right: 32%;
	width: 40px;
	-webkit-transform: translateX(-32%);
	transform: translateX(-32%);
	top: -16px
}

.video-facility:hover .facility-inner .circle {
	height: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.video-facility:hover .facility-inner .circle h4 {
	margin-top: 30px
}

.video-facility .video-icon{
	width: 50px;
	height: 50px;
	background: #dbb352;
    position: absolute;
    top: 35%;
    left: 46%;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    color: #fff;
	-webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}


.newsletter-area {
	background-image: url(/images/newsletter-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 0px 0;
	position: relative;
	z-index: 1
}

.newsletter-area:before {
	position: absolute;
	content: "";
	background: rgb(22 22 22 / 66%);
	opacity: .7;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.subscribe-newsletter {
	position: relative;
	text-align: center
}

.subscribe-newsletter span {
	font-size: 25px;
	color: #a3b18a;
	opacity: .2;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 50%
}

@media(max-width:767px) {
	.subscribe-newsletter span {
		display: none
	}

	.fonder-profile {text-align: center; background: #d3a639;}
	.founder-img img{width: 120px;}

	.hero-area {padding: 10px 0;}
	.hero-area h5 {font-size: 16px;}
	.hero-area .carousel-caption {padding: 10px 20px;}
	.hero-area .carousel-item img{ width: 120%;}
}

.subscribe-newsletter h2 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	margin: 0;
	line-height: 140px
}

@media(max-width:767px) {

	.subscribe-newsletter h2 {
		font-size: 35px; margin-bottom: 20px; line-height: 40px;
	}

	.newsletter-area {padding: 30px 40px;}
}

.subscribe-newsletter form {
	position: relative;
	max-width: 670px;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.subscribe-newsletter form {
		max-width: 550px;
		margin-bottom: 30px
	}
}

@media(max-width:767px) {
	.subscribe-newsletter form {
		margin-top: 0;
		margin-bottom: 20px
	}
}

.subscribe-newsletter form input {
	background: #fff;
	border-radius: 80px;
	height: 75px;
	width: 100%;
	border: 2px solid #fff
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.subscribe-newsletter form input {
		height: 60px;
		font-size: 14px
	}
}

.subscribe-newsletter form input[type=email] {
	padding-left: 30px;
	padding-right: 210px;
	color: #525260
}

@media(max-width:767px) {
	.subscribe-newsletter form input[type=email] {
		padding-left: 15px;
		padding-right: 130px
	}
}

.subscribe-newsletter form input[type=submit] {
	width: 200px;
	background-color: #083779;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 80px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	height: 70px;
	right: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.subscribe-newsletter form input[type=submit] {
		height: 58px
	}
}

@media(max-width:767px) {
	.subscribe-newsletter form input[type=submit] {
		height: 58px;
		font-size: 14px;
		width: 130px
	}
}

.subscribe-newsletter form input[type=submit]:hover {
	color: #212121;
	border: 2px solid transparent;
	background-color: #a3b18a
}

.subscribe-newsletter.two span {
	color: #dbb352
}

.subscribe-newsletter.two form input[type=submit] {
	background-color: #dbb352;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.subscribe-newsletter.two form input[type=submit]:hover {
	color: #fff;
	border: 2px solid transparent;
	background-color: #083779
}


.feature-area {
	position: relative;
	padding: 80px 0;
	background-image: url(../images/feature-bg.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.feature-area {
		padding: 80px 0
	}
}

.feature-area:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #172530;
	opacity: .65;
	z-index: -1
}

.single-feature {
	position: relative;
	border-radius: 16px;
	padding: 25px;
	text-align: center;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	border-left: 1px solid rgba(23, 179, 132, .25);
	border-bottom: 1px solid rgba(23, 179, 132, .25);
	-webkit-transition: all .45s ease-out 0s;
	transition: all .45s ease-out 0s
}

.single-feature:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.single-feature:before {
	position: absolute;
	content: "";
	right: -40px;
	top: -40px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%);
	height: 188px;
	width: 188px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.single-feature:before {
		right: -25px
	}
}

@media(max-width:767px) {
	.single-feature:before {
		right: 0
	}
}

.single-feature span {
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	color: #fff;
	line-height: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-feature span {
		font-size: 36px
	}
}

.single-feature b {
	font-family: playfair display, serif;
	color: #fff;
	line-height: 1;
	font-size: 25px;
	font-weight: 500
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-feature b {
		font-size: 20px
	}
}

.single-feature .icon {
	text-align: center;
	height: 90px;
	width: 90px;
	line-height: 90px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-feature .icon {
		height: 80px;
		width: 80px;
		line-height: 80px
	}
}

.single-feature .icon i img {
	max-height: 50px;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-feature .icon i img {
		max-height: 40px
	}
}

.single-feature:hover {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff
}

.single-feature:hover .icon {
	background-color: #e9bd23
}


.review-content .title {
	margin-bottom: 0
}

.review-content p {
	margin: 30px 0
}

@media(max-width:767px) {
	.review-content p {
		font-size: 14px;
		line-height: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.review-content p {
		font-size: 16px;
		line-height: 28px
	}
}

.review-content .field-points {
	display: flow-root;
	margin-bottom: 20px
}

.review-content .field-points li {
	font-weight: 400;
	font-size: 16px;
	color: #212121;
	padding-bottom: 20px;
	cursor: pointer
}

@media(max-width:767px) {
	.review-content .field-points li {
		font-size: 14px;
		float: none;
		padding-bottom: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.review-content .field-points li {
		font-size: 14px;
		float: left;
		width: 50%;
		padding-bottom: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.field-img {
		margin-bottom: 50px
	}
}

.field-img img {
	width: 100%
}

.golf-field img {
	-webkit-animation: bounce 7s linear infinite alternate;
	animation: bounce 7s linear infinite alternate;
	-webkit-filter: drop-shadow(2.5px 2.5px 15px #999);
	filter: drop-shadow(2.5px 2.5px 15px #999)
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-filter: unset;
		filter: unset
	}
	25% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-filter: drop-shadow(2.5px 2.5px 15px #999);
		filter: drop-shadow(2.5px 2.5px 15px #999)
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-filter: drop-shadow(2px 2px 15px #b4b3b3);
		filter: drop-shadow(2px 2px 15px #b4b3b3)
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-filter: unset;
		filter: unset
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-filter: drop-shadow(2.5px 2.5px 15px #999);
		filter: drop-shadow(2.5px 2.5px 15px #999)
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-filter: unset;
		filter: unset
	}
	25% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-filter: drop-shadow(2.5px 2.5px 15px #999);
		filter: drop-shadow(2.5px 2.5px 15px #999)
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-filter: drop-shadow(2px 2px 15px #b4b3b3);
		filter: drop-shadow(2px 2px 15px #b4b3b3)
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-filter: unset;
		filter: unset
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-filter: drop-shadow(2.5px 2.5px 15px #999);
		filter: drop-shadow(2.5px 2.5px 15px #999)
	}
}


.testimonial-area {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}

@media(max-width:767px) {
	.testimonial-area .or {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.testimonial-area .or2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.testimonial-area .container {
	max-width: 1170px
}

.testimonial-area:before {
	position: absolute;
	content: "";
	left: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.testimonial-area {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}

.testimonial-area .title {
	position: relative;
	margin-bottom: -165px;
	z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.testimonial-area .title {
		margin: 0
	}
}

.swiper.testimonial .swiper-button-next,
.swiper.testimonial .swiper-button-prev {
	position: absolute;
	right: 20px;
	left: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #212121;
	border: 1px solid #212121;
	border-radius: 50%;
	top: 70%;
	opacity: .2
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.swiper.testimonial .swiper-button-next,
	.swiper.testimonial .swiper-button-prev {
		right: 10px
	}
}

@media(max-width:767px) {
	.swiper.testimonial .swiper-button-next,
	.swiper.testimonial .swiper-button-prev {
		display: none
	}
}

.swiper.testimonial .swiper-button-next:after,
.swiper.testimonial .swiper-button-prev:after {
	font-size: 20px
}

.swiper.testimonial .swiper-button-prev {
	top: 60%;
	opacity: .2;
	color: #fff;
	background-color: #212121
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.swiper.testimonial .swiper-button-prev {
		top: 55%
	}
}

.testimonial-content {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	padding: 60px 35px;
	background-image: url(../images/testimonial-content-bg.png);
	background-size: cover;
	background-position: center center;
	border-bottom: 1px solid #f9f5f5
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-content {
		padding: 40px 20px
	}
}

@media(max-width:767px) {
	.testimonial-content {
		text-align: center;
		padding: 40px 20px
	}
}

.testimonial-content h4 {
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: .03em;
	color: #212121;
	margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.testimonial-content h4 {
		font-size: 18px
	}
}

.testimonial-content span {
	font-family: playfair display, serif;
	font-size: 17px;
	color: #8c8c8c;
	display: block;
	margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-content span {
		margin-bottom: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.testimonial-content span {
		font-size: 14px
	}
}

@media(max-width:767px) {
	.testimonial-content span {
		margin-bottom: 20px
	}
}

.testimonial-content p {
	font-size: 17px;
	margin: 0
}

.star {
	position: absolute;
	right: 35px;
	top: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.star {
		top: 58px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.star {
		right: 20px;
		top: 40px
	}
}

@media(max-width:767px) {
	.star {
		position: static;
		margin-bottom: 20px
	}
}

.star a {
	display: inline-block;
	color: #ffc107;
	margin: 0 5px;
	font-size: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.star a {
		font-size: 14px
	}
}

.testimonial-client {
	position: relative
}

.testimonial-client img {
	width: 100%;
	height: 533px;
}

.client-shape {
	position: absolute;
	right: -105px;
	top: 0;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.client-shape {
		display: none
	}
}


.facilities-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.facilities-wrapper {
		display: block
	}
}

.facility-left {
	min-width: 50%;
	height: 100%
}

.facility-left .facility-img {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.facility-left .facility-img.two img {
		max-height: 100%
	}
}

@media(max-width:767px) {
	.facility-left .facility-img.two img {
		height: 0
	}
}

.facility-left .facility-img>img {
	width: 100%
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.facility-left .facility-img>img {
		height: 853px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.facility-left .facility-img>img {
		height: 731px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.facility-left .facility-img>img {
		height: 662px
	}
}


.facility-right {
	min-width: 50%;
	background: #083779;
	padding: 60px 210px 60px 120px;
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.facility-right {
		padding: 120px 80px 44px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.facility-right {
		padding: 100px 30px 24px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.facility-right {
		padding: 80px 20px 14px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.facility-right {
		padding: 80px
	}
}

@media(max-width:767px) {
	.facility-right {
		padding: 40px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.facility-right {
		padding: 50px 40px
	}
}

.facility-right .membership-form .title {
	margin-bottom: 45px
}

@media(max-width:767px) {
	.facility-right .membership-form .title {
		margin-bottom: 40px
	}
}

.facility-right .membership-form form input,
.facility-right .membership-form form textarea {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(238, 238, 238, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background: 0 0;
	margin-bottom: 30px;
	font-size: 14px;
	color: #fff;
	padding: 0 15px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.facility-right .membership-form form input:focus,
.facility-right .membership-form form textarea:focus {
	border: 1px solid #e9bd23
}

.facility-right .membership-form form input::-webkit-input-placeholder,
.facility-right .membership-form form textarea::-webkit-input-placeholder {
	color: #eee;
	font-size: 12px
}

.facility-right .membership-form form input:-ms-input-placeholder,
.facility-right .membership-form form textarea:-ms-input-placeholder {
	color: #eee;
	font-size: 12px
}

.facility-right .membership-form form input::-ms-input-placeholder,
.facility-right .membership-form form textarea::-ms-input-placeholder {
	color: #eee;
	font-size: 12px
}

.facility-right .membership-form form input::placeholder,
.facility-right .membership-form form textarea::placeholder {
	color: #eee;
	font-size: 12px
}

.facility-right .membership-form form textarea {
	height: 200px;
	padding: 20px 15px;
	margin: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.facility-right .membership-form form textarea {
		height: 150px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.facility-right .membership-form form textarea {
		height: 120px
	}
}

.facility-right .membership-form form .button--wrap {
	margin-top: 50px
}

.facility-right .membership-form form button {
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
	.facility-right .membership-form form button {
		margin-top: 40px
	}
}

.facility-right .membership-form form button span {
	border-radius: 10px;
	min-width: 187px;
	display: inline-block;
	padding: 5px 0 5px 15px;
	text-align: center;
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 16px;
	color: #212121;
	background-color: #e9bd23;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.facility-right .membership-form form button span:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 300px;
	background-color: #083779;
	left: -300px;
	top: -15px;
	z-index: -1;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.facility-right .membership-form form button span:hover:before {
	left: 0;
	background-color: #212121
}

.facility-right .membership-form form button span i {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 50%;
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	margin-left: 50px
}

.facility-right .membership-form form button:hover {
	background-color: #e9bd23
}

.facility-right .membership-form form button:hover span {
	color: #fff
}

.facility-right .membership-form form button:hover span i {
	color: #212121
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.why-we-are .or1 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.why-we-are .or2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}



.why-right .learn-img img {
	width: 100%
}

.why-boxes {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.why-box {
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(10, 42, 67, .15);
	box-shadow: 0 0 30px rgba(10, 42, 67, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
	min-width: calc(33.33% - 15px);
	text-align: center;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media(max-width:767px) {
	.why-box {
		padding: 15px
	}
}

.why-box .icon {
	margin-bottom: 10px
}

@media(max-width:767px) {
	.why-box .icon {
		margin-bottom: 8px
	}
}

.why-box .icon img {
	max-height: 50px
}

@media(max-width:767px) {
	.why-box .icon img {
		max-height: 40px
	}
}

.why-box b {
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #0f1d28
}

@media(max-width:767px) {
	.why-box b {
		font-size: 16px
	}
}

.why-box:hover {
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1)
}

.why-box:hover b {
	color: #dbb352
}

.why-left .title {
	margin-bottom: 0
}

.why-left p {
	font-size: 16px;
	margin-bottom: 25px
}

@media(max-width:767px) {
	.why-left p {
		font-size: 14px
	}
}

.field-points {
	width: 100%
}

.field-points li {
	font-style: normal;
	font-size: 16px;
	color: #212121;
	float: left;
	width: 50%;
	padding-bottom: 12px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.field-points li {
		font-size: 14px
	}
}

@media(max-width:767px) {
	.field-points li {
		float: none;
		width: 100%
	}
}

.field-points li i {
	margin-right: 5px
}

.cmn-btn.two {
	background: #dbb352;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	border-radius: 10px;
	margin-top: 20px;
	height: 54px
}

.cmn-btn.two a {
	border-radius: 10px;
	padding: 15px 20px
}

.why-right-boxes {
	background: #fff;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	border-radius: 10px;
	width: 80%;
	left: 10%;
	position: relative;
	margin-top: -60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.why-right-boxes {
		width: 90%;
		left: 5%
	}
}

@media(max-width:767px) {
	.why-right-boxes {
		width: 100%;
		left: 0
	}
}

.why-right-box {
	min-width: calc(33.33% - 15px);
	text-align: center
}

.why-right-box .icon {
	margin-bottom: 10px
}

.why-right-box:nth-child(2) .icon {
	margin: 0
}

.why-right-box:nth-child(2) b {
	margin-bottom: 10px;
	display: block
}

.facility-left.two {
	position: relative;
	z-index: 1
}

.facility-img.two {
	position: relative
}

@media(max-width:767px) {
	.facility-img.two {
		position: static;
		height: 5px
	}
}

.facility-img.two:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #0f1d28;
	opacity: .8
}

.feature.two {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	margin: 0
}

@media only screen and (min-width:1400px) and (max-width:1799px),
only screen and (min-width:1200px) and (max-width:1399px) {
	.feature.two {
		width: 80%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature.two {
		width: 90%
	}
}

@media(max-width:767px) {
	.feature.two {
		position: static;
		width: 100%;
		-webkit-transform: none;
		transform: none;
		padding: 20px
	}
}

@media(max-width:767px) {
	.feature.two .title {
		display: none
	}
}

.feature.two .single-feature .icon {
	background-color: #dbb352;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.feature.two .single-feature:hover .icon {
	background-color: #083779
}

.facility-right.two {
	padding: 108px 210px 68px 120px
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.facility-right.two {
		padding: 76px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.facility-right.two {
		padding: 56px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.facility-right.two {
		padding: 41.5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.facility-right.two {
		padding: 100px
	}
}

@media(max-width:767px) {
	.facility-right.two {
		padding: 40px 20px
	}
}

.membership-form.two form button {
	background-color: #0f1d28
}

.membership-form.two form button span {
	background: #0f1d28;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 10px;
	color: #fff;
	padding: 18px 28px;
	text-align: center
}


.reviewer-slider {
	position: relative
}

.reviewer-slider .swiper-button-next-n {
	height: 40px;
	width: 40px;
	border: 1px solid #dbb352;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #dbb352;
	position: absolute;
	right: -170px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.reviewer-slider .swiper-button-next-n {
		right: -4%
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.reviewer-slider .swiper-button-next-n {
		right: -3.5%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.reviewer-slider .swiper-button-next-n {
		right: 0%
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.reviewer-slider .swiper-button-next-n {
		display: none
	}
}

.reviewer-slider .swiper-button-prev-p {
	height: 40px;
	width: 40px;
	border: 1px solid transparent;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	background-color: rgba(244, 115, 42, .5);
	color: #fff;
	position: absolute;
	left: -170px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.reviewer-slider .swiper-button-prev-p {
		left: -4%
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.reviewer-slider .swiper-button-prev-p {
		left: -3.5%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.reviewer-slider .swiper-button-prev-p {
		left: 0%
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.reviewer-slider .swiper-button-prev-p {
		display: none
	}
}

.testimonial {
	position: relative
}

@media(max-width:767px) {
	.testimonial {
		margin-top: 15px
	}

	.client-img{
		text-align: center;
	}
	.testimonial-client img {
		width: 200px;height: auto;
	}
}

.testimonial .title.two {
	margin-bottom: 70px
}

.swiper.reviewer .reviewer-img {
	position: relative;
	border-radius: 50px;
	padding-right: 20px
}

@media(max-width:767px) {
	.swiper.reviewer .reviewer-img {
		padding-right: 0
	}
}

.swiper.reviewer .reviewer-img:before {
	position: absolute;
	content: "";
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #083779;
	border-bottom: 20px solid transparent
}

@media(max-width:767px) {
	.swiper.reviewer .reviewer-img:before {
		display: none
	}
}

.swiper.reviewer .reviewer-img img {
	border-radius: 50px;
	width: 100%
}

.swiper.reviewer .reviewer-content {
	position: relative;
	background-image: url(../img/testimonial-content-bg.png);
	background-size: cover;
	background-position: center center
}

@media(max-width:767px) {
	.swiper.reviewer .reviewer-content {
		text-align: center
	}
}

.swiper.reviewer .reviewer-content p {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: .03em;
	margin-bottom: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.swiper.reviewer .reviewer-content p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.swiper.reviewer .reviewer-content p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.swiper.reviewer .reviewer-content p {
		font-size: 14px;
		line-height: 28px;
		margin: 50px 0
	}
}

.swiper.reviewer .reviewer-content h4 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: .03em;
	color: #0f1d28;
	line-height: 1;
	margin-bottom: 10px
}

.swiper.reviewer .reviewer-content span {
	font-family: playfair display, serif;
	font-size: 17px;
	letter-spacing: .03em;
	color: #dbb352
}

.swiper.reviewer .stars {
	position: absolute;
	bottom: 15px;
	right: 0
}

@media(max-width:767px) {
	.swiper.reviewer .stars {
		position: static;
		margin-top: 20px
	}
}

.swiper.reviewer .stars a {
	font-size: 20px;
	margin: 0 5px;
	color: #ffc107;
	display: inline-block
}
.latest-blog h3{ padding: 0 0; margin-bottom: 25px;}
.latest-blog .heading{
	display: flex; 
	justify-content: space-between; 
	-webkit-justify-content: space-between;
}

.latest-blog.grid {
	position: relative;
	overflow: hidden
}

.latest-blog.grid:before {
	position: absolute;
	content: "";
	left: -300px;
	top: 10%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.latest-blog.grid:after {
	position: absolute;
	content: "";
	right: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.single-post {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    box-shadow: 0 0 50px rgb(10 42 67 / 5%);
    border-radius: 5px;
}

.single-post:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-post .post-thumbnail {
    overflow: hidden;
}

.single-post .post-thumbnail a img {
    width: 100%;
    background: #c4c4c4;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.single-post .news-cnt {
    padding: 20px;
}

.single-post .news-cnt h3 a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #212121;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.single-post .news-cnt .view-btn{ padding: 10px 0;}


.single-post .news-cnt span {
    font-weight: 500;
    font-size: 16px;
    color: #6a696c;
    display: block;
    margin-bottom: 5px;
}

.single-post .news-cnt h3 {
    margin-bottom: 20px; line-height: 24px;
}

.single-post .view-btn a {
    position: relative;
    font-family: playfair display,serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #083779;
	padding: 10px 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.single-post:hover .view-btn a:before {
    width: 100%;
    left: 0;
    right: 0;
}

.single-post .view-btn a:before {
    position: absolute;
    content: "";
    width: 47px;
    height: 40px;
    left: 0;
    top: 50%;
    background-color: #212121;
    opacity: .15;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.pagaination {
	text-align: center;
	margin-top: 50px
}

.paginate {
	list-style: none
}

.paginate li {
	display: inline-block
}

.paginate li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #083779;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	margin: 0 5px;
	font-weight: 600;
	font-size: 17px;
	color: #083779;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.paginate li a:hover {
	color: #fff;
	border-radius: 2px 7px;
	background-color: #083779
}

.paginate li.active a {
	color: #fff;
	border-radius: 2px 7px;
	background-color: #083779
}

.pagaination .page-link{padding: 0;}

.single-post.standard {
	margin-bottom: 50px
}

.single-post.standard:last-child {
	margin: 0
}

.single-post.standard .news-cnt {
	position: relative
}

.single-post.standard .news-cnt .comment {
	position: absolute;
	right: 20px;
	top: 24px
}

@media(max-width:767px) {
	.single-post.standard .news-cnt .comment {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-post.standard .news-cnt .comment {
		display: block
	}
}

.single-post.standard .news-cnt .comment a {
	font-family: playfair display, serif;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	color: #6a696c
}

.single-post.standard .news-cnt .comment a i {
	margin-right: 5px
}

.single-post.standard .news-cnt span i {
	margin-right: 5px;
	font-size: 14px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.blog-sidebar {
		margin-top: 50px
	}
}

.sidebar-widget {
	background: #f1f3ed;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	padding: 30px 25px;
	margin-bottom: 30px
}

.search h4 {
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	color: #212121;
	margin-bottom: 20px
}

.search form {
	position: relative
}

.search form input {
	width: 100%;
	height: 45px;
	border: .8px solid #083779;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0 15px;
	font-family: playfair display, serif;
	font-size: 14px;
	color: #959595
}

.search form input[type=submit] {
	width: auto;
	padding: 0 30px;
	background: #083779;
	border-radius: 0 5px 5px 0;
	font-family: playfair display, serif;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0
}

.search form input[type=text] {
	padding-right: 110px
}

.sidebar-widget h4 {
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	color: #212121;
	margin-bottom: 20px
}

.blog-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}

.blog-post:last-child {
	margin: 0
}

.blog-post .post-thumb {
	min-width: 110px;
	overflow: hidden;
	margin-right: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
	.blog-post .post-thumb {
		min-width: 85px
	}
}

.blog-post .post-thumb a img {
	width: 100%;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.blog-post .post-cnt h5 {
	margin-bottom: 10px
}

.blog-post .post-cnt h5 a {
	display: inline-block;
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #212121;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-post .post-cnt h5 a {
		font-size: 17px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
	.blog-post .post-cnt h5 a {
		font-size: 14px
	}
}

.blog-post .post-cnt span {
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	color: #6a696c
}

.blog-post .post-cnt span i {
	margin-right: 5px
}

.blog-post:hover .post-cnt h4 a {
	color: #083779
}

.blog-post:hover .post-thumb a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.tag-list {
	list-style: none
}

.tag-list li {
	display: inline-block
}

.tag-list li a {
	display: inline-block;
	background-color: #e5e9e5;
	border-radius: 2px;
	padding: 10px 15px;
	margin: 5px;
	font-family: Saira;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	color: #788a94;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
	.tag-list li a {
		padding: 15px 25px
	}
}

.tag-list li a:hover {
	color: #fff;
	background-color: #083779
}

.social-follow {
	text-align: center
}

.social-follow h4 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	color: #212121
}

.social-follow .social-share {
	list-style: none
}

.social-follow .social-share li {
	display: inline-block
}

.social-follow .social-share li a {
	display: inline-block;
	border: 1px solid rgba(10, 42, 67, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: rgba(10, 42, 67, .2);
	font-size: 14px;
	margin: 0 10px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
	.social-follow .social-share li a {
		margin: 0 5px
	}
}

.social-follow .social-share li a:hover {
	color: #fff;
	border-radius: 10px;
	background-color: #083779
}

.widget-banner {
	position: relative
}

.widget-banner:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0a2a43;
	opacity: .4
}

.widget-banner img {
	width: 100%
}

.banner-inner {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 45px 60px;
	width: 100%;
	height: 100%;
	text-align: center
}

.banner-inner h2 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 55px;
	text-align: center;
	letter-spacing: .03em;
	color: #fff
}

.banner-inner a {
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #fff;
	width: 100%
}

.blog-details h3 {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: #212121;
	margin-bottom: 15px
}

.blog-details p {
	margin: 0
}

.thumbnail-preview {
	overflow: hidden
}

.thumbnail-preview:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.thumbnail-preview img {
	width: 100%;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.post-info {
	margin: 25px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.post-info .date span,
.post-info .author span {
	font-family: playfair display, serif;
	font-weight: 500;
	font-size: 16px;
	color: #6a696c;
	letter-spacing: .05em
}

.post-info .date span i,
.post-info .author span i {
	margin-right: 5px
}

@media(max-width:767px) {
	.post-info .comment {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.post-info .comment {
		display: block
	}
}

.post-info .comment a {
	display: inline-block;
	font-family: playfair display, serif;
	font-weight: 500;
	font-size: 16px;
	color: #6a696c
}

.post-info .comment a i {
	margin-right: 5px
}

.quate-title h5 {
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #212121;
	margin-top: 20px;
	margin-bottom: 30px
}

.quate {
	position: relative;
	margin-bottom: 20px
}

.quate:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 50%;
	left: 0;
	top: 0;
	background-color: #c4c4c4;
	z-index: -1;
	opacity: .05
}

.quate p {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	color: #545454;
	padding: 70px
}

@media(max-width:767px) {
	.quate p {
		font-size: 16px;
		line-height: 28px;
		padding: 10px
	}
}

.quate .qut-left {
	position: absolute;
	left: 0;
	top: 40px
}

@media(max-width:767px) {
	.quate .qut-left {
		display: none
	}
}

.quate .qut-left i,
.quate .qut-right i {
	font-size: 40px;
	color: #e4e4e4
}

.quate .qut-right {
	position: absolute;
	right: 0;
	bottom: 40px
}

@media(max-width:767px) {
	.quate .qut-right {
		display: none
	}
}

.blog-gallery {
	margin: 40px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-gallery img {
	min-width: 48%
}

.share-this {
	padding-top: 45px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #eee
}

.share-this span {
	font-weight: 600;
	font-size: 18px;
	color: #212121;
	display: inline-block;
	margin-right: 20px
}

@media(max-width:767px) {
	.share-this span {
		display: block;
		margin: 0;
		margin-bottom: 10px
	}
}

.share-this .this-social {
	display: inline-block
}

.share-this .this-social li {
	display: inline-block
}

.share-this .this-social li a {
	display: inline-block;
	border: 1px solid rgba(33, 33, 33, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin: 0 5px;
	color: rgba(33, 33, 33, .2);
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.share-this .this-social li a:hover {
	background-color: #212121;
	color: #fff
}

.post-comments {
	margin-top: 20px
}

.post-comments h2 {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 35px;
	color: #212121;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee
}

@media(max-width:767px) {
	.post-comments h2 {
		font-size: 28px
	}
}

.single-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px
}

.single-comment:last-child {
	margin: 0
}

.commentor-img {
	min-width: 90px
}

.commentor-img img {
	width: 70px;
	height: 70px;
	background: #c4c4c4;
	border-radius: 3px
}

.commentor-data {
	position: relative
}

.commentor-data h4 {
	font-family: playfair display, serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	color: #212121;
	margin-bottom: 15px
}

.commentor-data span {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a4a4a4;
	position: absolute;
	right: 0;
	top: 0
}

@media(max-width:767px) {
	.commentor-data span {
		position: relative;
		margin-bottom: 10px;
		display: block
	}
}

.commentor-data p {
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 30px;
	position: relative
}

@media(max-width:767px) {
	.commentor-data p {
		padding-left: 0
	}
}

.commentor-data p:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 90%;
	background: #e9bd23;
	opacity: .6;
	left: 0;
	bottom: 0
}

@media(max-width:767px) {
	.commentor-data p:before {
		display: none
	}
}

.commentor-data a {
	display: inline-block;
	background-color: #083779;
	font-family: playfair display, serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 8px 20px;
	min-width: 90px;
	border: 1px solid #083779;
	text-transform: capitalize;
	letter-spacing: .03em;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.commentor-data a:hover {
	color: #083779;
	background-color: transparent;
	border: 1px solid #083779;
	border-radius: 5px
}

.comment-form {
	text-align: center
}

.comment-form h2 {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 35px;
	color: #212121;
	margin-bottom: 25px;
	text-align: left
}

@media(max-width:767px) {
	.comment-form h2 {
		font-size: 28px
	}
}

.comment-form form input,
.comment-form form textarea {
	width: 100%;
	height: 54px;
	background: #fff;
	border: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0 15px;
	font-family: playfair display, serif;
	font-size: 14px;
	color: #545454;
	margin-bottom: 25px
}

.comment-form form textarea {
	height: 250px;
	resize: none;
	padding: 25px;
	margin: 0
}

.comment-form form .button--wrap {
	margin-top: 40px
}

.comment-form form button {
	padding: 10px 10px 10px 25px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.comment-form form button span {
	background-color: #083779;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 30px;
	min-width: 200px;
	display: inline-block;
	padding: 5px 5px 5px 15px;
	text-align: center;
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.comment-form form button span:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 300px;
	background-color: #083779;
	left: -300px;
	top: -15px;
	z-index: -1;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.comment-form form button span:hover:before {
	left: 0;
	background-color: #e9bd23
}

.comment-form form button span i {
	background-color: rgba(255, 255, 255, .31);
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 50%;
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	margin-left: 10px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.comment-form form button:hover {
	background-color: #083779
}

.comment-form form button:hover span i {
	color: #e9bd23;
	background-color: #083779
}

.latest-blog-blue{background: #083779;}
.latest-blog .title h2{color: #fff;}
.latest-blog .title span{color: #fff;}

.pagination {margin-bottom: 50px; text-align: center;}
.page-item.active .page-link{ background-color: #e9bd23; border-color: #e9bd23; }

.popular-post {
	padding: 25px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05)
}

.popular-post:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 39%;
	background-image: url(../img/blog-left-shape.png);
	z-index: -1
}

.popular-post .postes .post-list {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
}

.popular-post .postes .post-list h4 {
	margin-bottom: 5px;
	line-height: 26px
}

.popular-post .postes .post-list h4 a {
	font-weight: 600;
	font-size: 20px;
	color: #212121;
	display: inline-block;
	-webkit-transition: all .45s ease-out 0s;
	transition: all .45s ease-out 0s
}

.popular-post .postes .post-list h4 a:hover {
	color: #a3b18a
}

.popular-post .postes .post-list span {
	font-weight: 500;
	font-size: 16px;
	color: #6a696c
}

.popular-post .postes .post-list:last-child {
	border-bottom: none;
	margin: 0
}

.popular-post .postes .post-list .news-icon{	
	width: 50px;
    height: 50px;
    background: #dbb352;
    border-radius: 50%;
    margin-right: 10px;
    padding: 8px 0;
    text-align: center;
    font-size: 22px;
    color: #fff;
	display: block;
}

.popular-post .view-all-btn {
	background-color: #a3b18a;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	border-radius: 50px;
	min-width: 200px;
	display: inline-block;
	text-align: right;
	height: 47px;
	margin-top: 15px
}

.popular-post .view-all-btn a {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 16px;
	color: #083779;
	display: inline-block;
	background: #fff;
	border: 1px solid #083779;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	min-width: 197px;
	padding: 5px 5px 5px 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.popular-post .view-all-btn a:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 300px;
	background-color: #083779;
	left: -300px;
	top: -15px;
	z-index: -1;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.popular-post .view-all-btn a:hover:before {
	left: 0;
	background-color: #a3b18a
}

.popular-post .view-all-btn a i {
	background: rgba(52, 78, 65, .3);
	border-radius: 50%;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 30px;
	display: inline-block;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.popular-post .view-all-btn:hover {
	background-color: #083779
}

.popular-post .view-all-btn:hover a {
	color: #fff;
	background-color: #a3b18a
}

.popular-post .view-all-btn:hover a i {
	color: #212121
}

@media(max-width:767px) {
	.popular-post:after {
		display: none
	}
}



.contact-area {
	position: relative;
	overflow: hidden
}

@media(max-width:767px) {
	.contact-area {
		margin: 80px 0
	}
}

.contact-area:before {
	position: absolute;
	content: "";
	left: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.office-information h2 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 34px;
	color: #212121;
	margin-bottom: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.office-information h2 {
		font-size: 36px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.office-information h2 {
		font-size: 35px
	}
}

@media(max-width:767px) {
	.office-information h2 {
		font-size: 26px
	}
}

.single-information {
	background-color: #f1f3ed;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 30px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.single-information {
		display: block;
		text-align: center;
		padding: 30px
	}
}

.single-information .bg-shape {
	position: absolute;
	right: 0;
	top: 0
}

.single-information:hover .icon i img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.single-information .icon {
	min-width: 100px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.single-information .icon {
		margin-bottom: 20px
	}
}

.single-information .icon i {
	display: inline-block;
	background-color: rgba(52, 78, 65, .08);
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%
}

.single-information .icon i img {
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.single-information .info-cnt h6 {
	font-family: playfair display, serif;
	font-weight: 800;
	font-size: 18px;
	color: #083779;
	margin-bottom: 10px
}

.single-information .info-cnt p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #212121;
	margin: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.single-information .info-cnt p {
		font-size: 16px
	}
}

.single-information .info-cnt a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #212121
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.single-information .info-cnt a {
		font-size: 16px
	}
}

.single-information:last-child {
	margin: 0
}

.single-information:hover {
	background-color: #f1f3ed;
	-webkit-box-shadow: inset 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: inset 0 0 50px rgba(10, 42, 67, .05)
}

.contact-form {
	background: #fff;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	border-radius: 5px;
	padding: 40px
}

.contact-form h3 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 30px;
	color: #212121;
	margin-bottom: 45px
}

@media(max-width:767px) {
	.contact-form h3 {
		font-size: 26px
	}
}

.contact-form form input,
.contact-form form textarea {
	width: 100%;
	height: 55px;
	background: #fff;
	border: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 0 20px;
	font-family: playfair display, serif;
	font-size: 14px;
	color: #545454
}

.contact-form form input:focus,
.contact-form form textarea:focus {
	border: 1px solid #e9bd23
}

.contact-form form textarea {
	height: 160px;
	resize: none;
	padding: 25px 20px;
	margin: 0
}

.contact-form form .button--wrap {
	margin-top: 30px
}

.contact-form form button {
	padding: 10px 10px 10px 30px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.contact-form form button:hover {
	background-color: #083779
}

.google-map iframe {
	width: 100%;
	min-height: 600px
}

.gallery-area {
	position: relative;
	overflow: hidden
}

.gallery-area h3{font-size:35px;}

@media(max-width:767px) {
	.gallery-area {
		margin: 80px 0
	}
}

.gallery-area:before {
	position: absolute;
	content: "";
	left: -300px;
	top: 10%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.gallery-area:after {
	position: absolute;
	content: "";
	right: -300px;
	bottom: 10%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.gallery-tab {
	text-align: center;
	margin-bottom: 65px
}

.tab-menu {
	list-style: none
}

.tab-menu li {
	display: inline-block;
	background: #212121;
	-webkit-box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
	box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
	border-radius: 5px;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	padding: 12px 30px;
	cursor: pointer;
	margin: 0 12.5px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-menu li {
		margin: 0 8.5px
	}
}

@media(max-width:767px) {
	.tab-menu li {
		padding: 10px 15px;
		margin: 0 5.5px;
		margin-bottom: 20px
	}
}

.tab-menu li:hover {
	background-color: #083779
}

.tab-menu li.active {
	background-color: #083779;
	position: relative
}

.tab-menu li.active:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #083779;
	bottom: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.single-gallery {
	min-height: 100%
}

.single-gallery img {
	width: 100%
}

.load-more {
	text-align: center;
	margin-top: 50px
}

.our-team {
	position: relative;
	overflow: hidden
}

@media(max-width:767px) {
	.our-team {
		margin: 80px 0
	}
}

.our-team:before {
	position: absolute;
	content: "";
	left: -300px;
	top: 10%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.our-team:after {
	position: absolute;
	content: "";
	right: -300px;
	bottom: 10%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.single-person {
	border-radius: 5px 5px 0 0
}

.single-person:hover .person-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.single-person .person-img {
	position: relative;
	overflow: hidden
}

.single-person .person-img img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.single-person .person-img .person-inner {
	position: absolute;
	left: -100px;
	top: 0;
	height: 100%;
	background-color: #083779;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 5px 0 0 0;
	padding: 40px 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.single-person .person-img .person-inner .socials {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.single-person .person-img .person-inner .socials li {
	display: block
}

.single-person .person-img .person-inner .socials li a {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 10px 0;
	font-size: 14px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.single-person .person-img .person-inner .socials li a:hover {
	border: 1px solid #212121;
	background-color: #212121
}

.single-person .inner-cnt {
	background: #fff;
	-webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
	border-radius: 5px;
	padding: 25px 20px;
	text-align: center
}

.single-person .inner-cnt h4 {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: #212121;
	margin-bottom: 10px
}

.single-person .inner-cnt span {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #ababab;
	display: block
}

.single-person:hover .person-img .person-inner {
	visibility: visible;
	opacity: 1;
	left: 0
}

.price-table-tab.two .nav {
	border: 1px solid #344c41
}

.price-table-tab.two .nav .nav-item .nav-link.active {
	background-color: #344c41!important
}

.about-area {
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.about-area {
		margin: 80px 0
	}
}

.about-area:before {
	position: absolute;
	content: "";
	left: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.about-left .title {
	margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.about-left {
		margin-bottom: 50px
	}
}

.about-left>p {
	font-size: 16px;
	margin-bottom: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-left>p {
		font-size: 14px;
		line-height: 28px
	}
}

@media(max-width:767px) {
	.about-left>p {
		font-size: 14px;
		line-height: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-left>p {
		font-size: 16px;
		line-height: 28px
	}
}

.about-left .special-message {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	box-shadow: 0 0 50px rgba(10, 42, 67, .05);
	padding: 25px 30px;
	margin: 30px 0
}

@media(max-width:767px) {
	.about-left .special-message {
		padding: 25px
	}
}

.about-left .special-message:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 70%;
	width: 5px;
	background: #083779;
	border-radius: 0 5px 5px 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.about-left .special-message p {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	color: #212121;
	margin: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-left .special-message p {
		font-size: 14px;
		line-height: 28px
	}
}

@media(max-width:767px) {
	.about-left .special-message p {
		font-size: 14px;
		line-height: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-left .special-message p {
		font-size: 16px;
		line-height: 28px
	}
}

.about-left .special-message h6 {
	font-family: playfair display, serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .02em;
	color: #898989;
	margin: 0
}

.about-left .special-message .lqt i {
	color: #e7e7e7;
	font-size: 20px
}

.about-left .special-message .rqt {
	text-align: right
}

.about-left .special-message .rqt i {
	color: #e7e7e7;
	font-size: 20px
}

.about-right {
	position: relative
}

.about-right .right-top {
	position: relative
}

.about-right .right-top:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #172530;
	opacity: .1
}

.about-right .right-top img {
	width: 100%
}

.about-right .right-top .shape {
	position: absolute;
	right: -130px;
	top: -30px;
	z-index: -1
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.about-right .right-top .shape {
		right: -8%
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-right .right-top .shape {
		right: -40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.about-right .right-top .shape {
		display: none
	}
}

.about-right .right-video-play {
	position: absolute;
	right: -250px;
	bottom: 70px
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
	.about-right .right-video-play {
		right: -8%
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-right .right-video-play {
		right: -40px;
		bottom: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-right .right-video-play {
		right: -28px;
		bottom: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.about-right .right-video-play {
		right: auto;
		left: 0;
		bottom: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-right .right-video-play>img {
		max-height: 220px
	}
}

@media(max-width:767px) {
	.about-right .right-video-play>img {
		max-height: 150px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-right .right-video-play>img {
		max-height: 250px
	}
}

.about-right .right-video-play:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #172530;
	opacity: .7
}

.about-right .right-play-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-right .right-play-inner a {
	display: inline-block;
	height: 50px;
	width: 50px;
	background-color: #083779;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: #fff
}

.about-area.two {
	position: relative
}

.about-area.two .title.two {
	margin-bottom: 20px
}

.about-left.two {
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	width: 49%
}

@media only screen and (min-width:1400px) and (max-width:1799px),
only screen and (min-width:1200px) and (max-width:1399px) {
	.about-left.two {
		top: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.about-left.two {
		position: static;
		margin-bottom: 50px;
		width: 100%
	}
}

.about-left.two img {
	width: 100%;
	height: 100%
}

.about-right.two p {
	margin: 0
}

@media(max-width:767px) {
	.about-right.two p {
		font-size: 14px
	}
}

.about-right.two .cmn-btn.two {
	margin-top: 50px
}

.about-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

@media(max-width:767px) {
	.about-content-inner {
		display: block
	}
}

.inner-left h3 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: .03em;
	color: #0f1d28;
	margin-bottom: 20px
}

.inner-left p {
	font-size: 16px
}

@media(max-width:767px) {
	.inner-left p {
		font-size: 14px
	}
}

.inner-play {
	min-width: 170px;
	margin-left: 30px;
	position: relative;
	z-index: 1
}

@media(max-width:767px) {
	.inner-play {
		margin-left: 0;
		width: 100%;
		margin-top: 30px
	}
}

.inner-play img {
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.inner-play:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #344d40;
	opacity: .5;
	border-radius: 5px
}

.play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.play-btn a {
	position: relative;
	display: inline-block;
	background: rgba(255, 255, 255, .5);
	height: 50px;
	width: 50px;
	color: #dbb352;
	line-height: 50px;
	text-align: center;
	border-radius: 50%
}

.play-btn a:before {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.play-btn a:after {
	position: absolute;
	content: "";
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.club-history {
	position: relative;
	overflow: hidden
}

@media(max-width:767px) {
	.club-history {
		margin: 80px 0
	}
}

.club-history:before {
	position: absolute;
	content: "";
	right: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.history-timeline {
	position: relative
}

.history-timeline:before {
	position: absolute;
	content: "";
	left: 50%;
	height: 90%;
	width: 6px;
	background: #212121;
	border-radius: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.history-timeline:before {
		display: none
	}
}

.single-history {
	position: relative;
	overflow: hidden;
	padding: 5px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.single-history {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.single-history:last-child {
		margin-bottom: 0
	}
}

.single-history span {
	position: absolute;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 35px;
	line-height: 1;
	text-transform: uppercase;
	color: #083779
}

@media(max-width:767px) {
	.single-history span {
		position: static;
		font-size: 26px;
		-webkit-transform: none;
		transform: none;
		text-align: center;
		display: block;
		margin-bottom: 30px;
		line-height: 1
	}
}

.single-history:nth-child(odd) {
	text-align: right
}

.single-history:nth-child(odd) span {
	left: 35%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-history:nth-child(odd) span {
		left: 0
	}
}

.single-history:nth-child(2n+1) .hisoty-inner {
	text-align: right;
	display: inline-block;
	width: 470px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.single-history:nth-child(2n+1) .hisoty-inner {
		width: 400px
	}
}

@media(max-width:767px) {
	.single-history:nth-child(2n+1) .hisoty-inner {
		width: auto
	}
}

.single-history:nth-child(2n+1) .hisoty-inner:before {
	position: absolute;
	content: "";
	width: 180px;
	opacity: .2;
	border: 3px solid #083779;
	left: -180px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-history:nth-child(2n+1) .hisoty-inner:before {
		width: 90px;
		left: -90px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-history:nth-child(2n+1) .hisoty-inner:before {
		width: 70px;
		left: -70px
	}
}

.single-history:nth-child(2n) {
	text-align: left
}

.single-history:nth-child(2n) span {
	right: 35%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-history:nth-child(2n) span {
		right: 0
	}
}

.single-history:nth-child(even) .hisoty-inner {
	text-align: left;
	display: inline-block;
	width: 470px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.single-history:nth-child(even) .hisoty-inner {
		width: 400px
	}
}

@media(max-width:767px) {
	.single-history:nth-child(even) .hisoty-inner {
		width: auto
	}
}

.single-history:nth-child(even) .hisoty-inner:before {
	position: absolute;
	content: "";
	width: 180px;
	opacity: .2;
	border: 3px solid #083779;
	right: -180px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-history:nth-child(even) .hisoty-inner:before {
		width: 98px;
		right: -98px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-history:nth-child(even) .hisoty-inner:before {
		width: 70px;
		right: -70px
	}
}

@media(max-width:767px) {
	.single-history:nth-child(even) .hisoty-inner:before {
		display: none
	}
}

.single-history:nth-child(even) .hisoty-inner .circl-wave {
	left: auto;
	right: -183px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-history:nth-child(even) .hisoty-inner .circl-wave {
		right: -100px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-history:nth-child(even) .hisoty-inner .circl-wave {
		right: -78px
	}
}

.hisoty-inner {
	position: relative;
	text-align: left!important;
	background-color: rgba(163, 177, 138, .1);
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 35px 30px;
	-webkit-box-shadow: 0 0 5px rgba(10, 42, 67, .05);
	box-shadow: 0 0 5px rgba(10, 42, 67, .05)
}

.hisoty-inner h4 {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 28px;
	text-transform: capitalize;
	color: #212121;
	margin-bottom: 15px;
	line-height: 1
}

.hisoty-inner p {
	font-size: 16px;
	margin: 0
}

.circl-wave {
	position: absolute;
	left: -177px;
	height: 8px;
	width: 8px;
	background-color: #083779;
	border-radius: 50%;
	top: 49%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.circl-wave {
		left: -92px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.circl-wave {
		left: -72px
	}
}

@media(max-width:767px) {
	.circl-wave {
		display: none
	}
}

.circl-wave:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	background-color: #e9bd23;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1
}

.circl-wave:after {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	background-color: #e9bd23;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: .3
}

.facilities-area {
	margin-bottom: 80px
}

@media(max-width:767px) {
	.facilities-area {
		margin: 80px 0
	}
}



.restaurant-area {
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.restaurant-area .or1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.restaurant-area .or2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.restaurant-area:before {
	position: absolute;
	content: "";
	left: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.restaurant-left {
		margin-bottom: 50px
	}
}

.restaurant-left h2 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	color: #212121;
	margin-bottom: 25px
}

@media(max-width:767px) {
	.restaurant-left h2 {
		font-size: 30px
	}
}

.restaurant-left p {
	margin-bottom: 20px
}

.restaurant-images {
	position: relative;
	text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.restaurant-images {
		margin-bottom: 80px
	}
}

.restaurant-images:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 385px;
	width: 385px;
	background: -webkit-gradient(linear, left top, left bottom, from(#BBDC7F), to(rgba(205, 230, 161, 0.23)));
	background: linear-gradient(180deg, #BBDC7F 0%, rgba(205, 230, 161, 0.23) 100%);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1
}

@media(max-width:767px) {
	.restaurant-images:before {
		height: 320px;
		width: 320px
	}
}

.restaurant-images .img-1 img,
.restaurant-images .img-2 img,
.restaurant-images .img-3 img {
	border-radius: 5px
}

.restaurant-images .img-1 {
	position: relative;
	z-index: 3
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.restaurant-images .img-1 {
		position: static;
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.restaurant-images .img-1 {
		position: static
	}
}

.restaurant-images .img-2 {
	position: relative;
	left: -150px;
	top: -20px;
	z-index: 2
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.restaurant-images .img-2 {
		left: -110px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.restaurant-images .img-2 {
		left: -66px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.restaurant-images .img-2 {
		position: static;
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.restaurant-images .img-2 {
		position: static;
		margin-top: 20px
	}
}

.restaurant-images .img-3 {
	position: relative;
	top: -85px;
	z-index: 1;
	left: 70px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.restaurant-images .img-3 {
		left: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.restaurant-images .img-3 {
		left: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.restaurant-images .img-3 {
		position: static
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.restaurant-images .img-3 {
		left: 0
	}
}

@media(max-width:767px) {
	.restaurant-images .img-3 {
		position: static;
		margin-top: 20px
	}
}

.serve-area {
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.serve-area {
		margin-top: 35px
	}
}

@media(max-width:767px) {
	.serve-area {
		margin-bottom: 80px
	}
}

.serve-area:before {
	position: absolute;
	content: "";
	right: -300px;
	top: 50%;
	height: 634px;
	width: 634px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%)
}

.serve-images {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.serve-images {
		text-align: center
	}
}

@media(max-width:767px) {
	.serve-images {
		text-align: center;
		margin-bottom: 50px
	}
}

.serve-images:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 385px;
	width: 385px;
	background: -webkit-gradient(linear, left top, left bottom, from(#BBDC7F), to(rgba(205, 230, 161, 0.23)));
	background: linear-gradient(180deg, #BBDC7F 0%, rgba(205, 230, 161, 0.23) 100%);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1
}

@media(max-width:767px) {
	.serve-images:before {
		height: 320px;
		width: 320px
	}
}

.serve-images .img-2 {
	margin-top: 15px;
	position: relative;
	left: 220px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.serve-images .img-2 {
		left: 170px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.serve-images .img-2 {
		left: 80px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.serve-images .img-2 {
		left: 35px
	}
}

@media(max-width:767px) {
	.serve-images .img-2 {
		left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.serve-content {
		margin-top: 30px
	}
}

.serve-content h2 {
	font-family: playfair display, serif;
	font-weight: 700;
	font-size: 45px;
	color: #212121;
	margin-bottom: 25px
}

@media(max-width:767px) {
	.serve-content h2 {
		font-size: 38px
	}
}

.serve-content p {
	font-size: 16px;
	margin: 0
}

.serve-features {
	margin: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:767px) {
	.serve-features {
		display: block;
		margin: 0
	}
}

.single-serve {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:767px) {
	.single-serve {
		margin: 10px 0
	}
}

.single-serve .icon {
	min-width: 50px
}

.single-serve .icon i {
	height: 45px;
	width: 40px;
	line-height: 45px;
	text-align: center;
	background: #083779;
	border-radius: 10px;
	color: #fff
}

.serve-cnt span {
	font-weight: 500;
	font-size: 18px;
	color: #212121;
	line-height: .1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.serve-cnt span {
		font-size: 15px
	}
}

.benifit-area {
	position: relative;
	padding: 120px 0;
	background-image: url(../img/benifit-bg.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1
}

@media(max-width:767px) {
	.benifit-area {
		padding: 80px 0
	}
}

.benifit-area:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	opacity: .9;
	z-index: -1
}

.single-benifit {
	text-align: center;
	background-color: rgba(51, 77, 63, .9);
	border: 2px solid rgba(238, 238, 238, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 25px 20px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.single-benifit:hover {
	background-color: rgba(23, 37, 48, .2)
}

.single-benifit:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.single-benifit h4 {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin-bottom: 15px
}

.single-benifit p {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.single-benifit p {
		font-size: 15px
	}
}

.single-benifit .icon {
	margin-bottom: 25px
}

.single-benifit .icon img {
	max-height: 60px;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

footer {
	position: relative;
	background-color: #002654;
	padding-top: 55px;
	overflow: hidden
}

footer:before {
	position: absolute;
	content: "";
	height: 630px;
	width: 630px;
	border-radius: 50%;
	left: -10%;
	top: -20%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	opacity: .2
}

footer:after {
	position: absolute;
	content: "";
	height: 630px;
	width: 630px;
	border-radius: 50%;
	right: -10%;
	top: -20%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(194, 255, 84, 0.2) 0%, rgba(163, 177, 138, 0) 100%);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	opacity: .2
}

.footer-logo {
	text-align: center;
	margin-bottom: 50px
}

.footer-logo a {
	margin-bottom: 20px;
	display: inline-block
}

.footer-logo a img {
	max-width: 200px
}

.footer-logo p {
	text-align: center;
	color: #fff;
	margin: 0
}

@media(max-width:767px) {
	.footer-logo p {
		font-size: 14px
	}
}

.footer-middle {
	padding: 50px 0;
	border-top: 1px solid #454e48;
	border-bottom: 1px solid #454e48
}

.footer-widget h4 {
	font-family: playfair display, serif;
	font-weight: 600;
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px
}

.social-media {
	position: relative
}

@media(max-width:767px) {
	.social-media {
		text-align: center
	}
}

.social-media h4 {
	font-family: playfair display, serif;
	font-style: inherit;
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	letter-spacing: .03em;
	color: #fff;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -50px;
	top: 40%;
	margin: 0
}

@media(max-width:767px) {
	.social-media h4 {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 20px
	}
}

.social-icons {
	list-style: none;
	margin-left: 50px
}

@media(max-width:767px) {
	.social-icons {
		margin-left: 0
	}
}

.social-icons li {
	display: block
}

@media(max-width:767px) {
	.social-icons li {
		display: inline-block
	}
}

.social-icons li a {
	display: inline-block;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	margin: 15px 0;
	color: #fff;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media(max-width:767px) {
	.social-icons li a {
		margin: 0 10px
	}
}

.social-icons li a:hover {
	background: #e9bd23;
	border-radius: 10px;
	border: 1px solid transparent;
	color: #404943
}

.footer-menu {
	list-style: none
}

.footer-menu li {
	display: block;
	padding-bottom: 15px
}

.footer-menu li:last-child {
	padding-bottom: 0
}

.footer-menu li a {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-menu li a {
		font-size: 15px
	}
}

.footer-menu li a:before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -20px;
	height: 10px;
	width: 10px;
	background-color: #e9bd23;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.footer-menu li a:hover {
	color: #e9bd23;
	padding-left: 15px
}

.footer-menu li a:hover:before {
	left: 0;
	visibility: visible;
	opacity: 1
}

.office-time li {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.office-time li {
		font-size: 15px
	}
}

.office-time li:last-child {
	padding-bottom: 0
}

.number,
.office-mail,
.address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.number p,
.office-mail p,
.address p {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.number p,
	.office-mail p,
	.address p {
		font-size: 15px
	}
}

.address {
	margin: 0
}

.phone a,
.email a {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-bottom: 5px;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.phone a,
	.email a {
		font-size: 15px
	}
}

.phone a:hover,
.email a:hover {
	color: #e9bd23
}

.num-icon,
.mail-icon,
.address-icon {
	min-width: 40px
}

.num-icon i,
.mail-icon i,
.address-icon i {
	color: #e9bd23;
	font-size: 25px
}

.footer-bottom {
	padding: 30px 0
}

@media(max-width:767px) {
	.footer-bottom .copy-txt {
		text-align: center;
		margin-bottom: 20px
	}
}

.footer-bottom .copy-txt span {
	font-size: 14px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-bottom .copy-txt span {
		font-size: 13px
	}
}

.footer-bottom .copy-txt span a {
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.footer-bottom .copy-txt span a:hover {
	color: #e9bd23
}

.footer-bottom .footer-bottom-menu {
	list-style: none;
	text-align: right
}

@media(max-width:767px) {
	.footer-bottom .footer-bottom-menu {
		text-align: center
	}
}

.footer-bottom .footer-bottom-menu li {
	display: inline-block
}

.footer-bottom .footer-bottom-menu li a {
	position: relative;
	font-size: 14px;
	text-align: right;
	color: #fff;
	padding: 0 20px;
	line-height: 1;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.footer-bottom .footer-bottom-menu li a:before {
	border-right: 1px solid #fff;
	position: absolute;
	content: "";
	height: 60%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width:767px) {
	.footer-bottom .footer-bottom-menu li a:before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-bottom .footer-bottom-menu li a:before {
		display: block
	}
}

.footer-bottom .footer-bottom-menu li a:hover {
	color: #e9bd23
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
	display: none
}

.footer-widget.two .social-icons li a:hover {
	color: #fff;
	background-color: #dbb352
}

.footer-widget.two .footer-menu li a::before {
	background-color: #dbb352
}

.footer-widget.two .footer-menu li a:hover {
	color: #dbb352;
	padding-left: 15px
}

.footer-widget.two .num-icon i,
.footer-widget.two .mail-icon i,
.footer-widget.two .address-icon i {
	color: #dbb352
}

.footer-widget.two .phone a:hover,
.footer-widget.two .email a:hover {
	color: #dbb352
}

.footer-bottom .copy-txt.two span a:hover {
	color: #dbb352
}

.footer-bottom .footer-bottom-menu.two li a:hover {
	color: #dbb352
}

@media only screen and (max-width:1199px) {
	.membership-btn.two {
		margin-left: 0
	}
	header .main-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 260px;
		padding: 10px 15px!important;
		z-index: 99999;
		height: 100%;
		overflow: auto;
		display: block;
		background: #242424;
		-webkit-transform: translateX(-260px);
		transform: translateX(-260px);
		-webkit-transition: -webkit-transform .3s ease-in;
		transition: -webkit-transform .3s ease-in;
		transition: transform .3s ease-in;
		transition: transform .3s ease-in, -webkit-transform .3s ease-in
	}
	header .main-nav .mobile-menu-logo {
		text-align: left;
		padding-top: 20px;
		display: block;
		border-bottom: 1px solid #083779;
		padding-bottom: 15px;
		text-align:center;
	}
	
	header .main-nav .mobile-menu-logo img{ width:100px;}
	header .main-nav ul {
		float: none;
		text-align: left;
		padding: 25px 0 25px 0
	}
	header .main-nav ul li {
		display: block;
		position: relative;
		padding: 0 5px
	}
	header .main-nav ul li a {
		padding: 10px 0;
		display: block;
		font-weight: 300
	}
	header.header-two .main-nav ul li i {
		color: #fff
	}
	header.header-two .main-nav ul li a {
		color: #fff
	}
	header .main-nav ul li ul.sub-menu {
		position: static;
		min-width: 200px;
		background: 0 0;
		border: none;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		display: none;
		margin-top: 0!important;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		padding: 10px 0
	}
	.main-nav ul li ul.sub-menu>li {
		border: none
	}
	.main-nav ul li ul.sub-menu>li a {
		color: #fff
	}
	header .main-nav.slidenav {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	header .main-nav ul li .bi {
		display: block;
		top: 8px;
		font-size: 16px
	}
	.hot-line {
		margin: 30px 0
	}
	.mobile-menu {
		position: relative;
		top: 2px;
		padding: 0 5px;
		border-radius: 50%;
		display: inline-block
	}
	.cross-btn {
		display: inline-block!important;
		position: relative;
		width: 30px!important;
		height: 22px!important;
		cursor: pointer;
		border: 3px solid transparent!important
	}
	.cross-btn.two span {
		background-color: #dbb352!important
	}
	.cross-btn span {
		width: 100%;
		height: 2px;
		background: #fff!important;
		display: block;
		position: absolute;
		right: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}
	.cross-btn .cross-top {
		top: 0
	}
	.cross-btn .cross-middle {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%
	}
	.cross-btn .cross-bottom {
		bottom: 0;
		width: 100%
	}
	.cross-btn.h-active span.cross-top {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		margin-top: -1px
	}
	.cross-btn.h-active span.cross-middle {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0
	}
	.cross-btn.h-active span.cross-bottom {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 50%;
		margin-bottom: -1px
	}
}