@media only screen and (max-width:1900px) {


.industrial {
    width: 100%;
    float: left;
    border: #ccc solid 1px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 198px;
}
}

@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
.menu_left {
    padding-left: 106px !important;
}
.industrial {
    width: 100%;
    float: left;
    border: #ccc solid 1px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 220px;
}
.footer_content_list {
    display: inline-block;
    text-align: left;
    width: 92%;
}
 }




@media only screen and (max-width: 979px) {
    .container {
      width: 100%;
        display: block;
        margin: auto;
    }

    .menu {
    padding:20px 0px 0px 0px;
    background: #fff;
    float: right;
    width:100%;
}
header {
    width: 100%;
    float: left;
    padding: 30px 0px 10px;
    border-bottom: #f5f5f5 solid 1px;
}

    .footer_content {
    width: 100%;
    float: left;
    text-align: center;
    border-right:none;
    border-bottom: #ccc solid 1px;
    padding: 35px 0px;
}
.footer_content_list {
        display: inline-block;
        text-align: left;
        width:100%;
    }
    .menu_left {
        padding-left:0px !important;
        padding-top:30px;
    }
    .icon_margin{margin-left:0px;}

}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }
.mid_content h1 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom:10px;
    font-size: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 51px;
    letter-spacing: 3.5px;
    word-spacing: 24px;
}

.what_we_do {
    width: 100%;
    float: left;
    margin-top: 53px;
}
.what_we_do h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size:33px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 51px;
    letter-spacing: 3.5px;
}
.what_we_do {
        width: 100%;
        float: left;
        padding:0px 15px;
        margin-top: 53px;
    }
        .industrial {
        width: 100%;
        float: left;
        border: #ccc solid 1px;
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
        min-height:auto !important;
    }

    .logos_content {
    width: 100%;
    float: left;
    margin-top: 44px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
    font-size: 25px !important;
    margin: -5px 0px 0px 0px !important;
    padding: 4px 7px;
    background: #f0f0f0 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

}

@media only screen and (max-width: 479px) {
    .container {
       width: 100%;
        display: block;
        margin: auto;
    }



}


