.ze_slider {
	width: 100%;
	overflow: hidden;
}
.homehero .first-slide.hidecontent .ze_item_contentsingle{
	display:none;
}
.ze_slider span.ze_nav.ze_nav_link.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
}
.ze_slider span.ze_nav.ze_nav_link.swiper-pagination-bullet.swiper-pagination-bullet:hover {
    color: #fff;
}
.ze_slider.ze_simple{
	border-radius:20px;
	height: 658px
}
.ze_slider.ze_simple .swiper-wrapper,.ze_slider.ze_simple .ze_item_content{height: 658px}
.ze_slider .ze_slide_contentbg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9; 
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 1.95%, rgba(0, 0, 0, 0.00) 88.3%);
    top: 0px;
}
.ze_slider .ze_slide_contentbg.imgFixedVideoBg {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 1.95%, rgba(0, 0, 0, 0) 88.3%),url("/wp-content/uploads/2024/02/heroSlideImg.jpg");
	background-size: contain, cover;
	-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
}

.ze_slider .ze_slide_contentbg.image {
    background: none;
}
.ze_slider.ze_simple .ze_slide_contentbg { 
    display: none;
}
.ze_item_content {
	height: 753px;
}
.ze_slide_content { 
	z-index: 99;
}

/*
 * Animated Texte for hero first slide
 * /*/
.ze_item_contentsingle.animatedtxt-start {
	/*
	left:200%; */
	opacity:0;
}
.ze_item_contentsingle.animatedtxt-start.animatedtxt {	 
	/*transition:all 1.5s ease-in-out;
	opacity:1;
	left: calc((100% - 1488px) / 2);*/
	 -webkit-animation: fadeInFromNone 0.3s ease-out alternate;
    -moz-animation: fadeInFromNone 0.3s ease-out alternate;
    -o-animation: fadeInFromNone 0.3s ease-out alternate;
    animation: fadeInFromNone 0.3s ease-out alternate;
	 opacity:1;
	
}
.ze_item_contentsingle.animatedtxt .ze_item_editor, .ze_item_contentsingle.animatedtxt .ze_item_btn{
	opacity:0; 
}
.ze_item_contentsingle.animatedtxt .ze_item_editor.animatededitortxt, .ze_item_contentsingle.animatedtxt .ze_item_btn.animatedbtntxt{
	
	 -webkit-animation: fadeInFromNone 0.3s ease-out alternate;
    -moz-animation: fadeInFromNone 0.3s ease-out alternate;
    -o-animation: fadeInFromNone 0.3s ease-out alternate;
    animation: fadeInFromNone 0.3s ease-out alternate;
	 opacity:1;
}

/*
 * End
 * */

.ze_item_contentsingle { 
	position: absolute;
	width: 1008px;
	margin: 0 auto;
	margin-top: 160px;
	left: calc((100% - 1488px) / 2);
	z-index:99;
}
.ze_item_contentsingle.ze_simple {
	margin-top: 69px;
	margin-left: 69px;
}
.ze_simple .ze_item_name i {
	width: 103px;
	height: 1px;
	position: absolute;
	background-color: #E6ECF9;
	top: 48px;
	left: 0px;
}
.ze_slide_content_item {
	width: 746px;
	margin: 0 auto;
}

.ze_link {
	display: flex;
	margin-right: 26px;
}

a.ze_button {
	padding: 7px 40px 6px 65px;
}
.ze_slider a.ze_button.s_button1,.ze_slider a.ze_button.s_button2 {
	padding: 8px 40px 7px 65px;
	width: 100%;
	position: relative;	
	display: flex;
}
ul.ze_slide_nav_ul {
	list-style: none;
	display: inline-flex;
}
li.ze_nav_li {
	margin-left: 10px;
}
li.ze_nav_li .ze_nav {
	padding: 10px 20px;
}
.ze_slider .ze-bg-image{
	width:100%;	
	height: 100%;
	/*background-size: cover; Iss*/
    background-position: center,center;
	background-repeat: no-repeat;

}
.ze_slider.ze_simple .ze-bg-image{
	background-position: -740px 0px, right;
    background-size: cover, contain;
	border-radius: 20px;
}
.ze-media-blind {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #060606;
	z-index:9;
	opacity:0.1;
	display:none;
}
.ze_nav.ze_nav_link.swiper-pagination-bullet,.ze_nav.ze_nav_link.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: auto !important;
	height: auto !important;
	padding:8px 20px;
}
.ze_slider.ze_simple .ze_nav.ze_nav_link.swiper-pagination-bullet{
	background-position: 0px 40px;
}
.ze_nav.ze_nav_link.swiper-pagination-bullet{     
	background: linear-gradient(rgb(255 255 255) 0 0) 0/0% no-repeat #dddddd00;
	opacity: 1;
	margin-right: 4px !important;	
	border-radius: 0px;
	background-position: -15px 40px
}
.ze_slider .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet{     
	border-bottom:1px solid transparent;
	padding-right: 0px;
	margin-right: 24px !important;
	opacity: .5;
	padding : 8px 0px;
	transition: .2s linear;
}
.ze_slider .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet:before{
	display:none;
}
.ze_slider .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet-active:before{
	display:inline;
}
.ze_slider .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet-active{     
	opacity: 1;
	padding : 8px 0px 8px 20px;
	transition: .2s linear;
}
.ze_slider .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet:hover{ 
	opacity: 1;
}
.ze_slider video-js {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width:100%;
}
video.vjs-tech{
	max-width: max-content !important; 	
	min-width: 100%;
	min-height: 100%;
	width: auto !important;
	height: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.playIcon {
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../img/icons/PlayButton.png);
	z-index:99;    
	top: calc((658px - 220px) / 2);
	right: -55px;
	cursor:pointer;
}
.ze_nav.ze_nav_link.swiper-pagination-bullet-active { 
	animation:p1 linear forwards;
}
@keyframes p1 {
	100% {background-size:100%}
}
@keyframes btn {

	0%   {left: 0px; } 
	100% {left: auto; }
}
.ze_item_content .vjs-control-bar .vjs-hidden, .ze_item_content .vjs-modal-dialog-content,.vjs-modal-dialog.vjs-hidden.vjs-text-track-settings, button.vjs-fullscreen-control.vjs-control.vjs-button,button.vjs-picture-in-picture-control.vjs-control.vjs-button,button.vjs-seek-to-live-control.vjs-control,.vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
	display: none;
}
/*
* 
Popup Video Css
*
*/

.popup-container {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 17, 17, 0.61);
	display: flex;
	align-items: center;
	z-index: 9999;
}
.popup-content { 
	margin: auto; 
	width: 55%;
	margin-top: 30px;
} 
.popup-content div.close{
	color: #FFFFFF;
	float: right;
	font-size: 20px;
	font-weight: bold;
	background: none;
	padding: 0;
	margin: 10px;
	text-decoration:none;	
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: normal;
	margin-left: 0px;
	cursor:pointer;
}

.popup-content div.close:hover{
	color:#aaaaaa;
	border: 1px solid #aaaaaa;
}

.popup-content span:hover,
.popup-content span:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.popup-container:target{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

/*End popup styles*/

/*Swiper Arrows*/
.ze_slider.ze_simple .swiper-button-next, .ze_slider.ze_simple .swiper-button-prev{
	display:none;
}

/*---- FOR UPDATE-----*/
.ze_slider .vjs-default-skin .vjs-progress-control,
.ze_slider .vjs-default-skin .vjs-time-controls,
.ze_slider .vjs-default-skin .vjs-time-divider,
.ze_slider .vjs-default-skin .vjs-captions-button,
.ze_slider .vjs-default-skin .vjs-mute-control,
.ze_slider .vjs-default-skin .vjs-volume-control,
.ze_slider .vjs-default-skin .vjs-fullscreen-control ,
.ze_slider .vjs-control-bar,
.ze_slider .vjs-loading-spinner,
.ze_slider .button.vjs-big-play-button,
.ze_slider .vjs-error-display.vjs-modal-dialog,
.ze_slider .vjs-big-play-button{
	display: none;  
}
.ze-footer {
	position: absolute;
	bottom: 88px;  
	left: calc((100% - 1488px) / 2);	
	z-index:999;
	display: inline-flex;
	height:42px;
}
.ze-footer.ze_simple{
	left: calc((100% - 1350px) / 2);
}
.ze_slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
	display: contents;
}
.ze-play-pause {
	float: right;
}
.ze_slider button.vjs-play-control.vjs-control.vjs-button.vjs-paused.vjs-ended {
	position: absolute;
	z-index: 999;
	bottom: 150px;
}
.ze_slider .vjs-duration.vjs-time-control.vjs-control{
	position: absolute;
	z-index: 999;
	bottom: 50px;
}
.vjs-control-bar {
	position: absolute;
	z-index: 999;
	bottom: 200px;
}
.ze-play-pause {
	float: right;
	cursor: pointer;
	padding: 3px 20px;
}
.zeVidplay.pause {
	background-image: url(../img/icons/pause.png);
	background-repeat: no-repeat;
	background-position: center;
}
.zeVidplay.play {
	background-image: url(../img/icons/play.png);
	background-repeat: no-repeat;
	background-position: center;
}
.zeVidplay.pause:hover {
	background: url(../img/icons/pauseover.png) #FFF;
	background-repeat: no-repeat;
	background-position: center;
}
.zeVidplay.play:hover {
	background: url(../img/icons/playover.png) #FFF;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #000A20
}
.ze_slider .zeVidplay.pause:after{
	content:'Pause';
	color: #000A20;
	margin-left: 35px;
	top: 3px;
	position: relative;
	font-family:"Montserrat", Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.ze_slider .zeVidplay.play:after{
	content:'Play';
	color: #000A20;  
	margin-left: 35px;
	top: 3px;
	position: relative;
	font-family:"Montserrat", Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.ze_slider .zeVidplay { 
	border-radius: 35px;
	border:1px solid #FFF;
	width: 36px;
	height: 36px;	
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	overflow:hidden;
	z-index: 9;
    position: relative;
}

.ze_slider .zeVidplay:hover{
	width: 88px;
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	background-position: 12px;
} 

/*New btn 1
.ze_button.s_button1 {
text-decoration: none; 
position: relative;
transition: all 1s;
overflow: hidden;
}
.ze_button.s_button1::before {
content: "";
background: url(../img/icons/Arrowright.png) #E6ECF9; 
position: absolute;
top: 0;
left: 40px;
width: 100%;
height: 100%; 
transition: all 1s;
z-index: 1;
transform: translateX(-100%);
border-radius: 5px;
padding: 5px;
background-repeat: no-repeat;
background-position: 98.5% center;
}

.ze_button.s_button1:hover::before {
background: url(../img/icons/ArrowrightHover.png) #003CBE; 
transform: translateX(0);
left: 0px;
transition: background 1s;
background-repeat: no-repeat;
background-position: right;
}
.ze_button.s_button1:hover {
color: #fff;
}
/*Fin New btn 1*/
.ze_simple .ze-icon-btn1:after{height: 35px;}
.ze-icon-btn1:after{	
	width: 35px;
	content: " ";
	background: url(../img/icons/Arrowright.png) #E6ECF9;
	position: absolute;
	height: 36.5px;
	margin-top: -5px;
	margin-left: 2.5px;
	left: 0px;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
}
.ze_button.s_button1:before{
	transition: 0.5s;
}
.ze_slider .ze_button.s_button1{ 
	background: #fff;
	background-repeat: no-repeat;  
	transition: background 0.5s; 
	position:relative;
}
.ze_slider .ze_button.s_button1 span.txtBtn1, .ze_slider .ze_button.s_button2 span.txtBtn2{ 
	transform: translate(0px);
	transition: 0.5s all ease-in-out;
}
.ze_slider .ze_button.s_button1:hover span.txtBtn1,.ze_slider .ze_button.s_button2:hover span.txtBtn2  {
	position: relative; 
	transform: translate(-20px);
	transition: 0.5s all ease-in-out;
}

.ze_button.s_button1:hover{ 
	background: url(../img/icons/bgimgBtn1.png) rgba(239, 241, 245);
	background-repeat: repeat;  
	transition: background 0.5s;
}
.ze_slider.ze_simple .ze_button.s_button1:hover{
	background: transparent;
}
.ze_button.s_button1:hover .ze-icon-btn1:after{
	left: 100%;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
	margin-left: -38px;	
	background: url(../img/icons/ArrowrightHover.png) #003CBE;	
	background-repeat: no-repeat;
	background-position: center;
} 
.ze_slider i.ze-icon-btn1,.ze_slider i.ze-icon-btn2{
	margin-left: 10px;
}
.ze_button.s_button2:hover .ze-icon-btn2:after{ 
	background: url(../img/icons/btn2hover.png) #E6ECF9;
	background-repeat: no-repeat;
	background-position: center;	
	left: 100%;
	margin-left: -37.5px;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
}
.ze_slider .ze-icon-btn2:after{
	transition: background 0.5s;
	width: 35px;
	content: " ";
	background: url(../img/icons/ArrowRight1.png) rgba(230, 236, 249, 0.15);   
	position: absolute;
	height: 35px;
	margin-top: -5px;
	margin-left: 2px;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-position: center;
	left: 0px;
	transition: 0.5s all ease-in-out;
}

.ze_slider .ze_item_name{
	color: #E73137;
	font-family: "Brown-Font", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
}
.ze_slider.ze_simple .ze_item_editor {
	margin-top: 16px;
}
.ze_slider .ze_item_editor {
	margin-top: 18px;
}

.ze_slider .ze_item_btn {
	margin-top: 48px;
	display: -webkit-inline-box;
	width: 100%;
}
.ze_slider .ze_item_title h2{
	margin-top:10px;
}

.ze_slider .ze-footer .ze_nav.ze_nav_link:before {
	width: 11px;
	content: " ";
	background-image: url(../img/icons/iconItemSlide.svg);
	position: absolute;
	height: 16px;
	margin-top: 7px;    
	margin-left: -20px;
	background-repeat: no-repeat;
	background-size: contain;
}
.ze_slider.ze_simple .ze_item_name_mob, .ze_slider .ze_item_name_mob{
	display:none;
}

@media only screen and (max-width: 350px) {
	.ze_slide_items.last-slide a.ze_button.s_button1 {
    line-height: 16px !important;
}
}
@media only screen and (max-width: 380px) {

.ze_slide_items.last-slide a.ze_button.s_button1 {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.last-slide .ze-icon-btn1:after {
    left: 98% !important;
    margin-top: -17.5px !important;
}
}
@media only screen and (max-width: 429px) {
	.ze_slider .ze_item_title h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}

	.ze_slider.ze_simple .ze_item_title h2 {
		font-size: initial !important;
	}
	.ze_slider video.vjs-tech{
		    left: -50%;
	}
.ze_slide_items.last-slide a.ze_button.s_button1 {
    padding: 8px 36px 8px 10px !important;
    text-align: left;
    
}

}
@media (min-width: 430px) and (max-width: 767px) {
	div.ze_slider.ze_simple .ze-bg-image { 
		background-size: cover, 720px;
		background-repeat: no-repeat;
		background-position: 0px 119px, 65% 0px;
		max-height: 704px;
	}
	.ze_slider .first-slide video.vjs-tech{
		    left: 50%;
	}
	.ze_slider video.vjs-tech{
		    left: -25%;
	}
}
@media only screen and (max-width: 767px) {
	
	/*/*Iss*/
	.ze_item_contentsingle.animatedtxt-start.animatedtxt{
		left:0px;
	}
	.ze_slider .ze-bg-image{
	   background-position: center,62% 0;
	}
	.ze_slider.ze_simple{
		padding:0px 0px 80px 0px;
		height: 704px;
	}
	.ze_slider.ze_simple .ze_item_name_mob{
		display: inline-flex;
    	margin-top: 24px;
	}
	.ze_slider.ze_simple .ze_item_name_mob span.simplehover.ze_nav.ze_nav_link {
		border-bottom: 1px solid #FFF;
		padding: 8px 0 8px 19px;
	}
	.ze_slider.ze_simple .ze_item_name_mob span.simplehover.ze_nav.ze_nav_link:before {
		width: 11px;
		content: " ";
		background-image: url(../img/icons/iconItemSlide.svg);
		position: absolute;
		height: 16px;
		margin-top: 7px;
		margin-left: -19px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.ze_slider.ze_simple .swiper-wrapper{
		height: 704px;
	}
	.popup-content{
		width: 90%;
	}
	.ze_slider .zeVidplay.play:after { 
		top: 4.5px;
	}
	.ze_item_contentsingle { 
		width: 100%;
		margin: 0 auto;
		margin-top: 77px;
		left: 0; 

	}
	.ze_slider.ze_simple .ze-footer.ze_simple{
		bottom:-40px;
	}
	.ze-footer{
		left:20px;
		bottom:36px;
	}
	.ze-footer.ze_simple{
		left: 108px; 
		z-index: 0;
		height: auto; 
	}

	.ze-footer .ze-play-pause {
		float: right;
		cursor: pointer;
		padding: 0px 20px;
		margin-top: -15px;
	}
	.ze_slider span.ze_nav.ze_nav_link.swiper-pagination-bullet {
		content: '';
		text-indent: -9999999px;
		height: 4px !important;
		width: 12px !important;
		padding: 3px !important;
		background-color: #E6ECF9;
		border-radius: 4px;
		opacity: 0.3;
		transition: .2s linear;
	}
	.ze_slider span.ze_nav.ze_nav_link.swiper-pagination-bullet-active {
		content: '';
		text-indent: -9999999px;
		height: 4px !important;
		width: 80px !important;
		padding: 3px !important;
		opacity: 1;
		transition: .2s linear;
	}
	.ze_item_contentsingle {
		padding: 0px 24px;
	}
	.ze_link {
		margin-bottom: 16px;  
		width: 95%; 
		text-align: center;
	}
	.first-slide .ze_link {
    display: inline-block;
	}
	.ze_slider a.ze_button.s_button2 {
		padding:7px 22px;
	}
	div.ze_slider .ze_button.s_button1 {
		background: url(../img/icons/bgimgBtn1.png) rgba(239, 241, 245) !important;
		background-repeat: no-repeat;
		transition: background 0.5s;
		box-shadow: 0px 60px 70px 0px rgba(255, 255, 255, 0.12);
		padding: 8px 25px 8px 15px !important;
		background-size: contain !important;
		background-repeat: repeat;
	}
	div.ze_slider a.ze_button.s_button1, div.ze_slider a.ze_button.s_button2{
		display: inline-block;
	}
	.ze_slider.ze_simple .ze_button.s_button1{
		background: none !important;
	}

	div.ze_slider.ze_simple .ze_button.s_button1 .ze-icon-btn1:after{
		background: url(../img/icons/Arrowblue.png) #E6ECF9;
		background-position: center;
		background-repeat: no-repeat;
	}
	div.ze_slider .ze_button.s_button1 .ze-icon-btn1:after{
		width: 35px;
		height:35px;
		position: absolute;
		content: " ";
		background: url(../img/icons/ArrowRight1.png) #003CBE;		
		background-position: center;
		background-repeat: no-repeat;
	}
	div.ze_slider .ze_button.s_button2 .ze-icon-btn2:after {
		width: 35px;
		height:35px;
		position: absolute;
		content: " ";
		background: url(../img/icons/Arrowblue.png) #E6ECF9;
		background-position: center;
		background-repeat: no-repeat;
		left: 100%;
		margin-left: -36px;
		margin-top: -6px;
	}
	.ze_button.s_button1,a.ze_button.s_button2{
		width:100%
	}
	.ze_slider .ze-icon-btn1:after{
		left: 100%;		
		margin-left: -36.5px;
		margin-top: -6.5px;
	} 
	.ze_slider.ze_simple .ze-icon-btn1:after{
		margin-left: -36px;
		margin-top: -6.5px; 
	}

	.ze_slider.ze_simple .ze_item_content {
		max-height: 704px;
		height:704px;
	}
	.ze_slider.ze_simple .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet-active{
		border-bottom:0px;
	}
	.ze_slider.ze_simple .ze-bg-image { 
		background-size: cover, 520px;
		background-repeat: no-repeat;
		background-position: 0px 70px, 65% 0px;
		max-height: 704px;
	}
	.ze_item_contentsingle.ze_simple {
		margin-top: 275px;
	}
	.ze_simple .ze_item_name i{
		left:24px;
	}
	.ze_slider .ze_item_btn {
		margin-top: 24px;
	}
	.playIcon { 
		top: -220px;
		left: 40%;
	}
	.ze_simple .ze_item_editor{
		width:100% !important;
	}
	.ze_item_contentsingle.ze_simple { 
		margin-left: auto;
	}
	/*Swiper Arrows*/
	.ze_slider.ze_simple .swiper-button-next, .ze_slider.ze_simple .swiper-button-prev{
		display: inline-flex;
		top: 746px;
		margin-right: -10px;
		z-index: 98;
		border: 1px solid #000A20;
		border-radius: 50%;
		width: 32px;
		height: 32px;

	}
	.ze_slider.ze_simple .swiper-button-next-story:before{
		content: "";
		background-image: url(../img/icons/swiperRight.png);
	}
	.ze_slider.ze_simple .swiper-button-prev-story:before{
		content: "";
		background-image: url(../img/icons/swiperLeft.png);
	}

	.ze_slider.ze_simple .swiper-button-next-story:before, .ze_slider.ze_simple .swiper-button-prev-story:before{

		width: 32px;
		height: 32px;
		background-repeat: no-repeat;
		background-position:center;
	}
	.ze_slider.ze_simple .swiper-button-prev {
		right: 50px;
   		left: auto;
	}
	.ze_slider.ze_simple .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet{
		margin-right: 8px !important;
		background-color: #00143F;
		width: 10px !important;
		height: 4px !important;
		border-radius: 4px;
		opacity: 0.3;
		transition: .2s linear;
	}
	.ze_slider.ze_simple .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet-active{
		opacity: 1;
		width: 60px !important;
		transition: .2s linear;
	}
}
/*Tablet Css */ 
@media (min-width: 768px) and (max-width: 1488px){
	.ze_slider .ze_item_contentsingle, .ze_slider .ze-footer
	{
		left:24px;
	}
	/*/*Iss*/
	.ze_item_contentsingle.animatedtxt-start.animatedtxt{
		left:24px;
	}
}
@media (min-width: 768px) and (max-width: 821px){
	div.ze_slider.ze_simple .ze-bg-image {
		background-position: -1070px 0px, -130px;
		background-size: cover, cover; 
	}
}
@media (min-width: 1024px) and (max-width: 1367px){
	.ze_slider video.vjs-tech {
    left: 50%;
	}
}
@media (min-width: 768px) and (max-width: 1367px){
	.ze_slider video.vjs-tech{
		    left: 50%;
	}
	.ze_slider .ze_item_contentsingle, .ze_slider .ze-footer
	{
		left:24px;
	}
	div.ze_slider .simplehover.ze_nav.ze_nav_link.swiper-pagination-bullet{
		margin-right: 4px !important;
		font-size:14px !important;
	}
	.ze_slider .ze_item_title h2{
		font-size: 40px !important;
		line-height: 45px !important;
	}
	.ze_slider.ze_simple  .ze_item_title h2{
		font-size: 16px !important;
		line-height: 16px !important;
	}
	.ze_item_contentsingle.ze_simple { 
		margin-left: 0px;
	}
	.ze_item_contentsingle{
		width:75%;
	}
	.ze_slider.ze_simple .ze-footer { 
		bottom: 68px;
	}
	.ze_slider.ze_simple .ze-bg-image {
		background-position: -1070px 0px, 0px;
		background-size: cover, cover; 
	}
	.playIcon { 
		right: 45px; 
	}
}


/*Animation*/

@-webkit-keyframes fadeInFromNone {
    0% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    1% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    100% {
		transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    1% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    100% {
		transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    1% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    100% {
		transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    1% {
		transform: translate3d(0, -20%, 0);
        opacity: 0;
    }

    100% {
		transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}