* {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
}


.parallax {
    /* The image used */
    background-image: url('../img/waste_banner1.webp');

    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-image: url('../img/waste_banner1.webp');
    height: 100vh;
    padding: 3rem 6rem;
}

.ee-navbar {
    padding: 0;
    z-index: 2;
}

#eeNavbar {
    background: #ffffff;
    position: absolute;
    width: 100%;
    top: 0px;
    background: #ffffff;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 8rem 6rem;
    z-index: 1;
}

.navbar-expand-lg .navbar-toggler {
    display: block;
    z-index: 2;
}

#eeNavbar .nav-link {
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 70px;
    color: #662D91;
}

#eeNavbar .parent-menu .submenu .nav-link {
    font-size: 35px;
    line-height: 35px;
}

#eeNavbar .parent-menu .submenu li a {
    transition: all 0.05s;
}

#eeNavbar .parent-menu .submenu li a:hover {
    font-weight: 400;
}

.ee-waste-header-text {
    display: inline;
}

.ee-waste-header-text h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    color: #ffffff;
}

.ee_linkTwo_back {
    color: #662D91;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.ee_link_back .ee-more-back {
    font-size: 40px;
    color: #FFFFFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 150px;
}

.ee-waste-header-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    color: #FFFFFF;
}


.waste_section {
    padding: 0rem 4rem;
    margin-top: 10px;
}

.waste_section p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: normal;
}

.ee-footer {
    background: linear-gradient(179.95deg, #662D91 0.05%, #AC466C 79.07%, #E1594F 99.96%);
    padding: 5rem 6rem;
}

.ee-footer h5,
.ee-footer address {
    font-size: 18px;
    color: #FFF9F8;
}

.ee-footer h5 {
    font-weight: 500;
    line-height: 24.51px;
}

.ee-footer address {
    font-weight: 400;
    line-height: 25px;
}

.ee-footer-links {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    padding-left: 40px;
    list-style: none;
}

.ee-footer-links a {
    position: relative;
    color: #ffffff;
}

.ee-footer-links a:hover {
    text-decoration: none;
    color: #ffffff;
}

.ee-footer-links a:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.ee-footer-links a:hover:after {
    left: 0;
    width: 100%;
}

.ee-copyright-text {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFF9F8;
}

.ee-social-icons {
    padding-left: 0;
    list-style: none;
}

.ee-social-icons li {
    display: inline;
    margin-right: 10px;
    cursor: pointer;
}



.ee-waste-float {
    position: absolute;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -32%;
    bottom: 10%;
    right: 0;
    left: 20%;
}


.ee-waste-float {
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    padding: 0.5em;
    color: white;
    font-family: Inconsolata;
    font-size: 4em;
    animation: hover 3.5s ease-in-out infinite;
}

@keyframes hover {
    0% {
        transform: rotate(0deg) translatey(10px);
    }

    50% {
        transform: rotate(-1deg) translatey(32px);
    }

    100% {
        transform: rotate(0deg) translatey(10px);
    }
}



/* **********Hamburger css********* */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* ALL */

.row .three {
    color: #ecf0f1;
    text-align: center;
}

.hamburger .line {
    width: 50px;
    height: 2px;
    background-color: #662D91;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}




.ee_link_wrapperFifty {
    padding-left: 0 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: -30px
}

.ee_link_wrapperFifty .underline {
    display: inline;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ee_link_wrapperFifty .underline:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #662D91;
    height: 2px;
    transition-property: left right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.ee_link_wrapperFifty .underline:hover:after,
.ee_link_wrapperFifty .underline:focus:after,
.ee_link_wrapperFifty .underline:active:after {
    right: 0;
}

.ee_link_wrapperFifty:hover {
    text-decoration: none;
}

.ee_linkFifty {
    font-size: 20px;
    color: #662D91;
    font-weight: 300;
    font-style: normal;
    line-height: 90px;
}

.ee_link_wrapperFifty .ee-more-linkFifty {
    font-size: 20px !important;
    color: #662D91;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 39px !important;
    transition: 0.5s;
    cursor: pointer;
}

.ee_link_wrapperFifty:hover .ee-more-linkFifty {
    border: 1px solid #662D91;
    -webkit-transition: border 0.3s ease-in-out 0.3s;
    -moz-transition: border 2s ease;
    -ms-transition: border 2s ease;
    -o-transition: border 2s ease;
}


/* ****** Media Queries ****** */

@media screen and (max-width:1920px) {
    .waste_section p {
        font-size: 25px;
        line-height: 40px;
        font-weight: 300;
    }


    .col-md-6.d-flex.flex-column.pr-md-5 {
        margin-bottom: 100px;
    }

    .ee_linkFifty {
        font-size: 25px;
        color: #662D91;
        font-weight: 300;
        font-style: normal;
        line-height: 90px;
    }

    .ee_link_wrapperFifty .ee-more-linkFifty {
        font-size: 20px !important;
        color: #662D91;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 52px !important;
        transition: 0.5s;
        cursor: pointer;
        margin-top: -3px;
    }
}

@media screen and (max-width:1440px) {
    .ee-waste-header-text h1 {
        font-size: 90px;
        font-style: normal;
        font-weight: 300;
        line-height: 90px;
    }
}

@media screen and (max-width:768px) {
    .ee-waste-header {
        padding: 3rem 4rem;
    }

    .ee-footer {
        padding: 5rem 4rem;
    }

    .ee-footer-links {
        padding-left: 0;
    }
}

@media screen and (max-width:576px) {
    .ee-waste-header {
        padding: 3rem 3rem;
    }

    .waste_section {
        padding: 3rem;
    }

    .ee-footer {
        padding: 5rem 3rem;
    }



    #eeNavbar {
        padding: 7.063rem 2.063rem;
    }

    img#frame {
        width: 200px;
        height: 244px;
        margin: 20px 80px;
    }

    #eeNavbar .row {
        flex-direction: column-reverse;
    }

    #eeNavbar .nav-link {
        font-style: normal;
        font-weight: 300;
        font-size: 40px;
        line-height: 52px;
    }
}

@media screen and (max-width:414px) {
    .parallax {
        /* The image used */
        background-image: url('../img/waste_banner_mobile1.webp');

        /* Full height */
        height: 100%;

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../img/waste_banner_mobile1.webp');
        height: 100vh;
    }

    .ee-waste-header-text h1 {
        font-size: 52px;
        font-style: normal;
        font-weight: 300;
        line-height: 62px;
    }

    .waste_section p {
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .waste_section {
        padding: 0rem 2rem;
        margin-top: 40px;
    }



    .ee-waste-header {
        padding: 3rem 2rem;
    }

    .ee-footer {
        padding: 5rem 2rem;
    }

    .ee-footer-links {
        padding-left: 0;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }


    #eeNavbar {
        padding: 7.063rem 2.063rem;
    }

    img#frame {
        width: 200px;
        height: 244px;
        margin: 20px 80px;
    }

    #eeNavbar .row {
        flex-direction: column-reverse;
    }

    #eeNavbar .nav-link {
        font-style: normal;
        font-weight: 300;
        font-size: 40px;
        line-height: 52px;
    }
}

@media screen and (max-width:390px) and (min-width:320px) {
    .ee-waste-header-text h1 {
        font-size: 60px;
        line-height: 60px;
    }

}