@media screen and (max-width: 1367px){
    .project-item img {
        width: 413px;
    }
}


@media screen and (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}

@media screen and (max-width:1000px){
    .desktop-header{
        display: none;
    }
    .mobile-logo
    {
        width: 100px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10000000000;
        top: 0;
        left: 0;
        background-color: #FFF;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav a {
        padding: 12px 22px 12px 22px;
        text-decoration: none;
        font-size: 15px;
        color: #000;
        display: block;
        transition: 0.3s;
        border-bottom: solid 1px #DDD;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    } 
    .mobile-nav{
        position: relative;
    }
    .mobile-nav >li >a{
        display: block;
        padding: 12px 22px;
        border-bottom: solid 1px #DDD;
    }
    .mobile-nav >li >a:hover{
        color: #000 !important;
        text-decoration: none !important;
    }
    .mobile-sub-nav{
        display: block;
        position: absolute;
        background: #F7F8F9;
        border: 1px solid #DDD;
        bottom: -20px;
        width: 99.8%;
        display: none;
    }
    .mobile-nav >li:hover .mobile-sub-nav{
        display: block;
    }
    .closebtn
    {
        padding-right: 8px !important;
        padding-top: 8px !important;
    }
    .mobile-logo-navbar
    {
        width: 150px;
    }
    .sidenav a.closebtn{
        border: none !important;
    }
    .mobile-navbar-icon >i
    {
        font-size: 30px;
        color:#FFF !important;
    }
    #mobileheader
    {
        display: block;
        background-color:#2F302F;
    }
    .carousel-heading
    {
        font-size: 40px;
        line-height: 50px;
    }
    .form-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-form
    {
        top:3%;
    }
    .heading{
        font-size: 40px;
        line-height: 50px;
    }
    .small-heading-process{
        font-size:25px;
    }
    .counter-box
    {
        width:300px;
    }
    .sub-heading-main{
        font-size:16px;
    }
    .footer-heading{
        font-size:25px;
    }
    .nav-link{
        color:#000 !important;
    }
}

@media screen and (max-width:769px){
    .counter-flex
    {
        flex-direction:column;
    }
    .counter-flex .counter-box{
        width:100%;
        margin-bottom:30px;
    }
    .hero-form{
        position:relative;
    }
    .project-item img {
        width: 337px;
    }
}

@media screen and (max-width:500px)
{
    .logo{
        width:60px;
    }
    .form-heading {
        font-size: 25px;
        line-height: 35px;
    }
    .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .promo-para h1, .promo-para h2, .promo-para h3, .promo-para h4, .promo-para h5, .promo-para h6, .promo-para
    {
        font-size:16px !important;
        padding:0px 15px !important;
    }
    .testi-para
    {
        font-size: 20px;
        line-height: 30px;
    }
    .project-item img{
        width: 190px;
    }
}