.owl-theme .owl-controls .owl-page span {
    width: 70px;
    height: 12px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    background: white;
    transition: all 0.3s ease;
  }
  
  .owl-theme .owl-controls .owl-page.active span {
    background-color: #06c;
  }
  
  .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: #06c;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    font-size: 0;
  }
  
  .owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1;
  }
  
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
  }
  
  .owl-theme .owl-controls .owl-buttons .owl-prev:after {
    border-top: none;
    border-right: none;
    margin-right: 20px;
  }
  
  .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
  }
  
  .owl-theme .owl-controls .owl-buttons .owl-next:after {
    border-bottom: none;
    border-left: none;
    margin-left: 20px;
  }
  
  .owl-theme .owl-controls .owl-buttons > div:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: transparent;
    left: 0%;
    top: 0%;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 2px solid white;
    transform: rotate(45deg);
  }
  
  .carousel-slider .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }


  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
  }
  
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  
  .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-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    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-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  
  .owl-carousel.owl-loaded {
    display: block;
  }
  
  .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 {
    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;
  }
  
  .no-js .owl-carousel {
    display: block;
  }

  .owl-carousel .animated {
    animation-duration: 1000ms;
    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;
  }


  .it-carousel-wrapper {
    margin: 0 auto;
  }

  .it-carousel-wrapper .it-special-card h5.card-title {
    margin-bottom: 0;
  }
  
  .it-carousel-wrapper .it-header-block h2 {
    font-size: 1.75rem;
    border-bottom: 1px solid #d9dadb;
    padding-bottom: 8px;
    margin-bottom: 0;
    letter-spacing: unset;
  }
  
  .it-carousel-wrapper .owl-stage-outer {
    padding-top: 24px;
    padding-bottom: 0;
  }
  
  .it-carousel-wrapper .card-wrapper {
    padding-bottom: 16px;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
    position: relative;
    display: block;
    position: relative;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
    border-right: none;
    margin-right: 0;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
    display: none;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature {
    float: left;
    margin-bottom: 0;
    width: 60%;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
    float: right;
    position: inherit;
    bottom: inherit;
    margin-bottom: 0;
    width: 35%;
    justify-content: flex-end;
    line-height: 21px;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
    margin: 0 auto;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
    padding: 0 24px;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage {
    left: unset;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage {
    left: -40px;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-stage {
    left: unset;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-dots {
    text-align: center;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage {
    left: -16px;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .card.card-img {
    margin-left: 0;
    margin-right: 0;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .card.card-bg {
    margin-left: 0;
    margin-right: 0;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer {
    border-right: none;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage {
    left: -16px;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-dots {
    text-align: center;
    margin-top: 0;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots {
    text-align: center;
    margin-top: 16px;
    margin-left: 38px;
    margin-right: 38px;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-dots {
    text-align: center;
  }
  
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .it-img-card .owl-stage {
    left: -16px;
  }
  
  .it-carousel-wrapper .owl-dots {
    text-align: center;
  }
  
  .it-carousel-wrapper .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #0059b3;
    display: inline-block;
    opacity: 0.3;
    transition: all 0.3s;
    border-radius: 50px;
    margin: 0 8px;
  }
  
  .it-carousel-wrapper .owl-dots .owl-dot.active {
    opacity: 1;
  }
  
  @media (min-width: 768px) {
    .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer {
      border-right: 3px solid #fff;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage {
      left: -16px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage {
      left: unset;
    }
  }
  
  @media (min-width: 992px) {
    .it-carousel-wrapper.it-carousel-landscape-abstract {
      max-width: 960px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage {
      display: flex;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item {
      display: flex;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item .it-single-slide-wrapper {
      height: 100%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper {
      display: flex;
      flex-basis: 100%;
      width: 100%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
      flex-basis: 50%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a .img-responsive-wrapper .img-responsive {
      padding-bottom: inherit;
      position: absolute;
      width: 100%;
      height: 100%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
      flex-basis: 50%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
      border-right: none;
      margin-right: 0;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
      display: none;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body {
      padding-left: 48px;
      padding-bottom: 48px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature {
      float: left;
      width: 60%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
      float: right;
      position: inherit;
      bottom: inherit;
      margin-bottom: 0;
      width: 35%;
      justify-content: flex-end;
      line-height: 26px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
      position: absolute;
      left: 50%;
      margin-left: 40px;
      right: 0;
      bottom: 5px;
      text-align: left;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
      max-width: 960px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
      max-width: unset;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
      padding: 0 12px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage-outer {
      border-right: 1px solid #fff;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage {
      left: inherit;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage {
      left: unset;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer {
      border-right: none;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots {
      text-align: left;
      margin-left: 16px;
      margin-right: 16px;
    }
  }
  
  @media (min-width: 1200px) {
    .it-carousel-wrapper.it-carousel-landscape-abstract {
      max-width: 1184px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
      max-width: 1184px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
      max-width: unset;
    }
  }