.top-brands .title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black;
    -webkit-mask-image: linear-gradient(-75deg, rgba(10, 21, 169, 0.6) 50%, #ff7e00 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;

}

.main-menu .navigation>li a:hover {
    background-color: #292929;
    color: white;
    transform: translate(5px, 5px);
}

.top-brands .row img {
    padding: 1rem 1rem;
    border: 6px solid #637383 !important;
    border-radius: 1.25rem !important;
    margin-bottom: 1rem;
}

.top-brands .row {
    margin-bottom: 1rem;
}

.top-brands {
    margin-left: 3rem;
}
.title #our-service-section-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black;
    -webkit-mask-image: linear-gradient(-75deg, rgba(10, 21, 169, 0.6) 50%, #ff7e00 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;

}

/* Our Industries Section  */

.project-section .heading h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black;
    -webkit-mask-image: linear-gradient(-75deg, rgba(10, 21, 169, 0.6) 50%, #ff7e00 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;

}

.project-section .heading p {
    text-align: center;
}

.project-section .row {
    margin: 3rem 0rem;
}

.image-container {
    position: relative;
    /* display: inline-block; */
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 70%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 20px;
    align-items: center;
    justify-content: center;
    /* display: flex; */
    display: none;
    flex-direction: column;
    transition: all 0.5s;
}

.image-container:hover .info {
    display: flex;
}

.cat {
    font-size: 1.3rem;
}

.h3-title {
    font-size: 1.8rem;
    margin: 10px 0 0;
    color: white !important;
}

.project-section .row img {
    width: 100%;
}

/* .project-section .row img {
    width: 100%;
    height: auto; 
} */

/* .owl-theme .owl-dots .owl-dot {
    display: none !important;
} */

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

span[aria-label="Next"] {
    display: none !important;
}

span[aria-label="previous"] {
    display: none !important;
}

/* social-icons  */

.social-icons{
    position: absolute;
    z-index: 99;
}

.websitecallicon {
    position: fixed;
    z-index: 9;
    bottom: 80px;
    left: 25px;
    background-color: #3fc250;
    border-radius: 100%;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.websitecallicon img {
    height: 46px;
}

.whatsappicon {
    position: fixed;
    z-index: 9;
    bottom: 25px;
    left: 25px;
    background-color: #3fc250;
    border-radius: 100%;
    padding: 8px;
}
.whatsappicon img {
    height: 30px;
}

/* footer  */

.footer-industries-img {
    height: 45px;
    width: 60px  !important;
    object-fit: cover;
}
.owl-nav span[aria-label="Previous"] {
    display: none !important;
}
/* media query  */


@media (max-width: 768px) {
    .top-brands {
        margin: 0;
    }
    .top-brands .top-brands-image-section{
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .top-brands .top-brands-image-section-last{
        display: flex;
        justify-content: center;
    }
    /*.logo img {*/
    /*    width: 232%;*/
    /*    height: 139px;*/
    /*}*/
}