/* Serivces Variant 11 css starts here */

.services-variant-v12 .sv12-autoplay{
    position: relative;
    padding: 0 10px;
}

.services-variant-v12 .sv12-autoplay .slick-list{
    overflow: hidden;
}

.services-variant-v12 .sv12-autoplay .slick-list .slick-track{
    display: flex;
}

.services-variant-v12 .prev {
    display: block;
    position: absolute;
    z-index: 1000;
    top:50%;
    left: -15px;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateY(-50%);
    font-size: 40px;
  }
  
  .services-variant-v12 .next {
    display: block;
    position: absolute;
    right: -15px;
    top:50%;
    font-size: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateY(-50%);
    z-index: 1000;
  }

 .services-variant-v12 .sv12-autoplay .slick-dots{
    margin: 20px 0;
    padding: 0px;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
 }

 .services-variant-v12 .sv12-autoplay .slick-dots li{
    display: inline;
    text-align: center;
 }

.services-variant-v12 .sv12-autoplay .slick-dots li  {
      overflow: hidden;
      background-color: transparent;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #FC0000;
      margin: 2px;
      cursor: pointer;
}

.services-variant-v12 .sv12-autoplay .slick-dots li button{
    display: none;
}

.services-variant-v12 .sv12-autoplay .slick-dots .slick-active   {
    background-color: #FC0000;  
}
  

.service-v12-single{
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}

.service-v12-single .image img{
    width: 100%;
    object-fit: contain;
    /* aspect-ratio: 1/1; */
}

.service-v12-single .caption{
    left:0;
    bottom: 5%;
    top: auto;
    right:0;
    z-index: 103;
    padding: 20px;
    transition: all 0.3s ease;
}

.service-v12-single .caption .caption-description{
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
}

.service-v12-single:hover > .caption{
    bottom: 10%;
}

.service-v12-single .caption .extra-info-hover .caption-desc{
   height: 0;
   overflow: hidden;
   transition: height 0.4s ease;
}
.service-v12-single:hover > .caption .extra-info-hover .caption-desc{
    height: 100px;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}


.service-v12-single{
    margin-top: 30px;
}


.service-v12-single .extra-info-hover .caption-icons{
    padding-top: 10px;
}

.service-v12-single .extra-info-hover .caption-icons img{
    width: 45px;
}

.service-v12-single > .background-hover{
    bottom: 0;
    top: 60%;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(0deg,rgba(19,17,32,.7) 0%,rgba(19,17,32,.7) 22.46%,rgba(19,17,32,.5) 70%,rgba(19,17,32,0) 100%);
    transition: all 0.3s ease;
}
.service-v12-single:hover .background-hover{
    top: 20%;
}

.service-v12-single .caption-icons button{
    border-radius: 20px;
    width: 180px;
}

.service-v12-single .caption-icons button:hover .arrow{
    position: relative;
    left: 10px;
}


.service-v12-single .caption-icons .arrow{
    padding-left: 5px;
    left: 0;
    transition: all 0.4s ease-in;
}

.service-v12-single .caption h3,
.service-v12-single .info-text h3 {
    margin: 0 0 10px 0;
}
.service-v12-single .caption p,
.service-v12-single .info-text p {
    margin-bottom: 5px;
}

.service-v12-single .caption-icons .icon-1{
    margin-right: 10px;
}


/* variant 10 css ends here */


/* exclude below */

.large-gap{
    margin : 150px 0;
}