@media(max-width:991px){
 /* Header part here */

 header, .sticky {
    padding: 20px 50px;
    z-index: 1000;
    box-shadow: 0px 0px 2px 1px #ccc;
    background: #ffff;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
    .menu{
        position: fixed;
        top:75px;
        left: -100%;
        display: block;
        padding: 100px 50px;
        text-align:center;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: 0.5s;
        z-index: 999;
        border-top: 1px solid rgba(0,0,0,0.2);

    }

   .menuActive{
    left:0;
    }
    
    header ul li a {
        color: black;
        font-size: 20px;
        margin-bottom: 15px;
    }
 .toggle {
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-align: right;
    float: left;
}
   .toggle i {
    font-size: 25px;
    }

    .active{
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        cursor: pointer;
    }

    .sticky .toggle{
        filter: invert(1);
    }

    section{
        padding: 100px 50px;
    }
    .show{
    display: block;
    }
    .header_top{
        display: none;
    }
    .logo{
    display: block;
    width: 70%;
    float: left;
    text-align: center;
    }

  .logo a {
    color: #000;
    font-size: 22px;
    font-family: raleway;
}
/* Header part end */
header ul li:nth-child(6) a {
    border-radius: 0px 10px 10px 0px;
    background: #fff;
}
header ul li:nth-child(1) a {
    color: black;
    border-radius: 10px 0px 0px 10px;
    background: #fff;
}
header ul li a {
    position: relative;
    display: inline-block;
    margin: 10px 0px;
    text-decoration: none;
    color: #000;
    transition: .3s;
    letter-spacing: .5px;
    font-size: 17px;
    font-weight: bold;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    padding: 6px 29px;
    background: #fff;
}

header ul li a:hover {
    color: #000;
}


section.top_sec {
    display: none;
}
.left_logo {
    width: 80%;
    float: left;
    text-align: left;
    display: block;
}

.right_logo {
    width: 20%;
    float: left;
}
.left_logo img {
    width: 50px;
    float: left;
    display: inline-block;
    margin-right: 8px;
}
.left_logo p {
    font-size: 16px;
    font-weight: 500;
}

.left_logo p span {
    font-size: 12px;
}
.containers {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.footer_txt {
    width: 100%;
    margin: auto;
    color: #fff;
    line-height: 100px;
    font-weight: 500;
    margin-bottom: -40px;
}
.left_home {
    width: 100%;
    float: left;
    margin-bottom: -10px;
}
.right_home {
    width: 100%;
    float: left;
    background: #2a3a5c;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 0px;
}
.left_con_content {
    width: 70%;
    float: left;
    padding: 7px 20px;
}
.list_item {
    overflow: hidden;
    padding: 5px 10px;
}
.home_section {
    overflow: hidden;
}
.FOOTER_DIV {
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 30px;
}

.containers_wrp {
    width: 80%;
    margin: auto;
}
.footer_txt {
    width: 100%;
    margin: auto;
    color: #fff;
    line-height: 100px;
    font-weight: 500;
    margin-bottom: -40px;
    text-align: center;
}
.home_con {
    overflow: hidden;
    margin-bottom: 7px;
    background: #2a3a5c;
    color: #fff;
    height: 260px;
    margin-left: -10px;
}
.about_us {
    color: #2F4668;
    padding: 0px 20px;
    padding-bottom: 70px;
}

.service_box {
    width: 100%;
    float: left;
    background: #2F4668;
    margin: 10px;
    height: 150px;
    color: #fff;
    padding: 5px 5px;
}

.right_services h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: Arial,Helvetica,sans-serif;
}

.right_services p {
    font-size: 15px;
    font-weight: 600;
}
.AREAS_COVERED_CONENT_left {
    width: 101%;
    float: left;
}

.AREAS_COVERED_CONENT_right {
    width: 100%;
    float: left;
    border: 4px solid #e8e7e7;
    position: relative;
}
.contact_from form {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 15px 0px;
}
.contact_from p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
    padding: 0px 20px;
}

.map iframe {
    width: 100%;
}
.Need_building_after {
    background: #f79d02;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    box-shadow: -1px 3px 2px 2px #ccc;
    display: block;
}
.Need_building_after h3 {
    font-size: 25px;
    padding: 0px 75px;
}

.Need_building_after p {margin: 0px;font-size: 17px;font-weight: 300;}

.Need_building_after span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-family: cursive;
}



/* respomsive */
}


@media(max-width:500px){
.left_logo p {
    font-size: 14px;
    font-weight: 500;
}

.left_logo p span {
    font-size: 10px;
}
.map {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.footer_txt {
    width: 100%;
    margin: auto;
    color: #fff;
    font-weight: 500;
    margin-bottom: -40px;
    text-align: center;
    font-size: 14px;
}
.left_con_content h2 {
    font-size: 20px;
}
.left_con_content p {
    font-size: 15px;
}
.left_con_content button {
    float: right;
    padding: 5px 18px;
    border: none;
    border-radius: 5px;
    background: #f79d02;
    display: block;
    margin: 6px â€‹12px 0px 0px;
}
.left_con_content p {
    font-size: 14px;
}

}

@media(max-width:450px){

.left_logo p span {
    font-size: 10px;
    display: none;
}
.map {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.footer_txt {
    width: 100%;
    margin: auto;
    color: #fff;
    font-weight: 500;
    margin-bottom: -40px;
    text-align: center;
    font-size: 14px;
}
.left_con_content h2 {
    font-size: 20px;
}
.left_con_content p {
    font-size: 15px;
}
.left_con_content button {
    float: right;
    padding: 5px 18px;
    border: none;
    border-radius: 5px;
    background: #f79d02;
    display: block;
    margin: 6px â€‹12px 0px 0px;
    display: none;
}
.left_con_content p {
    font-size: 14px;
}

}