p,li{
    text-align: justify;
}

a{
    color: #df4759;
}

.flickity-button-white .flickity-prev-next-button{
    color:#d8151c;
}

.navbar-brand-img{
    max-height: 4rem;
}
.navbar{
    padding: .3rem;
}

.navbar .brand-company-name{
    font-size: 15px;
    text-transform: uppercase;
    color: #222222;
}

.home-slider .w-100{
    border-radius: 15px;
}
.home-slider img{
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.industry-slider img{
    height: 100px;
    width: 100%;
    object-fit: contain;
    /* object-position: bottom; */
    border-radius: 15px;
}

.flickity-prev-next-button{
    background-color:#d8151c;
}

.why-indiana-section .card{
    height: 17rem;
}

.why-indiana-section .card-body p{
    font-size: 16px;
}

.services-section .card{
    height: 22rem;
}

.products-section .card{
    height: 12rem;
}

.products-section .card-body .p-header{
    font-size: 16px;
    text-align: center;
}

.products-section .card-body .p-content{
    font-size: 15px;
    margin-top: 1rem;
    text-align: center;
}


.mep-services-section .card{
    height: auto;
}

.form-control{
    border: 1px solid #d4d4d4;
}

.footer-logo{
    max-width: 40%;
}

.services-owl-carousel {
    padding-top: 5rem;
}
.services-owl-carousel .item img{
    padding: .5rem;
    border: 1px solid rgb(189, 188, 188);
    width: 150px; /* Adjust width as needed */
    height: 100px; /* Adjust height as needed */
    object-fit: contain; /* Preserve aspect ratio */
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    .navbar-brand-img{
        max-height: 2.5rem;
    }
    .navbar .brand-company-name{
        font-size: 11px;
    }
    .services-owl-carousel{
        padding-top: 2rem;
    }
    .home-slider img{
        height: 200px;
    }
    .why-indiana-section{
        padding-top: 3rem!important;
    }
    .ida-products-cards a{
        font-size: 15px;
        display: block;
    }
    .ps-10{
        padding-left: inherit !important;
    }

    .pe-10{
        padding-right: inherit !important;
    }

    .why-indiana-section .card{
        height: auto;
    }

    .services-section .card{
        height: auto;
    }
    .commitment-quality-section .card{
        height: auto;
    }
    .about-indiana .img-fluid,.about-indiana .img-thumbnail{
        max-width: 60%;
        margin:  0 auto;
    }
    .map-card .card-body{
        padding: 5px;
    }
    .contact-hero-welcome{
        margin-top: 3.5rem;
    }
    .footer-first-wrapper{
        text-align: center;
    }
    .footer-logo{
        max-width: 35% !important;
    }
  }