/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.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;
}
.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);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://shreetemplates.in/HTML/JL01/luxury_gold/assets/css/grabbing.png) 8 8, move;
}

/* fix */
.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 */

.owl-theme .owl-page {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
}
.owl-pagination {
    margin:20px 0 0  0;
    text-align: center;
}

.home-testi .owl-pagination {
    margin: 20px 0;
}
 .owl-pagination .owl-page.active:hover span, .slick-dots li.slick-active:hover button{
    background: #7fcbc9;
    border: 1px solid #7fcbc9;
    width: 25px;
}
.owl-pagination .owl-page:hover span {
    background: #7fcbc9;
    border: 1px solid #7fcbc9;
}
.owl-pagination .owl-page.active span,.slick-dots li.slick-active button {
   background: #7fcbc9;
    border: 1px solid #7fcbc9;
    width: 25px;
}
.owl-pagination .owl-page span,.slick-dots li button {
    height: 6px;
    width: 10px;
    background-color: #eee;
    display: block;
    border-radius: 30px;
    border: 1px solid #eee;
    padding: 0;
}
.owl-theme .owl-page {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
} 

.owl-pagination .owl-page span {
    height: 6px;
    width: 10px;
    background-color: #eee;
    display: block;
    border-radius: 30px;
    border: 1px solid #eee;
}
.testimonial .owl-pagination {
    margin-top: 30px;
}

/* owl button */

.owl-buttons {
    position: relative;
}
.owl-theme .owl-buttons [class*="owl-"] {
color: #D9D9D9 !important;
margin: 0 -13px !important;
text-align: center;
transition: 0.3s ease;
border-radius: 10% !important;
font-size: 20px;
border: solid 1px #C6C6C6;
height: 36px;
width: 36px;
line-height: 36px;
} 
.owl-theme .owl-buttons .owl-next svg:hover {
    color: #7fcbc9;
}
.owl-theme .owl-buttons .owl-prev svg:hover {
    color: #7fcbc9;
}
.owl-theme .owl-buttons  .owl-prev {
    right: auto;
    left: 47.5%;
}
.owl-theme .owl-buttons  .owl-next {
  left: auto;
  right: 47.5%;
  position: absolute;
}
.owl-theme .owl-buttons div {
    display: block;
    font-size: 0;
    color: #000;
    height: 24px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    width: 24px;
    line-height: 23px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    background-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

#blog_carousel .owl-prev {
  left: 46%;
}
#blog_carousel .owl-next {
  right: 46%;
}
