/* ============================= */
/* RESPONSIVE MEDIA QUERIES CSS */
/* ============================= */

/* Large Desktop */
@media (min-width: 1400px) {

}

/* Desktop */
@media (max-width: 1399px) {

}

/* Laptop */
@media (max-width: 1199px) {

}

/* Tablet */
@media (max-width: 991px) {

}

/* Large Mobile */
@media (max-width: 767px) {
     .industry-image img {
    width: 24px;
}
    .industry-image {
    width: 40px;
    height: 40px;
    min-width: 38px;
}
    .industry-card h4 {
        font-size: 14px;
    }
    .ux-btn-secondary {
    justify-content: center;
    padding: 5px 5px 5px 20px;
    width: fit-content;
}
    .banner-content p{
    width: 100%;
}
    .banner-content {
    width: 100%;
    padding: 0 20px;
}
    .banner-content h2 {
    width: 100%;
}
    .navbar .nav-link:hover::after, .navbar .nav-link.active::after {
    width: 100% ;
}
    .connect-section {
        background: rgb(251, 251, 251);
        text-align: center;
        padding: 30px 0px 40px;
    }
    .ux-growth-label {
        font-size: 14px;
    }
    .ux-hero-actions {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .ux-project-subtitle {
        font-size: 14px;
        width: 100%;
    }
    .ux-project-title {
        font-size: 25px;
    }
    .linkedup-contact-info-card {
        margin-bottom: 20px;
    }
    .arm-team-image img {
        width: 100%;
        object-fit: contain;
        height: 440px;
        border-radius: 10px;
    }
    .arm-division-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .arm-vision-card {
        border-radius: 14px;
        padding: 25px;
        height: 100%;
    }
    .arm-about-content p {
        font-size: 14px;
        width: 100%;
    }
    .arm-about-content h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .main-header  {
        background-color: black;
    }
  
    .industry-card {
        min-height: 20px;
        width: 100%;
        min-width: 100%;
        padding: 11px 6px;
    }
    
    .footer-copy {
        flex: 1 1 0%;
        text-align: left;
        padding-top: 20px;
    }
    .footer-bottom {
        display: block;
    }
    .explore-content h3 {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
        color: rgb(15, 139, 109);
        margin-bottom: 5px;
    }
    .explore-image {
        height: 330px;
        overflow: hidden;
        position: relative;
    }
    .case-image img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: 0.6s;
    }
    .feature-item {
        padding-bottom: 45px;
    }
    .feature-content h4 {
        font-size: 17px;
    }
    .feature-list {
        position: relative;
        padding-top: 30px;
        padding-left: 0;
    }
    .why-left-sticky h2 {
        width: 100%;
    }
    .about-image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        transition: 0.6s;
    }
    .about-heading h2 span {
        color: rgb(143, 136, 136);
        line-height: 33px;
    }
    h2 {
    font-size: 24px;
    line-height: 34px !important;
    font-weight: 600;
}
    .hero-section {
    position: relative;
    min-height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 120px 0px 60px;
}
    .hero-content h1 {font-size: 33px;line-height: 41px;}
    .hero-para {
    font-size: 14px;
}
}

/* Mobile */
@media (max-width: 575px) {

}

/* Small Mobile */
@media (max-width: 480px) {

}