
/*===========================================
   1. Default Slider Settings
=============================================*/
#slider-container {
	background-color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#slider-container .owl-wrapper-outer,
#slider-container .owl-wrapper,
#slider-container .owl-item{
	height: 100%;
	position: relative;
	width: 100%;
}
.slider-content-area {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.slider-container {
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.single-slide {
	height: 100%;
	position: relative;
	width: 100%;
}
.single-slide > a {
	display: block;
	position: relative;
}
.single-slide img {
	background-color:black;
	filter: alpha(opacity=50);
	width: 100%;
	z-index: 1;
	opacity: .60;
}
.corporate .single-slide img {
	height:100vh;
}
.dis-table{
	display: table;
	float: left;
	height: 100%;
	width: 100%;	
}
.dis-table-cell{
	display: table-cell;
	vertical-align: middle;	
}
/* Slider Content Style */
.slider-content{
	padding-top: 95px;
	position: relative;
	z-index: 20;	
}
.slide-content h1 {
	font-size: 60px;
	color: white;
	line-height: 66px;
	margin-bottom: 15px;
	text-transform: uppercase;
	position:relative;
}
.slide-content > h2 {
	font-family: lato;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.slide-content h3 {
	font-family: lato;
	color: red;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.slide-content p {
	font-family: raleway;
	font-size: 20px;
	font-weight: 600;
	color: white;
}
.slide-content .btn {
    margin: 10px 5px 0;
	color: white;
}
/*-------------------------------------
   2. Unify Slider Controns 
---------------------------------------*/
.unify-owl-slider {
	position: relative;
	height:100%;
	width:100%;
}
.unify-owl-slider .owl-controls.clickable {
	bottom: 30px;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.unify-owl-slider .owl-controls .owl-page span {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #353535;
	opacity: 1;
}
.unify-owl-slider .owl-controls .owl-page.active span,
 .unify-owl-slider .owl-controls.clickable .owl-page:hover span {
	background-color: #8ec448;
	border: 1px solid #8ec448;
	border-radius: 50%;
}
/* Default Slider Animations */
.owl-item.active .slide-content h3{
        -webkit-animation: fadeInLeft 1000ms ease-in-out;
     -moz-animation: fadeInLeft 1000ms ease-in-out;
    -ms-animation: fadeInLeft 1000ms ease-in-out;
    animation: fadeInLeft 1000ms ease-in-out;
}
.owl-item.active .slide-content h1{
        -webkit-animation: lightSpeedIn 2500ms ease-in-out;
    -moz-animation: lightSpeedIn 2500ms ease-in-out;
    -ms-animation: lightSpeedIn 2500ms ease-in-out;
    animation: lightSpeedIn 2500ms ease-in-out;
}
.owl-item.active .slider-content p{
        -webkit-animation: fadeInRight 3000ms ease-in-out;
    -moz-animation: fadeInRight 3000ms ease-in-out;
    -ms-animation: fadeInRight 3000ms ease-in-out;
    animation: fadeInRight 3000ms ease-in-out;
}
.owl-item.active .slider-content a.btn{
        -webkit-animation: zoomInUp 5000ms ease-in-out;
    -moz-animation: zoomInUp 5000ms ease-in-out;
    -ms-animation: zoomInUp 5000ms ease-in-out;
    animation: zoomInUp 5000ms ease-in-out;
}

/* ===========================================================
	5. Slider Ecommerce Styles
 =============================================================*/
.slider-ecommerce {
	position: relative;
}
.slider-ecommerce .slide-content h1{
	line-height:60px
}
.slider-ecommerce .slide-content h1,
 .slider-ecommerce .slide-content h2,
 .slider-ecommerce .slide-content h3 {
	font-weight:700;
}
.slider-ecommerce .slide-content h1 span{
   color:#d83240;	
}
.slider-ecommerce .slide-content h3 {
	color:#b83932;
	margin-bottom:10px;
}
.slider-ecommerce .slide-content p {
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-weight: normal;
}
/* ecommerce slider Control */
.slider-ecommerce .owl-controls .owl-buttons div {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #353535;
	border-radius: 50%;
	color: #353535;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}
.slider-ecommerce .owl-controls .owl-buttons div:hover{
	background:#b83932;
	border:1px solid rgba(0, 0, 0, 0.1);
	color:#fff;
}
.slider-ecommerce .owl-controls .owl-buttons div.owl-prev{
	left:100px;
}
.slider-ecommerce .owl-controls .owl-buttons div.owl-next{
    right:100px;
}
/* Slider Ecommerce Animation */
.slider-ecommerce .owl-item.active .slide-content h3{
        -webkit-animation: fadeInDown 1000ms ease-in-out;
     -moz-animation: fadeInDown 1000ms ease-in-out;
    -ms-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}
.slider-ecommerce .owl-item.active .slide-content h1{
        -webkit-animation: fadeInDown 1200ms ease-in-out;
     -moz-animation: fadeInDown 1200ms ease-in-out;
    -ms-animation: fadeInDown 1200ms ease-in-out;
    animation: fadeInDown 1200ms ease-in-out;
}
.slider-ecommerce .owl-item.active .slider-content p{
        -webkit-animation: fadeInUp 1200ms ease-in-out;
     -moz-animation: fadeInUp 1200ms ease-in-out;
    -ms-animation: fadeInUp 1200ms ease-in-out;
    animation: fadeInUp 1200ms ease-in-out;
}
.slider-ecommerce .owl-item.active .slider-content a.btn{
        -webkit-animation: fadeInUp 1200ms ease-in-out;
     -moz-animation: fadeInUp 1200ms ease-in-out;
    -ms-animation: fadeInUp 1200ms ease-in-out;
    animation: fadeInUp 1200ms ease-in-out;
}
.slider-ecommerce .owl-item.active .slider-content a.primary-btn{
        -webkit-animation: fadeInUp 1200ms ease-in-out;
     -moz-animation: fadeInUp 1200ms ease-in-out;
    -ms-animation: fadeInUp 1200ms ease-in-out;
    animation: fadeInUp 1200ms ease-in-out;
}

/*===========================================
  Home Parallax
=============================================*/
#slider-container-2 {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#slider-container-2 .owl-wrapper-outer,
 #slider-container-2 .owl-wrapper,
 #slider-container-2 .owl-item{
	height: 100%;
	position: relative;
	width: 100%;
	overflow:hidden;
	z-index:1;
}
#slider-container-2 .slider-bg{
	display: block;
	position: relative;	
}
#slider-container-2 .slider-content-wrap {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
#slider-container-2 .slider-content-wrap > div{
	width:100%;
	height:100%;
	position:relative;
}
#slider-container-2 .owl-controls.clickable {
    display:none !important;
}