@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .hero_area {
        min-height: auto;
    }

    .hero_area {
        background: linear-gradient( #282b2b, #2e9795,#37474f);
    }

    @media (max-width: 929px) {
        .hero_area {
            min-height: auto;
        }

        .hero_area {
            background: linear-gradient( #282b2b, #2e9795,#37474f);
        }

        @media (max-width: 767px) {
            .hero_area {
                min-height: auto;
            }

            .hero_area {
                background: linear-gradient( #282b2b, #2e9795,#37474f);
            }

                .hero_area .hero_bg_box {
                    display: none;
                }

            @media (max-width: 767px) {
                .logoweb img {
                    width: 70px;
                    height: 70px;
                }

                .header_section .container-fluid {
                    padding-right: 25px;
                    padding-left: 25px;
                    margin-top: -10px;
                }

                @media (max-width: 929px) {
                    .logoweb img {
                        width: 70px;
                        height: 70px;
                    }



                    .slider_section {
                        padding: 45px 0 75px 0;
                    }

                        .slider_section detail-box h2 {
                            color: #ffffff;
                        }
                }

                .custom_nav-container .navbar-nav {
                    padding-top: 15px;
                    align-items: center;
                }


                    .custom_nav-container .navbar-nav .nav-item .nav-link {
                        padding: 5px 25px;
                        margin: 5px 0;
                    }
            }


            @media (max-width: 768px) {
                .about_section .img-box {
                    margin-bottom: 45px;
                }

                .about_section h2 {
                    text-align: center;
                    font-size: 28px;
                }

                .about_section p {
                    text-align: center;
                    font-size: 18px;
                    margin-right: 30px;
                }

                .about_section .detail-box p {
                    text-align: center;
                    font-size: 18px;
                }

                .slider_section .detail-box h2 {
                    color: #ffffff;
                }

                .slider_section .detail-box p {
                }
            }

            @media (max-width: 768px) {
                .service_section h2 {
                    text-align: center;
                    font-size: 28px;
                }

                .service_section .detail-box h5 {
                    text-align: center;
                    font-size: 18px;
                }

                .service_section .detail-box p {
                    text-align: center;
                    font-size: 20px;
                }
            }

            @media (max-width: 576px) {
                .header_section .header_top .contact_nav a span {
                    display: none;
                }

                .slider_section h2 {
                    color: #ffffff;
                }


                .client_section .client_container {
                    width: 100%;
                }

                .client_section .box {
                    margin: 0;
                }

                .owl-nav {
                    display: flex;
                    justify-content: center;
                    margin-top: 45px;
                }

                .client_section .owl-carousel .owl-nav .owl-prev,
                .client_section .owl-carousel .owl-nav .owl-next {
                    position: unset;
                    margin: 0 2.5px;
                }
            }

            @media (max-width: 480px) {
                .slider_section .detail-box h1 {
                    font-size: 2rem;
                }

                .track_section form {
                    flex-direction: column;
                    align-items: flex-start;
                }

                    .track_section form input {
                        width: 100%;
                    }

                    .track_section form button {
                        padding: 10px 60px;
                        margin-top: 10px;
                    }
            }

            @media (max-width: 420px) {
                .service_section .box {
                    flex-direction: column;
                }

                    .service_section .box .img-box {
                        justify-content: flex-start;
                        margin-bottom: 15px;
                    }
            }
        }


        @media (max-width: 376px) {
        }

        @media (min-width: 1200px) {
            .container {
                max-width: 1170px;
            }
        }
    }
}
