.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
text-align:center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//www.aisaefindia.com/wp-content/themes/Corporative/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
} .owl-pagination{
text-align:center;
margin-top:20px;
}
.owl-controls .owl-page{
width:14px;
height:14px;
border:2px solid #ebebeb;
display:inline-block;
margin-right:5px;
border-radius:50%;
}
.portfolio_carousel_wrap .show_all,
.posts_carousel_wrap .show_all {
text-align:center;
margin-top:30px;
}
.portfolio_carousel_wrap .show_all a,
.posts_carousel_wrap .show_all a {
display:inline-block;
text-transform:uppercase;
font-size:13px;
font-weight:bold;
border-bottom-width: 1px;
border-bottom-style: solid;
position:relative;
}
.portfolio_carousel_wrap .show_all a:before,
.posts_carousel_wrap .show_all a:before {
content:'';
width: 0; 
height: 0; 
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top-width: 6px;
border-top-style: solid;
position:absolute;
bottom:-6px;
left:50%;
margin-left:-6px;
}
.owl-prev, .owl-next {
position:absolute;
width:35px;
height:40px;
line-height:40px;
-webkit-transition: all .3s ease;
border-radius: 3px;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
text-align:center;
background-color: rgba(0,0,0,0.7);
font-size: 20px !important;
color: #fff;
}
.owl-carousel.outer_nav .owl-prev, .owl-carousel.outer_nav .owl-next {
position:absolute;
width:35px;
height:35px;
line-height:30px;
-webkit-transition: all .3s ease;
border-radius: 50%;
-webkit-border-radius: 50%; 
-moz-border-radius: 50%; 
text-align:center;
border:2px solid #dfdfdf;
font-size: 22px !important;
color: #dfdfdf;
background:transparent;
}
.owl-prev:hover, .owl-next:hover, .owl-carousel.outer_nav .owl-prev:hover, .owl-carousel.outer_nav .owl-next:hover{
color: #fff;
}
.rd_carousel{
overflow:hidden;
}
.owl-carousel.outer_nav{
overflow:visible;
}
.rd_carousel .owl-prev, .rd_carousel .owl-next {
top:50%;
margin-top:-20px;
}
.rd_carousel .owl-prev{
left:-50px;
}
.rd_carousel:hover .owl-prev{
left:15px;
}
.rd_carousel .owl-next{
right:-50px;
}
.rd_carousel:hover .owl-next{
right:15px;
}
.owl-carousel.outer_nav .owl-prev{
left:-42px !important;
}
.owl-carousel.outer_nav .owl-next{
right:-42px !important;
}
.carousel_padding{
margin:0 -10px;
}
.carousel_padding .owl-item {
padding:0 10px;
}
.rd_slides .owl-prev, .rd_slides_thumb .owl-prev{
left: auto !important;
right: 57px !important;
bottom: 20px !important;
}
.rd_slides .owl-next, .rd_slides_thumb .owl-next{
right: 20px !important;
bottom: 20px !important;
top: auto;
}
.rd_thumbx_padding{
margin:10px -5px 0 -5px;
}
.rd_thumbx .owl-item{
padding: 0 5px;
cursor:pointer;
}
.rd_thumbx .owl-item div{
background:#000;
}
.rd_thumbx .owl-item.synced img{
opacity:0.4;
}
.owl-caption {
position : absolute ;
left:0;
top:0;
bottom:0;
margin: 0;
padding:35px;
z-index:10;
width:45%;
background:rgba(0,0,0,0.7);
color:#fff;
text-align:left;
}
.owl-caption.no_excerpt{
padding:9px 20px;
top:inherit;
bottom:20px;
width:auto;
margin-right:100px;
}
.owl-caption a {
display:inline;
color: #fff;
}
.owl-caption h2{
font-size:18px;
margin-bottom:15px;
}
.owl-caption.no_excerpt h2{
margin-bottom:0;
}
.owl-caption a:hover {
cursor:pointer;
}
.wpb_testimonial_slider .rd_slides .testimonial-desc{
margin-top:10px;
}