@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


@font-face {

    font-family: open_reg;
    src: url('../fonts/open_reg.ttf');

}

@font-face {

    font-family: open_extra;
    src: url('../fonts/open_extra.ttf');

}


@font-face {

    font-family: open_semi;
    src: url('../fonts/open_semi.ttf');

}


@font-face {

    font-family: open_bold;
    src: url('../fonts/open_bold.ttf');

}


.open_bold {
    font-family: open_bold;
}


.open_semi {
    font-family: open_semi;
}


.open_extra {
    font-family: open_extra;
}


.open_reg {
    font-family: open_reg;
}


.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#div1 {
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

body{
    overflow-x: hidden;
}
.pos_rel{
    position:relative;
}
#go_to_top {
    bottom: 20px;
    z-index: 23;
    position: fixed;
    left: 20px;
    display: none;
    z-index: 1000;
}
#go_to_top a {
    padding: 10px;
    text-align: center;
    background: #fff;
    padding-top: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #215b9c;
    float: left;
    display: inline-block;
}
#go_to_top img {
    border: none;
    float: left;
    display: inline-block;
}
.theme_arrow .owl-nav{
    position: absolute;;
    bottom: 20px;
    left:0;
    width:100%;
    padding-left: 5%;
}
.theme_arrow .owl-prev,
.theme_arrow .owl-next{
    float:none;
    display:inline-block;
}
.theme_arrow .owl-next{
    margin-left:20px;
}
.form_message_wrap{
    color:#000;
}
.form_message_wrap.white{
    color:#fff;
}
.quick_inquiry_wrap input.input_error{
    background:#f4b6b6;
}
.form_message_wrap{
    margin-top:20px;
}
.abs_anchor{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* Mobile Layout: 480px and below. */
/* Mobile Layout: 480px and below. */
@media only screen and (max-width: 481px) {
    .gridContainer {
        margin: 0 auto;

        width: 95.45%;
        padding-left: 2.275%;
        padding-right: 2.275%;
        clear: none;
        float: none;
    }

    #div1 {
    }

    .zeroMargin_mobile {
        margin-left: 0;
    }

    .hide_mobile {
        display: none;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }




    /*Top Menu Wrap Starts*/


    .top_menu_wrap
    {
        position: absolute;width: 100%;top: 0;left: 0;z-index: 999;padding-top: 40px;

    }

    .top_menu_wrap svg
    {
        width:180px;
    }

    .top_menu_wrap .logo_wrap
    {
        width: 15%;display: inline-block;
        float: left;
    }

    .menu_bar_wrap .close_txt{
        display:none;
    }
    .menu_bar_wrap.active .opn_txt{
        display:none;
    }
    .menu_bar_wrap.active .close_txt{
        display:inline-block;
    }

    .top_menu_wrap .menu_wrap
    {
        display: none;width: 100%;float: right;
        position: fixed;;
        top:0;
        left:0;
        height:100%;
        background:#000;
        z-index: 100;
        padding-bottom:100px;
        padding-top: 50px;
        text-align: center;
    }

    .top_menu_wrap .menu_wrap ul
    {
        display: inline-block;margin: 0;padding: 0;float: left;
        width:100%;margin-top:50px;
    }


    .top_menu_wrap .menu_wrap ul li
    {
        display: inline-block;margin: 0;padding: 0;float: left;margin-top: 10px;position: relative;
        width:100%;
    }

    .top_menu_wrap .menu_wrap ul li:hover:before , .top_menu_wrap .menu_wrap ul li.active:before
    {
        opacity: 1;
    }

    .top_menu_wrap .menu_wrap ul li:before
    {
        content: '';
        left:50%;
        margin-left:-50px;
        width: 100px;height: 3px;bottom: 0;background-color: #ff7e00;position: absolute;	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;opacity: 0;
    }



    .top_menu_wrap .menu_wrap ul li a
    {
        display: inline-block;padding:10px;margin: 0;color: #fff;text-transform: uppercase;font-size: 17px;letter-spacing: 0.1em;
    }

    .top_menu_wrap .menu_wrap ul li a:hover
    {
        text-decoration: none;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap
    {
        float:left;
        text-align: center;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap a
    {
        text-transform: uppercase;color: #fff;margin-bottom: 10px;font-size: 12px;letter-spacing: 0.1em;
        width:100%;
        float:left;
    }


    /*Top Menu Wrap Ends*/





    /*Top Slider Starts*/
    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }


    .slider_wrap .title_wrap {

        position: absolute;
        width: 100%;
        height: 100%;
        text-align: right;
        color: #fff;padding-top: 80px;

    }

    .slider_wrap {
        overflow: hidden;
    }

    .slider_wrap .title_wrap .content_wrap {
        border-right: 4px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 30px;
    }

    .slider_wrap .title_wrap .content_wrap h2 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 18px;
    }

    .slider_wrap .title_wrap .content_wrap h1 {
        padding: 0;
        margin: 0;
        font-size: 20px;padding-top: 5px;padding-bottom: 5px;
    }

    .slider_wrap .title_wrap .content_wrap .common_anchor {
        margin-top: 20px;
    }

    .common_anchor {
        background-color: #ff7e00;
        padding: 0;
        margin: 0;
        padding: 5px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ff7e00;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover {
        text-decoration: none;
        background-color: #215b9c;
        color: #fff;
    }

    /*Top Slider Ends*/
    /*Home Overview Wrap Starts*/
    .home_overview_wrap {
        padding-top: 80px;
        padding-bottom: 40px;
        z-index: 20;
        background-color: #215b9c;
    }

    .home_overview_wrap .image_powder_parent {
        position: absolute;
        z-index: 30;
        right: 0px;
        top: -60px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap {
        position: relative;
    }

    .home_overview_wrap .image_powder_parent .image_wrap img {
        width: 200px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 {
        position: absolute;
        left: -70px;
        top: 87px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 img {
        width:110px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 {
        position: absolute;
        left: -80px;
        top: 147px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 img {
        width: 90px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 {
        position: absolute;
        right: 130px;
        bottom: -20px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 img {
        width:80px !important;max-width: none;
    }


    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 {
        position: absolute;
        right: 50px;
        bottom: -60px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 img {
        width: 90px;max-width: none;
    }

    .home_overview_wrap .common_header
    {

    }


    .home_overview_wrap svg {
        width: 100px;
        margin-bottom: 20px;padding-top: 140px;
    }

    .common_header {
        font-size: 20px;
        color: #ff7e00;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    p {
        color: #fff;
        font-size: 13px;
        text-align: justify;
        line-height: 2em;
    }

    .home_overview_wrap p {
        padding-right: 0%;
    }
    .home_overview_wrap .half_wrap
    {
        width: 100%;
    }

    .home_title_wrap {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_title_wrap h3.common_header {
        padding: 0;
        color: #215b9c;
        font-size: 20px;
    }

    /*Home Overview Ends*/
    /*Industries Ul Start*/
    .industries_ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
    }

    .industries_ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
        list-style: none;
        background: url(../images/industry_chemical.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 25px;
        padding-top: 80px;
        border-bottom: 1px solid #ff7e00;
        border-right: 1px solid #ff7e00;
        cursor: pointer;
    }

    .industries_ul li svg {
        width: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li h2 {
        padding: 0;
        margin: 0;
        font-size: 14px;
        color: #fff;
        padding-top: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li a {
        color: #fff;
    }

    .industries_ul li a:hover {
        color: #fff;
        text-decoration: navajowhite;
    }

    .industries_ul li:hover svg {

        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);

    }

    .industries_ul li:hover h2 {
        color: #ff7e00;

        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    /*Industries Ul End*/
    /*Inquiry Wrap Starts*/
    .quick_inquiry_wrap {

        background: url(../images/bottom_pre_footer_bg.jpg) top center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 120px;
        text-align: center;
    }

    .quick_inquiry_wrap .common_header {
        color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quick_inquiry_wrap input {
        width: 100%;;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }


    /*Inquiry Wrap Ends*/
    /*Footer Wrap Starts*/
    .footer_wrap {
        background-color: #fff;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        overflow: hidden;
    }

    .footer_wrap .logo_wrap svg {
        width: 200px;
    }

    .footer_wrap .abs_logo {

        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -290px;
        opacity: 0.1;
    }

    .footer_wrap .abs_logo svg {
        width: 800px;
    }

    /*Footer Wrap Ends*/



    .fix_menu_wrap
    {
        position: fixed;
        z-index: 1000;bottom: 0;left: 0;bottom: 0;width: 100%;
    }

    .fix_menu_wrap
    {
        text-align: center;
    }

    .fix_menu_wrap .col-xs-6
    {
        background-color: #ff7e00;
        padding:20px;border-right: 1px solid #333;border-top: 1px solid #333;	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .fix_menu_wrap .col-xs-6:hover
    {
        background-color: #333;color: #fff;
    }

    .fix_menu_wrap .col-xs-6:last-child
    {
        border-right: none;
    }

    .fix_menu_wrap .col-xs-6
    {
        text-transform: uppercase;color: #fff;letter-spacing: 0.1em;font-size: 13px;
    }

    #go_to_top{
        width: 30px;
        height: 30px;
        bottom:70px;
        left:10px;
    }
    #go_to_top a{

        width: 30px;
        height: 30px;
        padding: 6px;
        padding-top: 9px;
    }
    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0;
        text-align: center;
        margin-top:40px;
    }
    .footer_wrap ul li{
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0;
        margin-bottom: 10px;
        width:100%;
        text-align: center;
    }
    .footer_wrap ul li a{
        display:inline-block;
        position: relative;;
        padding: 0;
        color:#225B9C;
        font-size:12px;
        text-decoration: none;
        margin:0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .footer_wrap ul li a:hover{
        color:#FF6600;
    }
    .footer_wrap .copyright_wrap{
        margin-top:40px;
        font-size:12px;
        color:#000;
    }
    .footer_wrap .copyright_wrap a{
        color:#000;
    }

    .top_slider_wrap.inner_page .slider_wrap{
        background: url(../images/slider_1.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .top_slider_wrap.inner_page .slider_wrap .title_wrap{
        position: relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        height:auto;
        padding-top:150px;
        padding-bottom: 50px;
    }
    .quote_inner_wrap{
        padding:80px 0;
        background:#F7F7F7 !important;
    }
    .white_shadow_wrap{
        padding:20px;margin-bottom: 50px;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.05);
        box-shadow: 0 0 20px rgba(0,0,0,.05);
    }
    .common_header.small{
        font-size:16px;
    }



    .top_slider_wrap.inner_page h2
    {
        text-align: center;
    }

    .top_slider_wrap.inner_page .content_wrap
    {
        border: none !important;padding-right: 0;
    }

    .top_slider_wrap.inner_page .slider_wrap .title_wrap {

        padding-top: 120px;
    }

    .quote_inner_wrap
    {
        padding-top: 40px;padding-bottom: 40px;
    }
    .theme_arrow .owl-nav img{
        width:30px;
    }
    .theme_arrow .owl-next{
        margin-left:10px;
    }
    /* product starts */
    .lr_wrap{
        padding:50px 0;
    }
    .lr_wrap .img_wrap{
        text-align: center;
        width:100%;
    }
    .lr_wrap .data_wrap{
        width:100%;

        padding-top: 50px;
    }
    .prod_appl_wrap{
        padding:50px 0;
        background:#F7F7F7;
    }
    .prod_appl_wrap .svg_wrap{
        width:100px;
        float:none;
        display:inline-block;
    }
    .prod_appl_wrap .name_wrap{
        font-size:15px;
        color:#225B9C;
        margin-bottom: 10px;
    }
    .prod_appl_wrap .half_wrap{
        margin-bottom: 20px;
        width:100%;
        text-align: center;
    }
    .prod_appl_wrap .desc_wrap{
        font-size:14px;
        color:#313131;
    }
    .prod_appl_wrap .desc_wrap p{
        font-size: 14px;
    }

    .prod_tabs_parent_wrap{
        background:#225B9C;
        padding:50px 0;
    }
    .tabs_wrap{
        width:100%;
        float:left;
        display:inline-block;
        padding-right: 30px;
    }
    .quick_quote_wrap{
        width:100%;
        margin-top:40px;
        float:left;
        padding-left: 0;
        display:inline-block;
    }
    .quick_quote_wrap > .full_wrap{
        width:100%;
        float:left;
        padding-left: 0;
        display:inline-block;
    }
    .quick_quote_wrap .common_anchor{
        width:100%;
        float:left;
        text-align: center;
        display:inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap{
        float:left;
        display:inline-block;
    }
    .prod_tabs_parent_wrap .tabs_content_wrap{
        margin-top:30px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor{
        padding-left: 10px;
        padding-right: 10px;
        font-size:13px;
        width:100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor:hover,
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor.active{
        background:#fff;
        color:#225B9C;
    }
    .spec_table{
        width:100%;
        float:left;
        color:#fff;
        position:relative;
        border-collapse:separate;
        border-spacing: 10px;
    }
    .spec_table tr th{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-top:3px solid #BBBBBB;
        position:relative;
        border-bottom:3px solid #BBBBBB;
    }
    .spec_table tr td{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-right:1px solid #BBBBBB;
        position:relative;
        border-bottom:1px solid #BBBBBB;
    }

    .spec_table tr td:last-child{
        border-bottom:1px solid #BBBBBB;
        border-right:0;
    }
    /* product ends */

    .bottom_quote_wrap{
        padding:100px 0;
        background: url(../images/became_customer.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
    }
    .bottom_quote_wrap p{
        text-align: center;
        margin-bottom: 30px;
    }

    /* about starts */
    .top_slider_wrap.about .slider_wrap .title_wrap{
        height: auto;
        top: auto;
        bottom: 00px;
        padding-top: 0;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .gridContainer{
        max-width:100%;
        min-width:100%;
        padding-right: 0;
        text-align: center;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .content_wrap{
        border:none;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap h2{
        margin-bottom: 30px;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap p{
        text-align: center;
    }
    .about_chemical_wrap{
        padding-top:50px;
        padding-bottom: 50px;
        text-align: center;
        background: url(../images/about_chemical_image_top.jpg) top center no-repeat;
        background-size:100% auto;
    }
    .about_chemical_wrap .abt_logo_wrap{
        width:150px;
        float:none;
        display:inline-block;
        margin-bottom: 50px;
    }
    .about_chemical_wrap p{
        text-align: center;
    }
    .abt_features_wrap{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .abt_features_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding:0;
        margin:0;
    }
    .abt_features_wrap ul li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        text-align: center;
        margin:0;
        margin-bottom: 40px;
    }
    .abt_features_wrap ul li .name_wrap{
        font-size:17px;
        color:#FF6600;
        margin-top:20px;
    }
    .about_infra_wrap{
        background: url(../images/about_infrastructure_bg.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding:80px 0;
    }
    .about_infra_wrap .cont_wrap{
        width:100%;
        float:left;
    }
    .about_infra_wrap .infra_white_overlay{
        background: rgba(255,255,255,0.8);
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    /* about ends */

}


/* Tablet Vertical Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) and (max-width: 786px) {


    .gridContainer {
        width: 95.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin: 0 auto;
    }

    #div1 {
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }


    /*Top Menu Wrap Starts*/


    .top_menu_wrap
    {
        position: absolute;width: 100%;top: 0;left: 0;z-index: 999;padding-top: 40px;

    }

    .top_menu_wrap svg
    {
        width:250px;
    }

    .top_menu_wrap .logo_wrap
    {
        width: 20%;display: inline-block;
        float: left;
    }

    .menu_bar_wrap .close_txt{
        display:none;
    }
    .menu_bar_wrap.active .opn_txt{
        display:none;
    }
    .menu_bar_wrap.active .close_txt{
        display:inline-block;
    }

    .top_menu_wrap .menu_wrap
    {
        display: none;width: 100%;float: right;
        position: fixed;;
        top:0;
        left:0;
        height:100%;
        background:#000;
        z-index: 100;
        padding:100px 0;
        text-align: center;
    }

    .top_menu_wrap .menu_wrap ul
    {
        display: inline-block;margin: 0;padding: 0;float: left;
        width:100%;margin-top:50px;
    }


    .top_menu_wrap .menu_wrap ul li
    {
        display: inline-block;margin: 0;padding: 0;float: left;margin-top: 10px;position: relative;
        width:100%;
    }

    .top_menu_wrap .menu_wrap ul li:hover:before , .top_menu_wrap .menu_wrap ul li.active:before
    {
        opacity: 1;
    }

    .top_menu_wrap .menu_wrap ul li:before
    {
        content: '';
        left:50%;
        margin-left:-50px;
        width: 100px;height: 3px;bottom: 0;background-color: #ff7e00;position: absolute;	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;opacity: 0;
    }



    .top_menu_wrap .menu_wrap ul li a
    {
        display: inline-block;padding:10px;margin: 0;color: #fff;text-transform: uppercase;font-size: 25px;letter-spacing: 0.1em;
    }

    .top_menu_wrap .menu_wrap ul li a:hover
    {
        text-decoration: none;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap
    {
        float:left;
        text-align: center;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap a
    {
        text-transform: uppercase;color: #fff;margin-right: 20px;font-size: 12px;letter-spacing: 0.1em;
    }


    /*Top Menu Wrap Ends*/





    /*Top Slider Starts*/
    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }


    .slider_wrap .title_wrap {

        position: absolute;
        width: 100%;
        height: 100%;
        text-align: right;
        color: #fff;

    }

    .slider_wrap {
        overflow: hidden;
    }

    .slider_wrap .title_wrap .content_wrap {
        border-right: 4px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 30px;
    }

    .slider_wrap .title_wrap .content_wrap h2 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 30px;
    }

    .slider_wrap .title_wrap .content_wrap h1 {
        padding: 0;
        margin: 0;
        font-size: 40px;
    }

    .slider_wrap .title_wrap .content_wrap .common_anchor {
        margin-top: 20px;
    }

    .common_anchor {
        background-color: #ff7e00;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #ff7e00;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover {
        text-decoration: none;
        background-color: #215b9c;
        color: #fff;
    }

    /*Top Slider Ends*/
    /*Home Overview Wrap Starts*/
    .home_overview_wrap {
        padding-top: 80px;
        padding-bottom: 120px;
        z-index: 20;
        background-color: #215b9c;
    }

    .home_overview_wrap .image_powder_parent {
        position: absolute;
        z-index: 30;
        right: 0px;
        top: -120px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap {
        position: relative;
    }

    .home_overview_wrap .image_powder_parent .image_wrap img {
        width: 400px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 {
        position: absolute;
        left: -160px;
        top: 197px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 img {
        width: 180px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 {
        position: absolute;
        left: -90px;
        top: 287px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 img {
        width: 150px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 {
        position: absolute;
        right: 280px;
        bottom: -20px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 img {
        width: 150px;
    }


    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 {
        position: absolute;
        right: 100px;
        bottom: -120px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 img {
        width: 180px;
    }

    .home_overview_wrap .common_header
    {

    }


    .home_overview_wrap svg {
        width: 180px;
        margin-bottom: 20px;padding-top: 220px;
    }

    .common_header {
        font-size: 25px;
        color: #ff7e00;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    p {
        color: #fff;
        font-size: 14px;
        text-align: justify;
        line-height: 2em;
    }

    .home_overview_wrap p {
        padding-right: 0%;
    }

    .home_title_wrap {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_title_wrap h3.common_header {
        padding: 0;
        color: #215b9c;
        font-size: 30px;
    }

    /*Home Overview Ends*/
    /*Industries Ul Start*/
    .industries_ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
    }

    .industries_ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
        list-style: none;
        background: url(../images/industry_chemical.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 45px;
        padding-top: 80px;
        border-bottom: 1px solid #ff7e00;
        border-right: 1px solid #ff7e00;
        cursor: pointer;
    }

    .industries_ul li svg {
        width: 70px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li h2 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        color: #fff;
        padding-top: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li a {
        color: #fff;
    }

    .industries_ul li a:hover {
        color: #fff;
        text-decoration: navajowhite;
    }

    .industries_ul li:hover svg {

        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);

    }

    .industries_ul li:hover h2 {
        color: #ff7e00;

        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    /*Industries Ul End*/
    /*Inquiry Wrap Starts*/
    .quick_inquiry_wrap {

        background: url(../images/bottom_pre_footer_bg.jpg) top center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 120px;
        text-align: center;
    }

    .quick_inquiry_wrap .common_header {
        color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quick_inquiry_wrap input {
        width: 100%;;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }


    /*Inquiry Wrap Ends*/
    /*Footer Wrap Starts*/
    .footer_wrap {
        background-color: #fff;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        overflow: hidden;
    }

    .footer_wrap .logo_wrap svg {
        width: 200px;
    }

    .footer_wrap .abs_logo {

        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -290px;
        opacity: 0.1;
    }

    .footer_wrap .abs_logo svg {
        width: 800px;
    }

    /*Footer Wrap Ends*/

    .fix_menu_wrap
    {
        position: fixed;
        z-index: 1000;bottom: 0;left: 0;bottom: 0;width: 100%;
    }

    .fix_menu_wrap
    {
        text-align: center;
    }

    .fix_menu_wrap .col-xs-6
    {
        background-color: #ff7e00;
        padding:20px;border-right: 1px solid #333;border-top: 1px solid #333;	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .fix_menu_wrap .col-xs-6:hover
    {
        background-color: #333;color: #fff;
    }

    .fix_menu_wrap .col-xs-6:last-child
    {
        border-right: none;
    }

    .fix_menu_wrap .col-xs-6
    {
        text-transform: uppercase;color: #fff;letter-spacing: 0.1em;font-size: 13px;
    }

    #go_to_top {
        bottom:80px;
    }

    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0;
        text-align: center;
        margin-top:40px;
    }
    .footer_wrap ul li{
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0 10px;
    }
    .footer_wrap ul li a{
        display:inline-block;
        position: relative;;
        padding: 0;
        color:#225B9C;
        font-size:13px;
        text-decoration: none;
        margin:0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .footer_wrap ul li a:hover{
        color:#FF6600;
    }
    .footer_wrap .copyright_wrap{
        margin-top:40px;
        font-size:12px;
        color:#000;
    }
    .footer_wrap .copyright_wrap a{
        color:#000;
    }

    .top_slider_wrap.inner_page .slider_wrap{
        background: url(../images/slider_1.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .top_slider_wrap.inner_page .slider_wrap .title_wrap{
        position: relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        height:auto;
        padding-top:150px;
        padding-bottom: 50px;
    }
    .quote_inner_wrap{
        padding:80px 0;
        background:#F7F7F7 !important;
    }
    .white_shadow_wrap{
        padding:20px;margin-bottom: 50px;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.05);
        box-shadow: 0 0 20px rgba(0,0,0,.05);
    }
    .common_header.small{
        font-size:20px;
    }



    .top_slider_wrap.inner_page h2
    {
        text-align: center;
    }

    .top_slider_wrap.inner_page .content_wrap
    {
        border: none !important;
    }
    /* product starts */
    .lr_wrap{
        padding:50px 0;
    }
    .lr_wrap .img_wrap{
        text-align: center;
    }
    .lr_wrap .data_wrap{
        padding-left:50px;
        padding-top: 80px;
    }
    .prod_appl_wrap{
        padding:50px 0;
        background:#F7F7F7;
    }
    .prod_appl_wrap .svg_wrap{
        width:100px;
        float:none;
        display:inline-block;
    }
    .prod_appl_wrap .name_wrap{
        font-size:15px;
        color:#225B9C;
        margin-bottom: 10px;
    }
    .prod_appl_wrap .half_wrap{
        margin-bottom: 20px;
        width:100%;
        text-align: center;
    }
    .prod_appl_wrap .desc_wrap{
        font-size:14px;
        color:#313131;
    }
    .prod_appl_wrap .desc_wrap p{
        font-size: 14px;
    }

    .prod_tabs_parent_wrap{
        background:#225B9C;
        padding:50px 0;
    }
    .tabs_wrap{
        width:100%;
        float:left;
        display:inline-block;
        padding-right: 30px;
    }
    .quick_quote_wrap{
        width:100%;
        margin-top:40px;
        float:left;
        padding-left: 0;
        display:inline-block;
    }
    .quick_quote_wrap .quick_quote_inner_wrap > .full_wrap{
        width:31.33%;
        float:left;
        padding-left: 0;
        margin-right:3%;
        display:inline-block;
    }
    .quick_quote_wrap .quick_quote_inner_wrap > .full_wrap:nth-child(3n+0){
margin-right:0;
        margin-top:30px;
    }
    .quick_quote_wrap .common_anchor{
        width:100%;
        float:left;
        text-align: center;
        display:inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap{
        float:left;
        display:inline-block;
    }
    .prod_tabs_parent_wrap .tabs_content_wrap{
        margin-top:30px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor{
        padding-left: 10px;
        padding-right: 10px;
        font-size:13px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor:hover,
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor.active{
        background:#fff;
        color:#225B9C;
    }
    .spec_table{
        width:100%;
        float:left;
        color:#fff;
        position:relative;
        border-collapse:separate;
        border-spacing: 10px;
    }
    .spec_table tr th{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-top:3px solid #BBBBBB;
        position:relative;
        border-bottom:3px solid #BBBBBB;
    }
    .spec_table tr td{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-right:1px solid #BBBBBB;
        position:relative;
        border-bottom:1px solid #BBBBBB;
    }

    .spec_table tr td:last-child{
        border-bottom:1px solid #BBBBBB;
        border-right:0;
    }
    /* product ends */
    /* product ends */
    .lr_wrap .data_wrap.no_top_pad{
        padding-top:0;
    }
    .bottom_quote_wrap{
        padding:100px 0;
        background: url(../images/became_customer.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
    }
    .bottom_quote_wrap p{
        text-align: center;
        margin-bottom: 30px;
    }
    /* contact starts */
    /* about starts */
    .top_slider_wrap.about .slider_wrap .title_wrap{
        height:auto;
        top:auto;
        bottom:80px;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .gridContainer{
        max-width:600px;
        min-width:600px;
        padding-right: 0;
        text-align: center;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .content_wrap{
        border:none;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap h2{
        margin-bottom: 30px;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap p{
        text-align: center;
    }
    .about_chemical_wrap{
        padding-top:50px;
        padding-bottom: 50px;
        text-align: center;
        background: url(../images/about_chemical_image_top.jpg) top center no-repeat;
        background-size:100% auto;
    }
    .about_chemical_wrap .abt_logo_wrap{
        width:200px;
        float:none;
        display:inline-block;
        margin-bottom: 50px;
    }
    .about_chemical_wrap p{
        text-align: center;
    }
    .abt_features_wrap{
        margin-top:0px;
        margin-bottom: 50px;
    }
    .abt_features_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding:0;
        margin:0;
    }
    .abt_features_wrap ul li{
        width:33.33%;
        float:left;
        display:inline-block;
        position: relative;
        padding:0 10px;
        text-align: center;
        margin:0;
    }
    .abt_features_wrap ul li .name_wrap{
        font-size:18px;
        color:#FF6600;
        margin-top:20px;
    }
    .about_infra_wrap{
        background: url(../images/about_infrastructure_bg.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding:80px 0;
    }
    .about_infra_wrap .cont_wrap{
        width:50%;
        float:left;
    }
    .about_infra_wrap .infra_white_overlay{
        background: url(../images/about_infrastructure_overlay.png) top right no-repeat;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    /* about ends */
}


/* Tablet Horizontal Layout: 481px to 768px. Inherits styles from: Mobile Layout. */


@media only screen and (min-width: 786px) and (max-width: 1100px) {

    .gridContainer {
        width: 95.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin: 0 auto;
    }

    #div1 {
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }



    /*Top Menu Wrap Starts*/


    .top_menu_wrap
    {
        position: absolute;width: 100%;top: 0;left: 0;z-index: 999;padding-top: 40px;

    }

    .top_menu_wrap svg
    {
        width:250px;
    }

    .top_menu_wrap .logo_wrap
    {
        width: 20%;display: inline-block;
        float: left;
    }

    .top_menu_wrap .menu_wrap
    {
        display: inline-block;width: 80%;float: right;
    }

    .top_menu_wrap .menu_wrap ul
    {
        display: inline-block;margin: 0;padding: 0;float: right;
    }


    .top_menu_wrap .menu_wrap ul li
    {
        display: inline-block;margin: 0;padding: 0;float: left;margin-left: 30px;position: relative;
    }

    .top_menu_wrap .menu_wrap ul li:hover:before , .top_menu_wrap .menu_wrap ul li.active:before
    {
        opacity: 1;
    }

    .top_menu_wrap .menu_wrap ul li:before
    {
        content: '';
        width: 100%;height: 3px;bottom: 0;background-color: #ff7e00;position: absolute;	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;opacity: 0;
    }



    .top_menu_wrap .menu_wrap ul li a
    {
        display: inline-block;padding:10px;margin: 0;color: #fff;text-transform: uppercase;font-size: 13px;letter-spacing: 0.1em;
    }

    .top_menu_wrap .menu_wrap ul li a:hover
    {
        text-decoration: none;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap
    {
        text-align: right;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap a
    {
        text-transform: uppercase;color: #fff;margin-right: 20px;font-size: 10px;letter-spacing: 0.1em;
    }


    /*Top Menu Wrap Ends*/





    /*Top Slider Starts*/
    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }


    .slider_wrap .title_wrap {

        position: absolute;
        width: 100%;
        height: 100%;
        text-align: right;
        color: #fff;

    }

    .slider_wrap {
        overflow: hidden;
    }

    .slider_wrap .title_wrap .content_wrap {
        border-right: 4px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 30px;
    }

    .slider_wrap .title_wrap .content_wrap h2 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 30px;
    }

    .slider_wrap .title_wrap .content_wrap h1 {
        padding: 0;
        margin: 0;
        font-size: 40px;
    }

    .slider_wrap .title_wrap .content_wrap .common_anchor {
        margin-top: 20px;
    }

    .common_anchor {
        background-color: #ff7e00;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #ff7e00;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover {
        text-decoration: none;
        background-color: #215b9c;
        color: #fff;
    }

    /*Top Slider Ends*/
    /*Home Overview Wrap Starts*/
    .home_overview_wrap {
        padding-top: 80px;
        padding-bottom: 120px;
        z-index: 20;
        background-color: #215b9c;
    }

    .home_overview_wrap .image_powder_parent {
        position: absolute;
        z-index: 30;
        right: 0px;
        top: -180px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap {
        position: relative;
    }

    .home_overview_wrap .image_powder_parent .image_wrap img {
        width: 500px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 {
        position: absolute;
        left: -160px;
        top: 187px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 img {
        width: 250px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 {
        position: absolute;
        left: -90px;
        top: 387px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 img {
        width: 200px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 {
        position: absolute;
        right: 280px;
        bottom: -60px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 img {
        width: 150px;
    }


    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 {
        position: absolute;
        right: 100px;
        bottom: -80px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 img {
        width: 180px;
    }

    .home_overview_wrap .common_header
    {

    }


    .home_overview_wrap svg {
        width: 180px;
        margin-bottom: 20px;padding-top: 220px;
    }

    .common_header {
        font-size: 30px;
        color: #ff7e00;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    p {
        color: #fff;
        font-size: 14px;
        text-align: justify;
        line-height: 2em;
    }

    .home_overview_wrap p {
        padding-right: 20%;
    }

    .home_title_wrap {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_title_wrap h3.common_header {
        padding: 0;
        color: #215b9c;
        font-size: 30px;
    }

    /*Home Overview Ends*/
    /*Industries Ul Start*/
    .industries_ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
    }

    .industries_ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
        list-style: none;
        background: url(../images/industry_chemical.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 45px;
        padding-top: 80px;
        border-bottom: 1px solid #ff7e00;
        border-right: 1px solid #ff7e00;
        cursor: pointer;
    }

    .industries_ul li svg {
        width: 70px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li h2 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        color: #fff;
        padding-top: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li a {
        color: #fff;
    }

    .industries_ul li a:hover {
        color: #fff;
        text-decoration: navajowhite;
    }

    .industries_ul li:hover svg {

        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);

    }

    .industries_ul li:hover h2 {
        color: #ff7e00;

        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    /*Industries Ul End*/
    /*Inquiry Wrap Starts*/
    .quick_inquiry_wrap {

        background: url(../images/bottom_pre_footer_bg.jpg) top center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 120px;
        text-align: center;
    }

    .quick_inquiry_wrap .common_header {
        color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quick_inquiry_wrap input {
        width: 100%;;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }


    /*Inquiry Wrap Ends*/
    /*Footer Wrap Starts*/
    .footer_wrap {
        background-color: #fff;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        overflow: hidden;
    }

    .footer_wrap .logo_wrap svg {
        width: 200px;
    }

    .footer_wrap .abs_logo {

        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -290px;
        opacity: 0.1;
    }

    .footer_wrap .abs_logo svg {
        width: 800px;
    }

    /*Footer Wrap Ends*/

    .fix_menu_wrap
    {
      display: none;
    }

    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0;
        text-align: center;
        margin-top:50px;
    }
    .footer_wrap ul li{
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0 10px;
    }
    .footer_wrap ul li a{
        display:inline-block;
        position: relative;;
        padding: 0;
        color:#225B9C;
        font-size:13px;
        text-decoration: none;
        margin:0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .footer_wrap ul li a:hover{
        color:#FF6600;
    }
    .footer_wrap .copyright_wrap{
        margin-top:50px;
        font-size:12px;
        color:#000;
    }
    .footer_wrap .copyright_wrap a{
        color:#000;
    }

    .top_slider_wrap.inner_page .slider_wrap{
        background: url(../images/slider_1.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .top_slider_wrap.inner_page .slider_wrap .title_wrap{
        position: relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        height:auto;
        padding-top:150px;
        padding-bottom: 50px;
    }
    .quote_inner_wrap{
        padding:80px 0;
        background:#F7F7F7 !important;
    }
    .white_shadow_wrap{
        padding:20px;margin-bottom: 50px;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.05);
        box-shadow: 0 0 20px rgba(0,0,0,.05);
    }
    .common_header.small{
        font-size:20px;
    }



    .top_slider_wrap.inner_page h2
    {
        text-align: center;
    }

    .top_slider_wrap.inner_page .content_wrap
    {
        border: none !important;
    }

    /* product starts */
    .lr_wrap{
        padding:50px 0;
    }
    .lr_wrap .img_wrap{
        text-align: center;
    }
    .lr_wrap .data_wrap{
        padding-left:50px;
        padding-top: 80px;
    }
    .prod_appl_wrap{
        padding:50px 0;
        background:#F7F7F7;
    }
    .prod_appl_wrap .svg_wrap{
        width:100px;
        float:left;
        display:inline-block;
    }
    .prod_appl_wrap .name_wrap{
        font-size:15px;
        color:#225B9C;
        margin-bottom: 10px;
    }
    .prod_appl_wrap .half_wrap{
        margin-bottom: 40px;
    }
    .prod_appl_wrap .half_wrap.f_left{
        padding-right:50px;
    }
    .prod_appl_wrap .half_wrap.f_right{
        padding-left:50px;
    }
    .prod_appl_wrap .desc_wrap{
        font-size:14px;
        color:#313131;
    }
    .prod_appl_wrap .desc_wrap p{
        font-size: 14px;
    }

    .prod_tabs_parent_wrap{
        background:#225B9C;
        padding:50px 0;
    }
    .tabs_wrap{
        width:80%;
        float:left;
        display:inline-block;
        padding-right: 30px;
    }
    .quick_quote_wrap{
        width:20%;
        float:left;
        padding-left: 0;
        display:inline-block;
    }
    .quick_quote_wrap .common_anchor{
        width:100%;
        float:left;
        text-align: center;
        display:inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap{
        float:left;
        display:inline-block;
    }
    .prod_tabs_parent_wrap .tabs_content_wrap{
        margin-top:30px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor{
        padding-left: 10px;
        padding-right: 10px;
        font-size:13px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor:hover,
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor.active{
        background:#fff;
        color:#225B9C;
    }
    .spec_table{
        width:100%;
        float:left;
        color:#fff;
        position:relative;
        border-collapse:separate;
        border-spacing: 10px;
    }
    .spec_table tr th{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-top:3px solid #BBBBBB;
        position:relative;
        border-bottom:3px solid #BBBBBB;
    }
    .spec_table tr td{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-right:1px solid #BBBBBB;
        position:relative;
        border-bottom:1px solid #BBBBBB;
    }

    .spec_table tr td:last-child{
        border-bottom:1px solid #BBBBBB;
        border-right:0;
    }
    /* product ends */
    /* product ends */
    .lr_wrap .data_wrap.no_top_pad{
        padding-top:0;
    }
    .bottom_quote_wrap{
        padding:100px 0;
        background: url(../images/became_customer.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
    }
    .bottom_quote_wrap p{
        text-align: center;
        margin-bottom: 30px;
    }
    /* contact starts */
    /* about starts */
    .top_slider_wrap.about .slider_wrap .title_wrap{
        height:auto;
        top:auto;
        bottom:80px;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .gridContainer{
        max-width:600px;
        min-width:600px;
        padding-right: 0;
        text-align: center;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .content_wrap{
        border:none;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap h2{
        margin-bottom: 30px;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap p{
        text-align: center;
    }
    .about_chemical_wrap{
        padding-top:100px;
        padding-bottom: 50px;
        text-align: center;
        background: url(../images/about_chemical_image_top.jpg) top center no-repeat;
        background-size:100% auto;
    }
    .about_chemical_wrap .abt_logo_wrap{
        width:200px;
        float:none;
        display:inline-block;
        margin-bottom: 50px;
    }
    .about_chemical_wrap p{
        text-align: center;
    }
    .abt_features_wrap{
        margin-top:50px;
        margin-bottom: 100px;
    }
    .abt_features_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding:0;
        margin:0;
    }
    .abt_features_wrap ul li{
        width:33.33%;
        float:left;
        display:inline-block;
        position: relative;
        padding:0 10px;
        text-align: center;
        margin:0;
    }
    .abt_features_wrap ul li .name_wrap{
        font-size:22px;
        color:#FF6600;
        margin-top:20px;
    }
    .about_infra_wrap{
        background: url(../images/about_infrastructure_bg.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding:80px 0;
    }
    .about_infra_wrap .cont_wrap{
        width:50%;
        float:left;
    }
    .about_infra_wrap .infra_white_overlay{
        background: url(../images/about_infrastructure_overlay.png) top right no-repeat;
        position: absolute;
        top:0;
        left:0;
        width:80%;
        height:100%;
    }
    /* about ends */

}


@media only screen and (min-width: 1100px) {

    .gridContainer {
        width: 90.5%;
        min-width: 1250px;
        padding-left: 0.75%;
        padding-right: 0.75%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    #div1 {
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }



    /*Top Menu Wrap Starts*/


    .top_menu_wrap
    {
        position: absolute;width: 100%;top: 0;left: 0;z-index: 999;padding-top: 40px;

    }

    .top_menu_wrap svg
    {
        width:250px;
    }

    .top_menu_wrap .logo_wrap
    {
        width: 20%;display: inline-block;
        float: left;
    }

    .top_menu_wrap .menu_wrap
    {
        display: inline-block;width: 80%;float: right;
    }

    .top_menu_wrap .menu_wrap ul
    {
        display: inline-block;margin: 0;padding: 0;float: right;
    }


    .top_menu_wrap .menu_wrap ul li
    {
        display: inline-block;margin: 0;padding: 0;float: left;margin-left: 30px;position: relative;
    }

    .top_menu_wrap .menu_wrap ul li:hover:before , .top_menu_wrap .menu_wrap ul li.active:before
    {
        opacity: 1;
    }

    .top_menu_wrap .menu_wrap ul li:before
    {
        content: '';
        width: 100%;height: 3px;bottom: 0;background-color: #ff7e00;position: absolute;	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;opacity: 0;
        }



    .top_menu_wrap .menu_wrap ul li a
    {
        display: inline-block;padding:15px;margin: 0;color: #fff;text-transform: uppercase;font-size: 16px;letter-spacing: 0.1em;
    }

    .top_menu_wrap .menu_wrap ul li a:hover
    {
        text-decoration: none;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap
    {
        text-align: right;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap a
    {
        text-transform: uppercase;color: #fff;margin-right: 20px;font-size: 12px;letter-spacing: 0.1em;
    }


        /*Top Menu Wrap Ends*/





    /*Top Slider Starts*/
    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }


    .slider_wrap .title_wrap {

        position: absolute;
        width: 100%;
        height: 100%;
        text-align: right;
        color: #fff;

    }

    .slider_wrap {
        overflow: hidden;
    }

    .slider_wrap .title_wrap .content_wrap {
        border-right: 4px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 30px;
    }

    .slider_wrap .title_wrap .content_wrap h2 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 40px;
    }

    .slider_wrap .title_wrap .content_wrap h1 {
        padding: 0;
        margin: 0;
        font-size: 60px;
    }

    .slider_wrap .title_wrap .content_wrap .common_anchor {
        margin-top: 30px;
    }

    .common_anchor {
        background-color: #ff7e00;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #ff7e00;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover {
        text-decoration: none;
        background-color: #215b9c;
        color: #fff;
    }

    /*Top Slider Ends*/
    /*Home Overview Wrap Starts*/
    .home_overview_wrap {
        padding-top: 80px;
        padding-bottom: 120px;
        z-index: 20;
        background-color: #215b9c;
    }

    .home_overview_wrap .image_powder_parent {
        position: absolute;
        z-index: 30;
        right: 0px;
        top: -220px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap {
        position: relative;
    }

    .home_overview_wrap .image_powder_parent .image_wrap img {
        width: 500px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 {
        position: absolute;
        left: -160px;
        top: 187px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 img {
        width: 250px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 {
        position: absolute;
        left: -90px;
        top: 387px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 img {
        width: 200px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 {
        position: absolute;
        right: 280px;
        bottom: -60px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 img {
        width: 150px;
    }


    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 {
        position: absolute;
        right: 100px;
        bottom: -80px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 img {
        width: 180px;
    }


    .home_overview_wrap svg {
        width: 180px;
        margin-bottom: 20px;
    }

    .common_header {
        font-size: 40px;
        color: #ff7e00;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    p {
        color: #fff;
        font-size: 16px;
        text-align: justify;
        line-height: 2em;
    }

    .home_overview_wrap p {
        padding-right: 20%;
    }

    .home_title_wrap {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_title_wrap h3.common_header {
        padding: 0;
        color: #215b9c;
        font-size: 30px;
    }

    /*Home Overview Ends*/
    /*Industries Ul Start*/
    .industries_ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
    }

    .industries_ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
        list-style: none;
        background: url(../images/industry_chemical.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 45px;
        padding-top: 80px;
        border-bottom: 1px solid #ff7e00;
        border-right: 1px solid #ff7e00;
        cursor: pointer;
    }

    .industries_ul li svg {
        width: 70px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li h2 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        color: #fff;
        padding-top: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li a {
        color: #fff;
    }

    .industries_ul li a:hover {
        color: #fff;
        text-decoration: navajowhite;
    }

    .industries_ul li:hover svg {

        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);

    }

    .industries_ul li:hover h2 {
        color: #ff7e00;

        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    /*Industries Ul End*/
    /*Inquiry Wrap Starts*/
    .quick_inquiry_wrap {

        background: url(../images/bottom_pre_footer_bg.jpg) top center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 120px;
        text-align: center;
    }

    .quick_inquiry_wrap .common_header {
        color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quick_inquiry_wrap input {
        width: 100%;;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }


    /*Inquiry Wrap Ends*/
    /*Footer Wrap Starts*/
    .footer_wrap {
        background-color: #fff;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        overflow: hidden;
    }

    .footer_wrap .logo_wrap svg {
        width: 200px;
    }

    .footer_wrap .abs_logo {

        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -290px;
        opacity: 0.1;
    }

    .footer_wrap .abs_logo svg {
        width: 800px;
    }

    /*Footer Wrap Ends*/


    .fix_menu_wrap
    {
        display: none;
    }

    .footer_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0;
        text-align: center;
        margin-top:50px;
    }
    .footer_wrap ul li{
        display:inline-block;
        position: relative;;
        padding: 0;
        margin:0 10px;
    }
    .footer_wrap ul li a{
        display:inline-block;
        position: relative;;
        padding: 0;
        color:#225B9C;
        font-size:13px;
        text-decoration: none;
        margin:0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .footer_wrap ul li a:hover{
        color:#FF6600;
    }
    .footer_wrap .copyright_wrap{
        margin-top:50px;
        font-size:12px;
        color:#000;
    }
    .footer_wrap .copyright_wrap a{
        color:#000;
    }

    .top_slider_wrap.inner_page .slider_wrap{
        background: url(../images/slider_1.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .top_slider_wrap.inner_page .slider_wrap .title_wrap{
        position: relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        height:auto;
        padding-top:150px;
        padding-bottom: 50px;
    }
    .gridContainer.small{
        max-width:1000px;
        min-width:1000px;
    }
    .quote_inner_wrap{
        padding:80px 0;
        background:#F7F7F7 !important;
    }
    .white_shadow_wrap{
        padding:20px;margin-bottom: 50px;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.05);
        box-shadow: 0 0 20px rgba(0,0,0,.05);
    }
    .common_header.small{
        font-size:20px;
    }



    .top_slider_wrap.inner_page h2
    {
        text-align: center;
    }

    .top_slider_wrap.inner_page .content_wrap
    {
        border: none !important;
    }
    /* product starts */
    .lr_wrap{
        padding:50px 0;
    }
    .lr_wrap .img_wrap{
        text-align: center;
    }
    .lr_wrap .data_wrap{
        padding-left:50px;
        padding-top: 80px;
    }
    .prod_appl_wrap{
        padding:50px 0;
        background:#F7F7F7;
    }
    .prod_appl_wrap .svg_wrap{
        width:100px;
        float:left;
        display:inline-block;
    }
    .prod_appl_wrap .name_wrap{
        font-size:15px;
        color:#225B9C;
        margin-bottom: 10px;
    }
    .prod_appl_wrap .half_wrap{
        margin-bottom: 40px;
    }
    .prod_appl_wrap .half_wrap.f_left{
        padding-right:80px;
    }
    .prod_appl_wrap .half_wrap.f_right{
        padding-left:80px;
    }
    .prod_appl_wrap .desc_wrap{
        font-size:14px;
        color:#313131;
    }
    .prod_appl_wrap .desc_wrap p{
        font-size: 14px;
    }

    .prod_tabs_parent_wrap{
        background:#225B9C;
        padding:50px 0;
    }
    .tabs_wrap{
        width:70%;
        float:left;
        display:inline-block;
        padding-right: 30px;
    }
    .quick_quote_wrap{
        width:30%;
        float:left;
        padding-left: 30px;
        display:inline-block;
    }
    .quick_quote_wrap .common_anchor{
        width:100%;
        float:left;
        text-align: center;
        display:inline-block;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap{
        float:left;
        display:inline-block;
    }
    .prod_tabs_parent_wrap .tabs_content_wrap{
        margin-top:30px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor{
        padding-left: 15px;
        padding-right: 15px;
    }
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor:hover,
    .prod_tabs_parent_wrap .tabs_inner_wrap .common_anchor.active{
        background:#fff;
        color:#225B9C;
    }
    .spec_table{
        width:100%;
        float:left;
        color:#fff;
        position:relative;
        border-collapse:separate;
        border-spacing: 10px;
    }
    .spec_table tr th{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-top:3px solid #BBBBBB;
        position:relative;
        border-bottom:3px solid #BBBBBB;
    }
    .spec_table tr td{
        padding:10px;
        background: rgba(255,255,255,0.1);
        font-size:13px;
        border-right:1px solid #BBBBBB;
        position:relative;
        border-bottom:1px solid #BBBBBB;
    }

    .spec_table tr td:last-child{
        border-bottom:1px solid #BBBBBB;
        border-right:0;
    }
    /* product ends */
    .lr_wrap .data_wrap.no_top_pad{
        padding-top:0;
    }
    .bottom_quote_wrap{
        padding:100px 0;
        background: url(../images/became_customer.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
    }
    .bottom_quote_wrap p{
        text-align: center;
        margin-bottom: 30px;
    }
    /* contact ends */
    /* about starts */
    .top_slider_wrap.about .slider_wrap .title_wrap{
        height:auto;
        top:auto;
        bottom:80px;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .gridContainer{
        max-width:600px;
        min-width:600px;
        padding-right: 0;
        text-align: center;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap .content_wrap{
        border:none;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap h2{
        margin-bottom: 30px;
    }
    .top_slider_wrap.about .slider_wrap .title_wrap p{
        text-align: center;
    }
    .about_chemical_wrap{
        padding-top:100px;
        padding-bottom: 50px;
        text-align: center;
        background: url(../images/about_chemical_image_top.jpg) top center no-repeat;
        background-size:100% auto;
    }
    .about_chemical_wrap .abt_logo_wrap{
        width:200px;
        float:none;
        display:inline-block;
        margin-bottom: 50px;
    }
    .about_chemical_wrap p{
        text-align: center;
    }
    .abt_features_wrap{
        margin-top:50px;
        margin-bottom: 100px;
    }
    .abt_features_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding:0;
        margin:0;
    }
    .abt_features_wrap ul li{
        width:33.33%;
        float:left;
        display:inline-block;
        position: relative;
        padding:0 10px;
        text-align: center;
        margin:0;
    }
    .abt_features_wrap ul li .name_wrap{
        font-size:22px;
        color:#FF6600;
        margin-top:20px;
    }
    .about_infra_wrap{
        background: url(../images/about_infrastructure_bg.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding:80px 0;
    }
    .about_infra_wrap .cont_wrap{
        width:50%;
        float:left;
    }
    .about_infra_wrap .infra_white_overlay{
        background: url(../images/about_infrastructure_overlay.png) bottom left no-repeat;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    /* about ends */
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1600px) {



    /*Top Menu Wrap Starts*/


    .top_menu_wrap
    {
        position: absolute;width: 100%;top: 0;left: 0;z-index: 999;padding-top: 40px;

    }

    .top_menu_wrap svg
    {
        width:250px;
    }

    .top_menu_wrap .logo_wrap
    {
        width: 20%;display: inline-block;
        float: left;
    }

    .top_menu_wrap .menu_wrap
    {
        display: inline-block;width: 80%;float: right;
    }

    .top_menu_wrap .menu_wrap ul
    {
        display: inline-block;margin: 0;padding: 0;float: right;
    }


    .top_menu_wrap .menu_wrap ul li
    {
        display: inline-block;margin: 0;padding: 0;float: left;margin-left: 30px;position: relative;
    }

    .top_menu_wrap .menu_wrap ul li:hover:before , .top_menu_wrap .menu_wrap ul li.active:before
    {
        opacity: 1;
    }

    .top_menu_wrap .menu_wrap ul li:before
    {
        content: '';
        width: 100%;height: 3px;bottom: 0;background-color: #ff7e00;position: absolute;	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;opacity: 0;
    }



    .top_menu_wrap .menu_wrap ul li a
    {
        display: inline-block;padding:15px;margin: 0;color: #fff;text-transform: uppercase;font-size: 16px;letter-spacing: 0.1em;
    }

    .top_menu_wrap .menu_wrap ul li a:hover
    {
        text-decoration: none;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap
    {
        text-align: right;
    }

    .top_menu_wrap .menu_wrap .top_anchor_wrap a
    {
        text-transform: uppercase;color: #fff;margin-right: 20px;font-size: 12px;letter-spacing: 0.1em;
    }


    /*Top Menu Wrap Ends*/





    /*Top Slider Starts*/
    .table_wrap {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .table_wrap .cell_wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }


    .slider_wrap .title_wrap {

        position: absolute;
        width: 100%;
        height: 100%;
        text-align: right;
        color: #fff;

    }

    .slider_wrap {
        overflow: hidden;
    }

    .slider_wrap .title_wrap .content_wrap {
        border-right: 4px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 30px;
    }

    .slider_wrap .title_wrap .content_wrap h2 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 60px;
    }

    .slider_wrap .title_wrap .content_wrap h1 {
        padding: 0;
        margin: 0;
        font-size: 80px;
    }

    .slider_wrap .title_wrap .content_wrap .common_anchor {
        margin-top: 30px;
    }

    .common_anchor {
        background-color: #ff7e00;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #ff7e00;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.44);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover {
        text-decoration: none;
        background-color: #215b9c;
        color: #fff;
    }

    /*Top Slider Ends*/
    /*Home Overview Wrap Starts*/
    .home_overview_wrap {
        padding-top: 80px;
        padding-bottom: 120px;
        z-index: 20;
        background-color: #215b9c;
    }

    .home_overview_wrap .image_powder_parent {
        position: absolute;
        z-index: 30;
        right: 0px;
        top: -320px;
    }

    .home_overview_wrap .image_powder_parent .image_wrap {
        position: relative;
    }

    .home_overview_wrap .image_powder_parent .image_wrap img {
        width: auto;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 {
        position: absolute;
        left: -190px;
        top: 247px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_1 img {
        width: auto;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 {
        position: absolute;
        left: -130px;
        top: 447px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_2 img {
        width: auto;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 {
        position: absolute;
        right: 330px;
        bottom: -80px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_3 img {
        width: auto;
    }


    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 {
        position: absolute;
        right: 100px;
        bottom: -180px;
        z-index: 20;
    }

    .home_overview_wrap .image_powder_parent .image_wrap .other_name_4 img {
        width: auto;
    }


    .home_overview_wrap svg {
        width: 180px;
        margin-bottom: 20px;
    }

    .common_header {
        font-size: 40px;
        color: #ff7e00;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    p {
        color: #fff;
        font-size: 16px;
        text-align: justify;
        line-height: 2em;
    }

    .home_overview_wrap p {
        padding-right: 20%;
    }

    .home_title_wrap {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_title_wrap h3.common_header {
        padding: 0;
        color: #215b9c;
        font-size: 30px;
    }

    /*Home Overview Ends*/
    /*Industries Ul Start*/
    .industries_ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
    }

    .industries_ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        padding: 0;
        margin: 0;
        float: left;
        position: relative;
        list-style: none;
        background: url(../images/industry_chemical.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 45px;
        padding-top: 80px;
        border-bottom: 1px solid #ff7e00;
        border-right: 1px solid #ff7e00;
        cursor: pointer;
    }

    .industries_ul li svg {
        width: 90px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li h2 {
        padding: 0;
        margin: 0;
        font-size: 25px;
        color: #fff;
        padding-top: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .industries_ul li a {
        color: #fff;
    }

    .industries_ul li a:hover {
        color: #fff;
        text-decoration: navajowhite;
    }

    .industries_ul li:hover svg {

        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);

    }

    .industries_ul li:hover h2 {
        color: #ff7e00;

        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    /*Industries Ul End*/
    /*Inquiry Wrap Starts*/
    .quick_inquiry_wrap {

        background: url(../images/bottom_pre_footer_bg.jpg) top center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 120px;
        text-align: center;
    }

    .quick_inquiry_wrap .common_header {
        color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quick_inquiry_wrap input {
        width: 100%;;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }


    /*Inquiry Wrap Ends*/
    /*Footer Wrap Starts*/
    .footer_wrap {
        background-color: #fff;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        overflow: hidden;
    }

    .footer_wrap .logo_wrap svg {
        width: 200px;
    }

    .footer_wrap .abs_logo {

        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -290px;
        opacity: 0.1;
    }

    .footer_wrap .abs_logo svg {
        width: 800px;
    }

    /*Footer Wrap Ends*/


    .gridContainer {
        width: 90.5%;
        min-width: 1250px;
        padding-left: 0.75%;
        padding-right: 0.75%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    #div1 {
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }
}
.align_left{
    text-align: left !important;
}
.color_blue{
    color:#225B9C;
}
.color_black{
    color:#000;
}
.color_grey{
    color:#313131;
}
.color_white{
    color:#fff;
}
.desc_black,
.desc_black p,
.desc_black li{
    color:#000;
}
.margin_top_10{
    margin-top:10px;
}
.desc_box{
    background:#225B9C;
    color:#fff;
    margin-bottom: 5px;
    padding:2px 5px;
    display:inline-block;
}
.align_center{
    text-align: center;
}
.padding_20 {
    padding: 20px !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding_30 {
    padding: 30px !important;
}

.no_padding {
    padding: 0 !important
}

.f_left {
    float: left
}

.f_right {
    float: right
}

.full_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.half_wrap {
    width: 50%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#map {
    width: 100%;
    height: 321px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.common_textbox{
    width: 100%;;
    padding: 15px;
    background: #eaeaea ;
    color: #000;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.common_textbox.input_error{
    background:#f4b6b6;
}

.top_slider_wrap .slider_wrap .image_wrap img
{
    width: 100%;
}
body{
    overflow-x:hidden;
}
.margin_top_20{
    margin-top:20px;
}