	:root {
	    --body-bg: #53a92c;
	    --theme-blue: #01A3D4;
	    --submenu-bg: rgb(46, 48, 146);
	    --header-bg: #53a92c;
	    --submenu-border-color: #53a92c;
	    --contact-icon-color: #53a92c;
	    --social-icons-bg: rgb(46, 48, 146);
	    --heading-border: #fff;
	    --title-bg: rgba(205, 153, 42);
	    --title-arrow-bg: rgba(205, 153, 42);
	    --btn-bg: rgb(238, 29, 35);
	    --theme-black: #424242;
	    --contact-icons-color: rgb(1, 104, 180);
	    --theme-heading-color: #383d41;
	    --product-hover-bg: rgb(46, 48, 146);
	    --footer-bg: #53a92c;
	    --nav-link-hover-color: #000;
	    --header-address-color: #1E1D24;
	    --loader-bg: #53a92c;
	    --mobile-nav-bg: #53a92c;
	    --text-stroke-color: #53a92c;
	    --loader-circle-bg: rgb(1, 104, 180);
	}

	@font-face {
	    font-family: poppins-bold;
	    src: url(../assets/fonts/poppins/Poppins-Bold.ttf);
	}

	@font-face {
	    font-family: poppins-semibold;
	    src: url(../assets/fonts/poppins/Poppins-SemiBold.ttf);
	}

	@font-face {
	    font-family: poppins-regular;
	    src: url(../assets/fonts/poppins/Poppins-Regular.ttf);
	}

	html,
	body {
	    font-family: poppins-regular, sans-serif;
		/* background-color: var(--body-bg); */
		background-image: url("https://i.pinimg.com/originals/65/02/04/650204a6b3e9c36b554cc7df90d08f04.jpg");
  background-repeat: no-repeat, repeat;
  background-size: cover;
  background-attachment: fixed;
	}

	.background-green {
	    background-color: var(--body-bg);
	}
	.color-white{
		color:white !important;
		text-shadow : 2px 2px black;
	}

	.poppins-bold {
	    font-family: poppins-bold, sans-serif;
	}

	.poppins-semibold {
	    font-family: poppins-semibold, sans-serif;
	}

	.header-bg {
	    background-color: var(--header-bg);
	}

	.hideScrollBar {
	    scrollbar-width: none;
	    /* Firefox */
	    -ms-overflow-style: none;
	    /* IE 10+ */
	}

	.hideScrollBar::-webkit-scrollbar-track {
	    background-color: #fff;
	}

	.hideScrollBar::-webkit-scrollbar {
	    width: 3px;
	    background-color: blue;
	}

	.hideScrollBar::-webkit-scrollbar-thumb {
	    background-color: #000;
	}

	.overflow-visible {
	    overflow: visible;
	}

	.navbar-toggler {
	    outline: none !important;
	    box-shadow: none !important;
	}

	.navbar-toggler i {
	    color: #fff;
	}

	.about-manager-text {
	    line-height: 1.8 !important;
	}

	button,
	a {
	    box-shadow: none !important;
	}

	body {
	    position: relative;
	    min-height: calc(100vh - 120px);
	    padding-bottom: 360px;
	}

	.logo-img {
	    height: 55px;
	}

	.ws_pause {
	    display: none !important;
	}

	.slider-wrapper {
	    min-height: 80px;
	}

	.carousel-item h1 {
	    font-size: 43px;
	}

	.social-icons-wrapper {
	    position: fixed;
	    z-index: 999;
	    padding: 0px;
	    margin: 0px;
	    right: 0px;
	    width: 45px;
	    top: 50%;
	    background: #fff;
	    overflow: visible;
	    transform: translateY(-50%);
	    box-shadow: 2px 4px 12px -3px rgba(0, 0, 0, 0.5);
	}

	.social-icons-wrapper ul {
	    position: relative;
	    width: 100%;
	    margin: 0;
	    display: block;
	    overflow: visible;
	    padding: 0px;
	}

	.social-icons-wrapper ul li {
	    position: relative;
	    width: 100%;
	    list-style-type: none;
	    background-color: #ffffff;
	    color: #efefef;
	    height: 43px;
	    padding: 0px;
	    transition: all 0.35s ease-in-out;
	    cursor: pointer;
	}

	.social-icons-wrapper ul li:hover {
	    transform: translateX(-20px);
	    filter: gray;
	    -webkit-filter: grayscale(100%);
	}

	.social-icons-wrapper ul li a {
	    position: relative;
	    width: 100%;
	    text-decoration: none;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 100%;
	}

	.social-icons-wrapper ul li a i {
	    font-size: 23px;
	    color: var(--contact-icon-color);
	}

	.top-header {
	    transition: all 0.3s ease-in-out;
	    /*background: var(--theme-blue) url(https://ecorecycle.premiumcoding.com/wp-content/uploads/2013/12/linePattern-3.png) 50% 0;*/
	    /*         background-size: cover;*/
	    border-top: 0px solid #fff;
	    border-bottom: 0px solid #fff;
	    text-align: center;
	}

	.sticky-header .top-header {
	    transition: all 0.3s ease-in-out;
	    background-color: var(--header-bg);
	    box-shadow: 0 0 7px 0 #000;
	}

	.homepage-product {
	    box-shadow: 0 0 7px 0 #000;
	    padding: 10px;
	    border-radius: 6px;
	}

	.homepage-product:hover {
	    transform: scale(1.02);
	    z-index: 99999;
	    transition: all 0.5s ease;
	}

	.homepage-product img {
	    border-radius: 5px;
	}

	@media only screen and (min-width: 768px) {
	    .top-header {
	        /*background: var(--theme-blue) url(https://ecorecycle.premiumcoding.com/wp-content/uploads/2013/12/linePattern-3.png) 50% 0;*/
	        /*         background-size: cover;*/
	        /* background-color: var(--header-bg); */
	        border-top: 0px solid #fff;
	        border-bottom: 0px solid #fff;
	        /* height: 90px; */
	        /* overflow: hidden; */
	    }
	}

	.p0 {
	    padding: 0;
	}

	.my-navbar {
	    background-color: transparent;
	}

	.submenu-container:hover .sub-menu {
	    visibility: visible;
	    transition: all 0.3s ease-in-out;
	    opacity: 1;
	    top: 70px;
	}

	/*mobile nav styles */

	.mobile-nav-container {
	    position: fixed;
	    left: -600px;
	    bottom: 0;
	    top: 0;
	    background: var(--mobile-nav-bg);
	    max-width: 600px;
	    z-index: 99;
	    width: 100%;
	    padding-top: 40px;
	    padding-right: 25px;
	    transition: all 0.3s ease-in-out;
	    padding-bottom: 70px;
	    padding-left: 25px;
	}

	.showSideNav.mobile-nav-container {
	    left: 0px;
	    transition: all 0.3s ease-in-out;
	}

	.mobile-nav-container li a {
	    font-size: 18px;
	    padding: 20px 0;
	    padding-left: 0;
	    text-decoration: none;
	    text-align: left;
	    color: #fff;
	}

	.mobile-nav-container li {
	    border-bottom: 1px solid rgba(221, 221, 221, 0.25);
	}

	.mobile-submenu li a {
	    font-size: 17px;
	    text-transform: capitalize;
	    padding: 13px 0;
	}

	.mobile-nav-container .arrow-img {
	    line-height: 14px;
	    height: 13px;
	    position: absolute;
	    top: 35px;
	    right: 0;
	    transform: translate3d(-5px, 0, 0) translateY(-50%);
	    transition-property: all;
	    transition-duration: 150ms;
	    transition-timing-function: ease;
	    -webkit-text-stroke: 3px var(--text-stroke-color);
	    cursor: pointer;
	    color: #fff;
	    font-size: 25px;
	}

	.mobile-nav-container .close-icon {
	    color: #fff;
	    position: absolute;
	    top: 1px;
	    right: 3px;
	    transition: all 250ms ease-in-out;
	}

	.mobile-nav-container .close-icon i {
	    color: #fff;
	    -webkit-text-stroke: 3px var(--text-stroke-color);
	    font-size: 30px;
	}

	.mobile-nav-container .showmenu .arrow-img {
	    transform: rotate(45deg) translateX(-8px) translateY(2%) !important;
	    transform-origin: top;
	}

	.mobile-submenu {
	    height: 0px;
	    overflow: hidden;
	    border-left: 4px solid rgba(131, 202, 19, 1);
	    transition: all 0.3s ease-in-out;
	}

	.showmenu .mobile-submenu {
	    padding-left: 10px;
	    margin-left: 20px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}

	/* .showmenu,
	.showmenu a {
	    color: #53a92c !important;
	} */

	.showmenu .mobile-submenu.menu1 {
	    height: 120px;
	    transition: all 0.3s ease-in-out;
	}

	.showmenu .mobile-submenu.menu2 {
	    height: 275px;
	    transition: all 0.3s ease-in-out;
	}

	.showmenu .mobile-submenu.menu3 {
	    height: 225px;
	    transition: all 0.3s ease-in-out;
	}

	.showmenu .mobile-submenu.menu4 {
	    height: 120px;
	    transition: all 0.3s ease-in-out;
	}

	.caret {
	    display: inline-block;
	    width: 0;
	    height: 0;
	    margin-left: 2px;
	    vertical-align: middle;
	    border-top: 4px dashed;
	    border-top: 4px solid\9;
	    border-right: 4px solid transparent;
	    border-left: 4px solid transparent;
	}

	.sub-menu {
	    display: block;
	    visibility: hidden;
	    opacity: 0;
	    width: 240px;
	    top: 100px;
	    padding: 0;
	    margin: 0;
	    border: 0;
	    border-radius: 0;
	    -webkit-transition: all.3s ease-in-out;
	    transition: all .3s ease-in-out;
	    background: #fff;
	    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	    box-shadow: 0 5px 12px rgba(0, 0, 0, .175);
	    border-bottom: 3px solid var(--submenu-border-color);
	}

	.sub-menu li {
	    border-bottom: 1px solid rgba(221, 221, 221, 0.25);
	    padding: 10px;
	    transition: all .3s ease-in-out;
	}

	.sub-menu li:hover {
	    transition: all .3s ease-in-out;
	    border-left: 3px solid var(--submenu-border-color);
	}

	.sub-menu li a {
	    font-size: 13px;
	    width: 100%;
	    color: #000;
	    text-decoration: none;
	    /* padding: 10px; */
	    text-transform: uppercase;
	    /* padding: 13px 10px 10px 8px; */
	}

	.sub-menu li:hover a {
	    color: var(--submenu-border-color);
	}

	.navbar .navbar-nav .nav-item .nav-link {
	    color: #fff;
	    height: 100%;
	    line-height: 3.6;
	    padding-right: 10px;
	    text-transform: uppercase;
	    padding-right: 10px;
	    font-family: poppins-semibold;
	    font-size: 14px;
	    font-weight: normal;
	    /*font-weight:bold;*/
	}

	.topNotification-content-1 {
	    display: inline-block;
	    text-align: center;
	    margin-top: 10px;
	    /* margin-right: 20px;
	    padding-right: 20px; */
	    border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	.topNotification-content {
	    display: inline-block;
	    text-align: center;
	}

	.notification-text {
	    font-family: Montserrat, sans-serif !important;
	    color: var(--header-address-color);
	    font-size: 0.9rem;
	    font-weight: 400;
	    display: inline;
	}

	.social-notification a {
	    display: inline-block;
	    padding: 6px 11px;
	    border: solid var(--social-icons-bg) 1px;
	    color: #ffffff;
	    background-color: var(--social-icons-bg);
	    margin-top: 25px;
	    margin-bottom: 10px;
	    border-radius: 5px;
	    transition: all 0.3s ease-in-out;
	}

	.social-notification a i {
	    font-size: 18px;
	}

	.navbar-brand {
	    color: var(--theme-blue) !important;
	}

	@media only screen and (min-width: 768px) {
	    .navbar {
	        padding: 0;
	        /* min-height: 50px; */
	        height: 100%;
	    }

	    .navbar .navbar-nav .nav-item .nav-link {
	        /* border-left : solid black 1px; */
	        transition: all 0.3s ease-in-out;
	        padding: 10px;
	    }
	}

	.social-notification a:hover {
	    background-color: transparent;
	}

	.social-notification a:hover i {
	    color: var(--social-icons-bg);
	    transform: scale(1.5);
	    transition: all 0.3s ease-in-out;
	}

	.navbar .navbar-nav .nav-item .nav-link:hover {
	    transition: all 0.3s ease-in-out;
	    color: var(--nav-link-hover-color);
	}

	.navbar .navbar-nav .nav-item .nav-link.active {
	    color: var(--nav-link-hover-color);
	    /* background-color: var(--theme-blue); */
	}

	.btn-white {
	    border: solid white 2px;
	    padding: 20px;
	    border-radius: 40px;
	    color: white;
	}

	.btn-white:hover {
	    background-color: var(--theme-blue);
	    border: solid var(--theme-blue) 2px;
	}

	.text-success {
	    color: var(--contact-icons-color) !important;
	}

	.btn-outline-success {
	    color: var(--btn-bg) !important;
	    border: solid var(--btn-bg) 2px;
	    transition: all 0.3s ease-in-out;
	}

	.btn-outline-success span {
	    -webkit-text-stroke: 1px var(--text-stroke-color);
	    margin-left: 10px;
	}

	.btn-outline-success:hover span {
	    -webkit-text-stroke: 1px var(--btn-bg);
	}

	.btn-outline-success:hover {
	    letter-spacing: 2px;
	    background-color: var(--btn-bg) !important;
	    color: #ffffff !important;
	    border: solid var(--btn-bg) 2px;
	    transition: all 0.3s ease-in-out;
	}

	.title-heading {
	    background: var(--title-bg) url(https://ecorecycle.premiumcoding.com/wp-content/uploads/2013/12/background-recycle-icon1.png) 50% 0;
	    background-size: cover;
	    border-top: 0px solid #fff;
	    border-bottom: 0px solid #fff;
	    margin-top: 50px;
	    text-align: center;
	}

	.title-heading-about {
	    /* background-color: #F8F8F8; */
	    border-top: 0px solid #fff;
	    border-bottom: 0px solid #fff;
	    margin-top: 30px;
	    text-align: center;
	    padding-top: 20px;
	}

	.main-title {
	    font-size: 80px;
	    font-weight: bolder;
	    color: white;
	    padding-top: 20px;
	}

	.title-heading-about .main-title {
	    font-size: 30px;
	    font-weight: bolder;
	    color: var(--theme-heading-color);
	}

	.title-heading-about hr {
	    width: 100px;
	    border: solid var(--heading-border) 2px;
	    margin-top: 0.4rem;
	}

	.title-heading-about p {
	    color: #000;
	    font-size: 18px;
	    line-height: 1.5;
	}

	.title-heading p {
	    color: white;
	    font-size: 20px;
	}

	.arrow {
	    display: inline-block;
	    height: 50px;
	    border-right: solid white 40px;
	    border-left: solid white 40px;
	    border-top: solid var(--title-arrow-bg) 40px;
	    border-bottom: solid white 40px;
	}

	.services-img-box {
	    border-radius: 50%;
	    border: solid var(--theme-blue) 5px;
	    text-align: center;
	    display: inline-block;
	    padding: 20px;
	    cursor: pointer;
	}

	.services-img-box:hover {
	    background-color: var(--theme-blue);
	}

	.services-img {
	    height: 100px;
	    max-width: 100%;
	    border-radius: 50%;
	}

	.services-box {
	    font-size: 20px;
	    font-weight: bold;
	}

	.p-img {
	    height: 250px;
	    max-width: 100%;
	    margin: auto;
	}

	.p-card {
	    cursor: pointer;
	    position: relative;
	    margin-top: 30px;
	    font-family: Montserrat, sans-serif !important;
	}

	.shader {
	    position: absolute;
	    height: 100%;
	    transform: scale(0);
	    transition: all 0.3s ease;
	    width: 100%;
	    opacity: 0.8;
	    background-color: var(--product-hover-bg);
	    z-index: 100;
	}

	.shader button {
	    position: absolute;
	    top: 50%;
	    left: 21%;
	    font-size: 18px;
	    padding: 10px;
	}

	.hover-effect {
	    position: absolute;
	    /*height:0%;
			width:0%;*/
	    height: 100%;
	    width: 100%;
	    border-left: solid black 100px;
	    border-right: solid green 100px;
	    border-top: solid black 100px;
	    border-bottom: solid green 100px;
	    opacity: 0.1;
	    background-color: #96BD56;
	}

	.card-hover .card-body {
	    transition: all 0.3s ease-in-out;
	}

	.card-hover .card-body:hover {
	    transition: all 0.3s ease-in-out;
	    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
	}

	.p-card:hover .shader {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    transform: scale(1);
	    transition: all 0.3s ease;
	}

	section {
	    overflow: hidden;
	}

	.get-in-touch address {
	    font-weight: bold;
	}

	.footer1 {
	    background-color: var(--footer-bg);
	    /*height: 400px!important;*/
	    padding-top: 30px;
	    color: #8FA222;
	    font-size: 16px;
	    font-weight: 400;
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	}

	.footer1 ul {
	    margin: 0;
	    padding: 0;
	}

	#footer p,
	#footer ul li a {
	    color: #ffffff;
	    transition: all 300ms linear;
	    line-height: 30px;
	}

	.footer1 h3 {
	    color: #ffffff;
	    margin-bottom: 15px;
	}

	.footer1 a {
	    color: #ffffff;
	}

	li {
	    list-style-type: none;
	}

	.footer-content {
	    font-size: 17px;
	}

	.footer-icon {
	    padding: 5px;
	    font-size: 17px;
	}

	.loader {
	    position: fixed;
	    height: 100vh;
	    display: flex;
	    width: 100%;
	    top: 0;
	    left: 0;
	    background-color: var(--loader-bg);
	    z-index: 100000;
	    text-align: center;
	}

	.loader-circle {
	    border: 7px solid #f3f3f3;
	    border-top: 7px solid var(--loader-circle-bg);
	    border-radius: 50%;
	    width: 150px;
	    height: 150px;
	    animation: spin 1s linear infinite;
	}

	.visible-xs {
	    display: none;
	}

	@keyframes spin {
	    0% {
	        transform: rotate(0deg);
	    }

	    100% {
	        transform: rotate(360deg);
	    }
	}

	.loader p {
	    font-size: 24px;
	    text-transform: capitalize;
	    color: #fff;
	}

	.banner-section {
	    z-index: 10000;
	}

	.banner-section h1 {
	    font-size: 30px;
	}

	.heading-div {
	    text-align: center;
	}

	.heading-div-title {
	    color: white;
	    margin: auto;
	    position: relative;
	    top: -80px;
	}

	.show-bullets li {
	    list-style-type: disc !important;
	}

	@media only screen and (max-width: 700px) {
	    .social-notification a {
	        margin-top: 5px;
	    }

	    .carousel-item h1 {
	        font-size: 34px;
	    }

	    .slider-wrapper {
	        min-height: 92px;
	    }

	    .main-title {
	        font-size: 29px !important;
	    }

	    .title-heading-about {
	        margin-top: 0px !important;
	    }

	    body {
	        padding-bottom: 1000px;
	    }

	    .title-heading-about p {
	        font-size: 18px;
	    }
	}

	@media(max-width: 1199px) {
	    .visible-xl {
	        display: none;
	    }

	    .visible-xs {
	        display: block;
	    }

	    header {
	        position: fixed;
	        right: 0;
	        left: 0;
	        top: 0;
	        z-index: 9999;
	    }

	    /* .extra {
	        margin-top: 55px;
	    } */
	}
