body {
    background-color: #fff;
    font-family: 'poppins';

}

p{
    font-size: 1rem;
}

.f-500{
    font-weight: 500;
}

.f-600{
    font-weight: 600;
}

.nav-item:hover::after {
    position: relative;
    top: 5px;
    width: 100px;
    color: orange;
    border: 1px solid black;
}

.mb-6{
    margin-bottom: 6rem;
}

.my-6{
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.py-6{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.w-65{
    width: 65%;
}

.w-70{
    width: 70%;
}

.w-75{
    width: 75%;
}

.w-80{
    width: 80%;
}

.w-85{
    width: 85%;
}

.w-90{
    width: 90%;
}

.w-95{
    width: 95%;
}

.p-inherit{
    position: inherit;
}

.nav-logo {
    max-width: 80px;
}

.nav-link{
    color: #101010;
    font-weight: 600;
    font-size: 1rem;
}

.nav-item{
    margin-right: 2%;
}

.dropbtn {
    background-color: transparent;
    color: #101010;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn{
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -20%;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown .dropbtn {
    border-bottom: 5px solid transparent;
}

.dropdown:hover .dropbtn {
    border-bottom: 5px solid #6DCB60;
}

.text-dropdown:hover{
    background-color: transparent !important;
    color: #6DCB60 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    padding: 12px 16px !important;
}

.nav-link {
    color: #000000;
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.nav-link:hover,
.nav-link:focus {
    color: #000000;
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 5px solid #6DCB60;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#home-banner{
    height: 60vh;
}

#footer{
    background-color: #EBEBEB;
}

.text-footer,
.text-footer:hover{
    text-decoration: none;
    color: #000000;
    line-height: 2.3;
    font-size: 1rem;
}

.footer-email{
    text-decoration: none;
    color: #000000;
    line-height: 1.8;
    font-size: 1rem;
}

/* Home Page */
#home-banner{
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

.home-banner-text{
    max-width: 45%;
    line-height: 2;
    min-height: 35vh;
    font-weight: 600;
    font-size: 2rem;
}

.banner-text,
.banner-text-title{
    color: #EBEBEB;
}

.banner-text-dark,
.banner-text-title-dark{
color: #000000;
}

.banner-info{
    min-height: 50vh;
    text-align: left;
}

.btn-explore{
    border: 1px solid #EBEBEB;
    border-radius: 2rem;
    max-width: 10rem;
}
.btn-explore-dark{
    color: #000000;
    border: 1px solid #000000;
    border-radius: 2rem;
    max-width: 10rem;
}


.btn-explore-dark:hover{
    background-color: #000000;
    color: #EBEBEB;
    border: 1px solid #EBEBEB;
    border-radius: 2rem;
    max-width: 10rem;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

ul li::marker {
    color: #6DCB60;
}

.carousel-container {
    position: relative;
}

#home-page.carousel-item{
    height: 75vh;
}

.carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-item {
    width: 100%;
    /* height: 90vh; */
    display: none;
    text-align: center;
    font-size: 24px;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bullet-list {
    position: absolute;
    top: 0;
    right: 6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99999999;
}

.bullet {
    width: 20px;
    height: 20px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
    color: #baaeae;;
    cursor: pointer;
}

.bullet.active {
    color: #fff;
}

#curve-color{
    position: relative;
    overflow: hidden;
    background-color: #FAF7F2;
}


#curve-white-color{
    position: relative;
    margin-top: -8rem;
    overflow: hidden;
}

#home-banner{
    position: relative;
}

/* .navbar-collapse */

#navbarNavDropdown{
    overflow: scroll;
}

.footer-text{
    font-size: 0.85rem;
}

#FreQuestions{
    background-color: #FAF7F2;
}

.faq-div{
    margin-top: 10%;
    margin-bottom: 5%;
}

.btn-green{
    color: #fff;
    background-color: #6DCB60;
    border-radius: 25px;
    width: 8rem;
    width: 10rem;
    padding: 0;
}

.slideout-anim-wrap {
    height: 45px;
    font: normal normal 700 0.9em/4em Arial,sans-serif;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 3em;
}

.slideout-anim-wrap,
.slide-anim-text {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.slideout-anim-wrap span {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
}

.slideout-anim-wrap:hover
.slide-anim-text{
    margin-top: -4em;
}

.slideout-anim-wrap span.top{
    line-height: 3em;
}

.slideout-anim-wrap span.bottom{
    line-height: 5em;
}

/* carousel */
.card-img-top {
    width: 100%;
    height: auto;
    max-width: 150px;
}

.section-title{
    font-weight: 600;
    line-height: 1.6;
    font-size: 1.5rem;
}

.gren-blue-text{
    line-height: 1.6;
}

/* Award Carousel */
#award{
    margin-top: 8rem;
}
.award-img-top{
    width: 100%;
    height: auto;
    max-width: 250px;
}

.top-title{
    text-align: center;
    font-weight: 600;
    font-size: 1.7rem;
}

.vimi-title{
    font-weight: 600;
    font-size: 1.6rem;
}

.item-title{
    font-size: 1rem;
}
/* Award Carousel */

/* FAQ */

#tab-title-dimensions_tab{
    font-weight: 600;
    font-size: 1.1rem;
}

.faq, .wc-accordion {
    border-bottom: 2px solid #707070;
    .accordion {
        padding: 5px 0px 5px 0px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        border-radius: 0px;
        background: none;
        display: flex;
        font-size: 1.2rem;
        justify-content: space-between;
        align-items: center;
    }

    .active, .accordion:hover {
        background-color: none;
    }

    .active{
        i {
        transform: rotate(90deg);
        }
    }

    .panel {
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        transition-duration: 400ms;
        transition-property: max-height, visibility;
        transition-delay: 0, 400ms;
    }
}

.panel.open {
    visibility: visible;
    transition-duration: 400ms;
    transition-property: max-height, visibility;
    transition-delay: 400ms, 0;
}

.closed {
    .vertical {
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
    }
    .horizontal {
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
    }
}

.active {
    opacity: 1;
    .vertical {
    transition: all 0.4s ease-in-out;
    transform: rotate(90deg);
    }
    .horizontal {
    transition: all 0.4s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
    }
}

.circle-animation {
    position: relative;
    flex: 0 0 30px;
}

.circle-animation .horizontal {
    position: absolute;
    background-color: #848484;
    width: 20px;
    height: 1.5px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
}
.circle-animation .vertical {
    position: absolute;
    background-color: #848484;
    width: 1.5px;
    height: 20px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
}
/* End FAQ */

.banner-text{
    font-weight: 600;
    font-size: 2rem;
}

.banner-text-title{
    min-height: 44vh;
    font-weight: 600;
    font-size: 1.7rem;
}

.article-text{
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
}

.article-img{
    width: 100%;
    height: auto;
}

.recog-img{
    width: 75%;
    height: auto;
}

.rec-title{
    font-size: 1.6rem;
    font-weight: 600;
}

.recog-text{
    max-width: 60%;
    font-weight: 500;
    font-size: 1.1rem;
}

#our-values{
    background-color: #FAF7F2;
}

/* Ovelay */
.wg-box-content {
    position: relative;
    width: 70%;
    overflow: hidden;
}

.wg-box-content .wg-box-content-overlay {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 90%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    left: 5%;
}

.wg-box-content:hover .wg-box-content-overlay{
    opacity: 1;
}

.wg-box-content-image{
    width: 95%;
}

.wg-box-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}

.wg-box-content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.wg-box-content-details p{
    color: #fff;
    font-size: 1rem;
    max-width: 75%;
    line-height: 1.85;
    font-weight: 300;
}

.wg-box-fadeIn-bottom{
    top: 80%;
}

.overlay-text{
    position: absolute;
    width: 100%;
    top:50%;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

.wg-box-content:hover .overlay-text{
    display: none;
}

.tbl-scheduled,
.tbl-product{
    background-color: #FAF7F2;
}

.tbl-scheduled-title{
    border-right: 10px solid #fff;
}

.table th, .table td {
    border-top: 10px solid #fff !important;
}

.btn-nav{
    border: 1px solid #101010;
    color: #101010;
    border-radius: 25px;
}

.btn-nav.active{
    border: 1px solid #6DCB60;
    color: #6DCB60;
    border-radius: 25px;
}

.viewPDF{
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}

.viewPDF:hover{
    color: #6DCB60;
    text-decoration: underline;
}

.gov-text{
    min-height: 3rem;
    font-size: 1rem;
    font-weight: 400;
}

.sustainability-icon{
    height: 170px;
    width: auto;
}

.tbl-type-title{
    border-right: 10px solid #fff;
    background-color: transparent;
}

.scrap-img{
    width: 50%;
    height: auto;
    text-align: right;
}

.slick-prev:before {
    content: "";
    background-image: url('/assets/images/webImg/home/left.png');
    font-size: 50px !important;
}

.slick-next:before {
    content: "\f324";
    font-size: 50px !important;
}

.contactIcon{
    width: 4%;
    height: auto;
}

.location-icon{
    width: 4%;
    height: 4%;
}

.location-info{
    width: 80;
}

.form-text{
    font-size: 1rem;
    font-weight: 600;
}

.vimi-img{
    width: 10rem;
}

.recognition{
    width: 50%;
}

.questions,
.srt-realistic,
.gren-blue-text
{
    width: 70%;
}

#recycling,
#material,
#product,
#facilities,
.recovery-text,
.our-award{
    width: 75%;
}

.one-stop,
.recovery,
.tbl-al-cooper{
    width: 80%;
}

.collect-tbl{
    width: 85%;
}

.collect-icon{
    width: 100%;
}

.gren-blue-img,
.service-icon{
    width: 50%;
}

.slider, .card-slider {
    visibility: hidden;
}

@media only screen and (min-width: 1600px) {
}

/* ---------------------------------------------------
MEDIA XXL Screens (1440 - 1599)
----------------------------------------------------- */

@media only screen and (min-width: 1440px) and (max-width: 1599.98px) {
}

/* ---------------------------------------------------
    MEDIA XL-XXL Screens (1200-1439)
    ----------------------------------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1439.98px) {
    .nav-link,
    .dropbtn ,
    .nav-link:hover,
    .nav-link:focus {
        font-size: 0.8rem;
    }
}

/* ---------------------------------------------------
    MEDIA LG-XL Screens (992-1199)
    ----------------------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    .nav-link,
    .dropbtn ,
    .nav-link:hover,
    .nav-link:focus{
        font-size: 0.9rem;
    }
}

/* ---------------------------------------------------
    MEDIA MD-LG Screens (768-991)
    ----------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    #home-banner{
        height: 50vh;
    }

    .section-title{
        font-size: 1.2rem;
    }

    .dropdown-menu{
        border: none !important;
        background-color: transparent;
    }

    .nav-link{
        font-size: 0.8rem;
    }

    .one-stop,
    .srt-realistic,
    .questions{
        width: 90%;
    }

    .recognition,
    .recovery{
        width: 80;
    }

    .service-icon{
        width: 30%;
    }

    .scrap-img,
    #recycling,
    #material,
    #product,
    #facilities,
    .tbl-al-cooper
    .tbl-scheduled,
    .gren-blue-text,
    .our-award
    {
        width: 100%;
    }

    .sustainability-icon{
        margin-bottom: 5%;
    }

    .location-info{
        width: 100;
    }

    .home-banner-text{
        font-size: 1.2rem;
        max-width: 100%;
        min-height: 20vh;
        text-align: center;
    }

    .bullet-list {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        bottom: 0;
        width: 100%;
        flex-direction: unset;
        justify-content: center;
        transform: translateY(77%);
    }

    .bullet{
        margin: 0 1rem 0 1rem;
    }

    .collect-tbl{
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------------------------------------------------
    MEDIA SM-MD Screens (600-767)
    ----------------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 767.98px) {

    #home-banner{
        height: 50vh;
    }

    .section-title{
        font-size: 1rem;
    }

    .dropdown-menu{
        border: none !important;
        background-color: transparent;
    }

    .nav-link{
        font-size: 0.8rem;
    }

    .one-stop,
    .srt-realistic{
        width: 90%;
    }

    .recognition,
    .recovery{
        width: 80%;
    }

    .service-icon{
        width: 30%;
    }

    .scrap-img,
    #recycling,
    #material,
    #product,
    #facilities,
    .tbl-al-cooper,
    .tbl-scheduled,
    .gren-blue-text,
    .our-award,
    .questions
    {
        width: 100%;
    }

    .sustainability-icon{
        margin-bottom: 5%;
    }

    .location-info{
        width: 100;
    }

    .home-banner-text{
        font-size: 1.2rem;
        max-width: 100%;
        min-height: 20vh;
        text-align: center;
    }

    .bullet-list {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        bottom: 0;
        width: 100%;
        flex-direction: unset;
        justify-content: center;
        transform: translateY(80%);
    }

    .bullet{
        margin: 0 1rem 0 1rem;
    }

    .collect-tbl{
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------------------------------------------------
    MEDIA XS-SM Screens (0-599)
    ----------------------------------------------------- */

@media only screen and (max-width: 599.98px) {

    #home-banner{
        height: 50vh;
    }

    .section-title{
        font-size: 1rem;
    }

    .dropdown-menu{
        border: none !important;
        background-color: transparent;
    }

    .nav-link{
        font-size: 0.8rem;
    }

    .srt-realistic{
        width: 95%;
    }

    .one-stop,
    .recovery{
        width: 90%;
    }

    .service-icon{
        width: 30%;
    }

    .scrap-img,
    #recycling,
    #material,
    #product,
    #facilities,
    .tbl-al-cooper,
    .tbl-scheduled,
    .gren-blue-text,
    .our-award,
    .questions,
    .recognition
    {
        width: 100%;
    }

    .sustainability-icon{
        margin-bottom: 5%;
    }

    .location-info{
        width: 100;
    }

    .home-banner-text{
        font-size: 1.2rem;
        max-width: 100%;
        min-height: 20vh;
        text-align: center;
    }

    .bullet-list {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        bottom: 0;
        width: 100%;
        flex-direction: unset;
        justify-content: center;
        transform: translateY(82%);
    }

    .bullet{
        margin: 0 1rem 0 1rem;
    }

    .collect-tbl{
        margin-left: auto;
        margin-right: auto;
    }

    .nav-link:hover, .nav-link:focus {
        color: #000000;
        font-size: 1.3rem;
        border-bottom: none;
    }
}

