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

.serv-contents .register_btn {
  color: #ff9f5a;
  border: 1px solid #ff9f5a;
  width: 150px;
  padding: 5px 0px;
  background: none;
  transition: 0.5s;
}
.serv-contents .register_btn:hover {
  background-color: #ff9f5a;
  color: white;
}

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

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

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

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

.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;
}

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

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

.owl-sec .owl-img {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .serv-bg {
    padding: 20px 15px !important;
  }
  .modal-content {
    padding: 0px !important;
  }
  .service-image .serv-img {
    padding-right: 35px !important;
  }
  .serv-contact {
    margin: 30px 0;
  }
}
