/*Extra small devices xs (portrait phones, less than 576px)*/
@media (max-width: 575px) { 

    .form input {
        padding: 7px 12px;
        width: 100%;
        margin: 5px 0;
    }
    .form input[type=submit] {
        margin-top: 25px;
    }
    h2.get_in_touch_text {
        font-size: 24px;
    }
    .welcome h1 {
        font-size: 50px;       
    }
    .form h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .form h3 {
        font-size: 20px;
        line-height: 34px;
    }
    .form {
        padding: 45px;
    }
    .single_footer.footer_left h2 {
        font-size: 22px;
    }
    .single_footer.footer_left ul li {
        font-size: 14px;
    }
    .single_footer.footer_left ul li img {
        width: 22px;
    }
    .why_choose_area h2 {
        font-size: 30px;
    }
    .single_portfolio_hover img {
        width: 80px;
    }
    .single_portfolio_hover {
        margin-left: -40px;
        margin-top: -40px;
    }
    button.navbar-toggler {
        background: #fff;
        margin-top: 15px;
    }
    
    ul.navbar-nav.justify-content-center {
        background: #000;
        z-index: 999;
        position: relative;
        margin-top: 10px;
    }

 }




/* Small devices sm (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
    
    .form input {
        padding: 7px 12px;
    }
    .form input[type=submit] {
        margin-top: 25px;
    }
    h2.get_in_touch_text {
        font-size: 24px;
    }
    .welcome h1 {
        font-size: 50px;       
    }
    .form h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .form h3 {
        font-size: 20px;
        line-height: 34px;
    }
    .form {
        padding: 45px;
    }
    .single_footer.footer_left h2 {
        font-size: 22px;
    }
    .single_footer.footer_left ul li {
        font-size: 14px;
    }
    .single_footer.footer_left ul li img {
        width: 22px;
    }
    .why_choose_area h2 {
        font-size: 30px;
    }
    button.navbar-toggler {
        background: #fff;
        margin-top: 15px;
    }
    
    ul.navbar-nav.justify-content-center {
        background: #000;
        z-index: 999;
        position: relative;
        margin-top: 10px;
    }

 }




/* Medium devices md (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 

    .form input {
        padding: 7px 12px;
    }
    .form input[type=submit] {
        margin-top: 25px;
    }
    h2.get_in_touch_text {
        font-size: 30px;
    }
    .welcome h1 {
        font-size: 50px;       
    }
    .form h3 {
        font-size: 24px;
        line-height: 34px;
    }
    button.navbar-toggler {
        background: #fff;
        margin-top: 15px;
    }
    
    ul.navbar-nav.justify-content-center {
        background: #000;
        z-index: 999;
        position: relative;
        margin-top: 10px;
    }

}

/* Large devices lg (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 



   


 }



/* Extra large devices xl (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  

}