@media only screen and (max-width:1699px) {
    .our-products-slide.owl-carousel .owl-nav button.owl-prev {
        left: 92%;
    }
}
@media only screen and (max-width:1599px) {
    .our-products-slide.owl-carousel .owl-nav button.owl-prev {
        left: 91%;
    }
}
@media only screen and (max-width:1499px) {
    .client-box .client-logo-box:hover:after, .client-box .client-logo-box:hover:before{
        width: 310px;
    }
    .nav-menu .nav-item .nav-link {
        font-size: 17px;
    }
    .main-header .logo img {
        max-width: 180px;
    }
    .px-60 {
        padding: 0 50px;
    }
    .main-header .nav-menu {
        gap: 20px;
    }
    .our-products-slide.owl-carousel .owl-nav button.owl-prev {
        left: 90%;
    }
    .row-grid {
        gap: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .client-main-bx {
        grid-template-columns: repeat(3, 1fr);
    }
    .client-box .client-logo-box img {
        max-width: 90px;
    }
    .client-box .client-logo-box:hover:after,
    .client-box .client-logo-box:hover:before {
        width: 300px;
    }
    .lightbox_img_wrap img {
        height: 300px;
    }
    .team-area .item .thumb img {
        height: 420px;
    }
    .breadcrumbs {
        padding: 150px 0 80px;
    }
    .px-60 {
        padding: 0 40px;
    }
    .our-products-slide-content h4 {
        font-size: 17px;
    }
    .transperent-title {
        font-size: 150px;
    }
    .row-grid {
        gap: 60px;
    }
    .counter-bx {
        width: 100%;
    }
    .main-header .logo img {
        max-width: 150px;
    }
    .main-header .nav-menu {
        gap: 15px;
    }
    .nav-menu .nav-item .nav-link {
        font-size: 15px;
    }
    .main-header .nav-menu .nav-item .primary-btn {
        padding: 15px 25px;
    }
    .con-info-bx {
        gap: 15px;
    }
    .contact-info {
        font-size: 18px;
    }
    .con-info-bx .contect-info-box {
        margin-bottom: 25px;
    }
}

@media (max-width: 1366px) {
    .nav-menu {
        gap: 1rem;
    }

    .nav-menu a {
        font-size: 16px;
    }

    .logo img {
        max-width: 216px;
    }

    .hero-banner {
        padding: 140px 0;
    }

    section {
        padding: 70px 0;
    }
h2 {
    font-size: 35px;
}
    .about-section {
        background-position: bottom right 20px;
        background-size: 340px auto;
    }
    .hero-title {
    font-size: 49px;
    font-weight: 900;
    line-height: 1.1;
    font-family: "Rubik", sans-serif;
    max-width: 715px;
}
.team-row {
        grid-template-columns: repeat(4, 1fr);
}
    .about-section .title {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .about-section .trusted-badge {
        width: 140px;
        height: 140px;
    }

    .about-section .trusted-badge strong {
        font-size: 30px;
    }

    .about-section .feature-item span {
        font-size: 22px;
    }

    .contact-section .inner-wrapper {
        gap: 80px;
    }

    .contact-section .inner-wrapper .title {
        font-size: 28px;
    }

    .footer-top {
        margin-bottom: 75px;
        gap: 40px;
    }

    .footer-top .company {
        max-width: 360px;
    }

    .section {
        padding: 70px 0;
    }

    .product-section .title{
        font-size: 35px;
    }

    .product-section .slider-wrapper .slider-item h3{
        font-size: 25px;
    }

    .product-section .slider-wrapper .slider-item{
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .main-nav .logo img {
        max-width: 240px;
    }

    .inquiry-btn {
        padding: 15px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
	
	li.menu-item-has-children ul.sub-menu {
        position: initial;
        top: unset;
        min-width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        opacity: 1;
        visibility: visible;
        transform-origin: top center;
        transform: unset;
        /* transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease; */
        z-index: 99;
        background-color: transparent;
        box-shadow: 0px 10px 60px 0px RGBA(var(--floens-white-rgb, 255, 255, 255), 0.07);
        box-shadow: unset;
        padding: 10px 10px;
        width: 100%;
    }
	.nav-right {
    display: none;
}
    .client-box .client-logo-box:hover:after, .client-box .client-logo-box:hover:before {
        width: 280px;
    }
    .client-box .client-logo-box img {
        max-width: 80px;
    }
    .gallery-bx {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .our-vision-card {
        padding: 20px;
    }
    .breadcrumbs {
        padding: 140px 0 70px;
    }
    .team-row {
        grid-template-columns: repeat(3, 1fr);
    }
    .about-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .team-area .item .thumb img {
        height: 350px;
    }
    .sport-slide {
        grid-template-columns: repeat(3, 1fr);
    }
    /* sidebar */
    .nav-menu .nav-item.dropdown:hover .dropdown-menu {
        box-shadow: unset;
    }
    .nav-menu .nav-item .nav-link {
        color: var(--primary-clr);
        padding: 0;
    }
    .nav-menu .dropdown-menu.show {
        position: initial;
        box-shadow: unset;
    }
    a.dropdown-item.sub-menu-icon {
        display: none;
    }
    .main-header .nav-menu .dropdown-menu .dropdown-submenu-left {
        left: 0;
        width: 100%;
        top: 0;
        display: block;
        box-shadow: unset;
    }
    .mobile .nav-menu {
        gap: 15px;
        align-items: start;
        padding: 25px;
        margin: 5px 0px !important;
        overflow-y: scroll;
    }
    .btn-close {
        display: block !important;
        margin-left: auto;
        padding: 25px;
    }
    .mobile .nav-menu .dropdown-menu.show {
        width: 100%;
        border: 0;
    }
    .mobile .nav-menu a#navbarDropdown {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--primary-clr);
        padding: 10px 0;
    }
    .mobile .nav-menu .nav-item.dropdown {
        width: 100%;
    }
    /*  */
    .our-products-slide.owl-carousel .owl-nav button.owl-prev {
        left: 89%;
    }
    .banner-content p {
        font-size: 20px;
    }
    .banner-content .green-btn {
        margin-top: 30px;
    }
    .banner-content .bg-title {
        font-size: 60px;
    }
    .banner-content .bg-top-title {
        font-size: 70px;
    }
    .banner-content .bg-bold {
        font-size: 100px;
        line-height: 90px;
    }
    .contact-form {
        padding: 20px;
    }
    .contact-us {
        min-height: 650px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 17px;
    }
    .transperent-title {
        font-size: 130px;
        line-height: 126px;
    }
    .feature-img .featured-projects-content {
        bottom: 40px;
        left: 40px;
    }
    .featured-projects-bx .feature-img img {
        min-height: 480px;
    }
    .row-grid {
        gap: 50px;
    }
    .counter-bx {
        gap: 15px;
    }
    .con-info-bx {
        display: unset;
    }
    .product-section .slider-wrapper .slider-item{
        border-bottom-right-radius: 80px;
        border-top-left-radius: 120px;
    }
}



@media only screen and (max-width: 991px) {
    .conatct-info-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;     
    }
    .about-section{
        padding: 70px 0 70px;
    }
    .section-title h2 {
        margin-bottom: 20px;
    }
    .contact-row {     
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .client-box .client-logo-box img {
        max-width: 75px;
    }
    .client-box .client-logo-box:hover:after, .client-box .client-logo-box:hover:before {
        background: unset;
        width: 260px;
        height: 140px;
    }
    .client-box .client-logo-box{
        padding: 15px;
        height: 140px;
    }
    .gallery-bx {
        grid-template-columns: repeat(2, 1fr);
    }
    .pl-50 {
        padding-left: 0;
    }
    .pr-50 {
        padding-right: 0;
    }
    .vision-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .team-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .counter-section .counter-bx {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-list ul li {
        font-size: 17px;
    }
    .breadcrumbs {
        padding: 110px 0 60px;
    }
    .banner-content .bg-title {
        font-size: 58px;
    }
    .banner-content .bg-bold {
        font-size: 78px;
        line-height: 70px;
    }
    .banner-content .bg-top-title {
        font-size: 65px;
    }
    .certificate-bx-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .about-section .row-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .client-bx-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .row-grid {
        gap: 40px;
    }
    .contact-us {
        min-height: 600px;
    }
    .contact-bx h3 {
        font-size: 22px;
    }
    .contact-form h3 {
        font-size: 22px;
    }
    .featured-projects-bx .feature-img img {
        min-height: 420px;
    }
    .our-products-slide.owl-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }
    .our-products-slide.owl-carousel .owl-nav button.owl-prev {
        position: unset;
    }
    .our-products-slide.owl-carousel .owl-nav button.owl-next {
        position: unset;
    }
    .transperent-title {
        font-size: 120px;
        line-height: 116px;
    }
    .common-heading {
        margin-bottom: 35px;
    }
    .about-content h1 {
        font-size: 30px;
    }
    .counter-bx .stat {
        padding: 15px;
    }
    .image-grid .image-row .image {
        height: 220px;
    }
    .image-grid {
        display: grid;
        row-gap: 15px;
    }
    .image-grid .image-row {
        gap: 15px;
    }
    .cta-content {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .cta-title {
        width: 100%;
    }
    .main-nav {
        padding: 15px 0;
    }

    .main-nav .logo {
        margin-right: 15px;
    }

    .menu-toggle {
        display: flex;
    }

    /* .nav-menu {
        display: none;
        position: fixed;
        top: 83px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        padding: 20px 0;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        transform: translate(0, -200%);
    } */

    .nav-menu.active {
        display: flex;
        border-top: 1px solid #ccc;
        transform: translate(0, 0%);
    }

    .nav-right {
        margin-left: auto;
        margin-right: 0;
        display: none;
    }

    .inquiry-btn {
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .inquiry-btn .btn-text {
        display: none;
    }

    .inquiry-btn i {
        display: block;
    }

    .btn-icon {
        display: inline-block;
        margin: 0;
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.2;
    }

    .about-section {
        background-size: 0;
    }

    .about-section .inner-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .about-section .sub-image {
        max-width: 100%;
    }

    .about-section .trusted-badge {
        top: 14%;
        left: 14%;
        display: none;
    }
.about-section .main-image {
    margin-left: 0;
}
    .certificates-section .title {
        font-size: 28px;
    }

    .contact-section {
        background-size: 0;
    }

    .contact-section .inner-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-section .contact-info .btn {
        margin-top: 0;
    }

    footer {
        padding-top: 200px;
    }

    .footer-top {
        flex-direction: column;
        gap: 30px;
    }

    .footer-top .company,
    .footer-top .categories {
        max-width: 100%;
    }

    .footer-top .address {
        max-width: 50%;
    }

    .footer-bottom {
        position: relative;
        z-index: 1;
    }

    .client-review-section .slider-wrapper,
    .product-section .slider-wrapper {
        margin-top: 40px;
    }

    .product-section .slider-wrapper .slick-list {
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
	.hero-slider .slick-slide {
    height: 700px;
}
    .address_blk .padd img{
        max-width: 30px;
    }
    .hero-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .contact-section .inner-wrapper ul {
    padding-left: 0px;
}
    .hero-subtitle {
    font-size: 16px;
}
    .certificates-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .conatct-info-row {
        grid-template-columns: repeat(1, 1fr);          
    }
    .client-main-bx {
        grid-template-columns: repeat(2, 1fr);
    }
    .lightbox_img_wrap img {
        height: 250px;
    }
    .breadcrumbs h1 {
        font-size: 2.3666666666667rem;
    }
    .team-area .item .thumb img {
        height: 300px;
    }
    .about-row {
        gap: 30px;
    }
    .breadcrumbs {
        padding: 100px 0 50px;
    }
    .sport-slide {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .banner-slide.owl-carousel .owl-dots {
        left: 47%;
    }
    .banner {
        height: 90vh;
    }
    .certificate-bx-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .banner-content .bg-title {
        font-size: 48px;
    }
    .banner-content .bg-bold {
        font-size: 58px;
        line-height: 50px;
    }
    .banner-content .bg-top-title {
        font-size: 50px;
    }
    .counter-bx .stat .counter {
        font-size: 35px;
    }
    .copyright-bx {
        flex-direction: column;
        gap: 10px;
    }
    .row-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .certificate-img {
        max-width: 120px;
    }
    .featured-projects-bx .feature-img img {
        height: 380px;
    }
    .transperent-title {
        font-size: 100px;
        line-height: 96px;
    }
}
@media only screen and (max-width: 575px) {
    .client-main-bx {
        grid-template-columns: repeat(1, 1fr);
    }
    .lightbox_img_wrap img {
        height: auto;
    }
    .gallery-bx {
        grid-template-columns: repeat(1, 1fr);
    }
    .project-listing-slide .owl-stage-outer {
        height: auto;
    }
    .our-products-slide.owl-carousel .owl-stage-outer {
        height: auto;
    }
    .product-details-img img {
        height: auto;
    }
    .get-best-quote .primary-btn {
        width: 100%;
    }
    .price-title {
        margin-bottom: 20px;
        gap: 15px;
        flex-direction: column;
    }
    .latest-price {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .btn-box {
        gap: 20px;
        flex-direction: column;
        padding: 10px;
    }
    .btn-box .primary-btn {
        width: 100%;
    }
    .our-products-slide-bx .our-products-slide-content {
        padding: 15px;
    }
    .team-area .info span {
        font-size: 15px;
    }
    .team-area .info h4 {
        font-size: 16px;
    }
    .breadcrumbs h1 {
        font-size: 2.2666666666667rem;
    }
    .team-area .item .thumb img {
        height: auto;
    }
    .counter-section .counter-bx {
        grid-template-columns: repeat(1, 1fr);
    }
    .vision-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .team-row {
        grid-template-columns: repeat(2, 1fr);
    }
    header.main-header .navbar {
        padding: 15px 0;
    }
    .px-60 {
        padding: 0px 30px;
    }
    .banner-slide.owl-carousel .owl-dots {
        left: 46%;
    }
    .primary-btn {
        padding: 20px;
    }
    .green-btn {
        padding: 20px;
    }
    .contect-info-box h4 {
        font-size: 15px;
    }
    .counter-bx .stat .counter {
        font-size: 30px;
    }
    .sub-title {
        font-size: 20px;
    }
    .client-bx-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .featured-projects-bx .feature-img img {
        min-height: auto;
    }
    .feature-img .featured-projects-content p {
        font-size: 14px;
    }
    .feature-img .featured-projects-content {
        bottom: 15px;
        left: 15px;
    }
    .feature-img .featured-projects-content .title {
        font-size: 20px;
    }
    .certificate-bx-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .our-products-btn {
        margin-top: 25px;
    }
    /* .our-products-slide-bx .our-products-slide-img img {
        height: auto;
    } */
    h2 {
        font-size: 35px;
    }
    .transperent-title {
        word-break: break-all;
        font-size: 81px;
        line-height: 76px;
    }
    .sport-slide {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .select-sport-img img {
        width: 100%;
    }
    .hero-banner{
        padding-top: 100px;
    }
    .hero-banner::before{
        top: -25px;
    }

    .about-section .features {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .certificates-wrapper {
        grid-template-columns: repeat(1, 1fr);
        max-width: 350px;
        margin: 60px auto 0;
    }

    .contact-section .inner-wrapper ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contact-section .contact-info .info {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
    }

    .contact-section .contact-info .info:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0;
    }

    .contact-section .contact-info .info:last-child {
        border-bottom: none;
    }


    .contact-section .flex-group {
        flex-direction: column;
        gap: 0px;
    }

    .contact-section .contact-info .btn {
        margin-top: 15px;
    }

    .footer-tree {
        max-width: 250px;
    }

    .footer-top .categories h4,
    .footer-top .address h4 {
        font-size: 20px;
    }

    .footer-top .address{
        max-width: 100%;
    }
}
@media only screen and (max-width: 530px) {
    .banner-content p {
        font-size: 18px;
    }
    .banner-content .bg-title {
        font-size: 40px;
    }
    .banner-content .bg-top-title {
        font-size: 40px;
    }
    .banner-content .bg-bold {
        font-size: 50px;
        line-height: 40px;
    }
    .transperent-title {
        font-size: 40px;
        line-height: 35px;
    }
    .sub-title {
        font-size: 15px;
    }
}
@media only screen and (max-width: 475px) {
    .breadcrumbs h1 {
        font-size: 2.0666666666667rem;
    }
    h2 {
        font-size: 25px;
    }
    .footer-copyright-text {
        text-align: center;
    }
     /* .our-products-slide-bx .our-products-slide-img img {
        height: auto;
    } */
    .team-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-slide.owl-carousel .owl-dots {
        left: 45%;
    }
    .green-btn {
        font-size: 15px;
        padding: 15px;
    }
    .primary-btn {
        font-size: 15px;
        padding: 15px;
    }
    .banner-content p {
        font-size: 15px;
    }
    h2 {
        font-size: 30px;
    }
    .row-grid {
        gap: 30px;
    }
    .image-grid {
        display: unset;
    }
    .image-grid .image-row .image {
        margin-bottom: 20px;
    }
    .image-grid .image-row {
        display: unset;
    }
    .counter-bx {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
@media only screen and (max-width: 430px) {
    .banner-content::before {
        bottom: 200px;
    }
    .banner-content .bg-bold {
        font-size: 42px;
    }
    .banner-content .bg-title {
        font-size: 35px;
    }
}
@media only screen and (max-width: 375px) {
    .banner-content::before {
        bottom: 210px;
    }
    .banner-content .bg-title {
        font-size: 30px;
    }
    .banner-content .bg-top-title {
        font-size: 31px;
    }
    .banner-content .bg-bold {
        font-size: 32px;
        line-height: 32px;
    }
}