.w95 {
    width: 90%;
    margin: auto;
}

.w90 {
    width: 90%;
    margin: auto;
}

.w-sm-90 {
    width: 90%;
    margin: auto;
}

.w-80 {
    margin: auto;
    width: 80%;
}

.w25 {
    flex: 0 0 auto;
    width: 25%;
}

@keyframes circle {
    0% {
        top: 0%;
        left: 0%;
    }

    100% {
        top: 0%;
        right: 100%;
    }
}

@keyframes circle1 {
    0% {
        bottom: 0%;
        left: -10%;
    }

    100% {
        bottom: 0%;
        left: 100%;
    }
}

@keyframes border-circle {
    0% {
        top: -3px;
        left: 10px;
    }

    100% {
        top: -3px;
        left: 110px;
    }
}

@keyframes move-waste {

    0%,
    50% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    80%,
    100% {
        -webkit-transform: translate(30px, 0px);
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }
}

@keyframes move-lorry {

    0%,
    50% {
        -webkit-transform: translate(50px, 0px);
    }

    80%,
    100% {
        -webkit-transform: translate(150px, 0px);
    }

    0% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }
}

@keyframes rotate-bann {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes star {
    from {
        -webkit-transform: rotate(0deg) translateY(8px);
    }

    to {
        -webkit-transform: rotate(360deg) translateY(8px);
    }
}

@keyframes star1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.top-header {
    background-color: #11a075;
}

.top-header a {
    color: #fff;
}

.top-header i {
    color: #fff;
}

.top-header img {
    width: 26px;
    padding-right: 5px;
    filter: brightness(6.5);
}
.ul-inside{
    background-color: #fff;    
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.img-anim {
    width: 130px;
    position: absolute;
    animation: circle1 13s infinite;
    animation-timing-function: linear;
}

.img-anim img {
    width: 100%;
}

.lin-btm {
    height: 5px;
    background: #218a4b;
    border-radius: 80px;
    position: relative;
}

.lin-btm::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    animation: border-circle 5s infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

.index-page {
    width: 100%;
    /*height: 100vh;*/height: 80vh;
    background: linear-gradient(30deg, #11a075 30%, #54cf48);
    position: relative;
    display: grid;
    overflow: hidden;
}

.top-banner nav {
    height: 70px;
    background-color: #fff;
    box-shadow: -9px 0 6px -2px rgba(0, 0, 0, 0.38);
    background-color: #fff;
    padding: 0;
}

.top-banner nav .logo img {
    width: 320px;
}

.top-banner nav .nav-bar li .nav-link {
    color: #363636;
    font-size: 14px;
    padding: 2px 16px !important;
    transition: 0.2s all linear;
}

.top-banner nav .nav-bar li .nav-link:hover {
    color: #a5a5a5;
    transition: 0.2s all linear;
}

.top-banner .dropdown:hover .dropdown-menu{
    display: block;
}

.top-banner nav .nav-bar li .nav-link:focus {
    color: #088431;
}

.top-banner nav .nav-bar li .nav-link.active {
    background: #0a9538;
    box-shadow: 3px 4px 0 #088431;
    border-radius: 50px 50px 0px 50px;
    color: #fff;
    transition: 0.2s all linear;
}

.top-banner nav .nav-bar .dropdown-menu {
    top: 20px;
    padding-top: 30px;
    background-color: none !important;
    border: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.top-banner nav .nav-bar .dropdown-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 16px;
    transition: 0.2s all linear;
}

.top-banner nav .nav-bar .dropdown-menu li a:hover {
    background: linear-gradient(#11a075, #54cf48);
    transition: 0.2s all linear;
}

.top-banner .navbar-light .navbar-toggler {
    border: 0;
    padding: 0px 10px 5px;
    background: #11a075;
    color: #fff;
    font-size: 35px;
}

.top-banner .navbar-light .navbar-toggler span {
    line-height: 0;
}

.top-banner .navbar-toggler:focus {
    box-shadow: 0 0 0;
}

.top-banner .ban-cons {
    width: 90%;
    margin: auto;
}

.top-banner .ban-cons .banner-text1 {
    height: 85px;
}

.top-banner .ban-cons .banner-text1 h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}

.top-banner .ban-cons .banner-text1 p {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.top-banner .ban-cons .banner-text2 {
    height: 85px;
}

.top-banner .ban-cons .banner-text2 h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}

.top-banner .ban-cons .banner-text2 p {
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
    height: 90px;
}

.top-banner .cntr1 {
    top: -10px;
    left: 30px;
}

.top-banner .cntr2 {
    top: 9px;
    right: -3px;
}

.top-banner .cntr3 {
    bottom: 15px;
    right: -13px;
}

.top-banner .cntr4 {
    bottom: -20px;
    left: 45px;
}

.top-banner .cntr5 {
    bottom: 47px;
    left: -21px;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr .bann-img {
    animation: 170s linear 0s infinite rotate-bann;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr .bann-img:hover {
    animation: none;
}

.top-banner .ban-cons .ban-lft-tl {
    display: grid;
    width: 100%;
    height: 230px;
    border-right: 17px solid #fff;
}

.top-banner .ban-cons .ban-lft-tl .ban-lft {
    margin: auto 0 0;
    display: grid;
}

.top-banner .ban-cons .ban-lft-tl .ban-lft .ban-lft-gif {
    position: relative;
}

.top-banner .ban-cons .ban-lft-tl .ban-lft .waste-gif {
    animation: 5s move-waste 3s infinite ease-in-out;
    animation-timing-function: linear;
    position: absolute;
    transform: translate(0px, 0);
    bottom: 0;
}

.top-banner .ban-cons .ban-lft-tl .ban-lft .lorry-gif {
    animation: 4s 4s move-lorry infinite ease-in-out;
    animation-timing-function: linear;
    position: absolute;
    bottom: 0;
    transform: translate(50px, 0);
}

.top-banner .ban-cons .ban-lft-tl .ban-lft img {
    width: 100%;
    margin: auto auto 0;
}

.top-banner .ban-cons .ban-lft-tl .ban-lft .brdr-btm {
    width: 100%;
    height: 17px;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.top-banner .ban-cons .banner-text1 {
    margin: 15px 0 0;
}

.top-banner .ban-cons .banner-text2 {
    /*margin: -128px 0 0px;*/margin: -138px 0 0px;
}

.top-banner .ban-cons .ban-rt-tl {
    display: grid;
    width: 100%;
    height: 230px;
}

.top-banner .ban-cons .ban-rt-tl .ban-lft {
    margin: auto 0 0;
    display: grid;
}

.top-banner .ban-cons .ban-rt-tl .ban-lft img {
    /*width: 80%;*/  width: 77.5%;
    margin: auto auto 0;
}

.top-banner .ban-cons .ban-rt-tl .ban-lft .brdr-btm {
    width: 100%;
    height: 17px;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.top-banner .ban-cons .ban-cntr-tl {
    display: grid;
    width: 100%;
    height: 230px;
    margin-top: 43px;
    border-right: 17px solid #fff;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr {
    margin: 0;
    display: grid;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr .bann-img {
    width: 170px;
    margin: 0 auto auto;
    background: #fff;
    border-radius: 100%;
    padding: 30px;
    position: relative;
    transition: 0.2s all linear;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr .bann-img .img-ban-log {
    width: 100%;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr .bann-in-img {
    position: absolute;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr .bann-in-img .bann-in-img-crcl {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid #fff;
    overflow: hidden;
}

.top-banner .ban-cons .ban-cntr-tl .ban-cntr .bann-in-img .hov-cont {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -70px;
    left: -70px;
    transform: scale(0, 0);
    border: 4px solid #fff;
    transition: 0.2s all linear;
}
.top-banner .ban-cons .brdr-btm {
  width: 100%;
  height: 17px;
  background: #fff;
}
