.services-row a .card .card-body{
    min-height: 143px;
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 1 !important;
    transition: ease opacity 300ms;
}

form.contact-form select {
    background: #212529;
    border-width: 0 0 1px 0;
    color: #fff;
}

.form-select:focus, .form-select:active{
    box-shadow: none;
}

.service-card img, .blog-card img {
    width: 100%;
    max-height: 186px;
    object-fit: cover;
}

.owl-stage {
    margin: 0 auto;
}

.blog-list-card img{
    width: 100%;
    max-height: 278px;
    object-fit: cover;
}

.blg-main img{
     width: 100%;
    max-height: 587px;
    object-fit: cover;
}
.auto-dismiss {
    animation: fadeOut 0.5s ease-in-out 5s forwards;
}

@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
        height: 0;
        padding: 0;
        margin: 0;
    }
}
