/* ---------Content Styles--------------------------------------*/
#main{
	height:100vh;
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
#wrapper {
	height:100vh;
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:5;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0px;
	top: 0px;
	right:0;
	bottom:0;
	z-index: 2;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.no-bg {
	background:none;
}
.full-height {
	height:100%;
}
.full-width-wrap {
	width:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.1;
	z-index:2
}

/*------ Home -------------------------------------------------*/
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
	}
.hero-content {
	z-index:50;
	overflow:hidden;
	background:#fff;
}
.hero-wrap{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:20;
}
.hero-wrap h2  , .hero-wrap h2 a {
	color:#fff;
}
.hero-wrap p {
	color:#fff;
	font-size:16px;
	font-weight:800;
	text-align: left;
	line-height: 1.5;
}
.swiper-slide .overlay  , .hero-content .overlay{
	opacity:0.5;
}
.hero-wrap h2  {
	float:left;
	max-width:750px;
	font-size:56px;
	font-family: 'Poppins', sans-serif;
	line-height:64px;
	letter-spacing:-2px;
	text-align:left;
	font-weight:bold;
	padding-bottom:20px;
}
.hero-item {
	padding:20px 30px;
}
.hero-item h3 {
	float:left;
	width:100%;
	padding-bottom:20px;
	color: rgba(255,255,255,0.71);
	text-align:left;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
}
.hero-item:before {
	content:'';
	position:absolute;
	top:-20px;
	bottom:-20px;
	left:0;
	width:1px;
	/*background:rgba(255,255,255,0.41);*/
	z-index:5;
}
.slide-progress-container {
	position:absolute;
	height:1px;
	z-index:3;
	bottom:50px;
	right:0;
	left:0;
}
.slide-progress-content {
	margin:0 auto;
	max-width:1224px;
	position:relative;
}
.slide-progress-warp {
	float:left;
	position:relative;
	max-width:750px;
	height:1px;
	background:rgba(255,255,255,0.41);
	z-index:10;
	bottom:0;
	width:100%;
}
.slide-progress {
	position:absolute;
	top:50%;
	left:0;
	height:4px;
	border-radius:6px;
	margin-top:-2.5px;
	width:0;
	max-width:100%;
	background:#47AF34;
}

.slider-wrap .swiper-container{width:100%;height:100%;margin:0 auto;}  .slider-wrap .swiper-slide{background:#fff;width: auto;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}

.slider-wrap {
	float:left;
	width:100%;
	height:90%;
	position:relative;
}
.slider-wrap.tpslw {
	height:95%;
}
.slider-wrap.homecarousel{
	height:100%;
}
.slider-wrap .swiper-slide {
	 padding:0 0 100px 0;
	 overflow:hidden;
}
.slider-wrap.homecarousel .swiper-slide{
	padding:0 0 70px 0;
}
.slider-wrap .swiper-slide img {
	width: auto;
	height:100%;
	position:relative;
	z-index:1;
}
.slider-wrap.homecarousel .swiper-container-horizontal>.swiper-scrollbar {
	bottom:30px;
}

.fs-gallery-wrap .gallery-popup {
	background:#000;
	color:#fff;
	font-size:10px;
	right:0;
}
.slider-wrap .sw-button , .fs-gallery-wrap .sw-button{
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	background: rgba(0,0,0,0);
	color:#fff;
	line-height:40px;
	z-index:20;
	font-size:62px;
	cursor:pointer;
	margin-top:-20px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.slider-wrap .sw-button.swiper-button-next  , .fs-gallery-wrap .sw-button.swiper-button-next {
	right:20px;
}
.slider-wrap .sw-button.swiper-button-prev  , .fs-gallery-wrap .sw-button.swiper-button-prev  {
	left:20px;
}
.slider-wrap .sw-button , .fs-gallery-wrap .sw-button {
	color:rgba(255, 255, 255, 0.5);
	background:none;
}
.slider-wrap .sw-button:hover , .fs-gallery-wrap .sw-button:hover {
	opacity:0.8;
}
.slider-wrap .swiper-slide:hover  .gallery-popup , .fs-gallery-wrap:hover .gallery-popup {
	right:0;
}
.pr-der-pad {
	padding-top:0;
}
.pr-title{
	float:left;
	font-size:24px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position:relative;
	padding-left:40px;
	padding-right:20px;
}
.pr-title span {
	float:left;
	width:100%;
	padding-top:10px;
	color:#999;
	text-align:left;
	font-size:10px;
	text-transform:uppercase;
	font-weight:500;
	line-height:22px;
}
.pr-title:before  {
	content:'';
	position:absolute;
	left:0;
	width:1px;
	height:120px;
	background:#eee;
	top:50%;
	margin-top:-60px;
}
section.parallax-section  .pr-title {
	color:#fff;
	position:relative;
	top:50px;
}
section.parallax-section  .pr-title:before {
	display:none;
}
section.parallax-section  .pr-title:after {
	content:'';
	position:absolute;
	left:40px;
	width:60px;
	height:6px;
	background:#fff;
	top: inherit;
	bottom:-250px;
}
.det-margin {
	margin-top:70px;
}
.det-wrap p {
	font-size:13px;
}
.pr-list {
	float:left;
	width:100%;
	padding:30px 0;
}
.pr-list li {
	float:left;
	width:100%;
	padding:10px 0;
	text-align:left;
	font-weight: 800;
	font-size:11px;
	word-spacing: 0;
    text-transform: uppercase;
}
.pr-list li span {
	float: left;
    padding-right: 10px;
    color: #999;
}
.dec-border {
	height:1px;
	background:#eee;
	margin:10px 0 30px;
}
.pr-subtitle {
	font-size:12px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	float:left;
	width:100%;
	text-transform:uppercase;
	padding-bottom:20px;
	line-height:34px;

}
.pr-subtitle span.let-num {
	float:left;
	padding-right:80px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size:34px;
	color:#000;
	position:relative;
	top:-6px;
}
.pr-subtitle span.let-num:before {
	content:'';
	position:absolute;
	bottom:0;
	right:10px;
	width:54px;
	height:1px;
	background:#eee;
}
.content-nav {
	float:left;
	position:relative;
	width:100%;
	padding:0 30px;
	margin-top:100px;
	border:1px solid #eee;
	background:#fff;
}
.content-nav.blog-nav {
	margin-top:50px;
}
.content-nav li {
	width:33.3%;
	float:left;
	border-left:1px solid #eee;
	padding:10px 0;
}
.content-nav li:first-child {
	border:none;
}
.content-nav li a.ln , .content-nav li a.rn {
	color:#000;
	padding-top:8px;
	font-size:24px;
	position:relative;
}
.content-nav li a.ln i , .content-nav li a.rn i  , .customNavigation a i , .content-nav li a span.tooltip{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.content-nav li a.ln:hover i ,  .content-nav li a.rn:hover i , .customNavigation a:hover i  {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.content-nav li a.ln {
	float:left;
}
.content-nav li a.rn {
	float:right;
}
.content-nav li a.ln span.tooltip  , .content-nav li a.rn span.tooltip {
	position:absolute;
	top:-10px;
	font-size:10px;
	text-transform:uppercase;
	min-width:150px;
	visibility:hidden;
	font-weight:800;
	opacity:0;
}
.content-nav li a.ln span.tooltip {
	left:100%;
	margin-left:20px;
	text-align:left;
}
.content-nav li a.rn span.tooltip {
	right:100%;
	margin-right:20px;
	text-align:right;
}
.content-nav li a:hover span.tooltip {
	top:50%;
	opacity:1;
	visibility:visible;
}
.cur-page{
	font-size:12px;
 	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	padding-top:18px;
	float:left;
	width:100%;
}

.cur-page span {
	color:#666;
	position:relative;
	top:-6px;
}
.fs-gallery-wrap {
	overflow:hidden;
	z-index:20;
	background:#f9f9f9;
}
.fs-gallery-wrap .swiper-container{
	width:100%;
	height:100%; 
}
.fs-gallery-wrap  .swiper-slide{
	text-align:left;
	font-size:18px;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center; 
	overflow:hidden;
}
.fs-gallery-wrap .swiper-pagination-bullet {
	border-radius:0;
	background:none;
	padding:10px 12px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	position:relative;
	color:#000;
 	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size:12px;
	opacity:1;
	float:left;
	margin-top:0;
	line-height:0;
}
.fs-gallery-wrap .swiper-pagination-bullet:before {
	content:'';
	position:absolute;
	bottom:50%;
	left:30px;
	width:0;
	height:1px;
	margin-bottom:-1px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	background:#47AF34;
}
.fs-gallery-wrap .swiper-pagination-bullet:last-child:before  {
	left:inherit;
	right:20px;
}
.fs-gallery-wrap .swiper-pagination  {
	z-index:100;
	right:0;
	width:auto;
	left:inherit;
	bottom:0;
	background:#fff;
	padding:20px 15px;
	border-bottom:1px solid #eee;
}
.fs-gallery-wrap .swiper-pagination-bullet-active {
	color:#47AF34;
	padding-right:50px;
}
.fs-gallery-wrap .swiper-pagination-bullet-active:last-child {

	padding-right:0;
	padding-left:50px;
}
.fs-gallery-wrap .swiper-pagination-bullet-active:before  {
	width:30px;
}
.show-info {
	position:absolute;
	bottom:50px;
	left:50px;
	width:50%;
	z-index:15;
}
.slider-wrap .show-info{
	bottom:130px;
}
.slider-wrap.tpslw .show-info {
	bottom:130px;
}
.single-slider .swiper-pagination {
	bottom:40px;

	font-weight:700;
	color:#292929;
	font-size:10px;
}
.single-slider .swiper-pagination:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-35px;
	width:70px;
	margin-top:-20px;
	height:40px;
	background:#fff;
	z-index:-1;
}
.single-slider .swiper-button-prev , .single-slider .swiper-button-next {
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	background:#292929;
	color:#fff;
	z-index:20;
	line-height:40px;
	cursor:pointer;
}
.single-slider .swiper-button-prev {
	left:10px;
}
.single-slider .swiper-button-next {
	right:10px;
}
/*------ Video ------------------------------------------------*/
video, source {
	bottom: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}
.promo-video-text {
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	color:#fff;
	font-size: 64px;
    text-transform: uppercase;
    line-height: 75px;
	text-align:left;
	padding-bottom:20px;
	border-bottom:1px solid rgba(255,255,255,0.41);
	width:100%;
}
.promo-video p {
    float: left;
    max-width: 500px;
    text-align: left;
    color: #fff;
    margin-top: 50px;
    position: relative;
    font-size: 13px;
    opacity: 0.8;
}
.promo-video a {
	float:right;
	width:50px;
	height:50px;
	line-height:46px;
	border:3px solid #fff;
	border-radius:100%;
	color:#fff;
	margin-top: 50px;
}
.promo-video a:hover {
	background:rgba(255,255,255,0.41);
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.hero-content .media-container {
	height:110%;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.mob-bg {
	display:none;
}
.video-holder{
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.video-holder iframe  {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
	overflow:hidden;
}
.background-youtube {
	position:absolute;
	top:-25% !important;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 0;
	/*z-index: -1;*/
}
.video-container video {
	width: 100%;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-media video {
	width:100%;
	height:auto;
}

/*--------------Responsive--------------------------------------*/
@media only screen and  (max-width: 1224px) {
.slide-progress-container {
	right:50%;
	left:50px;
}
}

@media only screen and  (max-width: 540px) {
.slide-progress-container  , .partcile-dec{
	display:none;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}