.section--services .card {
    box-shadow: none;
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border: 0;
    padding: 1rem;
}
.section--services .card img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.why_choose_sec p {
    /* font-size: 0.9rem; */
}
.why_choose_sec .card-body img {
    max-width: 75px;
}
.section--related h3 a {
    color: var(--bs-heading-color);
}
.section--related img {
    max-height: 178px;
    width: 100%;
    object-fit: cover;    
}
.section--related .card .card-body p {
    min-height: 120px;
}
.why_choose_sec h4 {
    color: var(--secondary-color);
}
.section--services .carousel-inner .carousel-item > .row {
    background: #fff;
    padding: calc(var(--bs-gutter-x)* 0.5);
}
.section--services .carousel-inner .carousel-item {
    transition: unset;
}
.section--services #service .carousel-inner .carousel-item.active {
    display: block !important;
}
.section--services .carousel-inner .carousel-item > .row > .text-dark {
    padding-left: 2rem;
}
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
    .section--related .card .card-body p {
        min-height: 280px;
    }
	.section--related .card .card-body h3 {
		min-height: 48px;
	}
	.section.section--services .card-body h4 {
		min-height: 65px;
		font-size: 18px !important;
	}
	.section.section--services .card-body p {
		min-height: 265px;
	}
}
@media (min-width: 991px) {
    .serviceBn {
        margin-bottom: 4.5rem;
    }
    .section--services .carousel-inner .carousel-item>.row {
        /* height: 340px; */
    }
}
@media (min-width: 768px) {
    .dart_s h3 {
        min-height: 87px;
    }
    .section--hero.serviceBn .container {
        left: 10%;
        bottom: -14%;
        position: absolute;
    }    
	.section--services .card-body h4 {
		min-height: 58px;
	}
	.section--services .card-body p {
		min-height: 170px;
	}
	.section--services.dart_s .card-body h4 {
		min-height: 87px;
	}
}
@media (max-width: 767px){
    .s_indus #service .row>.col-md-6.text-dark {
        order: 2;
    }
    .s_indus #service .row {
        flex-direction: column;
        display: flex;
        min-height: 625px;
    }
    .s_indus #service .row img {
        margin-bottom: 15px;
    }
}
