
button:focus,
.btn:focus {
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/* Carousel Black Dots */
.carousel-black-dots .owl-dots button.owl-dot {
  background: #92908E !important;
}
.carousel-black-dots .owl-dots button.owl-dot.active {
  background: #362F2D !important;
}

/* No Border */
.no-border {
  border: none !important;
}

/* Testimonial */
.testimonial-bg {
  position: absolute;
  top: -46px;
  right: 63px;
  width: 72px;
  height: 65px;
  border-radius: 8px;
  display: table;
}
.testimonial-bg:after {
  position: absolute;
  left: 15px;
  bottom: -13px;
  content: "";
  border-width: 10px;
  border-style: solid;
  height: 13px;
  width: 13px;
}

.testimonial-bg-orange {
  background-color: #FA6742;
}
.testimonial-bg-orange:after {
  border-color: #FA6742 transparent transparent #FA6742;
}

.testimonial-bg-green {
  background-color: #32CC73;
}
.testimonial-bg-green:after {
  border-color: #32CC73 transparent transparent #32CC73;
}

.testimonial-bg-yellow {
  background-color: #FFB72F;
}
.testimonial-bg-yellow:after {
  border-color: #FFB72F transparent transparent #FFB72F;
}

.testimonial-icon {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-icon img {
  display: block;
  margin: 0 auto;
}

/* ==========================

    Testimonial

=============================*/
.tw-testimonial {
  background: url("../images/testimonial/testimonial.jpg");
  background-size: cover;
  background-position: center;
}

.testimonial-default-bg {
  background: url("../images/testimonial/testimonial.jpg") !important;
  background-size: cover;
  background-position: center;
}

.tw-testimonial-content h2 {
  font-weight: 700;
}
.tw-testimonial-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 27px;
  max-width: 435px;
}

.tw-testimonial-carousel .owl-stage-outer {
  padding: 50px 0;
}
.tw-testimonial-carousel .owl-item img {
  width: auto;
}

.tw-testimonial-carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: -30px;
}
.tw-testimonial-carousel .owl-dots button.owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #362F2D;
  margin: 4px;
  border-radius: 50%;
}
.tw-testimonial-carousel .owl-dots button.owl-dot.active {
  width: 11px;
  height: 11px;
  background: #fff;
}
.tw-testimonial-carousel:before {
  position: absolute;
  top: 130px;
  left: 23px;
  width: 98%;
  height: 52%;
  content: "";
  background: #f46540;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.tw-testimonial-wrapper {
  background-color: #362f2d;
  position: relative;
  z-index: 2;
  padding: 55px 60px 40px;
}

.testimonial-text p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.testimonial-meta {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.testimonial-meta h4 {
  color: #ffb72f;
  font-weight: 600;
  font-size: 20px;
}
.testimonial-meta h4 small {
  display: block;
  font-size: 14px;
  color: #C3C1C0;
  font-weight: 400;
  margin-top: 5px;
}
.testimonial-meta i {
  position: absolute;
  right: 0;
  top: 0;
  color: #98712D;
  font-size: 40px;
}




/* Testimonial
========================== */
.tw-testimonial-no-bg {
  background: #fff;
}

.testimonial-slider .owl-item img {
  width: auto;
}

.testimonial-image {
  margin-bottom: 20px;
}
.testimonial-image img {
  margin: 0 auto;
  border-radius: 100%;
  height: 80px;
}

/* Testimonial variation 2 */
.testimonial-box-carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: -75px;
}
.testimonial-box-carousel .owl-dots button.owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #C3C3C1;
  margin: 4px;
  border-radius: 50%;
}
.testimonial-box-carousel .owl-dots button.owl-dot.active {
  width: 11px;
  height: 11px;
  background: #362F2D;
}

.tw-testimonial-bg {
  background: #ddd;
  padding-bottom: 150px;
}

.tw-testimonial-box {
  position: relative;
  background: #fff;
  padding: 30px;
}
.tw-testimonial-box .testimonial-meta {
  margin-top: 10px;
  margin-left: 100px;
}
.tw-testimonial-box .testimonial-bg {
  left: 30px;
  right: auto;
  top: 30px;
}
.tw-testimonial-box .testimonial-text {
  margin-top: 40px;
}
.tw-testimonial-box .testimonial-text p {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}
.tw-testimonial-box .testimonial-text i {
  font-size: 25px;
  float: right;
  margin-top: -35px;
}






