@media (max-width: 1120px) {

    .navbar-brand2 img {
        width: 250px;
        height: auto;
    }
    
    .contact_section .col-lg-4.offset-lg-2.col-md-5.offset-md-1 {
        margin-top: 45px;
        margin-bottom: 45px;
        margin-left: -10px;
    }

}

@media (max-width: 992px) {

    .navbar-brand2 img {
        width: 250px;
        height: auto;
    }

    .header_section .call_btn {
        display: none;
    }

    .header_section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
        position: fixed;
        z-index: 1;
        top: 0px;
        background: white;
      }
    
    .header_section .container-fluid2 {
        margin-top: 50px;
      }
    

    .custom_menu-container {
        display: none;
    }

    .custom_heading-container h2 {
        color: #000000;
        font-weight: 754;
        position: relative;
        text-align: inherit;
    }

    .custom_heading-container h2::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 68%;
        right: -18px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #FF4B0E;
        border-radius: 100%;
      }

    .slider_section {
        margin: 0;
    }

    .client_section .client_container {
        flex-direction: column;
    }

    .client_section .client_box.b-2 {
        margin-top: 45px;
    }


    .info_section .col-lg-3 {
        margin: 25px auto;
        text-align: left;
    }

    

    .info_links ul {
        display: grid;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5px;
    }

    .info_contact>div {
        justify-content: center;
    }

    .info_social .social_container {
        justify-content: center;
    }

}


@media (max-width: 768px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding: 75px 0;
    }

    .client_section .carousel-control-prev,
    .client_section .carousel-control-next {
        display: none;
    }

    .contact_section form {
        width: 100%;
    }

    .contact_section button {
        margin: 0px;
        padding: 15px 30px;
    }


    .footer_section p {
        width: 100%;
    }

    .info_section h4 {
        font-weight: bold;
        margin-bottom: 20px;
        text-align: start;
        margin-left: 20px;
    }

    .client_section .client_box {
        margin-left: auto;
        margin-right: auto;
    }

    .slider_section .img-box {
        margin-top: 25px;
    }
}

    .custom_heading-container h2::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 68%;
        right: -18px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #FF4B0E;
        border-radius: 100%;
  }

@media (max-width: 576px) {

    .slider_section .carousel-control-prev,
    .slider_section .carousel-control-next {
        display: none;
    }

    .skill_section .custom_heading-container {
        justify-content: center;
        font-size: 30px;
    }

    

    .slider_section {
        padding: 85px 0;
    }

    .slider_section .detail-box h1 {
        font-size: 2.6em;
    }

    


    .portfolio_section .box {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}