.dh-casestudy-area .dh-section-title {
    margin-bottom: 47px;
}
.dh-casestudy-area {
  /*background: var(--bg-color);*/
  /*padding: 113px 0 112px;*/
}
.dh-casestudy-thumb {
  position: relative;
}
.dh-casestudy-thumb img {
  width: 100%;
}
.dh-casestudy-content {
  position: absolute;
  bottom: -70px;
  right: 50%;
  background: var(--color-primary);
  width: 69%;
  padding: 25px;
  border-radius: 10px;
  transform: translateY(-50%);
  margin: auto;
  left: 87px;
  transition: .5s;
  opacity: 0;
}
.dh-casestudy-content-box {
  position: relative;
}
.dh-casestudy-title h3 a {
  font-size: 20px;
  font-weight: 700;
  /*color: var(--color-second);*/
      color: #fff;
  display: inline-block;
  margin-right: 42px;
}
.dh-casestudy-description p {
  font-size: 16px;
  padding-top: 9px;
  color: #d1cece;
  margin-right: 42px;
  display: none;
}
.dh-casestudy-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(24px, -50%);
}
.dh-casestudy-icon i {
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 22px;
  display: inline-block;
}
.dh-casestudy-area .owl-dots {
  text-align: center;
  padding-top: 49px;
}
.dh-casestudy-area .owl-dot {
  width: 15px;
  height: 15px;
  background: #b7b6c0;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
}
.dh-casestudy-area .owl-dot.active {
  background: var(--color-primary);
}
.dh-casestudy-thumb:hover .dh-casestudy-content {
  opacity: 1;
  bottom: 76px;
}

.dh-casestudy-area .dh-section-title {
  margin-bottom: 60px;
}
.dh-casestudy-area .dh-section-title.upper {
  margin: 0 0 25px;
}

.dh-casestudy-area .dh-section-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dh-casestudy-area .dh-section-sub-title::before {
  position: static;
  content: "";
  height: 2px;
  width: 64px;
  border-radius: unset;
  border: unset;
  margin: 0 0.5em;
  background: var(--color-primary);
}
.dh-casestudy-area .dh-section-sub-title::after {
  position: static;
  content: "";
  height: 2px;
  width: 64px;
  border-radius: unset;
  border: unset;
  margin: 0 0.5em;
  background: var(--color-primary);
}
.dh-casestudy-area .dh-section-sub-title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-primary);
  position: static;
  margin-bottom: 0;
}
.dh-casestudy-area .dh-section-sub-title h4::before {
  position: static;
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 0.6em;
  border: 2px solid;
  border-radius: 50%;
  color: var(--color-primary);
}
.dh-casestudy-area .dh-section-sub-title h4::after {
  position: static;
  content: "";
  height: 15px;
  width: 15px;
  margin-left: 0.6em;
  border: 2px solid;
  border-radius: 50%;
  color: var(--color-primary);
}

.dh-casestudy-area .dh-section-title-description p {
  font-size: 16px;
  font-weight: 400;
  padding: 24px 0 5px;
  width: 99%;
}

.dh-casestudy-area .dh-section-main-title h2 {
  width: 615px;
  margin: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}
.dh-single-casestudy-box {
  margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dh-casestudy-thumb:hover .dh-casestudy-content {
    bottom: 77px;
  }
}

@media (min-width: 1170px) and (max-width: 1199px) {
  .dh-casestudy-thumb:hover .dh-casestudy-content {
    bottom: 40px;
  }
  
  .dh-casestudy-content {
    left: 69px;
  }
  
  .dh-casestudy-icon {
    right: 23px;
    transform: translate(23px, -50%);
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dh-casestudy-area .dh-section-title h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .dh-casestudy-thumb:hover .dh-casestudy-content {
    opacity: 1;
    bottom: 36px;
  }
  .dh-casestudy-content {
    left: 69px;
  }
  .dh-casestudy-detail-info-text span {
    font-size: 17px;
  }
  .dh-casestudy-area .dh-conuter-content {
    padding: 70px 11px 41px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dh-casestudy-area .dh-section-title-description p {
    font-size: 17px;
    padding: 5px 0 9px;
  }
  .dh-casestudy-area .dh-section-sub-title h4 {
    font-size: 19px;
  }
  .dh-casestudy-area {
    /* padding: 64px 0 62px; */
  }
  .dh-casestudy-content {
    left: 49px;
  }
  .dh-casestudy-thumb:hover .dh-casestudy-content {
    bottom: 6px;
    display: none;
  }
  .dh-casestudy-icon {
    right: 17px;
    transform: translate(17px, -50%);
  }
  .dh-casestudy-title h3 {
    font-size: 18px;
    margin-right: 37px;
  }
  .dh-casestudy-description p {
    font-size: 18px;
    margin-right: 37px;
  }
  .dh-casestudy-icon i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .dh-casestudy-title-box h2 {
    font-size: 30px;
  }
  .dh-casestudy-title-box2 {
    padding: 0;
  }
  .dh-casestudy-detail-info-text span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dh-casestudy-area .dh-section-main-title h2 {
    width: 80%;
    font-size: 33px;
    line-height: 43px;
  }
  .dh-casestudy-area {
    padding: 65px 0 62px;
  }
  .dh-casestudy-thumb:hover .dh-casestudy-content {
    bottom: 66px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-casestudy-area .dh-section-sub-title::before {
    width: 57px;
  }
  .dh-casestudy-area .dh-section-sub-title::after {
    height: 13px;
    width: 13px;
  }
  .dh-casestudy-area .dh-section-sub-title::before {
    width: 57px;
  }
  .dh-casestudy-area .dh-section-sub-title::after {
    height: 13px;
    width: 13px;
  }
  .dh-casestudy-area .dh-section-main-title h2 {
    width: 80%;
    font-size: 29px;
    line-height: 39px;
  }
  .dh-casestudy-area {
    padding: 63px 0 64px;
  }
  .dh-casestudy-title-box h2 {
    font-size: 38px;
  }
  .dh-casestudy-title-box2 h3 {
      font-size: 20px;
  }
  .dh-casestudy-area .dh-section-sub-title::before {
    width: 57px;
  }
  .dh-casestudy-area .dh-section-sub-title::after {
    height: 13px;
    width: 13px;
  }
  .dh-casestudy-thumb:hover .dh-casestudy-content {
    bottom: 42px;
  }
  .dh-casestudy-content {
    left: 70px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dh-casestudy-area .dh-section-sub-title h4 {
    font-size: 15px;
  }
  .dh-casestudy-area .dh-section-main-title h2 {
    width: 80%;
    font-size: 21px;
    line-height: 30px;
  }
  .dh-casestudy-area .dh-section-sub-title::before {
    height: 2px;
    width: 46px;
    top: 8px;
    left: -194px;
  }
  .dh-casestudy-area .dh-section-sub-title::after {
    height: 13px;
    width: 13px;
    left: -120px;
    top: 2px;
  }
  .dh-casestudy-area .dh-section-title {
    margin-bottom: 35px;
  }
  .dh-casestudy-area {
    /* padding: 62px 0 63px; */
  }
  .dh-casestudy-content {
    width: 71%;
  }
  .dh-casestudy-content {
    padding: 17px 15px 10px;
  }
  .dh-casestudy-title h3 a {
    font-size: 18px;
    line-height: 25px;
  }
  .dh-casestudy-title h3 {
    font-size: 13px;
    margin-right: 32px;
  }
  .dh-casestudy-description p {
    font-size: 15px;
    line-height: 15px;
    margin-right: 32px;
  }
  .dh-casestudy-icon i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 6px -5px 0 0;
  }
  .dh-casestudy-thumb:hover .dh-casestudy-content {
    bottom: 0;
  }
}

