/* services layout one start */
.services-layout-one {
    margin-top: 40px;
}


.services-layout-one .heading-con .box {
    width: 12px;
    height: 12px;
    background: var(--bs-primary);
    display: inline-block;
}

.services-layout-one .heading-con {
    margin-bottom: 30px;
}

.services-layout-one .heading-con p {
    color: var(--bs-secondary);
    margin-bottom: 10px;
}

.services-layout-one .heading-con h2 {
    color: var(--bs-secondary);
}

.services-layout-one__slider .card {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: none;
    padding: var(--services-card-padding);
    height: 100%;
}
.services-layout-one__slider .card:hover .card-body {
    background: var(--bs-primary) !important;
}
.services-layout-one__slider .card .card-body {
    padding: 25px 30px 25px 30px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 24.6%;
    bottom: 50px;
    bottom: 30px;
    z-index: 3;
    color: #fff;
    background: var(--bs-black);
    -webkit-transition: right 0.3s, bottom 0.3s, background-color 0.3s;
    transition: right 0.3s, bottom 0.3s, background-color 0.3s;
}

.services-layout-one__slider .card:hover .card-body {
    bottom: 0;
    right: 0;
}

.services-layout-one__slider .card:hover img {
    filter: unset;
}

.services-layout-one__slider .card:hover .service-btn-sec {
    height: auto;
    opacity: 1;
}

.services-layout-one__slider .card .service-btn-sec {
    height: 0;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.services-layout-one__slider .card img {
    height: 400px;
    object-fit: fill;
    filter: grayscale();
    transition: all 0.3s;
}

.services-layout-one__slider .card .custome-button {
    color: #fff !important;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
}

.services-layout-one__slider .card .custome-button svg {
    stroke: #fff !important;
}

.services-layout-one__slider .card .custome-button::after {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3e%3cpath d='M360-200v-80h264L160-744l56-56 464 464v-264h80v400H360Z'/%3e%3c/svg%3e") !important;
}

.services-layout-one__slider .card .card-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.services-layout-one__slider .read-more-btn {
    text-transform: uppercase;
    text-decoration: none;
}

.services-layout-one__slider .read-more-btn-con {
    position: relative;
    z-index: 9;
}

.services-layout-one__slider .read-more-btn-con:after {
    position: absolute;
    width: 35px;
    height: 35px;
    content: "";
    right: -11px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
}





.services-layout-one__slider .slick-prev {
    left: -4% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}


.services-layout-one__slider .slick-prev:before {
    content: "" !important;
    background-image: var(--services-slick-slide-prev-arrow-bg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

.services-layout-one__slider .slick-next {
    right: -4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.services-layout-one__slider .slick-next:before {
    content: "" !important;
    background-image: var(--services-slick-slide-next-arrow-bg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.services-layout-one__slider .slick-track {
    display: var(--services-slick-slide-height);
}

.services-layout-one__slider.slick-initialized .slick-slide {
    height: inherit;
    padding-block: 30px;
}

.services-layout-one__slider .slick-dots li button,
.services-layout-one__slider .slick-dots li button:before,
.services-layout-one__slider .slick-dots li {
    width: var(--services-slider-dot-width);
    height: var(--services-slider-dot-height);
}

.services-layout-one__slider .slick-dots .slick-active button::before {
    color: var(--services-slider-active-dotcolor);
}

.services-layout-one__slider .slick-dots li button::before {
    color: var(--services-slider-dotcolor);
    opacity: 1;
    font-size: var(--services-slider-dot-size);
}





@media (max-width: 767px) {
    .services-layout-one__slider .card img{
        filter: unset !important;
    }
    .services-layout-one__slider .card .card-body {
    bottom: 0 !important;
    right: 0 !important;
        background: var(--bs-primary) !important;
}
.services-layout-one__slider .card .service-btn-sec {
    height: auto;
    opacity: 1;
}
    .services-layout-one__slider .slick-prev {
        top: 0;
        left: 33% !important;
    }

    .services-layout-one__slider .slick-next {
        top: 0 !important;
        right: 33%;

    }

    .services-layout-one__slider .slick-slider {
        margin-top: 30px;
    }

    .services-layout-one__slider {
        padding: 30px 0px;
    }

    .services-layout-one__slider .slick-initialized.slick-slider {
        margin-left: calc(-1* var(--services-slider-bw-space));
        margin-right: calc(-1* var(--services-slider-bw-space));
    }

    .services-layout-one__slider .slick-initialized.slick-slider .slick-slide {
        margin-left: var(--services-slider-bw-space);
        margin-right: var(--services-slider-bw-space);
    }
    .service-detail-page-sec .servicesListWrap{
        padding-left: 0px !important;
    }
}

/* services layout one end */




@media (max-width : 992px) {
    .heading_sub-heading-con {
        max-width: 100%;
    }
}

/* Service detail page css starts here */
.aboutMain .wpb_single_image .vc_figure{
    overflow: hidden;
    border-radius: 10px;
}
.aboutMain img {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.aboutMain img:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}
.service-detail-page-sec ul li{
    margin-bottom: 15px;
    list-style: none;
}
.service-detail-page-sec .servicesListWrap{
    position: relative;
    padding-left: 1.2rem;
}
.common-row-space > .wpb_column > .vc_column-inner {
    padding-top: 0px !important;
}
.servicesListWrap ul li:before{
    border-radius: 100%;
    background-color: var(--bs-primary);
    width: 10px;
    height: 10px;
    margin-top: .5rem;
    content: " ";
    position: absolute;
    left: 22px;
}
/* Service detail page css ends here */
