html body {
	font-family: Poppins;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}



/*small edits*/
.modal {
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	bottom: auto;
	width: 80%;
	height: auto;
	margin: auto;
	padding: 2%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.show-modal {
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	padding-top: 20px;
	/*overflow-y: scroll;*/
	background: #fff;
	height: 70%;
}

/* Modal Content */
.modal-content {
	position: absolute;
	background-color: #fefefe;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: calc(100% - 68px);
	border: none;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	clear: both;
	top: 0;
	box-shadow:none;
}

/* The Close Button */
.btn-close {
	float: right;
	font-size: 28px;
	font-weight: bold;
	color: white;
	display: block;
	width: 25px;
	height: 25px;
	background: red;
	border-radius: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	line-height: 23px;
}
.btn-close:hover, .close:focus {text-decoration: none;cursor: pointer;}
.modal-header {padding: 2px 16px;color: white;}
.modal-body {padding: 2px 16px;overflow-y: scroll;height: 100%;}
.modal-body p{font-size:15px;color:#000;font-weight:bold}

.colPadding{margin:0.50% 0.75% ;width:calc(33.33% - 1.5%);}
.phoneNumberDisplay {display:none}
.ibutton.button-text{display: inline-block;margin: 0;border: 2px solid #fff;border-radius: 2px;padding: 10px 20px;color: #ffffff;cursor:pointer;width:190px;}
.ibutton.button-text:hover .phoneNumberDisplay p{color:#000;}
.ibutton.button-text p{margin: 0;padding: 0;color:#fff;font-weight:bold}
.TextlengthBlock p{font-size:15px;    border-bottom: 1px #353535 solid;}
.TextlengthBlock p::before{content:"";width:8px;height:8px;color:#fff;border-radius:50px;background:#fff;    display: block;float: left;margin-right: 10px;margin-top: 9px;}
.TextlengthBlock p:nth-child(n+6)
.readmoreShowText{display:block;color:#fff;font-size:17px;font-weight:bold;float:right;cursor:pointer;margin-bottom:20px;}

.modal-header .name span:before {content: "";height: 100%;left: 0;position: absolute;top: 0;transform: skewX(-40deg) translateX(-26%);width: 120%;z-index: -1;background: #e51515;}
.modal-header .name span:after {content: "";height: 100%;right: 15px;position: absolute;top: 0;transform: skewX(-40deg) translateX(-5%);width: 2px;z-index: -1;}
.member-box.style1 .modal-header  .name{float:none}

.swiperPagination{min-width:40px!important;max-width:120px;width:auto!important;height:20px;margin:auto;position:absolute;bottom:10px!important;top:auto;left:0!important;right:0!important;z-index:99}
.swiperPagination .swiper-pagination-bullet {width: 6px;height: 6px;opacity:1;background: #e51515;cursor: pointer;border: 5px solid #fff;border-radius: 50%;box-sizing: content-box;margin:0 3px;outline:none}
.swiper-pagination-bullet-active{background: #ffffff !important;border: 5px solid  #e51515!important;}

.quoteButton {width: 150px;height: 37px;position: absolute;bottom: 60px !important;top: auto;left: 0 !important;right: 0 !important;margin:auto;z-index: 99;background-color: rgb(229, 21, 21);font-family: Oswald;text-transform: uppercase;visibility: visible;text-align: center;line-height: 35px;letter-spacing: 0px;font-weight: 700;font-size: 14px;border-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 25px;padding: 0px 5px 0px 15px;color: rgb(255, 255, 255);opacity: 1;transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform-origin: 50% 50% 0px;}
.quoteButton span {text-align: center; line-height: 35px; letter-spacing: 0px; font-weight: 700; font-size: 14px; border-color: rgb(255, 255, 255); border-style: none; margin: 0px; border-radius: 0px; padding: 0px;}

.fa-play-circle:before {
	content: "\f144";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}
.swiper-slide video{width:100%;}
/*.swiper-slide img{width:100%;height:100vh;}*/
.modal .member-box.style1 {margin:0;}
.modal .member-box.style1 {margin:0;    padding: 15px 0;background: #000;}
.modal .member-box.style1 .name{margin:0;font-size: 16px;}
.modal .member-box.style1 .name-position{    position: relative;z-index: 999;margin-top:0;}
.quoteButton {cursor:pointer}

.marginTopBlock{margin-top:50px;}







.modalQuote{}



.modalQuote .modal-contentQuote{position: absolute;top: 0;background: #fff;height:auto;overflow:hidden;}
.modalQuote .modal-body{padding:15px;height:auto;overflow:hidden;margin:0;width: 100%;}
.modalQuote {
	position: fixed;
	left: 0;
	right: 0;
	top: 5%;
	bottom: auto;
	width: 70%;
	height: 90%;
	overflow-y: scroll;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 9999999999;
}
.triggerQuote{cursor:pointer;}
.show-modalQuote {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/* Modal Content */
.modal-contentQuote {
	position: relative;
	background-color: #fefefe;
	margin:0 auto;
	padding: 0;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	clear:both;
}
.btn-closemodalQuote {
	float: right;
	font-size: 28px;
	font-weight: bold;
	color: white;
	display: block;
	width: 25px;
	height: 25px;
	background: red;
	border-radius: 50px;
	text-align: center;
	margin-top: -15px;
	margin-right: -10px;
	line-height: 23px;
	position:absolute;
	right:10px;
	top:15px;
}

	.btn-closemodalQuote:hover, .close:focus {
		text-decoration: none;
		cursor: pointer;
	}

.modalVideo {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    width: 50%;
    height: auto;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9999999999;
}

.show-modalVideo {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/* Modal Content */
.modal-contentVideo {
	position: relative;
	background-color: #fefefe;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	clear: both;
}
.btn-closemodalVideo {
	float: right;
	font-size: 28px;
	font-weight: bold;
	color: white;
	display: block;
	width: 25px;
	height: 25px;
	background: red;
	border-radius: 50px;
	text-align: center;
	margin-top: -15px;
	margin-right: -10px;
	line-height: 23px;
}

	.btn-closemodalVideo:hover, .close:focus {
		text-decoration: none;
		cursor: pointer;
	}

.modal-contentVideo iframe{
	width:100%;height:100%;position:relative;
}

.COMINGSOON {
	margin: 0.2em 0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
.swiperSlideH2:nth-child(1) {
	position: absolute;
	z-index: 999999999;
	margin: auto;
	top: 40%;
	left: 0%;
	right: 0%;
	z-index: 10;
	font-family: Oswald;
	text-transform: uppercase;
	visibility: visible;
	text-align: center;
	line-height: 50px;
	letter-spacing: 25px;
	font-weight: 400;
	font-size: 45px;
	border-color: rgb(255, 255, 255);
	border-style: none;
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: normal;
	width: 100%;
	height: auto;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}

.swiperSlideH2:nth-child(2) {
	position: absolute;
	z-index: 999999999;
	margin: auto;
	top: 55%;
	left: 0%;
	right: 0%;
	z-index: 6;
	font-family: Oswald;
	visibility: visible;
	text-align: center;
	line-height: 22px;
	letter-spacing: 25px;
	font-weight: 400;
	font-size: 40px;
	border-color: rgb(255, 255, 255);
	border-style: none;
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: nowrap;
	width: auto;
	height: auto;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}

.swiper-wrapper .swiper-slide-active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: bounceInLeft;
	animation-delay: 0.3s;
}

.swiper-wrapper .swiper-slide-active h3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: bounceInLeft;
	animation-delay: 1s;
}
#wpadminbar{display:none}


.TextlengthBlock{height: 200px;position: relative;overflow: hidden}
.readmoreShowText {position: absolute;bottom: 0;right: 0;cursor:pointer;}
.member-box.style1 .member-image{height: 265px;}

.galleryBlock {margin-top: 100px;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.galleryOneImage{width:calc(33.33% - 1%); margin-right:1.5%;margin-bottom:1.5%;cursor:pointer}
.galleryOneImage:nth-child(3n+0){margin-right:0}
.COMINGSOONWrip {padding: 120px 0 100px 0;margin: 0.2em auto;font-size: 50px;font-weight: bold;text-align: center;}



.info-item-content {float: left;width: calc(100% - 106px);}

.VideosBlock {margin-top: 100px;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;position:relative}
.galleryOneVideo{width:calc(33.33% - 1%); margin-right:1.5%;margin-bottom:1.5%;cursor:pointer}
.galleryOneVideo:nth-child(3n+0){margin-right:0}
.ImgEmbedYoutube{width:100%;max-width:100%;display:block}
.TitleEmbedYoutube{height:60px;overflow:hidden;    font-family: Poppins;font-size:16px;margin-top:10px;}
.EmbedYouTube{position:relative;}
.fa-youtube-play{color:red;position:absolute;top:0;bottom:0;left:-1px;right:0;margin:auto;background:#fff;height: 34px;z-index: 999;font-size: 50px;width: 49.5px;border-radius: 150px;text-align: left;line-height: 35px;}
.pricebox.style2.no-price{margin-bottom:20px;}
.Price-position{margin-top:0!important;height: 60px;}
.textBlockHidden{height:110px;overflow:hidden;clear:both}
.VideoBGMask{background:#000000d4;position:fixed;height:100%;width:100%;left:0;display:none;top:0;z-index: 999;}
.VideoBGMaskShow{display:block;}
.bodyNoscrool{overflow:hidden}
.vc_custom_1573779672162 {
	border-bottom-width: 2px !important;
	padding-bottom: 15px !important;
	border-bottom-color: #e51515 !important;
	border-bottom-style: solid !important;
}

@media (max-width: 768px) {
    .swiperSlideH2{font-size:1.5em;}
	.swiperSlideH3{font-size:1em;}
	.swiperSlideH3{top:55%;}
	.swiper-slide img{height: 35vh;}
	.main-logo{width:50%;}
	.quoteButton{padding:0;bottom: 30px!important;width:110px;}
	.quoteButton span{font-weight:normal;font-size:0.8em;}
	.swiperPagination{bottom:5px!important;}
	.colPadding{width:100%;margin: 0.50% 0%}
	.iw-member-slider-block .owl-theme .owl-controls .owl-buttons div.owl-prev{left:-10px;}
	.iw-member-slider-block .owl-theme .owl-controls .owl-buttons div.owl-next {right: -10px;}
	.galleryOneVideo{width:100%;}
	.info-item-content {height: auto;float: none;width: 100%;}
	.modalVideo{width:100%; }
	.table-title strong {width: 100%;font-size: 10px;font-weight: normal;}
	.info-item.style1 .icon{float:none;}
	.info-item.style1{text-align:center;}
	.swiperSlideH2:nth-child(1) {font-size:13px;letter-spacing:7px;}
	.swiperSlideH2:nth-child(2) {font-size:13px;letter-spacing:7px;}
	.vc_row.vc_row-o-equal-height > .vc_column_container:nth-child(1){margin-bottom:30px;}
	.info-list .info-item{padding-bottom:40px!important;}
	.info-list .info-item:nth-child(6){padding-bottom:0!important}
	.info-item.style4 .info-item-content{margin-top: 30px;}
	.modalQuote{width:90%}
	.modalQuote .modal-body {padding: 10px;}
	.modalQuote .wpcf7-form .form-wrapper{padding-left:10px!important;padding-right:10px!important}
	}
.aero .swiper-container{width: 100%;height: 100%;overflow: hidden;position: relative;}
