@media screen and (min-width:1366px) 
{
    .container {
        max-width: 1300px;
    }
}


@media screen and (max-width:1366px) 
{}


@media screen and (max-width:1200px) 
{

}


@media screen and (max-width:1050px) 
{}

@media screen and (max-width:992px) 
{
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    .home_section1 {
        padding: 30px 0;
        text-align: center;
    }
    .header_but
{
    margin-left: 0;
}
.navbar-toggler
{
    padding: 0;
}
.about_section2_box1 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.about_section2_box1 .text_area {
    padding-left: 0;
    margin-top: 15px;
}
.about_section2_box1 .text_area h2 {
    font-size: 20px;
}
}

@media screen and (max-width:850px) 
{
}




@media screen and (max-width:768px) 
{
    footer::after {
        width: 300px;
    }
    footer .top_pannel {
        text-align: center;
    }
    .footer_top_right {
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_top_right .submit_style
    {
        margin-top: 12px;
    }
    .home_banner_section img {
        height: 500px;
    }
    .carousel-caption h5 {
        font-size: 25px;
    }
    .carousel-caption {
        text-align: center;
    }
    .count_section h2 {
        font-size: 30px;
    }
    .count_section p {
        font-size: 16px;
    }
    .count_section .col:nth-child(2)
    {
        border-right: none;
    }

    .about_text_area {
        text-align: center;
        margin-top: 30px;
    }
    .project_details_section1 .text_area {
        margin-top: 15px;
    }
    .expertise_details_section1_left {
        float: left;
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .expertise_details_section1_right {
        float: left;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .contact2
{
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
}


@media screen and (max-width:600px) 
{}



@media screen and (max-width:576px) 
{

}


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


@media screen and (max-width:400px) 
{}