@media(min-width:991px) {
    #navbar .nav-link:hover {
        color: #3eb7d1;
    }
    #navbar .nav-link:hover::before {
        opacity: 1;
        transform: translateY(0);
    }
    .header-button a:hover {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }
    .know-more a:hover {
        transform: translateY(-15px);
        background: linear-gradient(-90deg, rgba(229, 225, 73, 1) 0%, rgba(62, 183, 209, 1) 100%);
    }
    #navbar.page-header.is-sticky .nav-link:hover {
        color: #3eb7d1;
    }
    .btn-read-more:hover {
        background: #3eb7d1;
        color: #fff;
    }
    .btn-read-more:hover::before {
        top: -40%;
    }
    .header-button .btn-read-more:hover {
        background: #fff;
        color: #1e4393;
    }
    #navbar.page-header.is-sticky .header-button .btn-read-more:hover {
        background: #1e4393;
        color: #fff;
    }
    .product-box:hover .product-img img {
        transform: scale(1.1);
    }
    .product-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 7px 30px rgba(0, 0, 0, 0.5);
    }
    .product-box:hover h6 {
        color: #141414;
    }
    .social-media-platform .social-media-link:hover {
        transform: translateY(-7px);
    }
    .quick-links a:hover {
        color: #3eb7d1;
    }
    .contact-page .btn-read-more:hover {
        background-color: #fff;
        color: #1e4393;
    }
    /* #navbar .dropdown:hover .dropdown-menu {
        display: block;
    } */
    #navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background-color: rgba(62, 183, 209, 0.3);
    }
    .contact-page .contact-details .contact-box:hover {
        transform: translateY(-10px);
    }
}

@media(max-width:1399px) {
    #navbar .navbar {
        padding: 10px 0;
    }
    .page-header {
        top: 10px;
    }
    .logo {
        width: 160px;
    }
    #navbar .nav-link {
        font-size: 18px;
        line-height: 18px;
    }
    #navbar .nav-item {
        padding: 0 15px;
    }
    .btn-read-more,
    .know-more a {
        padding: 16px 28px;
        font-size: 16px;
        line-height: 15px;
    }
    .hero-text h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .hero-text p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
    }
    .page-header.is-sticky .header-block {
        padding: 20px;
    }
    .about-content h1 {
        font-size: 46px;
        line-height: 46px;
        margin-top: 12px;
    }
    .about-content p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }
    .shape {
        width: 400px;
        height: 600px;
    }
    .inner-page-hero-section {
        padding: 160px 0 50px;
    }
    .experience-block {
        width: 155px;
        height: 145px;
    }
    .other-about-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media(max-width:1199px) {
    .logo {
        width: 140px;
    }
    #navbar .nav-link {
        font-size: 16px;
        line-height: 16px;
    }
    .btn-read-more,
    .know-more a {
        padding: 14px 26px;
        font-size: 14px;
        line-height: 13px;
        border-radius: 13px;
    }
    .shape {
        width: 300px;
        height: 500px;
        left: -25px;
        top: -35px;
    }
    .read-more-button {
        margin-top: 30px;
    }
    .custom-padding {
        padding: 70px 0;
    }
    .contact-box .contact-text {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-form {
        padding: 30px;
        border-radius: 13px;
    }
    .form-field .form-control {
        font-size: 14px;
        line-height: 14px;
        padding: 9px 15px;
    }
    .form-field .form-control::placeholder {
        font-size: 12px;
        line-height: 12px;
    }
    .form-field .form-label {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .contact-page .row>[class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 10px;
    }
    .contact-page .row {
        margin: 0 -8px;
    }
    .shape-1,
    .shape-2 {
        width: 500px;
    }
    .contact-icon {
        width: 45px;
        height: 45px;
    }
    .contact-icon svg {
        width: 24px;
        height: 24px;
    }
    .footer-logo img {
        width: 200px;
    }
    .social-media-platform .social-media-link {
        width: 30px;
        height: 30px;
    }
    .social-media-platform .social-media-link img {
        width: 12px;
    }
    .footer {
        padding: 40px 0 20px;
    }
    .go-top {
        width: 45px;
        height: 45px;
    }
    .go-top a i {
        font-size: 20px;
    }
    .preloader .inner .percentage {
        font-size: 60vh;
    }
    .inner-page-hero-section {
        padding: 130px 0 50px;
    }
    .experience-block {
        width: 130px;
        height: 120px;
    }
    .about-content h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .counter-data h5 {
        font-size: 42px;
        line-height: 42px;
    }
    .counter-data p {
        font-size: 16px;
        line-height: 18px;
        margin-top: 7px;
    }
    .why-us-box h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .why-us-box p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }
    .why-us-box {
        padding: 20px 15px 15px;
    }
    .why-us-block {
        margin-top: 50px;
    }
    .inner-page-hero-content h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .breadcrumb {
        margin-top: 15px;
    }
    .contact-map {
        height: 400px;
        margin-top: 40px;
    }
    .contact-page .contact-form {
        margin-top: 40px;
    }
    .make-in-india-logo img {
        width: 90px;
    }
}

@media(max-width:991.98px) {
    #desktop-number {
        display: none;
    }
    #navbar .header-button {
        margin-left: 0;
        margin-right: 15px;
    }
    .navbar .navbar-toggler {
        border: 0;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }
    .navbar .navbar-toggler svg {
        width: 35px;
        height: 35px;
    }
    .page-header.is-sticky .navbar .navbar-toggler svg path {
        fill: #1e4393;
    }
    .navbar .offcanvas {
        background-color: #fff;
        min-height: 100dvh;
    }
    .navbar .offcanvas-header {
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .btn-close-offcanvas {
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        background-color: #1e4393;
        border-radius: 0 0 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .btn-close-offcanvas i {
        font-size: 24px;
        color: #fff;
    }
    #navbar .nav-link {
        display: inline-flex;
        color: #1e4393;
    }
    #navbar .nav-item {
        padding: 15px 0;
    }
    .about-image {
        text-align: center;
    }
    .about-image img {
        border-radius: 13px;
        width: 400px;
    }
    .about-img-container {
        display: inline-block;
    }
    .about-content {
        text-align: center;
        margin-top: 30px;
    }
    .about-section.counter-section .about-content {
        margin-top: 0;
    }
    .about-content .read-more-button a {
        margin: 0 auto;
    }
    .custom-padding {
        padding: 60px 0;
    }
    .product-box {
        height: auto;
        margin-bottom: 30px;
    }
    .clients-logos {
        margin-top: 70px;
    }
    .clients-logos .swiper-slide {
        width: 150px;
    }
    .contact-form {
        margin-top: 50px;
    }
    #navbar.page-header.is-sticky .nav-link {
        color: #1e4393;
    }
    #navbar .nav-item:first-child {
        padding-top: 0;
    }
    .offcanvas-footer {
        padding: 0 16px 16px;
    }
    .offcanvas-footer .contact-icon {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }
    .offcanvas-backdrop {
        background-color: #1e4393;
    }
    .offcanvas-footer .contact-icon svg {
        width: 16px;
        height: 16px;
    }
    .offcanvas-footer .contact-box .contact-text {
        font-size: 11px;
        line-height: 15px;
    }
    .offcanvas-footer .contact-box {
        gap: 10px;
        margin-bottom: 12px;
    }
    .offcanvas-social-media-platform {
        border-top: 1px solid #1e4393;
        margin-top: 20px;
    }
    .offcanvas-social-media-platform .social-media-platform .social-media-link img {
        width: 16px;
    }
    .offcanvas-social-media-platform .social-media-platform {
        margin-top: 10px;
    }
    .preloader .inner .percentage {
        font-size: 35vh;
    }
    .mission-vision-img-block {
        margin-left: 0;
        margin-top: 40px;
    }
    .experience-block {
        width: 220px;
        height: 200px;
    }
    .counter-data h5 {
        font-size: 54px;
        line-height: 54px;
    }
    .counter-data p {
        font-size: 22px;
        line-height: 24px;
        margin-top: 10px;
    }
    #navbar .nav-link.dropdown-toggle {
        display: flex;
        justify-content: space-between;
    }
    #navbar .nav-link.dropdown-toggle::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #navbar .nav-item.dropdown .dropdown-menu {
        margin-top: 7px;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: none;
        border-radius: 6px;
        width: 100%;
        border: 1px solid #446cc1;
    }
    #navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 16px;
    }
    .inner-page-hero-content h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .breadcrumb {
        margin-top: 10px;
    }
    .products-details {
        margin-left: 0;
        margin-top: 20px;
    }
    .products-details h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .products-details h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .products-images {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 30px;
    }
    .products-images img {
        width: 300px;
    }
    .contact-page .contact-details {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-map {
        height: 350px;
        width: 100%;
    }
    .contact-page .contact-form {
        width: 100%;
        margin-top: 0;
    }
    .footer-top {
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer-top .social-media-platform {
        order: 2;
        width: 100%;
    }
    .footer-logo img {
        width: 180px;
    }
    .make-in-india-logo img {
        width: 80px;
    }
    .contact-bottom-section {
        flex-direction: column;
        margin-top: 30px;
    }
    .hero {
        height: 65vh;
    }
}

@media(max-width:767.98px) {
    .about-content h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .footer-logo img {
        width: 180px;
    }
    .footer-link-block {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        padding-top: 20px;
    }
    .custom-padding {
        padding: 50px 0;
    }
    .preloader .inner .percentage {
        font-size: 28vh;
    }
    .experience-block {
        width: 160px;
        height: 150px;
    }
    .counter-data h5 {
        font-size: 44px;
        line-height: 44px;
    }
    .counter-data p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 7px;
    }
    .mission-vision-box {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-bottom: 30px;
    }
    .mission-vision-details {
        width: 100%;
    }
    .mission-vision-icon {
        width: 100%;
        order: -1;
    }
    .mission-vision-icon img {
        width: 150px;
    }
    .section-title h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .why-us-block {
        margin-top: 40px;
    }
    .products-details h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .product-other-details h5 {
        font-size: 20px;
        line-height: 22px;
    }
    .product-other-details ul h4 {
        font-size: 15px;
        line-height: 15px;
    }
    .product-other-details ul li p {
        font-size: 15px;
        line-height: 20px;
    }
    .product-other-details ul li {
        margin-bottom: 15px;
    }
    .product-other-details ul.product-types li {
        font-size: 15px;
        line-height: 15px;
    }
    .product-types li img {
        width: 16px;
    }
    .products-images img {
        width: 240px;
    }
}

@media(max-width:575.98px) {
    .logo {
        width: 140px;
    }
    .page-header {
        top: 5px;
    }
    .btn-read-more,
    .know-more a {
        padding: 12px 15px;
        font-size: 12px;
        line-height: 11px;
        border-radius: 6px;
    }
    .navbar .navbar-toggler svg {
        width: 30px;
        height: 30px;
    }
    .navbar .offcanvas {
        width: 300px;
    }
    .hero-text h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .hero-text p br {
        display: none;
    }
    .hero-text p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        padding: 0 15px;
    }
    .hero-text .know-more {
        margin-top: 20px;
    }
    .about-image img {
        border-radius: 13px;
        width: 290px;
    }
    .shape {
        width: 250px;
        height: 400px;
        left: -20px;
        top: -30px;
        animation: jump-2 3s linear infinite;
    }
    .page-header.is-sticky .header-block {
        padding: 15px;
        border-radius: 0 0 15px 15px;
    }
    .title-label span {
        font-size: 12px;
        line-height: 12px;
    }
    .title-label {
        padding: 8px 18px;
    }
    .about-content h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .about-content p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }
    .read-more-button {
        margin-top: 20px;
    }
    .custom-padding {
        padding: 40px 0;
    }
    @keyframes jump-2 {
        0% {
            webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    .title-block h1 {
        font-size: 34px;
        line-height: 34px;
        margin-top: 12px;
    }
    .product-block {
        margin-top: 30px;
    }
    .product-box h6 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
    }
    .product-box {
        padding: 15px;
        margin-bottom: 15px;
    }
    .clients-logos .swiper-slide {
        width: 75px;
    }
    .clients-logos {
        margin-top: 40px;
    }
    .contact-block {
        margin-top: 40px;
    }
    .contact-icon {
        width: 40px;
        height: 40px;
    }
    .contact-icon svg {
        width: 22px;
        height: 22px;
    }
    .contact-box .contact-text {
        font-size: 14px;
        line-height: 18px;
    }
    .contact-box {
        margin-bottom: 15px;
    }
    .contact-form {
        margin-top: 30px;
        padding: 20px;
    }
    .form-field .form-label {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 8px;
    }
    .form-field .form-control {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 15px;
        min-height: 50px;
        height: 50px;
    }
    .contact-page .read-more-button {
        margin-top: 10px;
    }
    .footer {
        padding: 30px 0 15px;
    }
    .footer-logo img {
        width: 130px;
    }
    .quick-links a {
        font-size: 13px;
        line-height: 13px;
    }
    .footer-link-block p {
        font-size: 12px;
        line-height: 12px;
    }
    .footer-link-block {
        margin-top: 15px;
        padding-top: 15px;
    }
    .go-top {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 20px;
    }
    .go-top a i {
        font-size: 18px;
    }
    .form-field .form-floating>label {
        font-size: 14px;
        line-height: 14px;
    }
    .form-field .form-floating>.form-control:not(:placeholder-shown) {
        padding-top: 26px;
    }
    .form-field textarea.form-control {
        min-height: 90px;
        resize: none;
    }
    .preloader .inner .pre-loader-logo img {
        width: 150px;
    }
    .preloader .inner .percentage {
        font-size: 25vh;
    }
    .inner-page-hero-content h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .breadcrumb {
        margin-top: 4px;
    }
    .inner-page-hero-content .breadcrumb a,
    .inner-page-hero-content .breadcrumb p {
        font-size: 14px;
        line-height: 14px;
    }
    .inner-page-hero-section {
        padding: 100px 0 25px;
    }
    .experience-block {
        width: 105px;
        height: 95px;
        border-radius: 10px;
    }
    .counter-data h5 {
        font-size: 30px;
        line-height: 30px;
    }
    .counter-data p {
        font-size: 14px;
        line-height: 17px;
        margin-top: 3px;
    }
    .mission-vision-img-block {
        margin-top: 24px;
    }
    .other-about-content p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .other-about-content {
        margin-top: 30px;
    }
    .mission-vision-box {
        padding: 20px;
        gap: 24px;
        margin-bottom: 20px;
    }
    .mission-vision-icon img {
        width: 130px;
    }
    .mission-vision-details h6 {
        font-size: 22px;
        line-height: 22px;
    }
    .mission-vision-details ul li img {
        width: 18px;
    }
    .mission-vision-details p {
        font-size: 14px;
        line-height: 20px;
    }
    .mission-vision-details ul li {
        margin-bottom: 10px;
    }
    .mission-vision-icon {
        border-radius: 13px;
    }
    .section-title h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .why-us-block {
        margin-top: 25px;
    }
    .why-us-box h6 br {
        display: none;
    }
    .why-us-block .row>[class*='col'] {
        margin-bottom: 10px;
    }
    .why-us-box {
        padding: 15px;
    }
    .why-us-box p {
        margin-top: 8px;
    }
    .mission-vision-details ul {
        margin-top: 12px;
    }
    .products-details h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .products-details h6 {
        font-size: 15px;
        line-height: 15px;
        margin-top: 7px;
    }
    .products-details p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }
    .product-other-details h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .product-other-details {
        margin-top: 15px;
    }
    .product-other-details ul {
        margin-top: 15px;
    }
    .product-other-details ul h4 {
        font-size: 14px;
        line-height: 14px;
    }
    .product-other-details ul li p {
        font-size: 14px;
        line-height: 18px;
    }
    .product-other-details ul.product-types li:first-of-type {
        margin-top: 15px;
    }
    .product-other-details ul.product-types li {
        font-size: 14px;
        line-height: 14px;
    }
    .products-images img {
        width: 140px;
    }
    .products-images img {
        margin-top: 10px;
    }
    .contact-page .contact-details {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        max-width: 100%;
        box-sizing: border-box;
    }
    .contact-page .contact-details .contact-box.box-1 {
        grid-column: 1 / -1;
    }
    .contact-page .contact-icon svg {
        width: 30px;
        height: 30px;
    }
    .contact-page .contact-details .contact-box {
        border-radius: 13px;
    }
    .contact-map {
        height: 200px;
        margin-top: 30px;
    }
    .contact-map iframe {
        border-radius: 13px;
    }
    .make-in-india-logo img {
        width: 70px;
    }
    .contact-bottom-section {
        gap: 30px;
    }
}