/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }



button:focus {
  outline:none;
  box-shadow: none;
}

.rtel-testimonial .owl-carousel .owl-nav>button {
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 50px;
    background: #ffb400;
    border-radius: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: -22px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.rtel-testimonial .owl-prev {
    right: 51px;
}
.rtel-testimonial .owl-carousel .owl-next {
    right: 0;
}

.rtel-team-gallery.rtel-team-gallery4 .owl-nav>button {
    color: #000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    height: 46px;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 5px 50px 0 rgb(207 207 207 / 75%);
    box-shadow: 0 5px 50px rgb(207 207 207 / 75%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rtel-team-gallery.rtel-team-gallery4:hover button {
    opacity: 1;
    visibility: visible;
}
.rtel-team-gallery .nav-control-layout4 .owl-next {
    right: -30px;
}
.rtel-team-gallery .nav-control-layout4 .owl-prev {
    left: -30px;
}

.rt-el-product-slider .rtin-smart-nav-layout-product>button {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #ffc92b;
    color: #111;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 10px;
}

.rtin-testimonial-layout2 .owl-prev, .rtin-testimonial-layout2 .owl-next {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    width: 55px;
    background-color: #fff;
    border-radius: 50%;
    color: #111;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 10px;
}

.rtel-project-gallery.rtel-project-gallery6 .owl-prev, .rtel-project-gallery.rtel-project-gallery6 .owl-next {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    color: #111;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 10px;
}

.rtin-testimonial-layout3 .owl-theme .owl-dots {
    margin-top: 32px;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.rtin-testimonial-layout3 .owl-theme .owl-dots .owl-dot span {
    margin: 3px;
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #c2c2c2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rtin-testimonial-layout3 .owl-theme .owl-dot.active span {
    border: 1px solid #ffb400;
    background: #ffb400;
}

.rtel-clients-brand-2 .owl-carousel .owl-nav>button {
    color: #000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    height: 46px;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 5px 50px 0 rgb(207 207 207 / 75%);
    box-shadow: 0 5px 50px rgb(207 207 207 / 75%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rtel-clients-brand-2 .owl-next {
    right: -30px;
}
.rtel-clients-brand-2:hover .owl-nav>button {
    opacity: 1;
    visibility: visible;
}

.rtel-radius-post-3 .rtin-smart-nav-layout button {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ffc92b;
    color: #ffc92b;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 10px;
}