/*=============================
	Slider CSS 
===============================*/
.hero-slider{
	position:relative;
    padding:0px 0px 50px 0px;
	/*height: 600px;*/
}
.hero-slider .container{
	overflow:hidden;
}
.hero-slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}
.hero-slider .single-slider:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#fff;
	opacity:0.2;
}
.hero-slider .single-slider .text {
	float: none;
	text-align: left;
	margin: 138px 0 0;
}
.hero-slider .single-slider .text h1 {
	color: #000000;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 30px;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
.hero-slider .single-slider .text h1 span {
	color: #008b80;
	text-shadow: 0px 0px 19px #ffffffb3;
}
.hero-slider .single-slider .text p{
	margin: 30px 0px;
	font-size: 15px;
}
.hero-slider .single-slider .button a:last-child{
	margin-right:0px;
}
.hero-slider .single-slider .button .video {
	margin-left:10px;
}
.hero-slider .single-slider .button .video i {
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background:#008b80;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 3px;
	font-size: 16px;
}
.hero-slider .single-slider .button .video:hover i{
	background:#000000;
	color:#fff;
}
/* Slider Dots */
.hero-slider .owl-dots {
    position: absolute;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
    bottom: -20px;
    margin-top: -47px;
    padding: 10px 25px;
    border-radius: 4px;
    margin: 0 0 0 -52px;
}
.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
.hero-slider .owl-dots .owl-dot:last-child{
	margin:0px;
}
.hero-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #008b80;
	position: relative;
}
.hero-slider .owl-dots .owl-dot:hover span{
	border-color:transparent;
} 
.hero-slider .owl-dots .owl-dot span::before {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid;
	content: "";
	border-radius: 100%;
	color:#008b80;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.hero-slider .owl-dots .owl-dot:hover span:before,
.hero-slider .owl-dots .owl-dot.active span:before{
	opacity:1;
	visibility:visible;
}
/* Slider Animation */
.owl-item.active .text h1{
    animation: fadeInLeft 1s both 0.6s;
}
.owl-item.active .text p{
    animation: fadeInLeft 1s both 1s;
}
.owl-item.active .text .button{
    animation: fadeInLeft 1s both 1.5s;
}
/*=============================
	End Slider CSS 
===============================*/

/*jssor slider bullet skin 132 css*/
.jssorb132 {position:absolute;}
.jssorb132 .i {position:absolute;cursor:pointer;}
.jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
.jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
.jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
.jssorb132 .i.idn {opacity:0.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}