/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-dots{display:block;}
.testimonial_sec .owl-nav{display:none;}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
    margin-top: 10px;

}
.owl-prev{position:absolute;width:30px;height:30px;top:28%;left:-50px;background:url("images/owl-prev-arrow.png")no-repeat center center; transform: rotate(180deg);}
.owl-next{position:absolute;width:30px;height:30px;top:28%;right:-50px;background:url("images/owl-next-arrow.png")no-repeat center center;}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 0px;
    margin: 5px;
    padding: 4px 7px;
    background: #869791;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}
.home-txt .owl-prev{position:absolute;width:40px;height:40px;top:9%;left:-60px;background:url("images/owl-prev-arrow.png")no-repeat center center; transform:rotate(0deg) }
.home-txt .owl-prev:before {
		font-family: FontAwesome;
		content:'\f104';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 23px;
		line-height: 23px;
}
.home-txt .owl-next:before {
		font-family: FontAwesome;
		content: '\f105';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 23px;
		line-height: 23px;
		right: -2px;
}
.home-txt .owl-next{position:absolute;width:40px;height:40px;top:9%;right:-60px;}

.home-txt.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 0px;
    margin: 5px;
    padding: 4px 7px;
    background:transparent;
	border:2px solid rgb(225,225,225,0.8);
    display: inline-block;
    cursor: pointer;
    border-radius:50%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    /*background: #869791;*/
    color: #FFF;
    text-decoration: none
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background:#ecb920;
}
@media (min-width: 992px) and (max-width: 1024px) {
	      .home-banner .banner-cont aside{
			      padding: 85px 0 0 0;
		  }
		  .home-txt .owl-prev{
			  left: -30px;
			  
		  }
		  .home-txt .owl-next{
			  right:-30px;
		  }
		  .home-banner .banner-cont aside .banner-h1, .home-banner .banner-cont aside .typed-cursor{
			  font-size:40px;
		  }
}

@media (min-width: 768px) and (max-width: 991px)  {
	.home-banner .banner-cont aside .banner-h1, .home-banner .banner-cont aside .typed-cursor{
		font-size:32px;
	}
	.home-txt .owl-prev{
		left: -30px;
		top:0;
	 }
	.home-txt .owl-next{
		right:-30px;
		top:0;
	}
	.home-banner .banner-cont aside{
		 padding: 90px 0 0 0;
	}
}

@media (max-width:767px) {
	.home-txt .owl-prev{
		left: -30px;
		top:-5px;
	 }
	.home-txt .owl-next{
		right:-30px;
		top:-5px;
	}
}
@media (max-width:412px) {
	.owl-theme .owl-dots .owl-dot span {
		 width: 6px;
		 height: 6px;
	}
	.home-txt .owl-prev{
		width: 25px;
		height: 25px;
	}
	.home-txt .owl-prev:before{
		font-size:16px;
		line-height:11px;
	}
	.home-txt .owl-prev {
    left: -10px;
    top: 0px;
}
.home-txt .owl-next {
    right: -10px;
    top: 0px;
}
.home-txt .owl-next{
	width: 25px;
	height: 25px;
}
.home-txt .owl-next:before{
	font-size:16px;
	line-height:11px;
}
}