.dh-carousel-wrap {
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }


.dh-carousel-content-wrap {
    background: orange;
    padding: 16px 20px 1px;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 280px;
    display: flex;
    flex-wrap: wrap;
}

.dh-carousel-wrap .owl-carousel .item.second-item .dh-carousel-content-wrap{
    background: #A0CCDA;
}

.dh-carousel-wrap .owl-carousel .item.third-item .dh-carousel-content-wrap{
    background: #132BAE;
    color: #F5E565
}
.dh-carousel-content-wrap p {
    font-family: "Outfit", Sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

.dh-carousel-action {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}
.dh-carousel-action img {
    max-width: 89px;
    max-height: 50px;
}
.dh-carousel-action img:last-child{
    max-width: 35px;
    margin-left: auto;
}


.custom-prev img.hover,
.custom-next img.hover {
  display: none;
  transition: .3s all;
}
.custom-prev img.hover{
    transform: rotate(180deg);
    transition: .3s all;
}

.custom-prev:hover img.normal,
.custom-next:hover img.normal {
  display: none;
}

.custom-prev:hover img.hover,
.custom-next:hover img.hover {
  display: inline;
  transition: .3s all;
}

.custom-prev img.hover, .custom-next img.hover {
    max-height: 36px;
    position: relative;
    top: -7px;
    transition: .3s all;
}

.dh-carousel-top {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.left-content-wrap h2 {
    font-size: 56px;
    font-family: "Outfit", Sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.left-content-wrap h2 span {
    font-family: "Playfair Display", Sans-serif;
    font-weight: 400;
    font-style: italic;
}
.left-content-wrap p{
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}

@media screen and ( max-width: 1024px ) {
    .dh-carousel-top {
       display: block; 
    }
}

.dh-carousel-title {
    font-size: 16px;
    font-weight: normal;
    font-family: "Outfit", Sans-serif;
    margin-top: 17px;
    line-height: 24px;
}

li.dh-elementor-nav > ul .elementor{
  width: max-content !important;
  max-width: 1240px !important;
  position: absolute !important;
  border-radius: 12px;
  margin: auto;
  left: 50% !important;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #fff;
  margin-top: 4px;
  border: 1px solid gainsboro;
}
.dh-carousel-top .custom-prev img.normal {
  transform: rotate(180deg);
}
.dh-carousel-content-wrap p span {
  font-size: 30px;
  font-weight: 500;
}