body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto';
}
 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'), url('../fonts/Roboto-SemiBold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Outfit';
     src: url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Outfit';
     src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'), url('../fonts/Outfit-SemiBold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Outfit';
     src: url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Outfit';
     src: url('../fonts/Outfit-Light.woff2') format('woff2'), url('../fonts/Outfit-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0px;
     font-family: 'Outfit';
}
 h1 {
     color: #002783;
     font-size: 44px;
     line-height: 54px;
     font-weight: 600;
}
 h2 {
     color: #002783;
     font-size: 38px;
     line-height: 48px;
     font-weight: 600;
     padding-bottom: 20px;
}
 p {
     font-size: 20px;
     line-height: 34px;
     color: #000000;
     margin: 0px;
     font-family: 'Roboto';
     font-weight: normal;
     padding-bottom: 20px;
}
 p:last-child {
    padding-bottom: 0px
}
 img {
     max-width: 100%;
     height: auto;
}
 a {
     transition: all 0.5s;
     text-decoration: none;
}
 .container {
     max-width: 1440px;
     margin: 0px auto;
     padding: 0px 20px;
}
 a.dfBtn {
     font-size: 20px;
     line-height: 28px;
     text-decoration: none;
     background: #009D3B;
     color: #fff;
     padding: 9px 31.02px;
     border-radius: 30px;
     font-family: 'Outfit';
     font-weight: 600;
     border: 2px solid #009D3B;
     transition: all 0.5s;
     text-align: center;
}
 a.dfBtn:hover {
     background: transparent;
     color: #009D3B;
}
 strong {
     font-weight: 700;
}
/* About Us Css */
 .inner_banner_sec img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     position: absolute;
     top: 0px;
     left: 0px;
}
 .inner_banner_sec {
     height: 380px;
     position: relative;
     display: flex;
     align-items: center;
     text-align: center;
     background: #002783;
     margin-bottom: 100px;
}
 .inner_banner_sec::after {
     content: "";
     background: RGB(0, 39, 131);
}
 .mobile-banner {
     display: none;
}
 .inner_banner_sec h1 {
     color: #fff;
     z-index: 2;
     position: relative;
}
 .inner_banner_sec::after {
     content: "";
     background: RGB(0, 39, 131, 0.5);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0px;
     left: 0px;
}
 .row {
     display: flex;
     flex-wrap: wrap;
     row-gap: 30px;
}
 .col-img img {
     width: 100%;
     height: auto;
     position: sticky;
     top: 145px;
}
 .col-desc {
     width: 54.60%;
     padding-left: 80px;
}
 .col-img {
     width: 45.40%;
}
 .common_sec {
     margin-bottom: 95px;
}
 .col-desc strong {
    font-weight: 600;
}
a.inline-block {
    display: inline-block;
}   
 .col-desc p a, .col-desc li a, .col-desc span a{
     color: #009D3B;
}
 .col-desc p a:hover, .col-desc li a:hover, .col-desc span a:hover{
    color: #002783;
}
 .we_comply_section {
     background: #F1F1F1;
     padding: 100px 0;
}
.we_comply_section h3,
 .we_comply_section h2 {
     text-align: center;
     padding-bottom: 40px;
     font-size: 30px;
     line-height: 40px;
         color: #002783;
         font-weight: 600;
}
 .we_comply_section .row {
     gap: 31px;
     row-gap: 30px;
     justify-content: center;
}
 .we_comply_section .list-item {
     background: #FFFFFF 0% 0% no-repeat padding-box;
     border: 1px solid #CCCCCC;
     width: calc(100% / 3 - 21px);
     padding: 19px 30px;
     min-height: 113px;
     display: flex ;
     align-items: center;
     justify-content: center;
}
 .we_comply_section .list-item p strong {
     font-weight: 600;
}
 .we_comply_section .list-item p {
     font-size: 22px;
     line-height: 36px;
     text-align: center;
     color: #000;
}
 h3 {
     font-size: 30px;
     line-height: 40px;
}
/* About Us Css */
/* 404 and Thank You css */
 .img_txt_row {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}
 .error_col_two {
     width: 50%;
}
 .error_col_one.err-col {
     width: 50%;
     margin-right: 0px;
     padding-right: 90px;
}
 .err-col.img-col {
     padding-right: 40px;
}
 .error_col_two.inner-page-title h1 {
     margin-bottom: 20px;
     text-align: left;
}
 .error_col_two .description p {
     text-align: left;
}
 .cmn_btn {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     margin-top: 22px;
     column-gap: 20px;
     row-gap: 15px;
}
 .error_col_two p {
     padding-bottom: 0px;
}
 .error_col_two h1 {
     padding-bottom: 15px;
}
 .error_section {
     padding: 100px 0px;
}
 .cmn_btn .dfBtn {
     width: 195px;
}
 a.dfBtn.transparent {
     background: transparent;
     color: #009D3B;
}
 a.dfBtn.transparent:hover {
     background: #009D3B;
     color: #fff;
}
 .thank_you_sec .error_col_two {
     width: 60%;
}
 .thank_you_sec .error_col_one.err-col {
     width: 40%;
}
/* 404 and Thank You css */
/* Metal Recycling Page */
 .col-desc ul{padding-bottom: 20px;}
 .col-desc ul li{
    font-size: 20px;
    line-height: 34px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px;
}
 .col-desc ul li:before{
    content: '';
    background-image: url(../../../../wp-content/uploads/2025/06/check.png);
    height: 23px;
    width: 23px;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
 .btn-flex {
     display: flex;
     align-items: center;
     row-gap: 10px;
     column-gap: 15px;
     flex-wrap: wrap;
     padding-top: 10px;
}
 .row.row-reverse {
     flex-direction: row-reverse;
}
 .row.row-reverse .col-desc {
     padding-right: 80px;
     padding-left: 0;
}
 .note-sec h2 {
     color: #fff;
     padding-bottom: 14px;
     font-size: 34px;
     line-height: 44px;
}
 .note-sec p {
     color: #fff;
     font-size: 22px;
     line-height: 32px;
}
 .note-sec{
    background: #009d3b;
    padding: 30px 0;
}
 .center-align{
    align-items: center;
}
/* End of life vehicles */
 section.exactly-sec {
     background: #F1F1F1;
     padding: 88px 0 100px;
}
 .exactly-sec .text-row {
     text-align: center;
     padding-bottom: 40px;
}
 .exactly-sec .logo-row {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap:40px;
}
 .exactly-sec .logo-row .list-item a {
     display: flex;
     background: #fff;
     text-align: center;
     padding: 15px;
     height: 130px;
     align-items: center;
     width: 100%;
     justify-content: center;
}
 .exactly-sec .logo-row .list-item a img {
     object-fit: contain;
     height: 100%;
}
 .exactly-sec .logo-row .list-item a:hover {
     opacity: 1;
}


/* Ferrous Metals */




/* faq section */
section.faq-section.faq-page-section {
    margin-top: -10px;
}
section.faq-section.faq-page-section .faq-right-col {
    width: 100%;
    padding-right: 0;
    max-width: 1000px;
    margin: 0 auto;
}



/* areas covered section */
section.common_sec.areas-covered-section .container {
    max-width: 1200px;
}
section.common_sec.areas-covered-section .col-img {
    width: 30%;
}
section.common_sec.areas-covered-section .col-desc {
    width: 70%;
}
.col-desc em {
    font-style: italic;
}


/*  */
section.our-machinery-lists-section {
    background: #F1F1F1;
    padding: 100px 0;
    margin-bottom: 100px;
}

.our-machinery-lists-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 40px;
    justify-content: center;
}

.our-machinery-lists-col {
    width: 33.33%;
    padding: 0 20px;
}

.our-machinery-lists-img-wrap {
    height: 290px;
    overflow: hidden;
    margin-bottom: 20px;
}

.our-machinery-lists-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-machinery-lists-content-wrap h2 {
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
}

.our-machinery-lists-inner {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000029;
    height: 100%;
}

/* twins section */
section.common_sec.the-twins-section .row {
    flex-direction: row-reverse;
}

section.common_sec.the-twins-section .row .col-desc {
    padding-left: 0;
    padding-right: 80px;
}

/* the-mul-sections */
section.common_sec.the-mul-sections {
    margin-bottom: 100px;
}

section.common_sec.the-mul-sections .row:nth-child(2n) {
    flex-direction: row-reverse;
}

section.common_sec.the-mul-sections .row:nth-child(2n) .col-desc {
    padding-right: 80px;
    padding-left: 0;
}


section.common_sec.the-mul-sections .row {
    margin-bottom: 100px;
}

section.common_sec.the-mul-sections .row:last-child {
    margin-bottom: 0;
}

section.common_sec.the-twins-section {
    margin-bottom: 60px;
}

section.our_video_section.the-twin-video-section .et_pb_module.et_pb_video {
    width: 100%;
    height: 470px;
    max-width: 840px;
    margin: 0 auto;
}

section.common_sec.areas-covered-section .col-desc p {
    padding-bottom: 20px;
}

section.common_sec.areas-covered-section .col-desc p:last-child {
    padding-bottom: 0;
}

/* 13-08-025 */
.hero-section,
.our_services_section,
.our_video_section,
.news-card,
.video-grid {
	z-index: 0;
    position: relative;
}

.page-template-request-a-call-back .form-section h2 {
    text-align: center;
}
ul.wsp-posts-list strong.wsp-category-title a {
    text-decoration: none;
    pointer-events: none;
}

/* Responsive */
 @media only screen and (max-width: 1439px) {
    /* About Us Css */
     .page-template-about-us .inner_banner_sec img {
         object-position: right;
    }
}
 @media only screen and (max-width: 1199px) {
     h1 {
         font-size: 38px;
         line-height: 48px;
    }
     h2 {
         font-size: 34px;
         line-height: 44px;
         padding-bottom: 15px;
    }
     p {
         font-size: 18px;
         line-height: 32px;
         padding-bottom: 16px;
    }
    /* 404 and Thank You css */
     .error_section {
         padding: 70px 0px;
    }
    /* About Us Css */
     .inner_banner_sec {
         height: 330px;
         margin-bottom: 70px;
    }
     .col-desc {
         padding-left: 50px;
    }
     .common_sec {
         margin-bottom: 70px;
    }
     .row.row-reverse .col-desc{
        padding-right: 50px;
    }
     .we_comply_section .list-item p {
        font-size: 20px;
         line-height: 32px;
    }
     .we_comply_section .list-item {
         min-height: 80px;
         width: calc(100% / 3 - 14px);
         padding: 18px 20px;
    }
     .we_comply_section {
        padding: 60px 0 70px;
    }
     .we_comply_section .row {
        gap: 20px;
    }
    h3,
    .we_comply_section h3,
    .we_comply_section h2 {
         padding-bottom: 36px;
         font-size: 26px;
         line-height: 36px;
    }
    .col-desc ul li{
        font-size: 18px;
        line-height: 32px;
    }
    /* End of life vehicles */
     section.exactly-sec{
        padding: 60px 0 70px;
    }
     .exactly-sec .text-row{
        padding-bottom: 30px;
    }


    /* our-machinery-lists-section */
    section.our-machinery-lists-section {
        padding: 70px 0;
        margin-bottom: 70px;
    }
    section.common_sec.the-twins-section {
        margin-bottom: 50px;
    }
    section.common_sec.the-mul-sections .row {
        margin-bottom: 70px;
    }
    section.common_sec.the-mul-sections {
        margin-bottom: 70px;
    }
    .our-machinery-lists-content-wrap h2 {
        padding-bottom: 3px;
        font-size: 26px;
        line-height: 35px;
    }
    .our-machinery-lists-col {
        padding: 0 15px;
    }
    .our-machinery-lists-row {
        margin: 0 -15px;
    }
    .our-machinery-lists-img-wrap {
        height: 260px;
    }
    .our-machinery-lists-inner {
        padding: 15px;
    }
     section.common_sec.the-twins-section .row .col-desc {
        padding-right: 50px;
    }
    section.common_sec.the-mul-sections .row:nth-child(2n) .col-desc {
        padding-right: 50px;
    }
    .col-desc ul{padding-bottom: 14px;}


    /* areas covered section */
    section.common_sec.areas-covered-section .col-desc p {
        padding-bottom: 17px;
    }

    .page-template-sitemap .desktop-banner img{object-position: 90%;}
}
 @media only screen and (max-width: 991px) {
    /* 404 and Thank You css */
     .error_col_one.err-col {
         width: 100%;
         padding-right: 0px;
         max-width: 400px;
         margin: 0px auto 30px auto;
    }
     .error_col_two {
         width: 100%;
         text-align: center;
    }
     .cmn_btn {
         justify-content: center;
    }
     .thank_you_sec .error_col_one.err-col {
         width: 100%;
    }
     .thank_you_sec .error_col_two {
         width: 100%;
    }
     .thank_you_sec .error_col_one.err-col {
         max-width: 300px;
    }
    /* About Us Css */
     .col-desc {
         width: 100%;
         padding-left: 0px;
    }
     .col-img {
         width: 100%;
         max-width: 550px;
         margin: auto;
    }
     .col-img img {
         position: initial;
    }
     .common_sec {
         margin-bottom: 63px;
    }
    /* Metal Recycling */
     .note-sec p{
        font-size: 20px;
         line-height: 30px;
    }
     .note-sec h2{
         font-size: 32px;
         line-height: 42px;
    }
     .row.row-reverse .col-desc{
        padding-right: 0px;
    }
     .we_comply_section .list-item {
         width: calc(100% / 2 - 10px);
    }
     .exactly-sec .logo-row{
        gap: 20px;
    }




    /* areas covered section */
    section.common_sec.areas-covered-section .col-desc {
        width: 100%;
    }
    section.common_sec.areas-covered-section .col-img {
        width: 100%;
        max-width: 320px;
    }
    .our-machinery-lists-row {
        row-gap: 30px;
    }
    .our-machinery-lists-col {
        width: 50%;
    }
    section.common_sec.the-twins-section {
        margin-bottom: 40px;
    }
    section.common_sec.the-mul-sections .row {
        margin-bottom: 65px;
    }
    section.common_sec.the-mul-sections {
        margin-bottom: 64px;
    }
    section.common_sec.the-twins-section .row .col-desc {
        padding-right: 0;
    } 
    section.common_sec.the-mul-sections .row:nth-child(2n) .col-desc {
        padding-right: 0;
    }
	 body.page-template-1100-ltr-bins .inner_banner_sec img{object-position: 28%;}

}
 @media only screen and (max-width: 767px) {
     h1 {
         font-size: 32px;
         line-height: 42px;
    }
     h2 {
         font-size: 30px;
         line-height: 40px;
         padding-bottom: 12px;
    }
     p {
         font-size: 16px;
         line-height: 28px;
         padding-bottom: 14px;
    }
     a.dfBtn {
         font-size: 16px;
         line-height: 26px;
         padding: 8px 30px;
    }
    /* 404 and Thank You css */
     .error_section {
         padding: 60px 0px;
    }
     .cmn_btn {
         margin-top: 15px;
    }
     .error_col_one.err-col {
         margin: 0px auto 25px auto;
    }
     .cmn_btn .dfBtn {
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .cmn_btn {
         gap: 15px;
    }
     .cmn_btn .dfBtn {
         width: 190px;
    }
    /* About Us Css */
     .inner_banner_sec {
         height: 280px;
         margin-bottom: 60px;
    }
     .row {
         row-gap: 22px;
    }
     .common_sec {
         margin-bottom: 55px;
    }
     .mobile-banner {
         display: block;
    }
     .desktop-banner {
         display: none;
    }
     .page-template-about-us .inner_banner_sec img {
         object-position: right;
    }
     .we_comply_section {
         padding: 52px 0 60px;
    }
    h3,
    .we_comply_section h3,
     .we_comply_section h2 {
         padding-bottom: 26px;
         font-size: 22px;
         line-height: 32px;
    }
     .we_comply_section .list-item p {
         font-size: 18px;
         line-height: 28px;
    }
     .we_comply_section .list-item {
         min-height: 75px;
         padding: 15px 20px;
    }
    .col-desc ul li{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .col-desc ul li:before{
        height: 20px;
        width: 20px;
        top: 3px;
    }
    .col-desc ul {
        padding-bottom: 10px;
    }
    /* Metal Recycling */
     .note-sec p{
        font-size: 18px;
         line-height: 28px;
    }
     .note-sec h2{
         padding-bottom: 10px;
         font-size: 30px;
         line-height: 40px;
    }
     .note-sec{
         padding: 20px 0;
    }
     .exactly-sec .logo-row .list-item a{
        padding: 10px;
         height: 100px;
    }
     section.exactly-sec {
         padding: 50px 0 60px;
    }


    /* areas covered section */
    section.common_sec.areas-covered-section .col-img {
        max-width: 290px;
    }

    /* faq banner */
    section.inner_banner_sec.faq-pabe-banner-section .mobile-banner img {
        object-position: -390px 0;
    }


    .our-machinery-lists-content-wrap h2 {
        padding-bottom: 2px;
        font-size: 22px;
        line-height: 32px;
    }
    section.our-machinery-lists-section {
        padding: 60px 0;
        margin-bottom: 60px;
    }
    section.our_video_section.the-twin-video-section .et_pb_module.et_pb_video {
        height: 380px;
    }

    .our-machinery-lists-col {
        width: 100%;
        padding: 0;
    } 
    .our-machinery-lists-row {
        margin: 0;
    }
    .our-machinery-lists-img-wrap {
        margin-bottom: 15px;
    }
    .our-machinery-lists-img-wrap {
        height: 320px;
    }
    section.common_sec.the-mul-sections .row {
        margin-bottom: 53px;
    }

    section.common_sec.the-mul-sections {
        margin-bottom: 55px;
    }

    section.common_sec.areas-covered-section .col-desc p {
        padding-bottom: 13px;
    }
    .page-template-sitemap .mobile-banner img{object-position: 90%;}
}

@media only screen and (max-width: 650px) {
	body #callnowbutton.cnb-single {bottom:90px;}
}
 @media only screen and (max-width: 576px) {
     .we_comply_section .list-item {
         width: 100%;
         min-height: 60px;
    }
     .we_comply_section .row {
        gap: 10px;
    }
     .exactly-sec .logo-row{
        grid-template-columns: repeat(1, 1fr);
    }
    section.inner_banner_sec.faq-pabe-banner-section .mobile-banner img {
        object-position: -500px 0;
    }
    section.our_video_section.the-twin-video-section .et_pb_module.et_pb_video {
        height: 260px;
    }
     section.our_video_section.the-twin-video-section  iframe.video-iframe {
        height: 100%;
    }
    .our-machinery-lists-img-wrap {
        height: 270px;
    }
    .our-machinery-lists-row {
        row-gap: 25px;
    }
}

@media only screen and (max-width: 420px) {
    section.inner_banner_sec.faq-pabe-banner-section .mobile-banner img {
        object-position: -620px 0;
    }

    section.our_video_section.the-twin-video-section .et_pb_module.et_pb_video {
        height: 230px;
    }
    .our-machinery-lists-img-wrap {
        height: 220px;
    }
 }