﻿.all-slide .owl-item {
  height: 408px;
}
.all-slide .single-slide {
background-position: center center;
background-size: cover;
height: 100%;
background-repeat: no-repeat;
}
.slider-text {
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 991px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
.slider-text h1 {
	color: #FFF;
	font-size: 45px;
	text-transform: uppercase;
}
.slider-text p {
	color: #FFF;
	font-size: 25px;
	margin-top: 1em;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	background: #0090cb none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	margin-top: 8px;
	padding: 10px 30px;
	border-radius: 60px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.slider-text li:last-child a{background: #f98f01 none repeat scroll 0 0;}
.slider-text li:last-child a:hover{background: #242424 none repeat scroll 0 0;transition: all 0.4s ease 0s;}
.all-slide .owl-controls {
position: absolute;
top: 45%;
width: 100%;
z-index: 99;
transform: translateY(-50%);
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left: 20px;
  position: absolute;
}
.all-slide .owl-controls .owl-next {
  right: 20px;
  position: absolute;
}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	background-color: transparent;
	color: #fff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	border: 1px solid #fff;
}
.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#f98f01;color:#fff
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#f98f01;color:#fff
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}
.slider {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2d5fa2;
	border-bottom-color: #FFF;
}
.sliderg {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2d5fa2;
	border-bottom-color: #FFF;
	background-image: url(/img/adg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 354px;
}
