.hoverly-one .img-box {
    position: relative;
    overflow: hidden;
}
.single-item img {
    width: 100%;
}
.hoverly-one .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    align-items: center;
    justify-content: center;
    top: 0px;
    width: 100%;
    display: flex;
    height: 0%;
    background: rgba(0, 0, 0, 0.8);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.hoverly-one:hover .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.main-services-wapper-head .icon-box {
    width: 100%;
    height: 60px;
    background: var(--color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    max-width: 60px;
}
.single-item .icon-box img {
    width: 35px;
    height: auto;
}
.top-bar a, i {
    color: #fff !important;
    font-weight: 400 !important;
}
.single-item .icon-box i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
    transition: all 500ms ease;
}

.scontent_wrap h3 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.scontent_wrap h3 a{
    color: #000;
}
.scontent_wrap h3 a:hover{
    color: var(--color-7);
    transition: all 500ms ease;
}

/*New*/
.home-services {
    position: relative;
    margin-top: -70px;
    z-index: 1;
}
.home-services-wapper figure img {
  max-width: 50px;
}
.home-services-wapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    padding: 50px 30px;
    background-color: #190200;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 100%;
}
.home-services-wapper figure {
  margin: 0;
}
.home-services-content h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
}
.home-services-content p {
  margin: 0;
  color: #bebebe;
  line-height: 1.733;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
}

.home-services-wapper:hover .home-services-content h2, .home-services-wapper:hover .home-services-content p {
  color: #000;
}
.home-services-wapper:hover {
  background: #fff;
}
.home-services-wapper:hover img {
    animation: bounce 0.8s ease-out infinite;
    transition: .3s ease-in-out;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-20%); }
    90% { transform:translateY(0%); }
    99% { transform:translateY(-10%); }
    100% { transform:translateY(0); }
}

.service-read-more {
  display: flex;
  align-items: center;
  justify-content: start;
  width: max-content;
}
.service-read-more:hover {
  background: #000;
  color: var(--color-2);
  border-color: #000;
}   

@media(max-width:1200px){
  .home-services-wapper {
    padding: 30px 20px;
}   
.home-services-content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
}   
}
@media(max-width:992px){
.home-services-wapper {
    padding: 20px 10px;
}
}
@media(max-width:768px){
    .home-services-inner .row {
    row-gap: 30px;
}
}

@media(max-width:575px){
    .home-services {
    margin-top: 0;
    padding: 20px 0px;
}
}