﻿* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins-Regular';
}


/* Fonts face */
@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url('../fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBoldItalic';
    src: url('../fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraLightItalic';
    src: url('../fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins/Poppins-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('../fonts/Poppins/Poppins-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-MediumItalic';
    src: url('../fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url('../fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/Poppins/Poppins-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ThinItalic';
    src: url('../fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
}



/*Comman*/
ul, ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a, a:hover {
    text-decoration: none;
}

.pdbottom0 {
    padding-bottom: 0px;
}

section {
    padding: 70px 0;
}
.bg-greenlight{background:#ecffec;}




.bgimg {
    background: url(../img/h13-bg-img-1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
}
.bg-dot {
    position: relative;
    
}
.bg-dot:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg-dotimg.jpg);
    width: 16%;
    height: 48%;
    left: 30px;
    top: 6%;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}


.pink {
    color: #eb315a;
}
.white {
    color: #fff;
}


.btn-send {
    padding: 6px 20px;
    border: 1px solid #ddd;
    font-size: 15px;
}
.page-title {
    margin-bottom: 80px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

    .page-title .title {
        font-size: 40px;
        margin: 0px;
        text-transform: capitalize;
        font-family: 'Poppins-ExtraBold';
    }

.sub-title {
    font-size: 16px;
    text-transform: capitalize;
    border-left: 5px solid #eb315a;
    padding-left: 15px;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

.form-group input {
    height: 45px;
    padding: 0 20px;
    font-family: 'Poppins-Regular';
    font-size: 13px;
}
.form-group textarea {
    font-family: 'Poppins-Regular';
    font-size: 13px;
}
#return-to-top {
    background: #008000;
    position: fixed;
    bottom: 20px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    right: 10px;
}
/*navbar*/
.navbar-default {
    position: sticky;
    top: 0px;
}

ul.nav.navbar-nav.navbar-right.cust-menu li a {
    font-size: 15px;
    font-family: Poppins-Regular;
    font-weight: normal;
    padding: 25px 15px;
}

nav.navbar.bootsnav {
    background: transparent !important;
    border: none !important;
}
/*End Navbar*/

/*Start banner*/

/*.banner_bg_ovely {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}*/

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}
/*End Banner*/


/*Start Our Services*/
.our-srv-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-face-servi {
    position:relative;
}
    .bg-face-servi:before {
        content: '';
        display:none;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        width: 100%;
        height: 100%;
        background-image: url('../img/fq-shape2.png');
        background-repeat: no-repeat;
        background-position: center center;
        /*animation: spin 10s linear infinite;
        -webkit-animation: spin 108s linear infinite;*/
        animation: zoominoutsinglefeatured 6s infinite;
        -webkit-animation: zoominoutsinglefeatured 6s infinite;
    }


.our-srv-img img {
    position: absolute;
    top:20%;
    width:400px;
}
.services-block-two {
    position: relative;
    margin-bottom: 30px;
}
.services-block-two .inner-box {
    position: relative;
    text-align: left;
    padding: 30px 20px;
    /*background-color: #f4fffd;*/
    border: 2px solid #ddd;
    transition:all 0.5s ease-in-out;
    /*box-shadow: 0px 0px 35px rgba(0,0,0,0.10);
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;*/
}
.services-block-two .inner-box:hover {
    border-color: #739a9a;
}
.icon-box img {
    width: 40px;
}
.services-block-two .inner-box p {
    font-size: 12px;
    margin-bottom:0px;
    line-height:20px;
}
.services-block-two .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #111019;
    font-size: 36px;
    font-weight: 400;
    line-height: 85px;
    /*margin: 0 auto;*/
    text-align: center;
    border-radius: 50px;
        background-color: #fff;
    box-shadow: 0px 4px 8px -5px #376E6F;
}
.services-block-two:nth-child(2):after {
    background-image: url(../img/Group-44.png);
    width: 50%;
    right: -31px;
    height: 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -36px;
    z-index: -1;
}
.services-block-two:nth-child(2) {
    position: relative;
    z-index: 1;
}

.services-block-two:nth-child(1) {
    transform: translateX(-10px);
    transform: translateY(40px);
}
.services-block-two:nth-child(3) {
    transform: translate(50px, 45px);
}
.services-block-two:nth-child(4) {
    transform: translateX(50px);
}
.services-block-two .inner-box h3 {
    line-height: 22px;
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
    padding-top: 20px;
}
.services-block-two .inner-box h3 a {
    color: #111019;
}
.our-srv-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;
    padding:0px 50px;
}
section#services {
    position: relative;
    height: 100%;
    /*background: #f4fffd;*/
}
.our-srv-info h3 {
    font-size: 26px;
    margin-bottom:15px;
    font-family: 'Poppins-SemiBold';
}
.our-srv-info p {
    font-size: 14px; line-height:22px;
}
.btn-getstart {
    background: transparent;
    color: #000;
    border-color: #739a9a;
    transition: all 0.5s ease-in-out;
    letter-spacing: 0.5px;
    padding: 6px 20px;
}
.btn-getstart:hover {
    background: #739a9a;
    border-color: #739a9a;
    color: #fff;
}
/*Counter*/
/*.counter_bg:after {
    content: '';
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image: url(https://foton.qodeinteractive.com/wp-content/uploads/2020/01/h13-rev2-img-6-2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position:100%;
    
}*/
.counter_bg {
    position:relative;
}
.counter-ttle {
    padding: 30px 0 0px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.counter-ttle h2 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 35px;
    font-family: 'Poppins-ExtraBold';
    line-height: 50px;
    text-align: center;
}

.counter-ttle p {
    text-align:center;
}

.counter_box {
    border: 2px solid #ddd;
    text-align: center;
    padding: 30px 15px;
    margin: auto auto 15px auto;
    border-radius: 0px;
    box-shadow: 0px 0px 27px 7px #ddd;
}
.count-cntr {
    transform:translateY(130px);
}
.counter_icon img {
    width: 50px;
}

.counter_icon {
    font-size: 55px;
}

    .counter_icon i {
        color: #FFF;
    }



.counter_num {
    font-size: 37px;
}

.count_txt h4 {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.7px;
}

/*Let see Latest Project*/
/*.let-project {
    background-color: #f4fffd;
}*/
.new-ttl h2 {
    line-height: 40px;
    font-family: 'Poppins-SemiBold';
    font-size: 32px;
}
.let-project .owl-carousel.owl-theme .item {
    border:1px solid #ddd;
    height:300px;
    margin:0px 5px;
    border-radius:5px;
    
}
/*Woeking Process*/
:root {
    --color_1: #eb3b5a;
    --color_2: #fa8231;
    --color_3: #8854d0;
    --color_4: #20bf6b;
}

/***********
   keyframes
***************************/
@keyframes spin {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(1.1,1.1);
    }

    100% {
        transform: scale(1,1);
    }
}
@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}
/***********
    Responsive
***************************/

@media (min-width:320px) and (max-width:767px) {
    ul.nav.navbar-nav.navbar-right.cust-menu li a {
        padding: 10px 10px;
        border-bottom: none;
    }
}


/*New*/

.main-hedr h2 {
    font-family: 'Poppins-Bold';
    font-size: 25px; color:#008000;
}
.main-hedr {
    text-align: center;
    margin-bottom: 50px;
}
.main-hedr span {
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #008000;
}


/******************************* Start Header******************************************************/
header { background-color: #b1e5c7; padding: 5px 0; height: 45px; display: flex; align-items: center;}
.head-bar ul li { display: inline-block; margin-right:15px; font-size: 14px}
.head-bar ul li a{color:#000;}
.head-bar ul li .fa { margin-right: 10px; }
.head-bar ul{margin:0px;}

.menubar-fix { /*position: fixed; top: 0;*/ /*background: #7abf18;*/ background:#fff; z-index: 1; width: 100%; transition: all 0.5s ease-in-out; color:#fff; }
.navbar-light .navbar-nav .active > .nav-link { color: #eb315a; }
.menubar-fix .navbar-light .navbar-nav .nav-link { color: green; padding: 5px 15px; font-family: 'Poppins-Regular'; }
.black { background: #fff;
    position: fixed;
    top: 0;  border-bottom:1px solid #ddd;}
.navbar{padding:0px;}
.hdr_cont ul li { display: inline-block; margin-right: 15px; line-height: 50px; }
/******************************* Start Header******************************************************/

/******************************* Start Banner ******************************************************/
.creative-company {
    position: relative;
    text-align: center;
    /*background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);*/
    background: #b1e5c7;
    /*color: white;*/
    z-index: 999;
}
.banner-img img {
    width: 450px;
}

.banner-info, .banner-img {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.banner-info p:nth-child(1) {
    font-size: 42px;
    font-family: 'Poppins-Bold';
        line-height: 55px; color:green;
}
.banner-info p:nth-child(2) {
    font-size:14px;
    font-family: 'Poppins-Regular';
}
.banner-info ul li {
   display: inline-block;
    padding: 0px 20px;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    color: #000;
    list-style: disc;
    position: relative;
    text-transform: uppercase;
}
.banner-info ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    background: green;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}
/******************************* End Banner******************************************************/

/******************************* Start Waste Mangement******************************************************/
.waste-box p {
    font-size: 14px;
    line-height: 25px; margin:0px;
}
.waste-box {
    padding: 0 20px;
    text-align: justify;
}
.wast-magn-img img{width:450px; margin:auto;}
.wast-magn-img {
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
/******************************* Start Waste Mangement******************************************************/

/******************************* Start Welcome Recycling******************************************************/

.recycling-block:nth-child(1) {
    transform: translateY(40px);
}
.recycling-block:nth-child(3) {
    transform: translate(0px, 45px);
}
.recycling-block:nth-child(4) {
    transform: translateY(50px);
}
.recycling-block:nth-child(6) {
    transform: translateY(50px);
}
.recycling-block:nth-child(7) {
    transform: translateY(50px);
}
.recycling-box {
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 1px 5px 11px 1px #00000026;
}
.recycling-box .recycling-info h3 {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Poppins-Bold'; line-height:20px; color:#212529;
}
/*.recycling-box .recycling-icon img {
    width: 70px;
    margin-bottom: 20px;
    height: 70px;
    overflow: hidden;
}
.recycling-box .recycling-icon {
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
    margin: auto auto 20px auto;
    border-radius: 100px;
    text-align: center;
    line-height: 120px;
    background: #fff; overflow:hidden;
}*/
.recycling-icon img {
    width: 320px;
    height: 200px;
    margin-bottom: 15px;
}
.recycling-box .recycling-info a {
    margin-top: 15px;
    display:block;
    font-size: 13px;
    font-family: 'Poppins-SemiBold';
    color: green;
    
}
/******************************* End Welcome Recycling******************************************************/

/******************************* Start Our services ******************************************************/
section.shape-left {
    background: #b1e5c7;
    border-radius: 100px;
}
.services-box {
    border: 1px solid #ddd;
    background:#fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 243px;
    margin: 15px 0; transition:all 0.5s ease-in-out;
}
.services-box:hover {
    transform: translate(0px, -20px);
    box-shadow: 1px 5px 11px 1px #00000026;
}
.services-box .services-info h5 {
    font-size: 18px;
    font-family: 'Poppins-SemiBold'; color: green;
}
.services-box .services-info p {
    line-height: 25px;
    font-size: 13px;
}
/******************************* End Our services******************************************************/


/******************************* Start Servicesbox ******************************************************/
.services-txt p {
    font-size: 13px;
    font-family: 'Poppins-Medium';
    color: green;
    line-height: 25px;
}
.services-txt h5 {
    font-family: 'Poppins-SemiBold';
    color: green;
    margin: 0;
    padding: 15px 0;
}
.service-box {
    margin-bottom: 30px;
    border: 1px solid green;
    padding: 10px;
    border-radius: 10px;
    min-height: 492px;
}
.services-img img {
    width: 518px;
}

/******************************* End  Servicesbox******************************************************/

/******************************* Start Our client say ******************************************************/
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 3px solid #008000;
    border-left: 0;
    height: 50px;
    margin: 0 0 30px 0;
}
.testimonal h5 {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
    margin: 0;
}
.testimonal span {
    font-size: 13px;
    font-family: 'Poppins-Medium';
    line-height: 35px;
}
.client-img img {
   width: 100px !important;
    border-radius: 100px;
    height: 100px;
}
.client-img {
    text-align: center;
    display: inline-block;
}
.testi-text p {
    text-align: justify;
    line-height: 25px;
    font-size: 13px; font-family:Poppins-MediumItalic;
}
.testimonal{position:relative;}
.testimonal:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    background: url(../img/qt-icon.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-position: center;
    opacity: 0.5;
}
/******************************* End Our client say******************************************************/


/******************************* Start Contact Us ******************************************************/
.contact-map {
    position: relative;
    
}
.contact-box {
    box-shadow: 2px 3px 9px #000000;
    border-radius: 19px;
}
.contact-box .panel-heading {
        background: green;
    padding: 24px 40px;
    border-radius: 10px 10px 0 0;
}
.contact-box .panel-heading h5 {
    color: #fff;
    font-size: 25px;
   font-family: 'Poppins-Bold';
    margin: 0px;
}
.contact-box .panel-body {
    padding: 30px;
}
.form-group.cont-msg-input {
    margin-bottom: 15px;
}
.btn-quote {
       font-size: 16px;
    border-radius: 4px;
    background: #1D4E9E;
    border-color: #1D4E9E;
    color: #FFF;
    font-family: 'Poppins-SemiBold';
    padding: 6px 20px;
}
.cont-msg-input input.form-control, .cont-msg-input select.form-select {
    height: 55px;
}
.cont-msg-input input.form-control, .cont-msg-input textarea.form-control, .cont-msg-input select.form-select {
    border-block-start-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0px;
}
.contact-map .raksha-map {
    position: absolute;
    max-width: 100%;
    width: 57%;
}
.add-info { text-align:center;
}
.add-info span {
    color: green;
    font-family: Poppins-Medium;
    font-size: 14px;
}
.add-info img {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto auto 30px auto;
    text-align: center;
}
/******************************* End Contact Us ******************************************************/

/******************************* Start About Us ******************************************************/

.about-mission{border-radius:10px;}
.owner-img{text-align:center;}
.owner-img IMG {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    margin:auto; text-align:center; box-shadow: 0px 10px 6px 2px #ddd;
}
.about h4 {
    font-size: 18px;
    font-family: 'Poppins-Bold';
    color: green; margin-bottom:5px;
}
.about p {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    font-family: 'Poppins-Medium';
}
.about span {
    font-size: 13px;
    font-family: 'Poppins-Medium';
}
.vision-txt p {
    font-size: 13px;
    font-family: 'Poppins-Medium';
    line-height: 25px; color:#008000;
}
.bg-vision{background-image:url(../img/bg_gray.png);}
.why-choos-box{margin-bottom:30px;}
.why-choos-box p {
    line-height: 25px;
    font-size: 13px;
    font-family: 'Poppins-Medium';
    color: #008000; margin:0px;
}
/******************************* End About Us ******************************************************/

/********************************************* START Services Hazardous Waste *****************************************************************************/
.benefit-tabs li{display:block; width:100%;}
.services-hedr h2 {
    font-family: 'Poppins-Bold';
    font-size: 22px; line-height:30px;
    color: #008000;
}
.services-hedr p, .services-type .services-type-txt p {
    font-size: 13px;
    line-height: 25px;
    color: #666;
    font-family: 'Poppins-Medium'; margin: 0;
}
.services-type {
    margin-bottom: 20px;
}
.services-type .services-type-txt h5 {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    color: #008000;
}
.services-type-icon img {
    width: 25px;
    height: 25px;
}
.services-type-txt {
    overflow: hidden;
}
.services-type-icon {
    float: left; margin-right:15px;
}
.scrap-box h4 {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    color: #008000;
    text-align: center;
}
.scrap-box {
    margin-bottom: 30px;
}
.scrap-box p {
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins-Medium';
    margin: 0;
    text-align: center;
}
.expertise ul li {
    line-height: 30px;
    font-size: 14px;
    font-family: 'Poppins-Medium';
}
.expertise ul {
    margin: 0;
}
.expertise ul li img {
    width: 20px;
    height: 20px;
    margin-right: 11px;
    vertical-align: middle;
}
.plastic-process h5 {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    color: #008000;
}
.plastic-process p {
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins-Medium';
    margin: 0;
}
.plastic-process {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 202px; box-shadow:1px 5px 11px 1px #00000026;
}
.management-box {
    text-align: center;
    margin-bottom: 30px;
    padding:40px;
}
.management-box h5, .papershare-box h5{
    font-size: 16px;
    font-family: 'Poppins-Bold';
    color: #008000;
}
.management-box p, .papershare-box p{
    font-size: 13px;
    line-height: 25px;
    color: #666;
    font-family: 'Poppins-Medium';
    margin: 0;
    text-align:justify;
}
.papershare-box {
    text-align: center;
    margin-bottom: 30px;
    padding:20px 10px;
    min-height: 244px;
    border-radius: 5px;
    border:1px solid #ddd; transition:all 0.5s;
}
.papershare-box:hover {
    box-shadow: 3px 6px 9px -3px #ddd;
}
.bg-white {background:#fff;}
.paper-process{
        border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 5px 11px 1px #00000026;
}
.paper-process h5 {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    color: #008000;
}
.paper-process p {
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins-Medium';
    margin: 0;
}
.erp-process {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 5px 11px 1px #00000026;
}
.erp-process h5 {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    color: #008000;
}
.erp-process p {
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins-Medium';
    margin: 0;
}
.subpage-ttl h5 {
    position: absolute;
    top: 0;
    height: 211px;
    color: #FFF;
    font-family: 'Poppins-Bold';
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    flex-direction: column;
    left: 0;
    right: 0; font-size:30px;
}
.subpage-ttl {
    position: relative;
}
/********************************************* End Services Hazardous Waste *****************************************************************************/

/********************************************* START FOOTER *****************************************************************************/

footer {
    border-top: 1px solid #ddd;
    padding: 50px 0;
    font-size: 12px;
    background: #b1e5c794;
}


.f-address h5 {
    font-size: 20px;
    font-family: Poppins-Bold;
    color: #008000;
}
.f-logo p {
    color: green;
    font-family: 'Poppins-Medium';
    padding-top: 11px;
    margin: 0;
    line-height: 25px;
}
.f-address p {
    line-height: 25px;
    color: #008000;
    font-size: 13px;
    font-family: 'Poppins-Medium';
}
.f-social-link ul.f-add li a {
    color: green;
    cursor: pointer;
}
.f-social-link ul.f-add li:last-child {
    margin: 0;
}
.f-social-link ul.f-add li {
    margin-bottom: 15px;
    color: #008000;
    font-family: 'Poppins-Medium';
    font-size: 13px;
}
.f-social-link ul.f-add li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 2px solid #008000;
    border-radius: 100px;
    text-align: center;
    color: #008000;
    padding: 0px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 16px;
}
.f-social-link ul.social-link {
    margin-bottom: 15px;
}
.f-social-link ul.social-link li {
    background: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 44px;
    transition: all .5s ease-in-out;
    border-radius: 100px;
    margin-right: 10px;
}
.f-social-link ul.social-link li:hover {
    box-shadow: 1.43px 3.73px 9px #4e4d4d;
    cursor: pointer;
}
.f-social-link ul.social-link li a i {
    font-size: 18px;
    color: #008000;
}
.footer-ttl ul li {
    line-height: 25px;
    font-size: 13px;
    font-family: 'Poppins-Medium'; color:#008000;
}
.footer-ttl ul li a{
color:#008000; cursor:pointer;
}
.footer-ttl h4 {
    font-size: 20px;
    font-family: Poppins-Bold;
    color: #008000;
}
.footer-ttl ul li i {
    margin-right: 8px;
    color: #008000;
    font-size: 13px;
}
.footer-copyright { padding: 10px 5px 5px 5px; background: #008000; color:#fff; border-top: 1px solid rgba(0,0,0,.1); }
.footer-copyright p{font-size:13px; text-align:center; margin:0px; font-family:Poppins-Medium;}
/********************************************* END FOOTER *****************************************************************************/

ul.social-link {
    display: none;
}

