#sticky.stick {
  position: fixed;
  top: 0;
  bottom:auto;
  z-index: 10000;
  background: #0F4731;
  background-size: cover;
  -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.stick .tag-row{
	padding:15px 30px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.abs-text{width: 100%}
.tag-wrapper{
	display: block;
	width:100%;
	position: absolute;
	bottom: 0;
	left:0;
	background: url(../images/tag-ptrn.png)no-repeat bottom center;
	background-size: 100% 100%;
}
.tag-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding:90px 30px 55px;
}
.tag-row .tag-col{
	display: block;
	position: relative;
	width: auto;
	max-width: 48%;
}
.tag-row .tag-col h4{
	color:#fff;
	font-size: 26px;
	padding: 0;
	margin:0;
    font-weight: 700;
}
.info-section {position:relative;padding-bottom: 0}
.fx-img{
	display: inline-flex;
	position: absolute;
	bottom:0;
	left:0;
	width: 600px;
	height: 250px;
}
.info-section .page-title h2{
	font-weight: bold;
	text-transform: capitalize;
    margin-bottom: 30px;
}
.normal-font{font-weight:normal !important}
.medium-font{font-weight:500 !important}
.bottom-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	margin:120px 0 40px;
}
.bottom-wrapper .text-wrapper{
	display: block;
	width: auto;
	max-width: 50%;
}
.bottom-wrapper .img-wrapper{
	display: block;
	width: auto;
	max-width: 50%;
}
.bottom-wrapper h2{
	font-size: 32px;
	font-weight: 600;
}
.bottom-wrapper h2 strong{
	display: block;
	font-size: 38px;
}
.blocks-section{
	background:#0F4731;
}
.blocks-section .content-wrapper{
	display: block;
	color:#fff;
	position: relative;
	margin-bottom: 30px;
}
.blocks-section .row{margin:0 -40px}
.blocks-section .row .col-md-4{padding:0 40px}
.gen-box{
	display:block;
	position:relative;
	padding:20px 0;
	margin:0;
}
.gen-box .img-wrapper{
	display: block;
	position: relative;
	width: 100%;
}
.gen-box .img-wrapper img{width: 100%;height: 215px;object-fit: cover;object-position: top}
.gen-box .content{
	display: block;
	position: relative;
	width: 100%;
	color:#fff;
	padding:15px 0 0;
}
.gen-box .content h5{
	font-size: 18px;
	font-weight: bold;
	color:#C4D700;
	margin-bottom: 15px;
	text-align: center;
}
.gen-box .content p a{text-decoration: underline;color:#fff}
.gen-box .content p a:hover{text-decoration: none;color:#c4d700;}
.video-section{
	display: block;
    width: 100%;
    height: 600px;
}
.video-section video{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.below-section{
	display: block;
	position: relative;
}
.below-section p,.below-section p a{
	font-size: 20px;
	color:#7f7f7f;
	margin:0;
}
.below-section p a:hover{
	color:#c4d700;
	text-decoration: underline;
}
.bottom-logo{
	display: inline-flex;
	width: auto;
	margin-bottom: 30px;
	max-height: 70px;
}
.info-section .page-wrap{
	overflow: visible;
}
.gen-slider{
	list-style-type: none;
	margin:0;
	padding:0;
	background: #fff;
	position: relative;
}
.slider-box{
	display: block;
	position: relative;
	padding:0;
	margin:0;
	overflow: hidden;
	background: rgba(0,0,0,.1);
	min-height: 315px;
}
.slider-box .title-wrapper{
	display: block;
	position: relative;
	padding:30px 110px;
}
.slider-box .title-wrapper h3{
	font-size: 20px;
	font-weight: bold;
	color:#333;
	text-transform: unset;
	text-align: center;
}
.slider-box .title-wrapper:before{
	content: '';
	display: block;
	width: 80px;
	height: 7px;
	background-color: #c4d700;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slider-box .title-wrapper:after{
	content: '';
	display: block;
	width: 80px;
	height: 7px;
	background-color: #c4d700;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.w100{width: 100%}
.slider-box .content{
	display: block;
	position: relative;
	padding:20px 70px 50px;
	margin:0;
	overflow: hidden;
}
.slider-box .content p a{
	text-decoration: underline;
	color:#333;
	font-weight: 600;
}
.slider-box .content p a:hover{
	text-decoration: none;
	color:#c4d700;
}
.in-row{
	display: block;
	position: relative;
	padding-left:90px;
}
.in-row img{
	position: absolute;
	left:0;
	top:0;
	display: inline-flex;
	max-height: 65px;
}
.right-logo{
	padding:0 90px 0 0;
}
.right-logo img{
	left:auto;
	right:0;
}
.max70{max-height: 70px}
.gen-slider .slick-list{overflow: hidden;}
.gen-slider .slick-track{align-items: flex-start;}
.gen-slider .slick-slide{padding:0 15px;color:inherit;align-self: auto;}
.gen-slider .slick-arrow{
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border: 0;
    background: transparent;
    margin:0;
    padding:0;
    width: 40px;
}
.gen-slider .slick-arrow img{width: 100%}
.gen-slider .slick-prev{left:-5px;}
.gen-slider .slick-next{right:-5px;}
.gen-slider .slick-dots{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content:center;
	position: relative;
	margin-top:20px;
	padding:0;
	list-style-type: none;
}
.gen-slider .slick-dots li{
	display: inline-flex;
	width: 30px;
	height: 10px;
	background: #333;
	opacity: 0.15;
	margin:5px;
}
.gen-slider .slick-dots li button{display: none;}
.gen-slider .slick-dots li:hover,.gen-slider .slick-dots li.slick-active{opacity: 1;background: #c4d700}
.white-wrapper{
	display: inline-flex;
	background: #fff;
	padding:10px 15px;
}
@media only screen and (max-width: 1199.98px){
	section.heroimg {width: 100%;min-height: 250px;padding: 160px 0;}
	.tag-row{padding:40px 15px 20px}
	.stick .tag-row{padding: 15px}
    .tag-row .tag-col h4{font-size: 20px}
    .fx-img{width:450px;height: auto}
    .bottom-wrapper{margin-bottom: 0}
    .blocks-section .row{margin:0 -15px}
    .blocks-section .row .col-md-4{padding:0 15px;width:33.33%;float: left}
    .video-section{height: 450px}
    .gen-box .content h5 br,.gen-box .content p br{display: none}
    .bottom-logo{max-height: 50px;margin-bottom: 20px}
    .below-section p, .below-section p a{font-size: 16px}
}
@media only screen and (max-width: 991px){
	.content .w100{width: auto;margin-bottom: 20px;}
	
}
@media only screen and (max-width: 800px){
	section.heroimg{min-height: 250px !important;padding:100px 0 !important}
	.abs-text{max-height: 100px;width: auto}
	.fx-img{width: 350px}
	.video-section{height: 350px}
	.bottom-wrapper h2{font-size: 26px}
	.bottom-wrapper h2 strong{font-size: 32px}
	.bottom-wrapper .img-wrapper img{max-height: 25px}
	.bottom-wrapper{margin-top:60px}
	.fx-img{width: 300px}
	
}
@media only screen and (max-width: 575px){
    section.heroimg{min-height: auto !important;padding:100px 0 !important}
    .abs-text {max-height: 70px;}
    .tag-row .tag-col{max-width: unset}
    .tag-row .tag-col h4{font-size: 12px}
    .slider-box .title-wrapper{padding:20px 50px}
    .slider-box .title-wrapper:before,.slider-box .title-wrapper:after{width: 40px}
    .slider-box .content{padding:20px 30px}
    .bottom-wrapper .text-wrapper{max-width: 100%;text-align: center;margin-bottom: 30px}
    .bottom-wrapper{flex-direction: column;justify-content: center;margin-top:30px}
    .fx-img{width: 200px}
    .blocks-section .content-wrapper,.gen-box .content{text-align: center;}
    .blocks-section .row .col-md-4{width:100%}
    .video-section{height: 200px}
    .bottom-logo{width: 100%}
    .info-section .page-title h2{font-size: 24px}
    .slider-box .title-wrapper h3{font-size: 18px}
    .below-section p, .below-section p a{font-size: 14px}
    .in-row{padding:0}
    .in-row img{position: relative;left:auto;top:auto;margin-bottom: 15px}
    .content .w100,.max70,.bottom-wrapper .img-wrapper img{width: 100%}
    .bottom-wrapper .img-wrapper{max-width: 100%}
    .bottom-wrapper h2{font-size: 22px}
    .bottom-wrapper h2 strong{font-size: 28px}
    .gen-slider .slick-dots li{width:20px !important;height: 5px !important}
}





@media only screen and (max-width: 767px) {
.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0 5px;
}


@media only screen and (max-width: 479px){
}
@media only screen and (max-width: 360px){

}