.mlogo{
    height: 100%;
    width: 100%;
}
.mlogo1 {
    height: 100px;
    width: 200px;
}
.mlogo img, .mlogo1 img{
    height: 100%;
    width: 100%;
}
.br-5{
    border-radius: 5px;
}
.features-area p{
    text-align: justify;
}
.choose-us-area {
    padding-bottom: 70px !important;
}
.others-options .default-btn{
    background: #0d4e8e;
}
.text-justify{
    text-align: justify;
}
.services-area ul li{
    color: var(--paragraph);
}
.single-services-card:hover li, .single-services-card.active li {
    color: rgba(255, 255, 255, 0.5450980392);
}

.industries-details-area .i-image{
    height: 500px;
    width: 100%;
}

.industries-details-area img{
    height: 100%;
    width: 80%;
}
.v_h{
    visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-us-area .c-image .shape {
        bottom: 300px !important;
    }
}
.choose-us-area .c-image .shape {
    bottom: 270px !important;
}
.hero-image img{
    border-radius: 10px;
}
.page-banner-area {
    background-image: url(../../assets/images/hero/page-banner.png);
}
.txl ul, .txlh h4{
    text-align: left;
}
.w-100{
    width: 100%;
}

@media (min-width: 991px) {
    .image-s1{
        width: 100%;
        height: 500px;
    }
    .image-s1 img{
        width: 100%;
        height: 100%;
    }
    .image-s1-w{
        height: 300px;
    }
}
