@media (max-width:1024px) {
    .container {
        padding: 0 15px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 0 3px !important;
    }

    .service-card {
        height: 280px !important;
    }
}

@media (max-width:991px) {
    .s-img {
        width: 180px !important;
    }

    .text-stroke {
        font-size: 70px;
    }

    .about-item li {
        font-size: 20px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 10px 3px !important;
        display: inline-block;
    }

    .navbar {
        background: var(--theme-light) !important;
    }

    .header-right {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .service-card {
        height: auto !important;
    }

    .innovation-card {
        height: 245px;
    }

    .ab-img {
        width: 255px !important;
    }

    #counterbox {
        bottom: 50px;
        right: -21px;
        width: 130px;
    }

}

@media (max-width:767px) {
    .logo{
        width: 100px;
    }
    .ab-img {
        width: 200px !important;
    }

    p {
        font-size: 18px !important;
    }

    .about-item li {
        font-size: 18px !important;
    }

    .divider {
        height: 30px;
    }

    .sub-title {
        font-size: 20px !important;
    }

    .hero-content p {
        font-size: 20px !important;
    }

    .text-stroke {
        font-size: 32px;
    }

    .heading-title {
        bottom: -15px;
    }

    .s-img {
        width: 130px !important;
    }

    .video-btn i {
        width: 60px !important;
        height: 60px !important;
        line-height: 60px;
    }

    .video-btn::after, .video-btn::before {
        width: 60px !important;
        height: 60px !important;
    }

    .video-modal .modal-content {
        width: 290px !important;
        height: 200px !important;
    }

    .video-modal iframe {
        width: 290px !important;
    }

    .scrolling-wrapper h2 {
        font-size: 20px !important;
    }

    .innovation-card {
        height: auto !important;
    }

    .copyright {
        font-size: 14px !important;
    }
    .footer-line::after{
        display: none;
    }

}