@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: mont_reg;
    src: url('../fonts/mont_reg.ttf');
}

@font-face {
    font-family: mont_light;
    src: url('../fonts/mont_light.ttf');
}

@font-face {
    font-family: mont_med;
    src: url('../fonts/mont_med.ttf');
}

@font-face {
    font-family: mont_semi;
    src: url('../fonts/mont_semi.ttf');
}

.mont_semi {
    font-family: mont_semi;
}

.mont_med {
    font-family: mont_med;
}

.mont_light {
    font-family: mont_light;
}

.mont_reg {
    font-family: mont_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;
}


/* 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;
    }
    /*Home Starts*/
    .slider_top_home {
        height: 100vh;
        background: url(../images/slider_home_desktop.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .slider_top_home .title_wrap {
        position: absolute;
        width: 100%;
        bottom: 70px;
        left: 0;
        text-align: center;
        color: #fff;
    }
    .slider_top_home .title_wrap h1 {
        text-transform: uppercase;
        font-size: 25px;
        letter-spacing: 0.1em;
        font-family: mont_semi;
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        color: #fff;
    }
    p {
        font-size: 12px;
        padding: 0;
        margin: 0;
        padding-top: 15px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
    }
    .slider_top_home .title_wrap p {
        padding-left: 10%;
        padding-right: 10%;
    }
    .cat_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .cat_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        background: url(../images/metal_srap_home_category.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        font-family: mont_semi;
        text-transform: uppercase;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 20px;
        ;
    }
    .cat_ul li:nth-child(3n+0) {
        margin-right: 0;
    }
    .cat_ul li h2 {
        font-size: 18px;
        padding: 0;
        margin: 0;
        color: #fff;
        font-family: mont_semi;
    }
    .home_anchor_wrap .image_wrap {
        text-align: right;
    }
    .cat_ul img {
        width: 110px;
    }
    .home_anchor_wrap {
        overflow: hidden;
    }
    .home_anchor_wrap .title_wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        ;
    }
    .home_anchor_wrap img {
        width: 220%;
        max-width: none;
        transform: translateX(-120px);
    }
    .common_header {
        font-size: 25px;
        padding: 0;
        margin: 0;
        color: #1079a5;
        font-family: mont_semi;
        padding-bottom: 10px;
        line-height: 1.3em;
    }
    .home_anchor_wrap .half_wrap {
        width: 100%;
        padding-right: 80px;
    }
    .common_anchor {
        font-size: 14px;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        background-color: #1079a5;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: 30px;
        -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;
    }
    .home_anchor_wrap p {
        background: rgba(255, 255, 255, 0.8);
        padding: 15px 15px 15px 0;
    }
    .common_anchor:hover {
        background-color: #333;
        text-decoration: none;
        color: #fff;
    }
    .industry_wrap {
        text-align: center;
        padding-top: 80px;
        ;
    }
    .industry_wrap .data_wrap {
        margin-top: 60px;
    }
    .industry_wrap .service_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        text-align: left;
        background-color: #e3f5fd;
        padding: 20px;
        margin-bottom: 40px;
        cursor: pointer;
        height: 220px;
    }
    .industry_wrap .service_wrap li:nth-child(2n+0) {
        margin-right: 0;
    }
    .industry_wrap .service_wrap li h3 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        font-family: mont_semi;
        color: #1079a5;
    }
    .industry_wrap .service_wrap li .content_wrap {
        position: absolute;
        left: 0;
        bottom: 40px;
        z-index: 999;
        padding-left: 150px;
        padding-right: 15px;
    }
    .industry_wrap .service_wrap li p {
        font-size: 11px;
    }
    .industry_wrap .service_wrap li .image_wrap {
        position: absolute;
        left: -40px;
        bottom: -30px;
        ;
    }
    .industry_wrap .service_wrap li .image_wrap img {
        width: 190px;
    }
    .industry_wrap .service_wrap li .arrow_wrap {
        position: absolute;
        right: 40px;
        top: 20px;
        opacity: 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;
    }
    .industry_wrap .service_wrap li:hover .arrow_wrap {
        right: 20px;
        opacity: 1;
    }
    .industry_wrap .service_wrap li.orange {
        background-color: #fcece3;
    }
    .industry_wrap .service_wrap li.orange h3 {
        color: #bf7249;
    }
    .industry_wrap .service_wrap li.green {
        background-color: #eefbcf;
    }
    .industry_wrap .service_wrap li.green h3 {
        color: #9bb65a;
    }
    .industry_wrap .service_wrap li.purple {
        background-color: #fcebfd;
    }
    .industry_wrap .service_wrap li.purple h3 {
        color: #a75cab;
    }
    .industry_wrap .environment_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
        background: url(../images/home_nature.jpg) center left no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 30px;
    }
    .industry_wrap .environment_wrap .text_wrap {
        color: #fff;
        padding: 20px;
    }
    .industry_wrap .environment_wrap .text_wrap h2 {
        padding: 0;
        margin: 0;
        font-size: 35px;
        font-family: mont_semi;
        color: #fff;
    }
    .testimonial_wrap {
        padding-top: 80px;
        ;
    }
    .testimonial_wrap .text_data_wrap {
        background-color: #c3d9ef;
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
    }
    .testimonial_wrap .text_data_wrap p {
        font-size: 18px;
    }
    .testimonial_wrap .text_data_wrap h2 {
        padding: 0;
        margin: 0;
        font-style: italic;
        font-size: 18px;
        color: #1079a5;
        font-weight: mont_semi;
        padding-top: 50px;
        ;
    }
    .testimonial_wrap {
        overflow: hidden;
    }
    .testimonial_wrap .logo_abs_one {
        position: absolute;
        left: -150px;
        top: -20px;
        z-index: 20;
        width: 400px;
        pointer-events: none;
    }
    .testimonial_wrap .logo_abs_two {
        position: absolute;
        right: -180px;
        top: -20px;
        z-index: 20;
        width: 300px;
        pointer-events: none;
    }
    .prefooter_wrap {
        background: url(../images/bottom_port.jpg) bottom center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding-top: 580px;
        padding-bottom: 80px;
    }
    .prefooter_wrap .common_header {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
    }
    .prefooter_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        margin-top: 30px;
    }
    .prefooter_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        list-style: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .prefooter_wrap ul li h4 {
        margin: 0;
        padding: 0;
        font-size: 70px;
        font-family: mont_semi;
    }
    .prefooter_wrap ul li h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-family: mont_med;
        font-weight: normal;
    }
    .prefooter_wrap .gridContainer {
        max-width: 1250px;
    }
    .prefooter_wrap ul li:nth-child(3n+0) {
        margin-right: 0;
        border: none;
    }
    /*HOme ENds*/
    /**header**/
    .ab_menu_wrap {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 100011;
    }
    .ab_menu_wrap .gridContainer {
        width: 100%;
        padding: 0px;
    }
    .ab_menu_wrap .menu_logo_wrap {
        position: absolute;
        width: 100%;
        left: 0%;
        top: 0px;
        padding: 12px 0px;
        z-index: 9999;
        background-color: hsl(195deg, 84%, 12%);
    }
    .ab_menu_wrap .menu_logo_wrap img {
        width: 110px;
    }
    .ab_menu_wrap .ab_menu_icon_wrap {
        position: absolute;
        left: 20px;
        top: 30px;
        z-index: 11100;
        width: 25px;
    }
    .ab_menu_wrap .menu_list_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        z-index: 100;
        text-align: center;
        display: none;
    }
    .menu_list_ul {
        width: auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .menu_list_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        list-style: none;
        font-size: 11px;
        letter-spacing: 0.2em;
        list-style: none;
        display: inline-block;
        float: none;
        text-transform: uppercase;
    }
    .menu_list_ul li a {
        margin-right: 20px;
        color: white;
        text-decoration: none;
    }
    .menu_list_ul li:nth-last-child(1) a {
        margin-right: 0px;
    }
    .menu_list_ul li:nth-child(5) {
        padding-right: 50px;
    }
    .menu_list_ul li:nth-child(6) {
        padding-left: 50px;
    }
    .menu_blank_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 111001;
        background-color: rgba(35, 35, 36, 0.199);
        display: none;
    }
    .menu_side_cart_wrap {
        position: fixed;
        width: 80%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 111001;
        background-color: #085778;
        overflow-x: auto;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        box-shadow: 1px 4px 22px #3f3e3e;
        transform: translateX(-105%);
        border-top-right-radius: 20px;
    }
    .menu_side_cart_wrap.active {
        transform: translateX(0%);
    }
    .menu_side_cart_wrap .inner_wrap {
        padding: 50px;
    }
    .menu_side_cart_wrap .clos_btn {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 100;
        cursor: pointer;
        -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;
        transform: rotate(0deg);
    }
    .menu_side_cart_wrap.active .clos_btn {
        transform: rotate(360deg);
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        left: 87%;
    }
    .menu_side_cart_wrap .clos_btn img {
        width: 23px;
    }
    .menu_side_cart_wrap .menu_logo_wrap {
        padding-bottom: 10px;
        transform: translateY(-100px);
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
    }
    .menu_side_cart_wrap .menu_logo_wrap img {
        width: 110px;
    }
    .menu_side_cart_wrap .sh_menu_wrap .menu_title_wrap .common_header {
        color: transparent;
        font-size: 20px;
    }
    .menu_side_cart_wrap .home_pd_ul li .desc_wrap .common_header {
        color: white;
        font-size: 13px;
    }
    .menu_side_cart_wrap.active .menu_logo_wrap {
        transform: translateY(-20px);
    }
    .menu_title_wrap .common_header a {
        color: white;
        font-size: 13px;
    }
    /****/
    /**footer**/
    .footer_wrap {
        background: hsl(195deg, 84%, 12%);
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .footer_wrap .gridContainer {
        max-width: 1030px;
        min-width: auto;
    }
    .footer_wrap .left_footer_wrap {
        width: 100%;
        float: right;
    }
    .footer_wrap .right_footer_wrap {
        width: 100%;
        float: right;
        padding-bottom: 30px;
    }
    .footer_wrap .links_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 30px;
    }
    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-family: mont_semi;
        padding-bottom: 10px;
        color: white;
        text-transform: uppercase;
        line-height: normal;
    }
    .footer_wrap .links_wrap ul li a {
        color: #f0eeee;
        font-size: 12px;
        line-height: normal;
        padding: 0%;
        margin: 0%;
        font-family: mont_med;
        -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;
        text-transform: none;
    }
    .footer_wrap .links_wrap ul li a:hover {
        text-decoration: none;
        color: rgb(159, 196, 196);
    }
    .right_footer_wrap .footer_logo_wrap img {
        width: 200px;
        text-align: left;
    }
    /*pagination*/
    .testimonial_wrap .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: hsl(207deg 53% 80% / 57%);
    }
    .testimonial_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: hsl(198deg, 82%, 36%);
    }
    .testimonial_wrap .swiper-pagination {
        bottom: 35px;
    }
    /**pg**/
    /***/
    /*ABout Starts*/
    .slider_top_home.inner_cat_wrap {
        height: auto;
        padding-top: 220px;
        padding-bottom: 180px;
    }
    .about_slider_wrap {
        padding-top: 80px;
        text-align: center;
        overflow: hidden;
    }
    .about_slider_wrap p {
        font-size: 15px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .prefooter_wrap.inner {
        background-image: none;
        background-color: #052b39;
        padding-top: 80px;
    }
    .about_highlight_wrap {
        background-color: #052b39;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about_highlight_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .about_highlight_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        color: #fff;
        margin-bottom: 40px;
    }
    .about_highlight_wrap ul li:nth-child(2n+0) {
        margin-right: 0;
    }
    .about_highlight_wrap ul li h3 {
        padding: 0;
        margin: 0;
        font-size: 22px;
        padding-top: 20px;
    }
    .about_highlight_wrap ul li img {
        width: 100px;
    }
    .about_slider_wrap img {
        max-width: none;
        width: 180%;
        margin-left: -40%;
    }
    /*About Endss*/
    /*Unit Starts*/
    .unit_list_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        text-align: center;
    }
    .unit_list_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        margin-bottom: 60px;
    }
    /*Unit Ends*/
    /*Product Starts*/
    .product_top_wrap {
        margin-top: 60px;
    }
    .product_top_wrap .image_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: url(../images/metal_scrap_top_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 400px;
    }
    .product_top_wrap .data_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background-color: #0e4c65;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 10px;
        overflow: hidden;
    }
    .product_top_wrap .data_wrap .common_header {
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }
    .product_top_wrap .data_wrap {
        padding: 20px;
    }
    .product_top_wrap .data_wrap p {
        color: #fff;
    }
    .product_top_wrap .data_wrap .button_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .product_top_wrap .data_wrap .text_wrap {
        position: relative;
        z-index: 99;
        ;
    }
    .product_top_wrap .abs_design {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        left: -490px;
        width: auto;
        opacity: 0.2;
        top: 0;
    }
    .product_top_wrap .abs_design img {
        width: 1500px;
    }
    .product_top_wrap .data_wrap .button_wrap .common_anchor {
        background-color: transparent;
        border: 1px solid #fff;
        width: 100%;
        text-align: center;
        font-size: 10px;
    }
    .product_bottom_data_wrap {
        padding-top: 0px;
    }
    .product_bottom_data_wrap .data_wrap {
        padding-bottom: 20px;
        ;
    }
    .product_bottom_data_wrap .abs_data_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 30px;
        padding-left: 0;
    }
    .product_bottom_data_wrap .data_wrap.left .abs_data_wrap {
        right: 0;
    }
    .product_bottom_data_wrap .data_wrap.right .abs_data_wrap {
        left: 0;
    }
    .product_bottom_data_wrap .abs_data_wrap li {
        font-size: 12px;
        line-height: 1.6em;
        list-style: none;
    }
    .product_bottom_data_wrap .abs_data_wrap li::before {
        content: "\2022";
        color: #25aae1;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 30px;
    }
    .product_bottom_data_wrap .data_wrap .half_wrap {
        text-align: center;
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .product_bottom_data_wrap .data_wrap.left .half_wrap {
        float: left;
    }
    .product_bottom_data_wrap .data_wrap.right .half_wrap {
        float: right;
    }
    .product_bottom_data_wrap .data_wrap img {
        width: auto;
    }
    /*Product Ends*/
    /*Form Common Wrap*/
    .form_common_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #052b39;
    }
    .form_common_wrap .common_header {
        color: #25aae1;
        text-align: center;
    }
    .form_common_wrap .gridContainer {}
    .form_common_wrap .data_form_wrap {
        padding-top: 20px;
    }
    .form_common_wrap .data_form_wrap .half_wrap {
        padding: 10px;
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .form_common_wrap .data_form_wrap .half_wrap input {
        width: 100%;
        padding: 12px;
        color: #fff;
        border: none;
        border-bottom: 2px solid #25aae1;
        background-color: transparent;
        font-size: 14px;
        padding-bottom: 18px;
    }
    .form_common_wrap .data_form_wrap .half_wrap textarea {
        width: 100%;
        padding: 15px;
        color: #fff;
        border: none;
        border: 2px solid #25aae1;
        background-color: transparent;
        font-size: 16px;
        padding-bottom: 20px;
        height: 150px;
    }
    .form_common_wrap p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-bottom: 30px;
        ;
    }
    /*Form common Wrap 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;
    }
    /*Home Starts*/
    .slider_top_home {
        height: 100vh;
        background: url(../images/slider_home_desktop.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .slider_top_home .title_wrap {
        position: absolute;
        width: 100%;
        bottom: 70px;
        left: 0;
        text-align: center;
        color: #fff;
    }
    .slider_top_home .title_wrap h1 {
        text-transform: uppercase;
        font-size: 45px;
        letter-spacing: 0.1em;
        font-family: mont_semi;
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    p {
        font-size: 13px;
        padding: 0;
        margin: 0;
        padding-top: 15px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
    }
    .slider_top_home .title_wrap p {
        padding-left: 20%;
        padding-right: 20%;
    }
    .cat_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .cat_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        background: url(../images/metal_srap_home_category.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        font-family: mont_semi;
        text-transform: uppercase;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 40px;
        ;
    }
    .cat_ul li:nth-child(3n+0) {
        margin-right: 0;
    }
    .cat_ul li h2 {
        font-size: 20px;
        padding: 0;
        margin: 0;
        color: #fff;
        font-family: mont_semi;
    }
    .home_anchor_wrap .image_wrap {
        text-align: right;
    }
    .home_anchor_wrap {
        overflow: hidden;
    }
    .home_anchor_wrap .title_wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        ;
    }
    .home_anchor_wrap img {
        width: 120%;
        max-width: none;
        transform: translateX(80px);
    }
    .common_header {
        font-size: 35px;
        padding: 0;
        margin: 0;
        color: #1079a5;
        font-family: mont_semi;
        padding-bottom: 10px;
        line-height: 1.3em;
    }
    .home_anchor_wrap .half_wrap {
        padding-right: 80px;
    }
    .common_anchor {
        font-size: 14px;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        background-color: #1079a5;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: 30px;
        -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 {
        background-color: #333;
        text-decoration: none;
        color: #fff;
    }
    .industry_wrap {
        text-align: center;
        padding-top: 80px;
        ;
    }
    .industry_wrap .data_wrap {
        margin-top: 60px;
    }
    .industry_wrap .service_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        text-align: left;
        background-color: #e3f5fd;
        padding: 20px;
        margin-bottom: 40px;
        cursor: pointer;
        height: 250px;
    }
    .industry_wrap .service_wrap li:nth-child(2n+0) {
        margin-right: 0;
    }
    .industry_wrap .service_wrap li h3 {
        padding: 0;
        margin: 0;
        font-size: 25px;
        font-family: mont_semi;
        color: #1079a5;
    }
    .industry_wrap .service_wrap li .content_wrap {
        position: absolute;
        left: 0;
        bottom: 40px;
        z-index: 999;
        padding-left: 220px;
        padding-right: 15px;
    }
    .industry_wrap .service_wrap li p {
        font-size: 12px;
    }
    .industry_wrap .service_wrap li .image_wrap {
        position: absolute;
        left: -40px;
        bottom: -30px;
        ;
    }
    .industry_wrap .service_wrap li .image_wrap img {
        width: auto;
    }
    .industry_wrap .service_wrap li .arrow_wrap {
        position: absolute;
        right: 40px;
        top: 20px;
        opacity: 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;
    }
    .industry_wrap .service_wrap li:hover .arrow_wrap {
        right: 20px;
        opacity: 1;
    }
    .industry_wrap .service_wrap li.orange {
        background-color: #fcece3;
    }
    .industry_wrap .service_wrap li.orange h3 {
        color: #bf7249;
    }
    .industry_wrap .service_wrap li.green {
        background-color: #eefbcf;
    }
    .industry_wrap .service_wrap li.green h3 {
        color: #9bb65a;
    }
    .industry_wrap .service_wrap li.purple {
        background-color: #fcebfd;
    }
    .industry_wrap .service_wrap li.purple h3 {
        color: #a75cab;
    }
    .industry_wrap .environment_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
        background: url(../images/home_nature.jpg) center left no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 30px;
    }
    .industry_wrap .environment_wrap .text_wrap {
        color: #fff;
        padding: 20px;
    }
    .industry_wrap .environment_wrap .text_wrap h2 {
        padding: 0;
        margin: 0;
        font-size: 35px;
        font-family: mont_semi;
        color: #fff;
    }
    .testimonial_wrap {
        padding-top: 180px;
        ;
    }
    .testimonial_wrap .text_data_wrap {
        background-color: #c3d9ef;
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
    }
    .testimonial_wrap .text_data_wrap p {
        padding-left: 20%;
        padding-right: 20%;
        font-size: 20px;
    }
    .testimonial_wrap .text_data_wrap h2 {
        padding: 0;
        margin: 0;
        font-style: italic;
        font-size: 20px;
        color: #1079a5;
        font-weight: mont_semi;
        padding-top: 50px;
        ;
    }
    .testimonial_wrap {
        overflow: hidden;
    }
    .testimonial_wrap .logo_abs_one {
        position: absolute;
        left: -480px;
        top: -20px;
        z-index: 20;
        width: 900px;
        pointer-events: none;
    }
    .testimonial_wrap .logo_abs_two {
        position: absolute;
        right: -480px;
        top: -20px;
        z-index: 20;
        width: 900px;
        pointer-events: none;
    }
    .prefooter_wrap {
        background: url(../images/bottom_port.jpg) bottom center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding-top: 880px;
        padding-bottom: 150px;
    }
    .prefooter_wrap .common_header {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
    }
    .prefooter_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        margin-top: 30px;
    }
    .prefooter_wrap ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        list-style: none;
        margin-right: 3%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .prefooter_wrap ul li h4 {
        margin: 0;
        padding: 0;
        font-size: 70px;
        font-family: mont_semi;
    }
    .prefooter_wrap ul li h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-family: mont_med;
        font-weight: normal;
    }
    .prefooter_wrap .gridContainer {
        max-width: 1250px;
    }
    .prefooter_wrap ul li:nth-child(3n+0) {
        margin-right: 0;
        border: none;
    }
    /*HOme ENds*/
    /**header**/
    .ab_menu_wrap {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 100011;
    }
    .ab_menu_wrap .gridContainer {
        width: 100%;
        padding: 0px;
    }
    .ab_menu_wrap .menu_logo_wrap {
        position: absolute;
        width: 100%;
        left: 0%;
        top: 0px;
        padding: 10px 0px;
        z-index: 9999;
        background-color: hsl(195deg, 84%, 12%);
    }
    .ab_menu_wrap .menu_logo_wrap img {
        width: 160px;
    }
    .ab_menu_wrap .ab_menu_icon_wrap {
        position: absolute;
        left: 20px;
        top: 40px;
        z-index: 11100;
    }
    .ab_menu_wrap .menu_list_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        z-index: 100;
        text-align: center;
        display: none;
    }
    .menu_list_ul {
        width: auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .menu_list_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        list-style: none;
        font-size: 11px;
        letter-spacing: 0.2em;
        list-style: none;
        display: inline-block;
        float: none;
        text-transform: uppercase;
    }
    .menu_list_ul li a {
        margin-right: 20px;
        color: white;
        text-decoration: none;
    }
    .menu_list_ul li:nth-last-child(1) a {
        margin-right: 0px;
    }
    .menu_list_ul li:nth-child(5) {
        padding-right: 50px;
    }
    .menu_list_ul li:nth-child(6) {
        padding-left: 50px;
    }
    .menu_blank_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 111001;
        background-color: rgba(35, 35, 36, 0.199);
        display: none;
    }
    .menu_side_cart_wrap {
        position: fixed;
        width: 60%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 111001;
        background-color: #085778;
        overflow-x: auto;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        box-shadow: 1px 4px 22px #3f3e3e;
        transform: translateX(-105%);
        border-top-right-radius: 20px;
    }
    .menu_side_cart_wrap.active {
        transform: translateX(0%);
    }
    .menu_side_cart_wrap .inner_wrap {
        padding: 50px;
    }
    .menu_side_cart_wrap .clos_btn {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 100;
        cursor: pointer;
        -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;
        transform: rotate(0deg);
    }
    .menu_side_cart_wrap.active .clos_btn {
        transform: rotate(360deg);
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        left: 90%;
    }
    .menu_side_cart_wrap .clos_btn img {
        width: 25px;
    }
    .menu_side_cart_wrap .menu_logo_wrap {
        padding-bottom: 10px;
        transform: translateY(-100px);
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
    }
    .menu_side_cart_wrap .menu_logo_wrap img {
        width: 150px;
    }
    .menu_side_cart_wrap .sh_menu_wrap .menu_title_wrap .common_header {
        color: transparent;
        font-size: 20px;
    }
    .menu_side_cart_wrap .home_pd_ul li .desc_wrap .common_header {
        color: white;
        font-size: 13px;
    }
    .menu_side_cart_wrap.active .menu_logo_wrap {
        transform: translateY(-20px);
    }
    .menu_title_wrap .common_header a {
        color: white;
    }
    /****/
    /**footer**/
    .footer_wrap {
        background: hsl(195deg, 84%, 12%);
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .footer_wrap .gridContainer {
        max-width: 1030px;
        min-width: auto;
        width: 100%;
    }
    .footer_wrap .links_wrap ul {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 0px;
    }
    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 23px;
        font-family: mont_semi;
        padding-bottom: 10px;
        color: white;
        text-transform: uppercase;
        line-height: normal;
    }
    .footer_wrap .links_wrap ul li a {
        color: #f0eeee;
        font-size: 12px;
        line-height: normal;
        padding: 0%;
        margin: 0%;
        font-family: mont_med;
        -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;
        text-transform: none;
    }
    .footer_wrap .links_wrap ul li a:hover {
        text-decoration: none;
        color: rgb(159, 196, 196);
    }
    .right_footer_wrap .footer_logo_wrap img {
        width: 250px;
    }
    /*pagination*/
    .testimonial_wrap .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: hsl(207deg 53% 80% / 57%);
    }
    .testimonial_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: hsl(198deg, 82%, 36%);
    }
    .testimonial_wrap .swiper-pagination {
        bottom: 35px;
    }
    /**pg**/
    /***/
    /*ABout Starts*/
    .slider_top_home.inner_cat_wrap {
        height: auto;
        padding-top: 320px;
        padding-bottom: 180px;
    }
    .about_slider_wrap {
        padding-top: 80px;
        text-align: center;
    }
    .about_slider_wrap p {
        font-size: 16px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .prefooter_wrap.inner {
        background-image: none;
        background-color: #052b39;
        padding-top: 80px;
    }
    .about_highlight_wrap {
        background-color: #052b39;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about_highlight_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .about_highlight_wrap ul li {
        width: 22.75%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        list-style: none;
        color: #fff;
    }
    .about_highlight_wrap ul li:nth-child(4n+0) {
        margin-right: 0;
    }
    .about_highlight_wrap ul li h3 {
        padding: 0;
        margin: 0;
        font-size: 22px;
        padding-top: 20px;
    }
    /*About Endss*/
    /*Unit Starts*/
    .unit_list_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        text-align: center;
    }
    .unit_list_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        margin-bottom: 60px;
    }
    /*Unit Ends*/
    /*Product Starts*/
    .product_top_wrap {
        margin-top: 80px;
    }
    .product_top_wrap .image_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: url(../images/metal_scrap_top_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 400px;
    }
    .product_top_wrap .data_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background-color: #0e4c65;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 20px;
        overflow: hidden;
    }
    .product_top_wrap .data_wrap .common_header {
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }
    .product_top_wrap .data_wrap {
        padding: 40px;
    }
    .product_top_wrap .data_wrap p {
        color: #fff;
    }
    .product_top_wrap .data_wrap .button_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .product_top_wrap .data_wrap .text_wrap {
        position: relative;
        z-index: 99;
        ;
    }
    .product_top_wrap .abs_design {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        left: -490px;
        width: auto;
        opacity: 0.2;
        top: 0;
    }
    .product_top_wrap .abs_design img {
        width: 1500px;
    }
    .product_top_wrap .data_wrap .button_wrap .common_anchor {
        background-color: transparent;
        border: 1px solid #fff;
        width: 100%;
        text-align: center;
    }
    .product_bottom_data_wrap {
        padding-top: 0px;
    }
    .product_bottom_data_wrap .data_wrap {
        padding-bottom: 20px;
        ;
    }
    .product_bottom_data_wrap .abs_data_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 30px;
    }
    .product_bottom_data_wrap .data_wrap.left .abs_data_wrap {
        right: 0;
    }
    .product_bottom_data_wrap .data_wrap.right .abs_data_wrap {
        left: 0;
    }
    .product_bottom_data_wrap .abs_data_wrap li {
        font-size: 16px;
        line-height: 1.6em;
        list-style: none;
    }
    .product_bottom_data_wrap .abs_data_wrap li::before {
        content: "\2022";
        color: #25aae1;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 30px;
    }
    .product_bottom_data_wrap .data_wrap .half_wrap {
        text-align: center;
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .product_bottom_data_wrap .data_wrap.left .half_wrap {
        float: left;
    }
    .product_bottom_data_wrap .data_wrap.right .half_wrap {
        float: right;
    }
    .product_bottom_data_wrap .data_wrap img {
        width: auto;
    }
    /*Product Ends*/
    /*Form Common Wrap*/
    .form_common_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #052b39;
    }
    .form_common_wrap .common_header {
        color: #25aae1;
        text-align: center;
    }
    .form_common_wrap .gridContainer {
        max-width: 950px;
        min-width: auto;
    }
    .form_common_wrap .data_form_wrap {
        padding-top: 20px;
    }
    .form_common_wrap .data_form_wrap .half_wrap {
        padding: 15px;
    }
    .form_common_wrap .data_form_wrap .half_wrap input {
        width: 100%;
        padding: 12px;
        color: #fff;
        border: none;
        border-bottom: 2px solid #25aae1;
        background-color: transparent;
        font-size: 14px;
        padding-bottom: 18px;
    }
    .form_common_wrap .data_form_wrap .half_wrap textarea {
        width: 100%;
        padding: 15px;
        color: #fff;
        border: none;
        border: 2px solid #25aae1;
        background-color: transparent;
        font-size: 16px;
        padding-bottom: 20px;
        height: 150px;
    }
    .form_common_wrap p {
        font-size: 20px;
        padding-left: 20%;
        padding-right: 20%;
        color: #fff;
        text-align: center;
        padding-bottom: 30px;
        ;
    }
    /*Form common Wrap 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;
    }
    /*Home Starts*/
    .slider_top_home {
        height: 100vh;
        background: url(../images/slider_home_desktop.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .slider_top_home .title_wrap {
        position: absolute;
        width: 100%;
        bottom: 70px;
        left: 0;
        text-align: center;
        color: #fff;
    }
    .slider_top_home .title_wrap h1 {
        text-transform: uppercase;
        font-size: 55px;
        letter-spacing: 0.1em;
        font-family: mont_semi;
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    p {
        font-size: 13px;
        padding: 0;
        margin: 0;
        padding-top: 15px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
    }
    .slider_top_home .title_wrap p {
        padding-left: 30%;
        padding-right: 30%;
    }
    .cat_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .cat_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        background: url(../images/metal_srap_home_category.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        font-family: mont_semi;
        text-transform: uppercase;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 40px;
        ;
    }
    .cat_ul li:nth-child(3n+0) {
        margin-right: 0;
    }
    .cat_ul li h2 {
        font-size: 20px;
        padding: 0;
        margin: 0;
        color: #fff;
        font-family: mont_semi;
    }
    .home_anchor_wrap .image_wrap {
        text-align: right;
    }
    .home_anchor_wrap .title_wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        ;
    }
    .home_anchor_wrap img {
        width: 80%;
    }
    .common_header {
        font-size: 35px;
        padding: 0;
        margin: 0;
        color: #1079a5;
        font-family: mont_semi;
        padding-bottom: 10px;
        line-height: 1.3em;
    }
    .home_anchor_wrap .half_wrap {
        padding-right: 120px;
    }
    .common_anchor {
        font-size: 14px;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        background-color: #1079a5;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: 30px;
        -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 {
        background-color: #333;
        text-decoration: none;
        color: #fff;
    }
    .industry_wrap {
        text-align: center;
        padding-top: 80px;
        ;
    }
    .industry_wrap .data_wrap {
        margin-top: 60px;
    }
    .industry_wrap .service_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap li {
        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        text-align: left;
        background-color: #e3f5fd;
        padding: 20px;
        margin-bottom: 40px;
        cursor: pointer;
        height: 250px;
    }
    .industry_wrap .service_wrap li:nth-child(2n+0) {
        margin-right: 0;
    }
    .industry_wrap .service_wrap li h3 {
        padding: 0;
        margin: 0;
        font-size: 25px;
        font-family: mont_semi;
        color: #1079a5;
    }
    .industry_wrap .service_wrap li .content_wrap {
        position: absolute;
        left: 0;
        bottom: 40px;
        z-index: 999;
        padding-left: 180px;
        padding-right: 15px;
    }
    .industry_wrap .service_wrap li p {
        font-size: 12px;
    }
    .industry_wrap .service_wrap li .image_wrap {
        position: absolute;
        left: -70px;
        bottom: -30px;
        ;
    }
    .industry_wrap .service_wrap li .image_wrap img {
        width: auto;
    }
    .industry_wrap .service_wrap li .arrow_wrap {
        position: absolute;
        right: 40px;
        top: 20px;
        opacity: 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;
    }
    .industry_wrap .service_wrap li:hover .arrow_wrap {
        right: 20px;
        opacity: 1;
    }
    .industry_wrap .service_wrap li.orange {
        background-color: #fcece3;
    }
    .industry_wrap .service_wrap li.orange h3 {
        color: #bf7249;
    }
    .industry_wrap .service_wrap li.green {
        background-color: #eefbcf;
    }
    .industry_wrap .service_wrap li.green h3 {
        color: #9bb65a;
    }
    .industry_wrap .service_wrap li.purple {
        background-color: #fcebfd;
    }
    .industry_wrap .service_wrap li.purple h3 {
        color: #a75cab;
    }
    .industry_wrap .environment_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
        background: url(../images/home_nature.jpg) center left no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 30px;
    }
    .industry_wrap .environment_wrap .text_wrap {
        color: #fff;
        padding: 20px;
    }
    .industry_wrap .environment_wrap .text_wrap h2 {
        padding: 0;
        margin: 0;
        font-size: 35px;
        font-family: mont_semi;
        color: #fff;
    }
    .testimonial_wrap {
        padding-top: 180px;
        ;
    }
    .testimonial_wrap .text_data_wrap {
        background-color: #c3d9ef;
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
    }
    .testimonial_wrap .text_data_wrap p {
        padding-left: 20%;
        padding-right: 20%;
        font-size: 20px;
    }
    .testimonial_wrap .text_data_wrap h2 {
        padding: 0;
        margin: 0;
        font-style: italic;
        font-size: 20px;
        color: #1079a5;
        font-weight: mont_semi;
        padding-top: 50px;
        ;
    }
    .testimonial_wrap {
        overflow: hidden;
    }
    .testimonial_wrap .logo_abs_one {
        position: absolute;
        left: -480px;
        top: -20px;
        z-index: 20;
        width: 900px;
        pointer-events: none;
    }
    .testimonial_wrap .logo_abs_two {
        position: absolute;
        right: -480px;
        top: -20px;
        z-index: 20;
        width: 900px;
        pointer-events: none;
    }
    .prefooter_wrap {
        background: url(../images/bottom_port.jpg) bottom center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding-top: 880px;
        padding-bottom: 150px;
    }
    .prefooter_wrap .common_header {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
    }
    .prefooter_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        margin-top: 30px;
    }
    .prefooter_wrap ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        list-style: none;
        margin-right: 3%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .prefooter_wrap ul li h4 {
        margin: 0;
        padding: 0;
        font-size: 70px;
        font-family: mont_semi;
    }
    .prefooter_wrap ul li h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-family: mont_med;
        font-weight: normal;
    }
    .prefooter_wrap .gridContainer {
        max-width: 1250px;
    }
    .prefooter_wrap ul li:nth-child(3n+0) {
        margin-right: 0;
        border: none;
    }
    /*HOme ENds*/
    /**header**/
    .ab_menu_wrap {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 1000;
    }
    .ab_menu_wrap .gridContainer {
        max-width: 1100px;
        min-width: auto;
    }
    .ab_menu_wrap .menu_logo_wrap {
        position: absolute;
        width: 100%;
        left: 0%;
        top: 10px;
        z-index: 9;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(139, 137, 137, 0.562);
    }
    .ab_menu_wrap .menu_logo_wrap img {
        width: 180px;
        margin-left: -20px;
    }
    .ab_menu_wrap .menu_list_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        z-index: 100;
        text-align: center;
    }
    .menu_list_ul {
        width: auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .menu_list_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        list-style: none;
        padding: 15px 5px 15px 5px;
        font-size: 11px;
        font-family: mont_med;
        list-style: none;
        display: inline-block;
        float: none;
        text-transform: uppercase;
        letter-spacing: 0.3em;
    }
    .menu_list_ul li a {
        margin-right: 20px;
        color: white;
        font-family: mont_med;
        text-decoration: none;
    }
    .menu_list_ul li:nth-last-child(1) a {
        margin-right: 0px;
    }
    .menu_list_ul li:nth-child(3) {
        padding-right: 130px;
    }
    .menu_list_ul li:nth-child(4) {
        padding-left: 130px;
    }
    .ab_menu_icon_wrap {
        display: none;
    }
    .menu_side_cart_wrap {
        display: none;
    }
    .menu_blank_wrap {
        display: none;
    }
    /****/
    /**footer**/
    .footer_wrap {
        background: hsl(195deg, 84%, 12%);
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .footer_wrap .gridContainer {
        max-width: 1030px;
        min-width: auto;
    }
    .footer_wrap .links_wrap ul {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 0px;
    }
    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 23px;
        font-family: mont_semi;
        padding-bottom: 10px;
        color: white;
        text-transform: uppercase;
        line-height: normal;
    }
    .footer_wrap .links_wrap ul li a {
        color: #f0eeee;
        font-size: 12px;
        line-height: normal;
        padding: 0%;
        margin: 0%;
        font-family: mont_med;
        -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;
        text-transform: none;
    }
    .footer_wrap .links_wrap ul li a:hover {
        text-decoration: none;
        color: rgb(159, 196, 196);
    }
    .right_footer_wrap .footer_logo_wrap img {
        width: 250px;
    }
    /*pagination*/
    .testimonial_wrap .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: hsl(207deg 53% 80% / 57%);
    }
    .testimonial_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: hsl(198deg, 82%, 36%);
    }
    .testimonial_wrap .swiper-pagination {
        bottom: 35px;
    }
    /**pg**/
    /***/
    /*ABout Starts*/
    .slider_top_home.inner_cat_wrap {
        height: auto;
        padding-top: 320px;
        padding-bottom: 180px;
    }
    .about_slider_wrap {
        padding-top: 80px;
        text-align: center;
    }
    .about_slider_wrap p {
        font-size: 16px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .prefooter_wrap.inner {
        background-image: none;
        background-color: #052b39;
        padding-top: 80px;
    }
    .about_highlight_wrap {
        background-color: #052b39;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about_highlight_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .about_highlight_wrap ul li {
        width: 22.75%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        list-style: none;
        color: #fff;
    }
    .about_highlight_wrap ul li:nth-child(4n+0) {
        margin-right: 0;
    }
    .about_highlight_wrap ul li h3 {
        padding: 0;
        margin: 0;
        font-size: 22px;
        padding-top: 20px;
    }
    /*About Endss*/
    /*Unit Starts*/
    .unit_list_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        text-align: center;
    }
    .unit_list_wrap ul li {
        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        list-style: none;
        text-align: center;
        margin-bottom: 60px;
    }
    .unit_list_wrap ul li:nth-child(1) {
        float: left;
    }
    .unit_list_wrap ul li:nth-child(2n+0) {
        margin-right: 0;
    }
    /*Unit Ends*/
    /*Product Starts*/
    .product_top_wrap {
        height: 100vh;
    }
    .product_top_wrap .image_parent_wrap {
        width: 60%;
        display: inline-block;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
    }
    .product_top_wrap .image_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: url(../images/metal_scrap_top_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .product_top_wrap .data_wrap {
        width: 40%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background-color: #0e4c65;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        padding: 20px;
        overflow: hidden;
    }
    .product_top_wrap .data_wrap .common_header {
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }
    .product_top_wrap .data_wrap {
        padding: 40px;
    }
    .product_top_wrap .data_wrap p {
        color: #fff;
    }
    .product_top_wrap .data_wrap .button_wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 40px;
    }
    .product_top_wrap .data_wrap .text_wrap {
        position: relative;
        z-index: 99;
        ;
    }
    .product_top_wrap .abs_design {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        left: -990px;
        width: auto;
        opacity: 0.2;
    }
    .product_top_wrap .abs_design img {
        max-width: none;
    }
    .product_top_wrap .data_wrap .button_wrap .common_anchor {
        background-color: transparent;
        border: 1px solid #fff;
        width: 100%;
        text-align: center;
    }
    .product_bottom_data_wrap {
        padding-top: 0px;
    }
    .product_bottom_data_wrap .data_wrap {
        padding-bottom: 30px;
        ;
    }
    .product_bottom_data_wrap .abs_data_wrap {
        position: absolute;
        width: 50%;
        top: 0;
        height: 100%;
        padding: 30px;
    }
    .product_bottom_data_wrap .data_wrap.left .abs_data_wrap {
        right: 0;
    }
    .product_bottom_data_wrap .data_wrap.right .abs_data_wrap {
        left: 0;
        padding-left: 180px;
    }
    .product_bottom_data_wrap .abs_data_wrap li {
        font-size: 16px;
        line-height: 1.6em;
        list-style: none;
    }
    .product_bottom_data_wrap .abs_data_wrap li::before {
        content: "\2022";
        color: #25aae1;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 30px;
    }
    .product_bottom_data_wrap .data_wrap .half_wrap {
        text-align: center;
    }
    .product_bottom_data_wrap .data_wrap.left .half_wrap {
        float: left;
    }
    .product_bottom_data_wrap .data_wrap.right .half_wrap {
        float: right;
    }
    .product_bottom_data_wrap .data_wrap img {
        width: 480px;
    }
    /*Product Ends*/
    /*Form Common Wrap*/
    .form_common_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #052b39;
    }
    .form_common_wrap .common_header {
        color: #25aae1;
        text-align: center;
    }
    .form_common_wrap .gridContainer {
        max-width: 950px;
        min-width: auto;
    }
    .form_common_wrap .data_form_wrap {
        padding-top: 20px;
    }
    .form_common_wrap .data_form_wrap .half_wrap {
        padding: 15px;
    }
    .form_common_wrap .data_form_wrap .half_wrap input {
        width: 100%;
        padding: 12px;
        color: #fff;
        border: none;
        border-bottom: 2px solid #25aae1;
        background-color: transparent;
        font-size: 14px;
        padding-bottom: 18px;
    }
    .form_common_wrap .data_form_wrap .half_wrap textarea {
        width: 100%;
        padding: 15px;
        color: #fff;
        border: none;
        border: 2px solid #25aae1;
        background-color: transparent;
        font-size: 16px;
        padding-bottom: 20px;
        height: 150px;
    }
    .form_common_wrap p {
        font-size: 20px;
        padding-left: 20%;
        padding-right: 20%;
        color: #fff;
        text-align: center;
        padding-bottom: 30px;
        ;
    }
    /*Form common Wrap Ends*/
    .product_top_wrap .swiper-container,
    .product_top_wrap .swiper-wrapper {
        height: 100%;
    }
}

@media only screen and (min-width: 1100px) {
    .gridContainer {
        width: 88.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;
    }
    /*Home Starts*/
    .slider_top_home {
        height: 100vh;
        background: url(../images/slider_home_desktop.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .slider_top_home .title_wrap {
        position: absolute;
        width: 100%;
        bottom: 70px;
        left: 0;
        text-align: center;
        color: #fff;
    }
    .slider_top_home .title_wrap h1 {
        text-transform: uppercase;
        font-size: 55px;
        letter-spacing: 0.1em;
        font-family: mont_semi;
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    p {
        font-size: 13px;
        padding: 0;
        margin: 0;
        padding-top: 15px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
    }
    .slider_top_home .title_wrap p {
        padding-left: 30%;
        padding-right: 30%;
    }
    .cat_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .cat_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        background: url(../images/metal_srap_home_category.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        font-family: mont_semi;
        text-transform: uppercase;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 40px;
        ;
    }
    .cat_ul li:nth-child(3n+0) {
        margin-right: 0;
    }
    .cat_ul li h2 {
        font-size: 20px;
        padding: 0;
        margin: 0;
        color: #fff;
        font-family: mont_semi;
    }
    .home_anchor_wrap .image_wrap {
        text-align: right;
    }
    .home_anchor_wrap .title_wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        ;
    }
    .home_anchor_wrap img {
        width: 80%;
    }
    .common_header {
        font-size: 40px;
        padding: 0;
        margin: 0;
        color: #1079a5;
        font-family: mont_semi;
        padding-bottom: 10px;
        line-height: 1.3em;
    }
    .home_anchor_wrap .half_wrap {
        padding-right: 120px;
    }
    .common_anchor {
        font-size: 14px;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        background-color: #1079a5;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: 30px;
        -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 {
        background-color: #333;
        text-decoration: none;
        color: #fff;
    }
    .industry_wrap {
        text-align: center;
        padding-top: 80px;
        ;
    }
    .industry_wrap .data_wrap {
        margin-top: 60px;
    }
    .industry_wrap .service_wrap {
        width: 70%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap li {
        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        text-align: left;
        background-color: #e3f5fd;
        padding: 20px;
        margin-bottom: 40px;
        cursor: pointer;
        height: 250px;
    }
    .industry_wrap .service_wrap li:nth-child(2n+0) {
        margin-right: 0;
    }
    .industry_wrap .service_wrap li h3 {
        padding: 0;
        margin: 0;
        font-size: 25px;
        font-family: mont_semi;
        color: #1079a5;
    }
    .industry_wrap .service_wrap li .content_wrap {
        position: absolute;
        left: 0;
        bottom: 40px;
        z-index: 999;
        padding-left: 180px;
        padding-right: 15px;
    }
    .industry_wrap .service_wrap li p {
        font-size: 12px;
    }
    .industry_wrap .service_wrap li .image_wrap {
        position: absolute;
        left: -70px;
        bottom: -30px;
        ;
    }
    .industry_wrap .service_wrap li .image_wrap img {
        width: auto;
    }
    .industry_wrap .service_wrap li .arrow_wrap {
        position: absolute;
        right: 40px;
        top: 20px;
        opacity: 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;
    }
    .industry_wrap .service_wrap li:hover .arrow_wrap {
        right: 20px;
        opacity: 1;
    }
    .industry_wrap .service_wrap li.orange {
        background-color: #fcece3;
    }
    .industry_wrap .service_wrap li.orange h3 {
        color: #bf7249;
    }
    .industry_wrap .service_wrap li.green {
        background-color: #eefbcf;
    }
    .industry_wrap .service_wrap li.green h3 {
        color: #9bb65a;
    }
    .industry_wrap .service_wrap li.purple {
        background-color: #fcebfd;
    }
    .industry_wrap .service_wrap li.purple h3 {
        color: #a75cab;
    }
    .industry_wrap .environment_wrap {
        position: absolute;
        width: 26%;
        left: 0;
        top: 0;
        height: 90%;
        background: url(../images/home_nature.jpg) center left no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .industry_wrap .environment_wrap .text_wrap {
        color: #fff;
        padding: 20px;
    }
    .industry_wrap .environment_wrap .text_wrap h2 {
        padding: 0;
        margin: 0;
        font-size: 35px;
        font-family: mont_semi;
        color: #fff;
    }
    .testimonial_wrap {
        padding-top: 180px;
        ;
    }
    .testimonial_wrap .text_data_wrap {
        background-color: #c3d9ef;
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
    }
    .testimonial_wrap .text_data_wrap p {
        padding-left: 20%;
        padding-right: 20%;
        font-size: 20px;
    }
    .testimonial_wrap .text_data_wrap h2 {
        padding: 0;
        margin: 0;
        font-style: italic;
        font-size: 20px;
        color: #1079a5;
        font-weight: mont_semi;
        padding-top: 50px;
        ;
    }
    .testimonial_wrap {
        overflow: hidden;
    }
    .testimonial_wrap .logo_abs_one {
        position: absolute;
        left: -480px;
        top: -20px;
        z-index: 20;
        width: 900px;
        pointer-events: none;
    }
    .testimonial_wrap .logo_abs_two {
        position: absolute;
        right: -480px;
        top: -20px;
        z-index: 20;
        width: 900px;
        pointer-events: none;
    }
    .prefooter_wrap {
        background: url(../images/bottom_port.jpg) bottom center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding-top: 880px;
        padding-bottom: 150px;
    }
    .prefooter_wrap .common_header {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
    }
    .prefooter_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        margin-top: 30px;
    }
    .prefooter_wrap ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        list-style: none;
        margin-right: 3%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .prefooter_wrap ul li h4 {
        margin: 0;
        padding: 0;
        font-size: 70px;
        font-family: mont_semi;
    }
    .prefooter_wrap ul li h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-family: mont_med;
        font-weight: normal;
    }
    .prefooter_wrap .gridContainer {
        max-width: 1250px;
    }
    .prefooter_wrap ul li:nth-child(3n+0) {
        margin-right: 0;
        border: none;
    }
    /*HOme ENds*/
    /**header**/
    .ab_menu_wrap {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 1000;
    }
    .ab_menu_wrap .gridContainer {
        max-width: 1100px;
        min-width: auto;
    }
    .ab_menu_wrap .menu_logo_wrap {
        position: absolute;
        width: 100%;
        left: 0%;
        top: 10px;
        z-index: 9;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(139, 137, 137, 0.562);
    }
    .ab_menu_wrap .menu_logo_wrap img {
        width: 180px;
        margin-left: -25px;
    }
    .ab_menu_wrap .menu_list_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        z-index: 100;
        text-align: center;
    }
    .menu_list_ul {
        width: auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .menu_list_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        list-style: none;
        padding: 15px 10px 15px 10px;
        font-size: 13px;
        font-family: mont_med;
        list-style: none;
        display: inline-block;
        float: none;
        text-transform: uppercase;
        letter-spacing: 0.3em;
    }
    .menu_list_ul li a {
        margin-right: 20px;
        color: white;
        font-family: mont_med;
        text-decoration: none;
    }
    .menu_list_ul li:nth-last-child(1) a {
        margin-right: 0px;
    }
    .menu_list_ul li:nth-child(3) {
        padding-right: 130px;
    }
    .menu_list_ul li:nth-child(4) {
        padding-left: 130px;
    }
    .ab_menu_icon_wrap {
        display: none;
    }
    .menu_side_cart_wrap {
        display: none;
    }
    .menu_blank_wrap {
        display: none;
    }
    /****/
    /**footer**/
    .footer_wrap {
        background: hsl(195deg, 84%, 12%);
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .footer_wrap .gridContainer {
        max-width: 1030px;
        min-width: auto;
    }
    .footer_wrap .links_wrap ul {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 0px;
    }
    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 23px;
        font-family: mont_semi;
        padding-bottom: 10px;
        color: white;
        text-transform: uppercase;
        line-height: normal;
    }
    .footer_wrap .links_wrap ul li a {
        color: #f0eeee;
        font-size: 12px;
        line-height: normal;
        padding: 0%;
        margin: 0%;
        font-family: mont_med;
        -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;
        text-transform: none;
    }
    .footer_wrap .links_wrap ul li a:hover {
        text-decoration: none;
        color: rgb(159, 196, 196);
    }
    .right_footer_wrap .footer_logo_wrap img {
        width: 300px;
    }
    /*pagination*/
    .testimonial_wrap .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: hsl(207deg 53% 80% / 57%);
    }
    .testimonial_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: hsl(198deg, 82%, 36%);
    }
    .testimonial_wrap .swiper-pagination {
        bottom: 35px;
    }
    /**pg**/
    /***/
    /*ABout Starts*/
    .slider_top_home.inner_cat_wrap {
        height: auto;
        padding-top: 320px;
        padding-bottom: 180px;
    }
    .about_slider_wrap {
        padding-top: 80px;
        text-align: center;
    }
    .about_slider_wrap p {
        font-size: 20px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .prefooter_wrap.inner {
        background-image: none;
        background-color: #052b39;
        padding-top: 80px;
    }
    .about_highlight_wrap {
        background-color: #052b39;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about_highlight_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .about_highlight_wrap ul li {
        width: 22.75%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        list-style: none;
        color: #fff;
    }
    .about_highlight_wrap ul li:nth-child(4n+0) {
        margin-right: 0;
    }
    .about_highlight_wrap ul li h3 {
        padding: 0;
        margin: 0;
        font-size: 22px;
        padding-top: 20px;
    }
    /*About Endss*/
    /*Unit Starts*/
    .unit_list_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        text-align: center;
    }
    .unit_list_wrap ul li {
        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        list-style: none;
        text-align: center;
        margin-bottom: 60px;
    }
    .unit_list_wrap ul li:nth-child(1) {
        float: left;
    }
    .unit_list_wrap ul li:nth-child(2n+0) {
        margin-right: 0;
    }
    /*Unit Ends*/
    /*Product Starts*/
    .product_top_wrap {
        height: 100vh;
    }
    .product_top_wrap .image_parent_wrap {
        width: 60%;
        display: inline-block;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
    }
    .product_top_wrap .image_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: url(../images/metal_scrap_top_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .product_top_wrap .data_wrap {
        width: 40%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background-color: #0e4c65;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        padding: 20px;
        overflow: hidden;
    }
    .product_top_wrap .data_wrap .common_header {
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }
    .product_top_wrap .data_wrap {
        padding: 40px;
    }
    .product_top_wrap .data_wrap p {
        color: #fff;
    }
    .product_top_wrap .data_wrap .button_wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 40px;
    }
    .product_top_wrap .data_wrap .text_wrap {
        position: relative;
        z-index: 99;
        ;
    }
    .product_top_wrap .abs_design {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        left: -990px;
        width: auto;
        opacity: 0.2;
    }
    .product_top_wrap .abs_design img {
        max-width: none;
    }
    .product_top_wrap .data_wrap .button_wrap .common_anchor {
        background-color: transparent;
        border: 1px solid #fff;
        width: 100%;
        text-align: center;
    }
    .product_bottom_data_wrap {
        padding-top: 0px;
    }
    .product_bottom_data_wrap .data_wrap {
        padding-bottom: 30px;
        ;
    }
    .product_bottom_data_wrap .abs_data_wrap {
        position: absolute;
        width: 50%;
        top: 0;
        height: 100%;
        padding: 30px;
    }
    .product_bottom_data_wrap .data_wrap.left .abs_data_wrap {
        right: 0;
    }
    .product_bottom_data_wrap .data_wrap.right .abs_data_wrap {
        left: 0;
        padding-left: 180px;
    }
    .product_bottom_data_wrap .abs_data_wrap li {
        font-size: 16px;
        line-height: 1.6em;
        list-style: none;
    }
    .product_bottom_data_wrap .abs_data_wrap li::before {
        content: "\2022";
        color: #25aae1;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 30px;
    }
    .product_bottom_data_wrap .data_wrap .half_wrap {
        text-align: center;
    }
    .product_bottom_data_wrap .data_wrap.left .half_wrap {
        float: left;
    }
    .product_bottom_data_wrap .data_wrap.right .half_wrap {
        float: right;
    }
    .product_bottom_data_wrap .data_wrap img {
        width: 480px;
    }
    /*Product Ends*/
    /*Form Common Wrap*/
    .form_common_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #052b39;
    }
    .form_common_wrap .common_header {
        color: #25aae1;
        text-align: center;
    }
    .form_common_wrap .gridContainer {
        max-width: 950px;
        min-width: auto;
    }
    .form_common_wrap .data_form_wrap {
        padding-top: 20px;
    }
    .form_common_wrap .data_form_wrap .half_wrap {
        padding: 15px;
    }
    .form_common_wrap .data_form_wrap .half_wrap input {
        width: 100%;
        padding: 12px;
        color: #fff;
        border: none;
        border-bottom: 2px solid #25aae1;
        background-color: transparent;
        font-size: 14px;
        padding-bottom: 18px;
    }
    .form_common_wrap .data_form_wrap .half_wrap textarea {
        width: 100%;
        padding: 15px;
        color: #fff;
        border: none;
        border: 2px solid #25aae1;
        background-color: transparent;
        font-size: 16px;
        padding-bottom: 20px;
        height: 150px;
    }
    .form_common_wrap p {
        font-size: 20px;
        padding-left: 20%;
        padding-right: 20%;
        color: #fff;
        text-align: center;
        padding-bottom: 30px;
        ;
    }
    /*Form common Wrap Ends*/
    .product_top_wrap .swiper-container,
    .product_top_wrap .swiper-wrapper {
        height: 100%;
    }
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1600px) {
    /*Product Starts*/
    .product_bottom_data_wrap .data_wrap .half_wrap {
        text-align: center;
    }
    .product_bottom_data_wrap .data_wrap img {
        width: auto;
    }
    .product_top_wrap {
        height: 100vh;
    }
    .product_top_wrap .image_parent_wrap {
        width: 65%;
        display: inline-block;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
    }
    .product_top_wrap .image_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: url(../images/metal_scrap_top_slider.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .product_top_wrap .data_wrap {
        width: 35%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background-color: #0e4c65;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        padding: 20px;
        overflow: hidden;
    }
    .product_top_wrap .data_wrap .common_header {
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }
    .product_top_wrap .data_wrap {
        padding: 40px;
    }
    .product_top_wrap .data_wrap p {
        color: #fff;
    }
    .product_top_wrap .data_wrap .button_wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 40px;
    }
    .product_top_wrap .data_wrap .text_wrap {
        position: relative;
        z-index: 99;
        ;
    }
    .product_top_wrap .abs_design {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        left: -990px;
        width: auto;
        opacity: 0.2;
    }
    .product_top_wrap .abs_design img {
        max-width: none;
    }
    .product_top_wrap .data_wrap .button_wrap .common_anchor {
        background-color: transparent;
        border: 1px solid #fff;
        width: 100%;
        text-align: center;
    }
    .product_bottom_data_wrap {
        padding-top: 60px;
    }
    .product_bottom_data_wrap .data_wrap {
        padding-bottom: 60px;
        ;
    }
    .product_bottom_data_wrap .abs_data_wrap {
        position: absolute;
        width: 50%;
        top: 0;
        height: 100%;
        padding: 30px;
    }
    .product_bottom_data_wrap .data_wrap.left .abs_data_wrap {
        right: 0;
    }
    .product_bottom_data_wrap .data_wrap.right .abs_data_wrap {
        left: 0;
        padding-left: 180px;
    }
    .product_bottom_data_wrap .abs_data_wrap li {
        font-size: 18px;
        line-height: 1.8em;
        list-style: none;
    }
    .product_bottom_data_wrap .abs_data_wrap li::before {
        content: "\2022";
        color: #25aae1;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 30px;
    }
    .product_bottom_data_wrap .data_wrap.left .half_wrap {
        float: left;
    }
    .product_bottom_data_wrap .data_wrap.right .half_wrap {
        float: right;
    }
    /*Product Ends*/
    /*Form Common Wrap*/
    .form_common_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #052b39;
    }
    .form_common_wrap .common_header {
        color: #25aae1;
        text-align: center;
    }
    .form_common_wrap .gridContainer {
        max-width: 1250px;
        ;
    }
    .form_common_wrap .data_form_wrap {
        padding-top: 30px;
    }
    .form_common_wrap .data_form_wrap .half_wrap {
        padding: 20px;
    }
    .form_common_wrap .data_form_wrap .half_wrap input {
        width: 100%;
        padding: 15px;
        color: #fff;
        border: none;
        border-bottom: 2px solid #25aae1;
        background-color: transparent;
        font-size: 16px;
        padding-bottom: 20px;
    }
    .form_common_wrap .data_form_wrap .half_wrap textarea {
        width: 100%;
        padding: 15px;
        color: #fff;
        border: none;
        border: 2px solid #25aae1;
        background-color: transparent;
        font-size: 16px;
        padding-bottom: 20px;
        height: 150px;
    }
    /*Form common Wrap Ends*/
    /*Home Starts*/
    .slider_top_home {
        height: 100vh;
        background: url(../images/slider_home_desktop.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .slider_top_home .title_wrap {
        position: absolute;
        width: 100%;
        bottom: 70px;
        left: 0;
        text-align: center;
        color: #fff;
    }
    .slider_top_home .title_wrap h1 {
        text-transform: uppercase;
        font-size: 65px;
        letter-spacing: 0.1em;
        font-family: mont_semi;
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        background: #FFFFFF;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: -moz-linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        background: linear-gradient(to bottom, #FFFFFF 53%, rgba(255, 255, 255, 0.3) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    p {
        font-size: 15px;
        padding: 0;
        margin: 0;
        padding-top: 15px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
    }
    .slider_top_home .title_wrap p {
        padding-left: 30%;
        padding-right: 30%;
    }
    .cat_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
    }
    .cat_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        background: url(../images/metal_srap_home_category.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        font-family: mont_semi;
        text-transform: uppercase;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 40px;
        ;
    }
    .cat_ul li:nth-child(3n+0) {
        margin-right: 0;
    }
    .cat_ul li h2 {
        font-size: 30px;
        padding: 0;
        margin: 0;
        color: #fff;
        font-family: mont_semi;
    }
    .home_anchor_wrap .image_wrap {
        text-align: right;
    }
    .home_anchor_wrap .title_wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        ;
    }
    .home_anchor_wrap img {
        width: 80%;
    }
    .common_header {
        font-size: 50px;
        padding: 0;
        margin: 0;
        color: #1079a5;
        font-family: mont_semi;
        padding-bottom: 10px;
        line-height: 1.3em;
    }
    .home_anchor_wrap .half_wrap {
        padding-right: 120px;
    }
    .common_anchor {
        font-size: 14px;
        padding: 0;
        margin: 0;
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        background-color: #1079a5;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: 30px;
        -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 {
        background-color: #333;
        text-decoration: none;
        color: #fff;
    }
    .industry_wrap {
        text-align: center;
        padding-top: 80px;
        ;
    }
    .industry_wrap .data_wrap {
        margin-top: 60px;
    }
    .industry_wrap .service_wrap {
        width: 70%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding: 0;
    }
    .industry_wrap .service_wrap li {
        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 3%;
        text-align: left;
        background-color: #e3f5fd;
        padding: 20px;
        margin-bottom: 40px;
        cursor: pointer;
        height: 250px;
    }
    .industry_wrap .service_wrap li:nth-child(2n+0) {
        margin-right: 0;
    }
    .industry_wrap .service_wrap li h3 {
        padding: 0;
        margin: 0;
        font-size: 25px;
        font-family: mont_semi;
        color: #1079a5;
    }
    .industry_wrap .service_wrap li .content_wrap {
        position: absolute;
        left: 0;
        bottom: 40px;
        z-index: 999;
        padding-left: 180px;
        padding-right: 15px;
    }
    .industry_wrap .service_wrap li p {
        font-size: 12px;
    }
    .industry_wrap .service_wrap li .image_wrap {
        position: absolute;
        left: -70px;
        bottom: -30px;
        ;
    }
    .industry_wrap .service_wrap li .image_wrap img {
        width: auto;
    }
    .industry_wrap .service_wrap li .arrow_wrap {
        position: absolute;
        right: 40px;
        top: 20px;
        opacity: 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;
    }
    .industry_wrap .service_wrap li:hover .arrow_wrap {
        right: 20px;
        opacity: 1;
    }
    .industry_wrap .service_wrap li.orange {
        background-color: #fcece3;
    }
    .industry_wrap .service_wrap li.orange h3 {
        color: #bf7249;
    }
    .home_anchor_wrap img {
        width: auto;
    }
    .industry_wrap .service_wrap li.green {
        background-color: #eefbcf;
    }
    .industry_wrap .service_wrap li.green h3 {
        color: #9bb65a;
    }
    .industry_wrap .service_wrap li.purple {
        background-color: #fcebfd;
    }
    .industry_wrap .service_wrap li.purple h3 {
        color: #a75cab;
    }
    .industry_wrap .environment_wrap {
        position: absolute;
        width: 26%;
        left: 0;
        top: 0;
        height: 90%;
        background: url(../images/home_nature.jpg) center left no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .industry_wrap .environment_wrap .text_wrap {
        color: #fff;
        padding: 20px;
    }
    .industry_wrap .environment_wrap .text_wrap h2 {
        padding: 0;
        margin: 0;
        font-size: 35px;
        font-family: mont_semi;
        color: #fff;
    }
    .testimonial_wrap {
        padding-top: 180px;
        ;
    }
    .testimonial_wrap .text_data_wrap {
        background-color: #c3d9ef;
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
    }
    .testimonial_wrap .text_data_wrap p {
        padding-left: 20%;
        padding-right: 20%;
        font-size: 20px;
    }
    .testimonial_wrap .text_data_wrap h2 {
        padding: 0;
        margin: 0;
        font-style: italic;
        font-size: 20px;
        color: #1079a5;
        font-weight: mont_semi;
        padding-top: 60px;
        ;
    }
    .testimonial_wrap {
        overflow: hidden;
    }
    .testimonial_wrap .logo_abs_one {
        position: absolute;
        left: -980px;
        top: -220px;
        z-index: 20;
        width: auto;
        pointer-events: none;
    }
    .testimonial_wrap .logo_abs_two {
        position: absolute;
        right: -780px;
        top: -220px;
        z-index: 20;
        width: auto;
        pointer-events: none;
    }
    .prefooter_wrap {
        background: url(../images/bottom_port.jpg) bottom center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding-top: 880px;
        padding-bottom: 150px;
    }
    .prefooter_wrap .common_header {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
    }
    .prefooter_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        margin-top: 30px;
    }
    .prefooter_wrap ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        list-style: none;
        margin-right: 3%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .prefooter_wrap ul li h4 {
        margin: 0;
        padding: 0;
        font-size: 90px;
        font-family: mont_semi;
    }
    .prefooter_wrap ul li h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-family: mont_med;
        font-weight: normal;
    }
    .prefooter_wrap .gridContainer {
        max-width: 1250px;
    }
    .prefooter_wrap ul li:nth-child(3n+0) {
        margin-right: 0;
        border: none;
    }
    /*HOme ENds*/
    /**header**/
    .ab_menu_wrap {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 1000;
    }
    .ab_menu_wrap .gridContainer {
        width: 100%;
        max-width: 1500px;
    }
    .ab_menu_wrap .menu_logo_wrap {
        position: absolute;
        width: 100%;
        left: 0%;
        top: 10px;
        z-index: 9;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(139, 137, 137, 0.562);
    }
    .ab_menu_wrap .menu_logo_wrap img {
        width: 240px;
        margin-left: -30px;
    }
    .ab_menu_wrap .menu_list_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        z-index: 100;
        text-align: center;
    }
    .menu_list_ul {
        width: auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .menu_list_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0%;
        margin: 0px;
        list-style: none;
        padding: 15px 10px 15px 10px;
        font-size: 15px;
        font-family: mont_med;
        list-style: none;
        display: inline-block;
        float: none;
        text-transform: uppercase;
        letter-spacing: 0.3em;
    }
    .menu_list_ul li a {
        margin-right: 30px;
        color: white;
        font-family: mont_med;
        text-decoration: none;
    }
    .menu_list_ul li:nth-last-child(1) a {
        margin-right: 0px;
    }
    .menu_list_ul li:nth-child(3) {
        padding-right: 200px;
    }
    .menu_list_ul li:nth-child(4) {
        padding-left: 200px;
    }
    .ab_menu_icon_wrap {
        display: none;
    }
    .menu_side_cart_wrap {
        display: none;
    }
    .menu_blank_wrap {
        display: none;
    }
    /****/
    /**footer**/
    .footer_wrap {
        background: hsl(195deg, 84%, 12%);
        padding-top: 50px;
        padding-bottom: 150px;
    }
    .footer_wrap .gridContainer {
        max-width: 1230px;
        min-width: auto;
    }
    .footer_wrap .links_wrap ul {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 0px;
    }
    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 25px;
        font-family: mont_semi;
        padding-bottom: 10px;
        color: white;
        text-transform: uppercase;
        line-height: normal;
    }
    .footer_wrap .links_wrap ul li a {
        color: #f0eeee;
        font-size: 15px;
        line-height: normal;
        padding: 0%;
        margin: 0%;
        font-family: mont_med;
        -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;
        text-transform: none;
    }
    .footer_wrap .links_wrap ul li a:hover {
        text-decoration: none;
        color: rgb(159, 196, 196);
    }
    .right_footer_wrap .footer_logo_wrap img {
        width: 330px;
    }
    /*pagination*/
    .testimonial_wrap .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: hsl(207deg 53% 80% / 57%);
    }
    .testimonial_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: hsl(198deg, 82%, 36%);
    }
    .testimonial_wrap .swiper-pagination {
        bottom: 33px;
    }
    /**pg**/
    /***/
    .gridContainer {
        width: 88.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;
    }
}

.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;
}

.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;
}

body {
    font-family: mont_med;
}

.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;
}

.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.contact_us.data_form_wrap input {
    margin-bottom: 40px;
}

.swiper_arrow_white:after {
    color: #fff !important;
}

.about_slider_wrap .swiper-pagination-bullet {
    background: #fff;
}

.sprite_image {
    width: 500px;
    height: 500px;
    background: url(../images/sprite_test.jpg) left top;
}

.error_full_wrap{
    color:rgb(235, 98, 98);
    font-size:12px;
    margin-top: 5px;
    width:100%;
    float:left;
    display: inline-block;
}
.contact_success_box{
    color:#000;
}
.contact_us.data_form_wrap  .error_full_wrap {
    
padding-bottom: 10px;

}

.product_top_wrap .data_wrap .button_wrap{
    z-index: 100;
}
.contact_success_box{

}
.webpreloader{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1000000;
    background: url('../images/loader.gif') center center no-repeat #fff;
}

