@import "https://fonts.googleapis.com/css2?family=Allura";
@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";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@300&display=swap');

@font-face {
  font-family: 'Bebas-Neue-Light';
    src:  url('../webfonts/Bebas-Neue-Light.ttf.woff') format('woff'),
    url('../webfonts/Bebas-Neue-Light.ttf.svg#Bebas-Neue-Light') format('svg'),
    url('../webfonts/Bebas-Neue-Light.ttf.eot'),
    url('../webfonts/Bebas-Neue-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.numbers-row {
	position: relative;
	width: 97px;
	height: 40px;
	overflow: visible;
}

.numbers-row.list {
	margin: auto;
	margin-bottom: 5px;
	margin-top: 15px;
}

input.qty2 {
  position: relative !important;
width: 35px !important;
height: 40px !important;
border-radius: 0px !important;
text-align: center !important;
left: 31px !important;
font-size: 12px !important;
padding: 5px !important;
border: 1px solid #cccccc !important;
}

.button_inc {
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	width: 33px;
	height: 40px;
}

.dec {
	background: #fff url(../img/minus.png) no-repeat center center;
	border: 1px solid #cccccc;
	left: 0;
	top: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.inc {
	background: #fff url(../img/plus.png) no-repeat center center;
	right: 0;
	top: 0;
	border: 1px solid #cccccc;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}



.livredor a.btnvoireplus:hover, .why-we-are a.btnvoireplus:hover{
  background: #f00;
color: #fff;
}
.avisclients a.btnreview:hover {
  background: #2e973b;
  color: #fff;
}
.sectioncontent{
  margin-top: 20px;
  padding: 40px 0;
}
.sectioncontent h3{
  font-family: 'Bebas Neue', cursive;
letter-spacing: 0.5px;
}
.sectioncontent p{
  font-family: 'Lato', sans-serif;
letter-spacing: 0.5px;
color: #333;
}
/*--------------------------------------------------------------
# My Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #f3a200;
  border-color: #ffb727;
}
.portfolio .portfolio-item {
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc041;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffb727;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb727;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(59, 67, 74, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
.content-wrap.nobottompadding .title{
	margin-bottom: 20px;
}
#content{
  padding: 32px 0px;
margin: 30px 0px 0px;
}

/* zone de vols */
.pzonesdevols{
  margin-top: 60px;
}
.pzonesdevols .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  background: #000 !important;
  border-bottom: 0px !important;
  color: #fff !important;
}
.pzonesdevols.greensection img {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}
.pzonesdevols .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  font-weight: bold;
  font-size: 32px;
  font-family: 'Bebas-Neue-Light';
  letter-spacing: 1.5px;
  color: #111;
border: 1px solid #ddd;
margin: 0px 20px 5px 0px;
padding-bottom: 0px;
border-radius: 5px;
}
.pzonesdevols .tab-content{
  border:1px solid #ddd;
  padding: 30px;
}

.pzonesdevols.greensection p {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.pzonesdevols.greensection h4{
  font-family: 'Bebas Neue', cursive;
  font-size: 35px;
  letter-spacing: 0.5px;
  padding-top: 20px;
}


.p-0{
  padding-bottom: 0px !important
}
.vediotheque .centertext h4{
  font-family: 'Bebas Neue', cursive;
font-size: 43px;
padding-top: 30px;
}
.vediotheque .centertext p{
  color: #444;
  font-size: 17px;
}
.pb-50{
  padding-bottom: 50px;
}

.bg-gray{
  background: #f5F5F5;
}
.vediotheque{
  padding: 60px 0;
}

.videostyle img{
  border-radius: 10px;

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

.tw-play-btn.tw-style1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  color: #fff;
  font-size: 80px;
}
.tw-video-block.tw-style1 {
  border-radius: 4px;
	.tw-video-block-img {
		height: 450px;
		width: 100%;
		&:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			width: 100%;
			background-color: #000;
			opacity: 0.1;
			transition: all 0.3s ease;
		}
	}
	&:hover {
		.tw-video-block-img:before {
			opacity: 0.3;
		}
	}
}
.tw-play-btn.tw-style1 {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	color: #fff;
	font-size: 80px;
}
.tw-video-animaiton, .tw-video-animaiton span {
    position: absolute;
    top: 0;
    width: 72px;
    height: 71px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-radius: 50%;
    -webkit-animation: tw-video-animaion 2s linear infinite;
    animation: tw-video-animaion 2s linear infinite;
    -webkit-box-shadow: 0 0 0 11px #fff;
    box-shadow: 0 0 0 5px #fff;
}
@keyframes tw-video-animaion {
	0% {
		transform: scale(1);
		opacity: 0.0;
	}
	25% {
		transform: scale(1);
		opacity: .75;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}


/*===Video Popup===*/
.tw-pd-video .tw-video-open,
.tw-sample-img .tw-video-open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.tw-pd-video .tw-video-open:hover,
.tw-sample-img .tw-video-open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tw-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tw-video-popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.tw-video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.tw-video-popup.active .tw-video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tw-video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.tw-video-popup.active .tw-video-popup-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.tw-video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.tw-video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: transparent;
  max-width: 1100px;
  width: 100%;
  vertical-align: middle;
  height: 90%
}

.tw-video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  height: 90%;
}

.tw-video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tw-video-popup iframe {
  width: 100%;
  height: 100%;
  position: relative;
}

.tw-video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tw-video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tw-video-popup-close:hover:before,
.tw-video-popup-close:hover:after {
  background: #000;
}

.tw-video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.tw-video-popup-align {
  overflow: hidden;
  height: 90%
}

/*End Video Popup*/


.btncenter{
  float: none !important;
width: 270px;
border: 2px solid #2e973b;
}
.btncenter:hover{
  background: #fff!important;
color: #2e973b !important;

}
.pzonesdevols{
  padding: 20px 0;
}
.pzonesdevols .centertext{
  position: relative;
    top: 50%;
    transform: translateY(-50%);

}
.pzonesdevols .centertext h4{
  font-size: 28px;
  font-weight: bold;
}
.pzonesdevols .centertext p, .pzonesdevols .centertext ul li{
  color: #333;
font-size: 16px !important;
letter-spacing: 0.3px;

font-weight: 600;
}
.theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #000;
    display: table;
    height: 30px;
    right: 10px;
    min-width: 30px;
    position: fixed;
    text-align: center;
    z-index: 9999
}
.theme-btn.b-72{
  bottom: 89px !important;
}
.theme-btn.b-32{
  bottom: 54px!important;
}
.theme-btn.b-5{
  bottom: 20px!important;
}
.theme-btn.bt-support-now {

    border:0.5px solid #fff;
    bottom: 70px;
    color: #000;
}

.theme-btn.bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%)
}
.theme-btn.bt-video-now {
    background: #1ebbf0;
    background: rgba(243,42,42,0.95);
    bottom: 130px
}

.theme-btn.bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%)
}
.theme-btn:hover {
    color: #000;
    padding: 0 15px 0 0;
}

.theme-btn span {
  display: table-cell;
vertical-align: middle;
font-size: 15px;
letter-spacing: -15px;
opacity: 0;
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
text-transform: uppercase;
font-weight: bold;
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
      background-color: rgba(255,255,255,0.4)!important;
}
.bt-whatssap-now{
  background: #1ebbf0;
}


.pull-left{
  float: left !important
}
.bg-grey{
  background: #f5f5f5 !important;
}

.greensection .or2{
  padding-left: 35px;
}
.greensection img{
  -webkit-box-shadow: 9px 12px 21px 0px rgba(0,0,0,0.37);
box-shadow: 9px 12px 21px 0px rgba(0,0,0,0.37);
border-radius: 10px;
}
.redsection img{
  -webkit-box-shadow: -9px 12px 21px 0px rgba(0,0,0,0.37);
  box-shadow: -9px 12px 21px 0px rgba(0,0,0,0.37);
border-radius: 10px;
}
.redsection .field-points li i {
  margin-right: 5px;
  color: #f00;
}
.redsection p {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  color: #444;
  font-weight: 600;
}
.redsection .btnvoireplus{
background: #f00;
color: #fff;
}

.greensection .field-points li i {
  margin-right: 5px;
  color: #2e973b;
}
.greensection p {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  color: #444;
  font-weight: 600;
}
.greensection .btnreview{
background: #2e973b;
color: #fff;
}

.videoslide::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.pt-21{
  padding-top: 21px;
}
.mt-21{
  margin-top: 21px;
}

.preloader_area_wrap img{
  left: 45%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 45%
}
header.header-two .main-nav ul li a:hover{
  color: #f00;
}

.fs-20{
  font-size: 20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding-top: 0px;
  margin-top: 35px !important;
}
.card {
    position: relative;
    display: flex;
    width: 600px;
    flex-direction: column;
    min-width: 0;
    border-radius: 16px;
    border: 1px solid #fff;
}

 .card .card-body {
        padding: 1rem 1rem;
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }
 .items {
    width: 100%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}
.slick-prev::before, .slick-next::before {
  font-size: 27px !important;
  color: #27a954 !important;
}
.slick-dots li button::before{
  color: #2e973b !important
}

a.btnreview{
  float: right;
  padding: 15px 25px;
  color: #2e973b;
  text-transform: uppercase;
  border: 2px solid #2e973b;
  font-weight: bold;
}
a.btnreview:hover{
  background: transparent;
  color: #2e973b;
}







.mb-30{
  margin-bottom: 30px;
}

.avisclients{
  padding: 60px 0;
  background: #eef0f5;
}

.look-effect {
    position: relative
}

.look-effect>a {
    display: block;
    overflow: hidden
}

.look-effect>a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.4)
}

.look-effect>a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    border: 0.5px solid #fff;
}

.look-effect .image_description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22% 5%;
    text-align: center;
    height: 260px;
    margin: auto;
    color: white
}

.look-effect .image_description p {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-height: 58px;
    overflow: hidden
}

.look-effect .image_description a {
    display: block;
    color: #f8f8f8;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    font-weight: bold
}

.look-effect .image_description h4 {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700
}

.look-effect .image_description h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: white;
    -webkit-transform: translate(-15px, -10px);
    -ms-transform: translate(-15px, -10px);
    transform: translate(-15px, -10px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.look-effect .image_description .btn {
    display: inline-block;
    background-color: transparent;
    border: 0 solid white;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.look-effect:hover>a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0,0,0,0.5);
z-index: 9;
}

.look-effect:hover .image_description {
    z-index: 99999;
}
.look-effect:hover>a img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);

    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,0.5)
}

.look-effect:hover .image_description p {
    opacity: 1;
    filter: alpha(opacity=100)
}

.look-effect:hover .image_description h4 {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px)
}

.look-effect:hover .image_description h4:before {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    filter: alpha(opacity=100)
}

.look-effect:hover .image_description a {
    opacity: 1;
    filter: alpha(opacity=100)
}

.look-effect:hover .image_description .btn {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px)
}
a.btnvoireplus{
  float: right;
  padding: 15px 25px;
  color: #ef1d24;
  text-transform: uppercase;
  border: 2px solid #ef1d24;
  font-weight: bold;
}
a.btnvoireplus:hover{
  background: transparent;
  color: #ef1d24;
}
img.imagescenter{
  margin: auto;
  display: block;
}
.livredor{
  padding: 50px 15px 0px;
  margin-top: 30px;
}
.livredor a.btnvoireplus{
  float: right;
  padding: 15px 25px;
  color: #ef1d24;
  text-transform: uppercase;
  border: 2px solid #ef1d24;
  font-weight: bold;
}
.p-0{
  padding: 0
}
.about-right h3{
  font-family: 'Bebas Neue', cursive;
}
.about-right.two h3{
  font-family: 'Bebas-Neue-Light';
font-size: 30px;
letter-spacing: 0.5px;
line-height: 37px;
}
.about-right h4{
  font-family: 'Bebas-Neue-Light';
}
.textrouge{
  color: #ef1d24 !important;
}

.member-facility h1{
  margin-bottom: 0px;
  color: #eee;
}
.member-facility p{
  color: #eee;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
}

video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
  z-index: 9;
}
.header h1{
  font-family: 'Bebas Neue', cursive;
  font-size: 55px;
}
.header h2{
  font-family: 'Bebas-Neue-Light';
  font-size: 55px;
}



.imgcenter{
  width: 100%;
  text-align: center;
  margin: auto;
}
.frame {
    height: 25px;
    width: 200px;
    white-space: nowrap;
display: inline-block;
    text-align: center; margin: 0em 0 120px;
}
.helper {
    display: inline-block;
    height: 100px;
    vertical-align: middle;
}
.feature-area .imgcenter img{

  vertical-align: middle;
}

.textabout{
  padding-top: 50px;
}
.textabout p{
  font-family: 'Lato', sans-serif;
  color: #eee;
  line-height: 33px;
  letter-spacing: 0.5px;
}
* {
    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: 'Lato', 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 #a32a36
}

.sec-pad {
    padding: 120px 0
}

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

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

.sec-mar {
    margin: 60px 0
}

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

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

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

.button--wrap.button--wrap-two {
    margin-top: 15px;
    border-radius: 10px;
    float: right;
}

.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: 30px;
    background: #ef1d24;
    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: 'Lato', sans-serif;
}


.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: #ef1d24;
    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: #ef1d24;
    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: #000 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: rgba(0, 0, 0, 0.9);
}

@media only screen and (min-width:1800px) {
    .sticky {
        padding: 0 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
    }
}
header.header-two .hot-line .line-cnt a{
  color: #111;
}
/* mobile design*/
@media(max-width:767px) {
  .zone {
    padding-top: 30px;
    padding-bottom: 0px !important;
  }
  header.header-two .hot-line .line-cnt a{
    color: #fff !important;
  }
  .membership-btn.two {
  float: none !important;
}

  .main-nav .mobile-menu-logo{
    padding-top: 10px;
  }
  .main-nav .mobile-menu-logo a img{
    width: 190px;
display: block;
margin: auto;
  }
  header.header-two .main-nav ul li a {
  padding: 5px 0 !important;
}
header .main-nav ul {
  padding: 15px 0 20px 0 !important;
}

    .sticky {
        padding: 20px 0
    }
    .frame {
  margin: 0em 0 56px;
    }
    .header h1 {
  font-size: 44px;
}
.header h2 {
  font-size: 49px;
}
.member-facility p {
  font-size: 16px;
}

}

.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: 65px;
    margin-top: -8px
}
.about-right.about .title {
    margin: 0px !important;
}
@media(max-width:767px) {
    .title {
        text-align: center;
        margin-bottom: 40px
    }
}

.title span {
    font-weight: 600;
    font-size: 18px;
    color: #444;
    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 h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 51px;
color: #212121;
margin: 0;
padding: 20px 0 10px;
}

@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: 30px
    }
}

@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: #f4732a
}

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

.cmn-btn {
    background-color: #a32a36;
    -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: #ef1d24;
    -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: #ef1d24;
    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: #a32a36
}

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

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

.breadcrumb {
    position: relative;
    height: 400px;
    background-image: url("../img/breadcrumb.jpg");
    background-size: cover;
    background-position: center center;
    margin: 0;
    z-index: 1
}

@media(max-width:767px) {
    .breadcrumb {
        height: 300px
    }
    .restaurant-area .restaurant-images {
  margin-bottom: 20px;
  }
  .greensection .or2 {
    padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .restaurant-area {
  padding: 30px 0px 0px !important;
}
.pzonesdevols {
  margin-top: 0px;
}
.pzonesdevols .volsresum a h4{
  font-size: 20px !important;
}

.pzonesdevols .volsresum a h2{
  font-size: 23px  !important;
}
.d-block .zone {
  padding-top: 0px;
  padding-bottom: 0px;
}
.d-block .contact-form{
  padding: 20px 30px;
margin: 0 0 20px;
}


}
.zone h2{
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.5px;
  font-size: 34px;
text-align: center;
}
.zone img{
  padding-bottom: 20px;
}
.zone{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pzonesdevols .contact-form h3{
  font-size: 49px;
color: #f00;
}
.pzonesdevols .contact-form h3 small{
  font-size: 26px;
color: #111;
}
.contact-area.pzonesdevols {
  margin-top: 0px;
}

.pzonesdevols .contact-form label{
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 12px;
}

.pzonesdevols .contact-form .total{
  color: #f00;
  font-size: 46px;
}
.pzonesdevols .contact-form h4.tts small{
  font-size: 20px;
    color: #f00;
}
.pzonesdevols .contact-form h4.tts{
  font-size: 30px;
}
.autrevols{
  font-family: 'Bebas Neue', cursive;
margin-top: 21px;
}
.pzonesdevols .volsresum a img{
  margin: auto;
  padding: 0px;
}
.pzonesdevols .volsresum a h4{
  font-size: 24px;
  font-family: 'Bebas-Neue-Light';
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  color: #000;
}

.pzonesdevols .volsresum a h2{
  font-size: 29px;
  color: #f00;
}

.breadcrumb:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    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: 500px;
    text-align: center
}

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

.breadcrumb .breadcrumb-wrapper .breadcrumb-inner h1 {
    font-family: 'Bebas Neue', cursive;
    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;
    font-family: 'Lato', sans-serif;
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-inner span a {
  color: #f00;
font-weight: bold;
}

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

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    padding: 10px 200px;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
}

@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: 20px 50px
    }
}

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

@media(max-width:767px) {
    header {
        padding: 20px 10px
    }
}

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

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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 10px;
}

@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: 24px;
padding: 20px 0;
text-transform: capitalize;
font-weight: 700;
letter-spacing: 0.5px;
font-family: 'Bebas-Neue-Light';
color: #fff;
}

@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: #f00
}

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

.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: #a32a36
}

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

.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: 40px;
    margin-right: 30px;
    -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: 600;
font-size: 16px;
display: block;
color: #ee1c23;
}

.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: transparent;
    -webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
    box-shadow: 0 0 50px rgba(10, 42, 67, .05);
    border-radius: 30px;
    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-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
text-transform: uppercase;
    background-color: #f00;
    border-radius: 0px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    padding: 13px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    border: 2px solid #f00;
}

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

.membership-btn a:hover{
    left: 0;
    background-color: #fff;
    color: #f00 !important
}

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


header.header-two {
    position: static;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    text-align: center;
}

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

header.header-two .main-nav ul li a {
    color: #000;
    font-size: 24px;
    padding: 20px 0;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Bebas-Neue-Light';
}

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

.membership-btn.two {
    border-radius: 10px;
    float: right;
}


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

.swiper-pagination-current::after {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 13px;
    height: 23px;
    background: #171717
}

.hero-area {
    height: 100%
}

.swiper.hero-slider .swiper-scrollbar {
    position: absolute;
    left: -1%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 14% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(90deg);
    height: 2px;
    background-color: #707070 !important
}

@media only screen and (min-width:1400px) and (max-width:1799px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: -4.6%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: -4.3%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 3.5%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5%
    }
}

@media(max-width:767px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: 50%;
        top: auto;
        width: 20%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5%
    }
}

.swiper.hero-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff !important
}

.swiper.hero-slider .swiper-pagination {
    position: absolute;
    left: 5%;
    top: 50%;
    background: #171717;
    border-radius: 30px;
    width: 40px;
    height: 350px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    overflow: hidden
}

@media only screen and (min-width:1400px) and (max-width:1799px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .swiper.hero-slider .swiper-pagination {
        left: 1%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .swiper.hero-slider .swiper-pagination {
        height: 270px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .swiper.hero-slider .swiper-pagination {
        left: 50%;
        top: auto;
        width: 270px;
        height: 40px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

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

.swiper.hero-slider .swiper-pagination .swiper-pagination-current {
    position: absolute;
    top: 10px;
    left: 30%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.swiper.hero-slider .swiper-pagination .swiper-pagination-current:before {
    content: "0"
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .swiper.hero-slider .swiper-pagination .swiper-pagination-current {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.swiper.hero-slider .swiper-pagination .swiper-pagination-total {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    bottom: 10px;
    left: 26%
}

.swiper.hero-slider .swiper-pagination .swiper-pagination-total:before {
    content: "0"
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .swiper.hero-slider .swiper-pagination .swiper-pagination-total {
        position: absolute;
        top: 50%;
        left: auto;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.hero-single {
    position: relative;
    background-image: url("../img/slider/slider-01.jpg");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    z-index: 1
}

.hero-single:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #172530;
    opacity: .5;
    z-index: -1
}

.hero-single.bg-2 {
    background-image: url("../img/slider/slider-02.jpg");
    background-size: cover;
    background-position: center center
}

.hero-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: 100vh
}

@media only screen and (min-width:1400px) and (max-width:1799px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-wrapper {
        padding-left: 30px
    }
}

.hero-wrapper .hero-content h2 {
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 73px;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .hero-wrapper .hero-content h2 {
        font-size: 42px;
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .hero-wrapper .hero-content h2 {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .hero-wrapper .hero-content h2 {
        font-size: 40px
    }
}

.hero-wrapper .hero-content p {
    font-size: 16px;
    color: #fff;
    margin: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-wrapper .hero-content p {
        font-size: 15px
    }
}

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

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-wrapper .hero-content p {
        font-size: 16px
    }
}

.hero-wrapper .hero-content .signature {
    margin-top: 40px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-wrapper .hero-content .signature {
        margin-top: 25px
    }
}

.hero-wrapper .hero-content .signature h6 {
    font-family: playfair display, serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .02em;
    color: #fff;
    position: relative;
    margin-bottom: 30px
}

.hero-wrapper .hero-content .signature h6:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    min-width: 185px;
    border: 1px solid #a32a36
}

.hero-wrapper .hero-content .signature span {
    font-family: allura, cursive;
    font-size: 30px;
    letter-spacing: .02em;
    color: #fff
}

.hero-content-title {
    position: relative;
    display: inline-block;
    padding-top: .2em;
    padding-right: .05em;
    padding-bottom: .1em;
    overflow: hidden
}

.hero-content-title .letter {
    display: inline-block;
    line-height: 1em;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.hero-area.two {
    position: relative;
    margin-left: 80px;
    height: calc(100% - 90px);
    z-index: 1
}

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

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-area.two {
        margin-left: 80px
    }
}

.hero-area.two:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #172530;
    opacity: .7;
    z-index: -1
}

.hero-area.two .hero-wrapper {
    height: calc(100vh - 90px)
}

.hero-area.two .hero-wrapper .hero-content {
    text-align: center
}

.hero-area.two .hero-wrapper .hero-content h2 {
    font-family: playfair display, serif;
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 25px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-area.two .hero-wrapper .hero-content h2 {
        font-size: 50px;
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .hero-area.two .hero-wrapper .hero-content h2 {
        font-size: 32px
    }
}

.hero-area.two .hero-wrapper .hero-content h2 span {
    text-transform: uppercase;
    -webkit-text-stroke: 2px #f4732a;
    -webkit-text-fill-color: transparent
}

.hero-area.two .hero-wrapper .hero-content .tags {
    list-style: none;
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-area.two .hero-wrapper .hero-content .tags {
        margin-bottom: 10px
    }
}

.hero-area.two .hero-wrapper .hero-content .tags li {
    position: relative;
    display: inline-block;
    padding: 0 20px
}

.hero-area.two .hero-wrapper .hero-content .tags li:before {
    position: absolute;
    content: "";
    background-image: url("../img/icons/ball.svg");
    height: 17px;
    width: 17px;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-area.two .hero-wrapper .hero-content .tags li:last-child:before {
    display: none
}

.hero-area.two .hero-wrapper .hero-content .tags li a {
    font-weight: 500;
    font-size: 22px;
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-area.two .hero-wrapper .hero-content .tags li a {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .hero-area.two .hero-wrapper .hero-content .tags li a {
        font-size: 14px
    }
}

.hero-area.two .social-links {
    position: absolute;
    top: 65%;
    left: -54px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translateY(-65%) rotate(-90deg);
    transform: translateY(-65%) rotate(-90deg)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-area.two .social-links {
        top: 78%;
        -webkit-transform: translateY(-78%) rotate(-90deg);
        transform: translateY(-78%) rotate(-90deg)
    }
}

.hero-area.two .social-links .follow-us {
    position: relative;
    left: -40px
}

.hero-area.two .social-links .follow-us span {
    position: relative;
    font-family: playfair display, serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #344d40
}

.hero-area.two .social-links .follow-us span:after {
    position: absolute;
    content: "";
    right: -70px;
    bottom: -32px;
    height: 90px;
    border: 1px solid #344d40;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .1
}

@media(max-width:767px) {
    .hero-area.two .social-links .follow-us span:after {
        display: none
    }
}

.hero-area.two .social-links .follow-us .follow-social {
    list-style: none;
    display: inline-block;
    margin-left: 140px
}

@media(max-width:767px) {
    .hero-area.two .social-links .follow-us .follow-social {
        margin-left: 30px
    }
}

.hero-area.two .social-links .follow-us .follow-social li {
    display: inline-block
}

.hero-area.two .social-links .follow-us .follow-social li a {
    color: #ef1d24;
    font-size: 19px;
    margin: 0 10px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.hero-area.two .social-links .follow-us .follow-social li a:hover {
    color: #000
}

.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: 65px
}

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

.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: #ef1d24;
    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: #a32a36;
    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 #a32a36;
    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 #a32a36;
    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
}

.feature-area {
    position: relative;
    padding: 120px 0;
    background-image: url("../img/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: #000;
    opacity: .95;
    z-index: -1
}

.single-feature {
    position: relative;
    border-radius: 16px;
    padding: 25px;
    text-align: center;

    -webkit-transition: all .45s ease-out 0s;
    transition: all .45s ease-out 0s
}

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


@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: 33px;
    text-align: center;
    color: #000;
}

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

.single-feature b {
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 1;
    font-size: 19px;
    line-height: 27px;
    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 .icon {
    background-color: #a32a36
}

.field-review {
    position: relative;
    overflow: hidden
}

.field-review: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) {
    .field-review {
        margin: 80px 0
    }
    .field-review .or1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .field-review .or2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.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)
    }
}

.pricing-plan {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}


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

.pricing-boxes {
    margin-top: 0
}
.price-box.modelvol{
  border: 1px solid #eee;
  padding: 0px 30px 10px;
  background: #fff;
  min-height: 420px;
}
.price-box.modelvol img{
  padding: 10px 10px 0px;
  margin: auto;
  display: block;
  text-align: center;
}
.price-box.modelvol h3{
 font-size: 33px;
 padding: 20px 0 10px;
}
.price-box.modelvol h3::before{
  opacity: 0;
}
.price-box.modelvol:hover {
    background: #fff;
    color: #333
}
.price-box.modelvol:hover h3, .price-box.modelvol:hover h2 {
  color: #212121;
}
.price-box.modelvol:hover .item-list li {
  color: #212121;
}
.price-box {
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    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;
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    min-height: 378px;
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .price-box {
        padding: 40px 30px
    }
}

.price-box .percent {
    position: absolute;
    right: 0;
    top: 40px
}

.price-box .percent span {
    font-family: playfair display, serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #344d41;
    border-radius: 2px 0 0 2px;
    padding: 6px;
    min-width: 95px;
    display: inline-block
}

.price-box .recommend {
    position: absolute;
    right: -60px;
    top: 40px
}

.price-box .recommend span {
    background: #2e973b;
    -webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
    box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    padding: 5px 5px 5px 20px;
    min-width: 250px;
    font-weight: bold;
}

.price-box h3 {
    position: relative;
    font-family: 'Bebas Neue', cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .03em;
    color: #212121;
    text-align: left;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    line-height: 41px;
}

.price-box h3:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 90px;
    bottom: -10px;
    background: #edebeb;
    background: -webkit-gradient(linear, left top, right top, from(#edebeb), to(#a32a36));
    background: linear-gradient(90deg, #edebeb 0%, #a32a36 100%);
    border-radius: 50%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .price-box h3 {
        font-size: 26px;
        line-height: 20px
    }
}

.price-box h3 :before {
    position: absolute;
    content: "";
    width: 100px;
    border: 1px solid #344d41;
    bottom: -10px;
    left: 0
}

.price-box h2 {
    font-family: playfair display, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 38px;
    text-align: center;
    color: #344d41;
    margin: 40px 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .price-box h2 {
        font-size: 20px;
        line-height: 20px;
        margin: 40px 0
    }
}

.price-box h2 sub {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.price-box .item-list li {
    font-weight: 400;
    font-size: 15px;
    color: #212121;
    padding-bottom: 15px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    text-align: left;
}

.price-box .item-list li:last-child {
    padding-bottom: 0
}

.price-box .item-list li i {
    margin-right: 5px
}

.price-box .item-list li i :last-child {
    padding: 0
}

.price-box .price-btn {
    -webkit-box-shadow: 0 0 50px rgba(10, 42, 67, .05);
    box-shadow: 0 0 50px rgba(10, 42, 67, .05);
    border-radius: 50px;
    display: inline-block;
    text-align: right;
}

.price-box .price-btn a {
  font-size: 16px;
color: #fff;
display: inline-block;
background: #f00;
background-color: rgb(255, 0, 0);
-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: 0px;
min-width: 200px;
padding: 15px 25px;
text-align: center;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
border: 2px solid #f00;
font-weight: bold;
text-transform: uppercase;
}

.price-box .price-btn a i {
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    color: #ef1d24;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 20px;
    display: inline-block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box.active {
    background-color: #212121
}

.price-box.active h3,
.price-box.active h2 {
    color: #fff
}

.price-box.active .item-list li {
    color: #fff
}

.price-box.active .price-btn a {
    background-color: #2e973b;
    color: #fff
}

.price-box.active .price-btn a i {
    background-color: #fff;
    color: #2e973b
}

.price-box:hover {
    background-color: #212121
}

.price-box:hover h3,
.price-box:hover h2 {
    color: #fff
}

.price-box:hover .item-list li {
    color: #fff
}

.price-box:hover .price-btn a {
  background-color: transparent;
color: #f00;
}

.price-box:hover .price-btn a i {
    background-color: #344d41;
    color: #fff
}

.pricing-table {
    position: relative;
    margin-bottom: 120px
}

@media(max-width:767px) {
    .pricing-table {
        margin-top: 80px;
        margin-bottom: 120px
    }
}

.pricing-table: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(max-width:767px) {
    .pricing-table:before {
        display: none
    }
}

.price-table-tab {
    text-align: center;
    margin-bottom: 50px
}

.price-table-tab .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f4732a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 4px;
    max-width: 290px;
    margin: 0 auto
}

.price-table-tab .nav .nav-item .nav-link {
    font-family: playfair display, serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    text-align: center;
    color: #212121;
    padding: 15px 20px;
    min-width: 140px
}

.price-table-tab .nav .nav-item .nav-link.active {
    background-color: #f4732a !important;
    border-radius: 10px;
    color: #fff
}

.single-price {
    position: relative;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-price .cmn-btn.two {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-price .cmn-btn.two a {
    background-color: #0f1d28;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-price.active {
    border: 2px solid transparent;
    background-color: #0f1d28;
    border-radius: 5px
}

.single-price.active .price-box-inner h3,
.single-price.active .price-box-inner h2 {
    color: #fff
}

.single-price.active .price-box-inner .item-list li {
    color: #fff
}

.single-price.active .price-box-inner .item-list li i {
    color: #f4732a
}

.single-price.active .cmn-btn.two {
    background-color: #ef1d24
}

.single-price.active .cmn-btn.two a {
    background-color: #f4732a
}

.single-price:hover {
    border: 2px solid transparent;
    background-color: #0f1d28;
    border-radius: 5px
}

.single-price:hover .price-box-inner h3,
.single-price:hover .price-box-inner h2 {
    color: #fff
}

.single-price:hover .price-box-inner .item-list li {
    color: #fff
}

.single-price:hover .price-box-inner .item-list li i {
    color: #f4732a
}

.single-price:hover .cmn-btn.two {
    background-color: #ef1d24
}

.single-price:hover .cmn-btn.two a {
    background-color: #f4732a
}

.price-box-inner {
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-left: -2px;
    margin-top: -2px
}

.price-box-inner .popular {
    background: #f4732a;
    -webkit-box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
    box-shadow: inset 0 0 15px rgba(6, 6, 6, .1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
    top: 5%;
    left: -39%
}

.price-box-inner .popular span {
    font-family: playfair display, serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 5px
}

.price-box-inner .icon {
    margin-bottom: 25px
}

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

.price-box-inner h3 {
    font-family: playfair display, serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: .03em;
    color: #0f1d28;
    line-height: 1;
    margin-bottom: 45px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box-inner h2 {
    position: relative;
    font-family: playfair display, serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    color: #0f1d28;
    margin: 0;
    padding-bottom: 30px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box-inner h2:before {
    position: absolute;
    content: "";
    background-image: url("../img/line.png");
    height: 4px;
    width: 75%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.price-box-inner h2 sub {
    font-size: 14px;
    font-weight: 400
}

.price-box-inner .item-list {
    margin: 40px 0
}

.price-box-inner .item-list li {
    font-family: playfair display, serif;
    font-size: 16px;
    color: #333;
    padding-bottom: 25px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box-inner .item-list li i {
    margin-right: 5px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box-inner .item-list li:last-child {
    padding: 0
}

.member-facilities {
    position: relative;
    border-radius: 10px;
    padding: 40px 50px 24px;
    margin-bottom: -70px;
    background-color: #d1d8c4;
    z-index: 1
}

@media(max-width:767px) {
    .member-facilities {
        padding: 30px;
        margin-bottom: -10px
    }
}

.member-facility {
    text-align: center
}

@media(max-width:767px) {
    .member-facility {
        margin-bottom: 20px
    }
}


.member-facility:hover a {
    color: #a32a36
}

.member-facility .icon {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .member-facility .icon {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .member-facility .icon {
        margin-bottom: 10px
    }
}

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

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .member-facility .icon img {
        max-height: 40px
    }
}

.member-facility a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #eee;
    -webkit-transition: all .3s;
    transition: all .3s
}

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

.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-left .facility-up {
    position: absolute;
    right: 0;
    bottom: 0
}

.facility-left .facility-up:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0a2a43;
    opacity: .8;
    border-radius: 30px 0 0 0
}

.facility-left .facility-up img {
    border-radius: 30px 0 0 0
}

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

@media only screen and (min-width:576px) and (max-width:767px) {
    .facility-left .facility-up img {
        max-height: 200px
    }
}

.facility-left .facility-up-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.facility-left .facility-up-inner a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ef1d24;
    display: inline-block;
    border-radius: 50%;
    color: #fff
}

.facility-right {
    min-width: 50%;
    background: #ef1d24;
    padding: 120px 210px 68px 120px;
    background-image: url("../img/dotted.png");
    background-size: cover;
    background-repeat: no-repeat
}

@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 #a32a36
}

.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: 30px;
    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: #a32a36;
    -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: #ef1d24;
    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: #a32a36
}

.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
    }
}

.member-facilities.two {
    background: #000;
    -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: -100px;
    margin-bottom: 60px
}

@media only screen and (min-width:1400px) and (max-width:1799px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .member-facilities.two {
        margin-left: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .member-facilities.two {
        margin-top: -80px;
        margin-left: 80px
    }
}

@media(max-width:767px) {
    .member-facilities.two {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.member-facilities.two .member-facility:hover a {
    color: #f4732a
}

.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: #f4732a
}

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

.why-left p {
    font-size: 17px;
margin-bottom: 15px;
font-family: 'Lato', sans-serif;
color: #444;
font-weight: 500;
}

@media(max-width:767px) {
    .why-left p {
      font-size: 16px;
text-align: justify;
    }
}

.field-points {
    width: 100%;
    margin-bottom: 10px;
}

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

@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: #f4732a;
    -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
}



.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: #f4732a;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

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

.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
}

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

@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
}



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

.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%
    }
}
.zonedevols{
  padding-bottom: 80px;
}
.zonedevols .testimonial-content h4{
  text-transform: uppercase;
}
.zonedevols .testimonial-content {
  position: relative;
background: #fff;
background-position-x: 0%;
background-position-y: 0%;
background-image: none;
background-size: auto;
-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(../img/testimonial-content-bg.png);
background-size: cover;
background-position: center center;
border: 1px solid #f9f5f5;
border-radius: 10px;
margin-left: 10px;

}
.avisclients .testimonial-content {
    position: relative;
    background: #fff;
min-height: 500px;
    padding: 30px 35px 20px;
    border-radius: 16px;
}


.avisclients .testimonial-content img{
  padding: 10px 0 20px;
}

@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
    }
}

.avisclients .testimonial-content h4 {
    font-style: normal;
    font-family: 'Bebas Neue', cursive;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: .75px;
    color: #212121;
    margin-bottom: 10px;
    text-align: center;
}
.avisclients .testimonial-content p {
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-size: 15px !important;
    color: #212121;
    padding-bottom: 5px;
    text-align: center;
    line-height: 23px;
}

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

.avisclients .testimonial-content span {
      font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px
}

@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%
}

.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
    }
}

.reviewer-slider {
    position: relative
}

.reviewer-slider .swiper-button-next-n {
    height: 40px;
    width: 40px;
    border: 1px solid #f4732a;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #f4732a;
    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: 80px
    }
}

.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 #ef1d24;
    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: #f4732a
}

.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.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%)
}

.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 #ef1d24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 17px;
    color: #ef1d24;
    -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: #ef1d24
}

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

.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 #ef1d24;
    -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: #ef1d24;
    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: #ef1d24
}

.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: #ef1d24
}

.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: #ef1d24
}

.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: #a32a36;
    opacity: .6;
    left: 0;
    bottom: 0
}

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

.commentor-data a {
    display: inline-block;
    background-color: #ef1d24;
    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 #ef1d24;
    text-transform: capitalize;
    letter-spacing: .03em;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.commentor-data a:hover {
    color: #ef1d24;
    background-color: transparent;
    border: 1px solid #ef1d24;
    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: #ef1d24;
    -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: #ef1d24;
    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: #a32a36
}

.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: #ef1d24
}

.comment-form form button:hover span i {
    color: #a32a36;
    background-color: #ef1d24
}

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

.latest-blog: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%)
}

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

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

.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 .button--wrap {
    margin-top: 10px
}

.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
}

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

.popular-post>h3 {
    position: relative;
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 25px;
    color: #ef1d24;
    position: relative;
    margin-bottom: 25px
}

.popular-post>h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 110px;
    border: 1px solid #a32a36
}

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

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

.popular-post .postes .post-list h4 a {
    font-family: playfair display, serif;
    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: #a32a36
}

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

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

.popular-post .view-all-btn {
    background-color: #a32a36;
    -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: #ef1d24;
    display: inline-block;
    background: #fff;
    border: 1px solid #ef1d24;
    -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: #ef1d24;
    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: #a32a36
}

.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: #ef1d24
}

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

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

.single-post {
    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);
    border-radius: 5px
}

.single-post .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    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: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 30px;
    z-index: 1
}

.single-post .author img {
    height: 30px;
    width: 30px;
    border-radius: 50%
}

.single-post .author span {
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .05em;
    color: #212121;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

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

.single-post:hover h3 {
    color: #a32a36
}

.single-post:hover h3 a {
    color: #a32a36
}

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

.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 span {
    font-family: playfair display, serif;
    font-weight: 500;
    font-size: 16px;
    color: #6a696c;
    display: block;
    margin-bottom: 10px
}

.single-post .news-cnt h3 {
    margin-bottom: 30px
}

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

.single-post .news-cnt h3 a:hover {
    color: #a32a36
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .single-post .news-cnt h3 a {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .single-post .news-cnt h3 a {
        font-size: 18px
    }
}

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

.single-post .view-btn a:before {
    position: absolute;
    content: "";
    width: 47px;
    height: 24px;
    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
}

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

.single-post:hover .author span {
    height: auto;
    width: auto;
    visibility: visible;
    opacity: 1;
    padding: 0 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-post:hover .news-cnt h3 a {
    color: #ef1d24
}

.all-blog {
    text-align: center
}

.all-blog .btn--primary {
    background-color: #0f1d28
}

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

.newsletter-area:before {
    position: absolute;
    content: "";
    background: #161616;
    opacity: .9;
    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: #a32a36;
    opacity: .2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 50%
}

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

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

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

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

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

@media(max-width:767px) {
    .subscribe-newsletter h2 {
        font-size: 40px;
        line-height: 1
    }
}

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

.subscribe-newsletter b {
    font-family: playfair display, serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 65px;
    color: #fff;
    opacity: .15
}

@media(max-width:767px) {
    .subscribe-newsletter b {
        font-size: 35px;
        line-height: 1
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribe-newsletter b {
        font-size: 50px
    }
}

.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: #ef1d24;
    -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: #a32a36
}

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

.subscribe-newsletter.two form input[type=submit] {
    background-color: #f4732a;
    -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: #ef1d24
}

.course-layout {
    position: relative
}

@media(max-width:767px) {
    .course-layout {
        margin-top: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .course-layout .or1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px
    }
    .course-layout .or2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.course-wrapper .title.two {
    margin-bottom: 20px
}

.course-wrapper p {
    margin: 0
}

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

.course-wrapper p span {
    font-weight: 600;
    font-size: 20px;
    color: #0f1d28
}

.course-wrapper .play-ground {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .course-wrapper .play-ground {
        display: block
    }
}

@media(max-width:767px) {
    .course-wrapper .play-ground .man {
        margin-bottom: 30px
    }
}

.course-wrapper .play-ground .man,
.course-wrapper .play-ground .women {
    min-width: 50%
}

@media(max-width:767px) {
    .course-wrapper .play-ground .man,
    .course-wrapper .play-ground .women {
        width: 100%
    }
}

.course-wrapper .play-ground .man h5,
.course-wrapper .play-ground .women h5 {
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 25px;
    color: #0f1d28
}

.course-wrapper .play-ground .man ul,
.course-wrapper .play-ground .women ul {
    list-style: none
}

.course-wrapper .play-ground .man ul li,
.course-wrapper .play-ground .women ul li {
    font-size: 16px;
    color: #666;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .course-wrapper .play-ground .man ul li,
    .course-wrapper .play-ground .women ul li {
        font-size: 15px
    }
}

.course-wrapper .play-ground .man ul li:before,
.course-wrapper .play-ground .women ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #f4732a;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.course-wrapper .play-ground .man ul li:last-child,
.course-wrapper .play-ground .women ul li:last-child {
    margin: 0
}

.golf-field img {
    width: 100%
}

.golf-field span {
    font-family: playfair display, serif;
    font-weight: 800;
    font-size: 45px;
    color: #a32a36;
    opacity: .1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 50%
}

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

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


.office-information h2 {
  font-weight: 700;
font-size: 32px;
color: #212121;
margin-bottom: 24px;
font-family: 'Bebas Neue', cursive;
letter-spacing: 1.5px;
}

@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: 36px;
text-align: center;
    }
}

.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: 40px;
    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: #d70606;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    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: 'Lato', sans-serif;
text-transform: capitalize;
    font-weight: 800;
    font-size: 22px;
    color: #111;
    margin-bottom: 10px
}

.single-information .info-cnt p {
    font-weight: 500;
    font-size: 17px;
    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: 17px;
    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: 25px;
padding: 40px;
margin: 30px 0;
}

.contact-form h3 {
  font-family: 'Bebas Neue', cursive;
font-weight: 700;
font-size: 31px;
color: #212121;
margin-bottom: 32px;
letter-spacing: 1.5px;
}

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

.contact-form form input,
.contact-form form textarea, .contact-form form select {
    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: 'Lato', sans-serif;
    color: #444;
font-family: 'Lato', sans-serif;
font-weight: bold;
    font-size: 15px;
}

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

.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 30px 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    text-align: center;
display: block;
background: #f00;
color: #fff;
border: 2px solid #f00;
border-radius: 0;
font-weight: bold;
}
.contact-form form .button--wrap {
  background: transparent;
  display: block;
}

.contact-form form button:hover {
    background-color: #fff !important;
    color: #f00 !important;
}

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

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

@media(max-width:767px) {
    .faq-area {
        margin: 80px 0
    }
    .pull-right.tts{
  float: none;
  text-align: center;
}
}

/* ============================================== */
@media screen and (max-width:320px) {
  .hero-area.two {
  margin: 0;
  height: 650px;
  }
}
@media screen and (min-width: 320px) and (max-width:480px) {
  .hero-area.two {
  margin: 0;
  height: 650px;
  }
}
@media screen and (min-width: 320px) and (max-width:568px) {
  .hero-area.two {
  margin: 0;
  height: 650px;
  }
}

.faq-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%)
}

.faq-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%)
}

#accordionExample h1 {
    font-family: playfair display, serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: .02em;
    color: #212121;
    margin-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    #accordionExample h1 {
        font-size: 24px
    }
}

#accordionExample .accordion-item {
    border: none;
    margin-bottom: 40px
}

#accordionExample .accordion-item .accordion-button {
    background-color: #efefef;
    border-radius: 5px 5px 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 20px;
    color: #212121 !important;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    #accordionExample .accordion-item .accordion-button {
        font-size: 16px
    }
}

#accordionExample .accordion-item .accordion-button:hover {
    background: #a32a36
}

#accordionExample .accordion-item .accordion-button::before {
    content: url("https://demo-egenslab.b-cdn.net/html/golflab/preview/assets/css/assets/images/icons/accord-icon.svg");
    position: absolute;
    top: 27px;
    left: 20px
}

#accordionExample .accordion-item .accordion-button:focus {
    z-index: unset;
    border-color: unset;
    outline: 0;
    background: #a32a36;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

#accordionExample .accordion-item .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 5px;
    content: "\f4fe";
    -webkit-transition: unset;
    transition: unset;
    font-size: 20px;
    color: #ef1d24;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#accordionExample .accordion-item .accordion-button:not(.collapsed) {
    background-color: #a32a36
}

#accordionExample .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: unset;
    transform: unset;
    font-family: bootstrap-icons !important;
    content: "\f2ea"
}

#accordionExample .accordion-item .accordion-body {
    border: 1px solid rgba(233, 233, 233, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    line-height: 28px;
    color: #525260;
    margin: 0;
    padding: 25px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    #accordionExample .accordion-item .accordion-body {
        font-size: 14px
    }
}

.faqs {
    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: 30px;
    margin-bottom: 40px
}

.faqs h2 {
    font-family: playfair display, serif;
    font-weight: 700;
    font-size: 28px;
    color: #212121;
    margin-bottom: 30px;
    line-height: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .faqs h2 {
        font-size: 24px
    }
}

.faqs .faqs-menu {
    list-style: none
}

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

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

.faqs .faqs-menu li a {
    font-family: playfair display, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #ef1d24;
    display: inline-block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.faqs .faqs-menu li a:hover {
    color: #a32a36;
    padding-left: 5px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .faqs .faqs-menu li a {
        font-size: 16px
    }
}

.faqs .faqs-menu li a i {
    margin-right: 10px
}

.faqs .faqs-menu li :last-child {
    padding: 0
}

.faqs-form {
    padding: 30px;
    background-color: #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;
    text-align: center
}

@media(max-width:767px) {
    .faqs-form {
        padding-bottom: 0
    }
}

.faqs-form h2 {
    font-family: playfair display, serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #212121;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .faqs-form h2 {
        font-size: 24px
    }
}

.faqs-form form input,
.faqs-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;
    -webkit-transition: all .45s ease-out 0s;
    transition: all .45s ease-out 0s
}

.faqs-form form input:focus,
.faqs-form form textarea:focus {
    border: 1px solid #a32a36
}

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

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

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

.faqs-form form button span {
    background-color: #ef1d24;
    -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: 250px;
    display: inline-block;
    text-align: center;
    padding: 12px 15px;
    min-width: 187px;
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

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

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

.faqs-form form button span i {
    background: #708279;
    -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: 250px;
    height: 38px;
    width: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    margin-left: 14px
}

.faqs-form form button:hover {
    background-color: #ef1d24
}

.faqs-form form button:hover span {
    background-color: #a32a36
}

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

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

.error-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%)
}

.error-content {
    text-align: center;
    margin: 0 auto
}

.error-content img {
    width: 100%;
    margin-bottom: 90px
}

.error-content h1 {
    font-family: playfair display, serif;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #212121;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .error-content h1 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .error-content h1 {
        font-size: 28px
    }
}

.error-content p {
    font-size: 16px;
    text-align: center;
    margin: 0
}

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

.error-content .button--wrap {
    margin-top: 50px
}

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

@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: #ef1d24
}

.tab-menu li.active {
    background-color: #ef1d24;
    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 #ef1d24;
    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;
    padding-bottom: 50px;
}


.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: #ef1d24;
    -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;
    min-height: 330px;
}

.single-person .inner-cnt h4 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    font-size: 36px;
line-height: 1;
text-align: center;
color: #212121;
margin-bottom: 10px;
letter-spacing: 1.5px;
}
.single-person .inner-cnt p{
  text-align: left;
  color: #333;
font-size: 16px;
letter-spacing: 0.5px;
}

.about-right.about p{
  color: #333;
  font-size: 17px;
  letter-spacing: 0.3px;
}
.about-right.about .title h2{
  padding: 0px;
}

.single-person .inner-cnt span {
  font-weight: 500;
font-size: 28px;
text-align: center;
color: #f00;
display: block;
font-family: 'Bebas-Neue-Light';
letter-spacing: 0.5px;
}

.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
}

.about-area.two{
  padding-bottom: 58px;
}

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


.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: #ef1d24;
    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: .4
}

.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: #ef1d24;
    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.twovideo{
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 49%
}
.pt-35{
  padding-top: 35px;
  padding-bottom: 35px;
}
.pt-60{
  padding: 50px 0;
  margin-bottom: 30px;
}
.about-left.twovideo img.pilote {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0px 40px !important;
}
.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%;
    border-radius: 40px 40px 40px 0px;
}

.about-right.two p {
  font-size: 17px;
margin-bottom: 15px;
font-family: 'Lato', sans-serif;
color: #444;
font-weight: 500;
}

@media(max-width:767px) {
    .about-right.two p {
        font-size: 16px
    }
    .pricing-boxes {
  margin-top: 0;
  padding: 0 20px;
}
}

.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: #f4732a;
    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;
    padding: 40px 0;
}

@media(max-width:767px) {
    .club-history .title{
        margin-bottom: 0px;
    }
    .club-history .single-history span{
      margin-bottom: 0
    }
    .single-history {
  margin-bottom: 0px !important;
}
    .single-history:nth-child(2n+1) .hisoty-inner, .single-history:nth-child(2n) .hisoty-inner {
  margin: 5px 0 !important;
}
.pricing-plan {
  margin-bottom: 0px !important;
}
.about-area {
  margin: 0px 0 !important;
}
.pt-60{
  padding: 30px 0 0px;
}
.about-right.about .title {
  padding-bottom: 10px;
}
.single-person .inner-cnt {
  min-height: auto;
}

}


.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: 56%;
    -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: #ef1d24
}

@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: 0
}

@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;
    margin: 48px 0;
}

@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 #ef1d24;
    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: 0
}

@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;
  margin: 48px 0;
}

@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 #ef1d24;
    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-weight: 600;
    font-size: 25px;
    color: #212121;
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
line-height: 35px;
font-family: 'Bebas Neue', cursive;
}

.hisoty-inner p {
  font-size: 17px;
color: #444;
}

.circl-wave {
    position: absolute;
    left: -177px;
    height: 8px;
    width: 8px;
    background-color: #ef1d24;
    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: #a32a36;
    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: #a32a36;
    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
    }
}

.member-facilities.white {
    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;
    margin: 0
}

.restaurant-area {
    position: relative;
    overflow: hidden;
    padding: 40px 0px 40px;;
}

@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
    }
}


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

.restaurant-left h2 {
    font-family: 'Bebas Neue', cursive;
    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;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
color: #444;
}

.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
    }
}



@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: #ef1d24;
    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.png");
    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: #111;
    padding-top: 55px;
    overflow: hidden
}



.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;
    font-family: 'Bebas-Neue-Light';
    font-size: 23px;
letter-spacing: 0.5px;
word-spacing: 2px;
}

@media(max-width:767px) {
    .footer-logo p {
        font-size: 14px
    }
    .slick-prev, .slick-next{
      display: none !important;
    }
    header.header-two .main-nav ul li a {
  padding: 10px 0;
}
a.btnvoireplus, a.btnreview{
  float: inherit !important;
  margin: auto;
  display: block;
  text-align: center;
}
.hot-line {
  margin: 30px 0;
  padding: 0px;
}
.hot-line .icon {
  min-width: auto;
}

}

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

.footer-widget h4 {
    font-family: 'Bebas Neue', cursive;
    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: 'Bebas Neue', cursive;
    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: 5px  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: #f00;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #fff
}

.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;
    text-transform: uppercase;
    -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: #a32a36;
    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: #f00;
    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: 10px;
}

.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: #a32a36
}

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

.num-icon i,
.mail-icon i,
.address-icon i {
    color: #f90037;
    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: #a32a36
}

.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: #a32a36
}

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

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

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

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

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

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

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

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

@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: #000;
        -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 #ef1d24;
        padding-bottom: 15px
    }
    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: #ed1d25 !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
    }
}
