/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2024 | 10:31:41 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.carouselForTestimonials:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 300px;
    background-color: #414141;
    left: 30px;
    top: -148px;
    bottom: 0px;
    margin: auto;
}
 .carouselForTestimonials:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 300px;
    background-color: #414141;
    right: 30px;
    top: -148px;
    bottom: 0px;
    margin: auto;
}
 .carouselForTestimonials .owl-item.center {
    position:relative;
     z-index:1;
}
 .carouselForTestimonials .owl-item .item{
    transform:scale(0.8);
     transition:.5s
}
 .carouselForTestimonials .owl-item.center .item{
    transform:scale(1);
}
 .common {
    height: 500px;
    background-color: #575757;
    width: 845px;
    position: relative;
    left: -175px;
}
 .carouselForTestimonials .owl-item.center .common {
    background-color: #414141;
}
 .carouselForTestimonials .owl-item.center .common figcaption{
    opacity:1
}
 .carouselForTestimonials .owl-item .common figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    transition:.5s;
    text-align:left;
    opacity:0;
    background: #FFDB00;
}

.forVideoReviews figcaption {
  background: transparent !important;
}
.carouselForTestimonials .owl-item .common figcaption p {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 10px;
  border-bottom: solid 1px #111;
  padding-bottom: 15px;
}
/*.carouselForTestimonials .owl-item .common figcaption p span {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 0px 15px 1px;
  line-height: 22px;
  font-size: 13px;
  display: inline-grid;
  margin-bottom: 10px;
  margin-right: 5px;
}*/
 .carouselForTestimonials .owl-item .common figcaption h4{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    margin:0px;
    margin-bottom:10px;
}
 .carouselForTestimonials .owl-item .common figcaption h5{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333;
    margin:0px;
}
 .carouselForTestimonials{
    padding:0px 80px
}
 .carouselForTestimonials .owl-item.center .ClientFace {
    position: relative;
    background-size: cover;
    background-position: center;
}
 .carouselForTestimonials .owl-item.center .ClientFace:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .3;
}
 .forVideoReviews h3 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-right: 250px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: solid 1px #979797;
    padding-bottom: 50px
}
 .carouselForTestimonials .owl-item .common.forVideoReviews figcaption h4, .carouselForTestimonials .owl-item .common.forVideoReviews figcaption h5{
    color:#fff
}
 .forVideoReviews h3 a {
    color: #FFDB00;
    position: absolute;
    width: 96px;
    height: 96px;
    border: 2px solid #FFDB00;
    display: flex;
    flex-wrap: wrap;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left:inherit
    cursor: pointer;
}
 .carouselForTestimonials .owl-item.center .ClientFace1{
    background-image: url('../../assets/img/test-main-1.jpg');
}
 .carouselForTestimonials .owl-item.center .ClientFace2{
    background-image: url('../../assets/img/test-main-2.jpg');
}
 .carouselForTestimonials.owl-theme .owl-dots {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 50px!important;
    width: auto;
    margin: 0 auto;
    display: table;
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot{
    outline:none!important;
    border:none!important
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 85px;
    height: 85px;
    transform: scale(0.8);
    margin: 0px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(1) span {
    background-image: url('https://enumdigital.com/services/website-design-company-dubai/assets/img/test-1.jpg');
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(2) span {
    background-image: url('https://enumdigital.com/services/website-design-company-dubai/assets/img/test-2.jpg');
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    background-image: url('https://enumdigital.com/services/website-design-company-dubai/assets/img/test-3.jpg');
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(4) span {
    background-image: url('https://enumdigital.com/services/website-design-company-dubai/assets/img/test-6.jpg');
     position:relative
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(5) span {
    background-image: url('https://enumdigital.com/services/website-design-company-dubai/assets/img/test-4.jpg');
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(6) span {
    background-image: url('https://enumdigital.com/services/website-design-company-dubai/assets/img/test-5.jpg');
}
 .common-cb-sec .carouselForTestimonials.owl-theme .owl-dots .owl-dot span:before {
     background-color:#FFDB00 !important;
}
.carouselForTestimonials .owl-item .common figcaption p::before {
  content: "";
  background-image: url('https://enumdigital.com/services/website-design-company-dubai/assets/img/quote-icon.png');
  background-size: contain;
  max-width: 75px;
  width: 100%;
  height: 75px;
  display: block;
  margin-bottom: 20px;
}
.carouselForTestimonials .owl-item .common figcaption h3::before {
  content: "";
  background-image: url('../../assets/img/quote-icon.png');
  filter: invert(1);
  background-size: contain;
  max-width: 75px;
  width: 100%;
  height: 75px;
  display: block;
  margin-bottom: 20px;
}
/* .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(1) span:before {
    content: "";
    width: 30px;
    height: 30px;
    border: solid 4px var(--white);
    background-color:#FFDB00;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
    color: #000;
    transition:.5s;
    font: normal normal normal 0px/1 FontAwesome;
    content: "▶︎";
    font: normal normal normal 14px/1 FontAwesome;
     width:40px;
     height:40px;
}
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(3) span:before {
    content: "";
    width: 30px;
    height: 30px;
    border: solid 4px var(--white);
    background-color:#FFDB00;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
    color: #000;
    transition:.5s;
    font: normal normal normal 0px/1 FontAwesome;
    content: "▶︎";
    font: normal normal normal 14px/1 FontAwesome;
     width:40px;
     height:40px;
}*/
 .carouselForTestimonials.owl-theme .owl-dots .owl-dot.active span{
    transform:scale(1);
}
 .hiddenryLogs{
    display:none!important
}
 .carouselForTestimonials .owl-item.center .ClientVideo:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}
 .ClientVideo .testi-video-btn {
    z-index: 1;
    right: 8%;
    left: unset;
}
@media(max-width:1199px){
    .enum-testimonial-col {
      width: 100% !important;
    }
    .common {
      height: 580px;
      background-color: #575757;
      width: 633px;
      position: relative;
      left: -95px;
    }
    
    /* .carouselForTestimonials {
        padding: 0px;
    }
     .carouselForTestimonials.owl-carousel .owl-nav button{
        width:50px;
         height:50px
    }
     .carouselForTestimonials.owl-carousel .owl-nav button span {
        display: block;
        color: #fff;
        font-size: 49px;
        width: auto;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        line-height: .9;
        outline:none!important;
    }
     .carouselForTestimonials.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        background-color: #FFDB00;
        position: relative;
        outline:none!important
    }*/
}
 @media(max-width:1024px){
    .common {
        height: 580px;
        background-color: #575757;
        width: 633px;
        position: relative;
        left: -130px;
      }
    }
 @media(max-width:991px){
     .common {
        height: 580px;
        background-color: #575757;
        width: 100%;
        position: relative;
        left: 0px;
      }
      .carouselForTestimonials:before, .carouselForTestimonials:after {
          display: none;
      }
      .carouselForTestimonials {
        padding: 0px 20px;
      }
      .carouselForTestimonials.owl-theme .owl-dots .owl-dot span {
        width: 60px;
        height: 60px;
      }
     /*.owl-carousel .owl-item img.hiddenryLogs {
        margin: auto;
        display: block!important;
        width: 50px;
        height: 50px;
        margin-top: 0px;
        margin-bottom: 12px;
        border-radius: 50%;
    }
     .carouselForTestimonials .owl-item .common figcaption {
        opacity:1;
         text-align:center
    }
     .carouselForTestimonials .owl-item .common figcaption {
        position: relative;
    }
     .carouselForTestimonials .owl-item .common figcaption {
        position: relative;
        padding: 15px;
    }
     .carouselForTestimonials .owl-item .common figcaption p {
        font-size: 18px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        height: 350px;
        overflow: hidden;
    }
     .carouselForTestimonials .owl-item .common figcaption h4 {
        font-size: 20px;
    }
     .carouselForTestimonials .owl-item .common figcaption h5 {
        font-size: 16px;
    }
     .forVideoReviews h3 {
        font-size: 24px;
        padding-right: 55px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        height: 360px;
        overflow: hidden;
        text-align:left;
    }
     .forVideoReviews h3 a {
        color: #fff;
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 18px;
        bottom: inherit;
        top: 25px;
    }
     .carouselForTestimonials.owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
    }
     .carouselForTestimonials.owl-carousel .owl-nav button span {
        font-size: 29px;
    }
     .carouselForTestimonials .owl-item.center .ClientFace4 {
        background-position: center right;
    }*/
}
@media (min-width:1200px) and (max-width:1449px) {
  .enum-testimonial-col {
    width: 94.5% !important;
  }
  .carouselForTestimonials::after {
    right: 31px;
  }
}
@media (min-width:1450px) and (max-width:1600px) {
  .enum-testimonial-col {
    width: 87% !important;
  }
  .carouselForTestimonials::after {
    right: 31px;
  }
}
@media (min-width: 1600px) and (max-width:1919px) {
  .enum-testimonial-col {
    width: 74.5% !important;
  }
}
@media (max-width:575px) {
  .carouselForTestimonials .owl-item .common figcaption p {
    font-size: 16px;
  }
  .common {
    width: 100%;
  }
  .carouselForTestimonials {
    padding: 0px !important;
  }
  .forVideoReviews h3 {
    padding-right: 285px;
    padding-right: 70px;
    font-size: 18px;
  }
  .forVideoReviews h3 a {
    width: 50px;
    height: 50px;
    top: -50px;
  }
  .carouselForTestimonials.owl-theme .owl-dots .owl-dot span {
        width: 50px;
        height: 50px;
      }
  .carouselForTestimonials .owl-item .common figcaption h4 {
    font-size: 22px;
  }
  .carouselForTestimonials .owl-item .common figcaption h5 {
    font-size: 16px;
  }
  .carouselForTestimonials .owl-item.center .ClientFace {
    background-position: right;
  }
}
@media (max-width:480px) {
  .common {
    width: 100%;
    margin: 0 auto;
    height: 650px !important;
  }
  .carouselForTestimonials .owl-item .common figcaption {
    padding: 30px;
  }
}
@media (max-width:400px) {
  .common {
    height: 750px !important;
  }
  .carouselForTestimonials .owl-item .common figcaption {
    padding: 20px;
  }
}