.serv-contents ul {
  padding: 0;
}
.serv-contents li {
  list-style: none;
  position: relative;
  padding-left: 0px;
  margin-bottom: 15px;
}
.serv-contents li img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.connect_btn {
  color: #FFf;
  border: none;
  width: 125px;
  padding: 10px 0px;
  background: #1B0A10;
  font-size: 15px;
  transition: 0.5s;
  margin-top: 20px;
}

.connect_btn:hover {
  background-color: #FF9F5A;
  color: white;
}

.serv-contact {
  margin: 50px 0;
}
.serv-contact .serv-bg {
  background-color: #32171F;
  border-radius: 15px;
  text-align: center;
  padding: 40px 20px;
}

.related-services {
  margin: 50px 0;
}
.related-services h4 {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 57px;
  margin-top: 10px;
}

.inner {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
  font-size: 18px;
  color: #FF9F5A;
}

.image {
  position: relative;
  width: 100%;
}

.image img {
  width: 100%;
}

.image:hover .inner {
  opacity: 1;
  z-index: 999;
}

.gradient {
  background: linear-gradient(175.28deg, rgba(0, 0, 0, 0.57) 96.19%, rgba(0, 0, 0, 0.57) 96.19%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.image:hover .gradient {
  opacity: 1;
}

.cvn-play {
  color: #FF9F5A;
  text-decoration: none;
  transition: 0.5s;
}
.cvn-play img {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 10px;
}
.cvn-play:hover {
  padding-left: 10px;
  color: #FF9F5A;
}

a.cvn-play {
  display: flex;
}

.serv-box {
  padding: 20px;
}
.serv-box h3 {
  margin-top: 10px;
  font-size: 25px;
}

@media screen and (max-width: 1600px) {
  .owl-sec h4 {
    font-size: 21px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .serv-bg {
    padding: 20px 15px !important;
  }
  .service-image .serv-img {
    padding-right: 20px !important;
    padding-bottom: 15px !important;
    max-width: 100%;
  }
  .serv-contact {
    margin-top: 0;
  }
}
