*{
    margin: 0;
    padding: 0;
    font-family:Open Sans ;
}
.ee-services-header {
    background-image: url('../img/service_banner1.webp');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    height: 100vh;
    padding: 3rem 6rem;
}

.parallax {
    /* The image used */
    background-image: url('../img/waste_bg.png');

    /* 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/service_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-services-header-text h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    color: #F15A29;
    padding-top: 12rem;
}
.serviceBox{
    padding-left: 4rem;
    padding-right: 4rem;
}

    
/* **********Hamburger css********* */
 
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* ALL */

.row .three{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

/* ONE */


#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(2){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}


.ee-services-header-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    padding-top: 1rem;
}

#eeViewMore {
    padding: 8rem 10rem;
}

.ee-service-title,
.ee-service-more {
    display: block;
}

.ee-service-title {
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 60px;
    color: #662D91;
    margin-bottom: 1.5rem;
}

.ee-service-title:hover {
    text-decoration: none;
    color: #662D91;
}

.ee-service-more {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    position: relative;
    display: inline;

}

.ee-service-more:hover {
    text-decoration: none;
    color: #000000;
}

.ee-service-chevron {
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 10px;
    margin-top: -2px;
}

.ee-service-link:hover .ee-service-chevron {
    border: 1px solid #000000;
    transition-property: border;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.ee-service-hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #662D91;
}

.ee-service-more:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.ee-service-more:hover:after {
    left: 0;
    width: 100%;
}

.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;
}




/* ****** Media Queries ****** */

@media screen and (max-width:1560px) {
    .ee_service_header {
        font-size: 50px;
        top: 5%;
    }

    .accordion-content p {
        top: 75px;
        font-size: 30px;
    }
    
}

@media screen and (min-width:1441px) {
    section {
        padding: 52px 0;
    }
}



@media screen and (max-width:1331px) and (min-width:1201px) {
    .ee-services-header-text h1 {
            font-size: 57px !important;
            line-height: 57px;
    }

}

@media screen and (max-width: 1200px) {
    .ee-services-header {
        padding: 3rem 2rem;
    }

    .ee-services-header-text h1 {
        font-size: 72px;
        line-height: 90px;
    }

    .ee-services-header-text p {
        font-size: 25px;
        line-height: 30px;
    }

    #eeViewMore {
        padding: 8rem 2rem;
    }

}

@media screen and (max-width: 992px) {
    .ee-services-header {
        padding: 3rem 2rem;
    }

    .ee-services-header-text h1 {
        font-size: 55px;
        line-height: 80px;
    }

    .ee-services-header-text p {
        font-size: 25px;
        line-height: 30px;
    }

    #eeViewMore {
        padding: 8rem 2rem;
    }

    .ee-footer {
        padding: 4rem 5rem;
    }

    .accordion-content p {
        top: 30px;
        padding: 2rem;
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) {
    .ee-services-header {
        padding: 5rem 2rem;
    }

    .ee-services-header-text h1 {
        font-size: 46px;
        line-height: 60px;
        color: #F15A29;
        padding-top: 5rem;
    }

    .ee-services-header-text p {
        font-size: 20px;
        line-height: 28px;
    }

    #eeViewMore {
        padding: 8rem 2rem;
    }

    .ee-footer {
        padding: 4rem 5rem;
    }
    .ee-footer-links{
        padding-left: 0;
    }

    .accordion-content p {
        top: 9px;
        padding: 1rem;
        font-size: 16px;
    }
}


@media screen and (max-width: 576px) {
    .ee-services-header {
        padding: 5rem 2rem;
    }

    .ee-services-header-text h1 {
        font-size: 36px;
        line-height: 50px;
        color: #F15A29;
        padding-top: 4rem;
    }

    .ee-services-header-text p {
        font-size: 18px;
        line-height: 25px;
    }

    #eeViewMore {
        padding: 8rem 2rem;
    }

    .ee-footer {
        padding: 4rem 2rem;
    }

    
  #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;
   }
   .serviceBox{
    padding-left: 2rem;
    padding-right: 2rem;
}
}


@media screen and (max-width: 414px) {
    .ee-services-header {
        background-image: url('../img/service_banner_mobile.webp');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        height: 100vh;
    }
    .ee-services-header {
        padding: 5rem 2rem;
    }

    .ee-services-header-text h1 {
        font-size: 40px;
        line-height: 40px;
        color: #F15A29;
        padding-top: 4rem;
    }

    .ee-services-header-text p {
        font-size: 15px;
        line-height: 25px;
    }

    #eeViewMore {
        padding: 3rem 2rem;
    }

    .ee-service-title {
        font-size: 32px;
        line-height: 40px;
    }

    .ee-footer {
        padding: 4rem 2rem;
        margin-top: 117px;
    }
    .ee-footer-links {
        padding-left: 0;
    }
    .serviceBox{
        padding-left: 0rem;
        padding-right: 0rem;
    }
   
  #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;
   }
}