/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



/* body scroll start */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, #044404),
									   color-stop(0.72, rgb(3 0 44)),
									   color-stop(0.86, rgb(189 206 193)));
}
/* body scroll end */
/* header css */
nav ul li a {
    color: #000 !important;
    text-transform: uppercase;
    margin-right: 30px !important;
}
nav ul li a span:after {
    border: none !important;
}
.current-menu-item span.menu-title-text {
    color: #044404 !important;
}
.page-id-113 .current-menu-item span.menu-title-text {
    color: #ffffff !important;
}
li#menu-item-14 a {
  position: relative !important;
  display: inline-block !important;
  background: #044404 !important;
  color: #fff !important;
  padding: 15px 40px !important;
  text-decoration: none !important;
  overflow: hidden !important;
  transition: color 0.4s ease !important;
  text-transform: unset;
}
li#menu-item-14 a::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: #89a991 !important;
  z-index: 0 !important;
  transition: all 0.4s ease !important;
 
}
li#menu-item-14 a:hover::before {
  left: 0 !important;
}
li#menu-item-14 a span,
li#menu-item-14 a {
  position: relative !important;
  z-index: 1 !important;
}
li#menu-item-14 a:hover {
  color: #fff !important;
}
/* banner css */
div#main-banner h1, div#main-banner h6, div#main-banner p {
    color: #fff;
}
div#main-banner svg {
    position: absolute;
    top: 2px;
}
div#main-banner h6 {
    margin-left: 30px;
}
#green-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #044404 !important;
  border-radius: 6px !important;
  padding: 12px 56px 12px 26px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.5s ease !important;
  overflow: hidden !important;
  position: relative !important;
}
#green-btn::after {
  content: "\f061" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  background: #044404 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  transition: all 0.3s ease !important;
}
#green-btn:hover {
  background: #044404 !important;
  color: #fff !important;
  transform:unset !important;
  opacity:unset !important;
}
#green-btn:hover::after {
  background: #fff !important;
  color: #044404 !important;
}
/* about css */
div#about-inner h2 {
    color: #222222;
}
div#about-inner h6 {
    color: #222222;
    margin-left: 30px;
}
div#about-inner svg {
    position: absolute;
}
div#counter-sec p {
    color: #575757;
}
div#counter-sec .nectar-milestone .number, div#counter-sec .nectar-milestone .symbol {
    color: #044404;
}
div#counter-sec .nectar-milestone .subject {
    color: #222222;
    font-size: 15px !important;
    line-height: 23px !important;
    font-weight: 600;
}
div#counter-sec .nectar_video_lightbox p {
    color: #222222 !important;
    text-transform: uppercase;
    font-weight: bold;
}
div#lgt-box {
    margin-top: 60px;
}
div#counter-sec .nectar-milestone {
    text-align: left;
}
.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play>.inner-wrap:before, 
.nectar_video_lightbox.play_button_with_text[data-style=small] .play>.inner-wrap:before, .play_button_with_text[data-style=bordered_top].text-color-black .play>.inner-wrap:before, .play_button_with_text[data-style=small].text-color-black .play>.inner-wrap:before {
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    border-color: #044404;
}
/* com-service css */
div#copm-ser {
    margin-top: 100px;
    background: #000;
}
div#boxes-comp .vc_column-inner p {
    max-width: 600px;
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#boxes-comp .vc_column-inner h6 {
    color: #fff;
}
div#boxes-comp {
    margin-bottom: 20px;
}
.blk-six svg {
    position: absolute;
}
.blk-six h6 {
    margin-left: 30px;
    color: #fff;
}
div#copm-ser h2 {
    color: #fff;
}
div#boxes-comp .vc_column-inner {
    border: 1px solid #ffffff38;
    padding: 60px 30px;
    min-height: 320px;
    transition: all 0.5s !important;
}
div#boxes-comp .vc_column-inner:hover {
    background: #ffffff1f;
    backdrop-filter: blur(5px);
    transition: all 0.5s !important;
}
div#copm-ser img {
    min-width: 928px;
}
div#txt-green p {
    color: #fff;
    font-weight: bold;
}
.arrow-blk svg {
    position: absolute;
    right: -110px;
    top: -24em;
    bottom: 0px;
}
/* services sec */
div#service-strt svg {
    position: absolute;
    bottom: 0;
    right: 160px;
}
div#service-strt .arrow-top {
    margin: 30px 0;
}
#service-strt .vc_column-inner:hover svg {
  transform: rotate(60deg) !important;
  transition: transform 0.5s ease !important;
}
#service-strt .vc_column-inner svg {
  transition: transform 0.5s ease;
}
div#service-strt h3 {
    color: #3B3B3C;
}
div#ser-title {
    padding: 50px 0;
}
div#main-services {
    padding-top: 50px !important;
}
div#main-services .top-col .vc_column-inner {
    margin-top: 120px;
}
div#ser-title p {
    font-size: 22px;
    line-height: 28px;
    color:#3B3B3C;
}
div#ser-title h2 {
    color: #222222;
}
/* recycle css */
div#recycle-sec .row-bg {
    background: #F0F4F6;
}

div#recycle-sec h2 {
    color: #222222;
}

div#recycle-sec p {
    color: #3B3B3C;
}

div#recycle-boxes {
    text-align: center;
    margin-top: 100px;
}

div#recycle-boxes p {
    font-size: 13px;
    line-height: 21px;
}
div#recycle-boxes h5 {
    color: #222222;
}

div#recycle-boxes svg {
    min-height: 100px;
    background: #fff;
    padding: 22px;
    border-radius: 20px;
    border: 1px solid #0000004f;
}

div#recycle-boxes .vc_column-inner svg {
  fill: url(#gold-gradient);  
  transition: all 0.5s ease;
  transform-origin: center;
  filter: drop-shadow(0 0 0px transparent);
}
div#recycle-boxes .vc_column-inner:hover svg {
  animation: luxuryGlow 3s infinite ease-in-out;
  cursor: pointer;
  transform: scale(1.08);
  filter: drop-shadow(0 0 15px rgba(224,185,93,0.8));
}
@keyframes luxuryGlow {
  0% {
    fill: url(#gold-gradient);
    filter: drop-shadow(0 0 0px rgba(224,185,93,0.0));
    transform: scale(1);
  }

  25% {
    fill: url(#emerald-gradient);
    filter: drop-shadow(0 0 10px #044404);
    transform: scale(1.12);
  }

  50% {
    fill: url(#rose-gradient);
    filter: drop-shadow(0 0 18px rgb(3 0 44));
    transform: scale(1.18);
  }

  75% {
    fill: url(#aqua-gradient);
    filter: drop-shadow(0 0 15px rgb(176 197 182));
    transform: scale(1.1);
  }

  100% {
    fill: url(#gold-gradient);
    filter: drop-shadow(0 0 0px rgba(224,185,93,0.0));
    transform: scale(1);
  }
}
.circle-txt {
    background: #00022E;
    padding: 10px;
    border-radius: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    left: 180px;
    z-index: 1;
    top: -20px;
}
/* testimonial css */
#gree-btn {
  position: relative !important;
  display: inline-block !important;
  background: #044404 !important;
  color: #fff !important;
  padding: 10px 80px !important;
  text-decoration: none !important;
  overflow: hidden !important;
  transition: color 0.4s ease !important;
  text-transform: unset;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  pointer-events: none;
}
#gree-btn::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: #89a991 !important;
  z-index: 0 !important;
  transition: all 0.4s ease !important;
 
}
#gree-btn:hover::before {
  left: 0 !important;
}
#gree-btn:hover {
  color: #fff !important;
  transform:unset !important;
}
div#testimonial-sec h2 {
    color: #222222;
}
div#testimonial-sec h5, div#testimonial-sec h6 {
    color: #222222;
}
div#testimonial-sec p {
    color: #3B3B3C;
    font-size: 22px;
    line-height: 30px;
}
#testimonial-sec img {
    width: 50px;
    margin: 0 auto;
}
#testimonial-sec .nectar-flickity.nectar-carousel[data-format=default] #testimonial-sec .flickity-slider .cell {
    padding: 0px;
}
/* inner page css */
.title-et p {
    font-size: 16px !important;
    line-height: 24px !important;
}
.title-et h2 {
    color: #044404 !important;
}
#green-box svg {
  fill: #000000 !important;
}
div#green-box .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    min-height: 220px;
    transition: all 0.5s !important;
    border-radius: 10px !important;
}
div#green-box .vc_column-inner p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#green-box .vc_column-inner:hover {
    background: #044404;
    color: #fff !important;
     transition: all 0.5s !important;
}
div#green-box .vc_column-inner:hover h6 {
    color: #fff !important;
     transition: all 0.5s !important;
}
div#green-box .vc_column-inner:hover svg {
    fill: #fff !important;
     transition: all 0.5s !important;
}
div#green-box {
    padding-top: 30px;
}

div#green-box .row-bg {
    position: relative;
}
div#counter-sec h4 {
    color: #222222;
}
div#green-box .row-bg:before {
    position: absolute;
    content: '';
    left: -330px;
    top: -150px;
    right: 0;
    bottom: 0;
    background: #F3F8FF;
    width: 154%;
    background-size: cover;
    height: 200%;
}
/* form css */
div#contact-pg h2 {
    color: #222222;
    font-size: 40px;
    line-height: 48px;
}
div#contact-pg p {
    font-size: 18px;
    line-height: 26px;
}
.form-cont input {
    background: #EFF8FC;
    border-radius: 5px !important;
}
.form-cont textarea {
    background: #EFF8FC;
    height: 120px;
    resize: none;
    border-radius: 5px !important;
}
.form-cont ::placeholder {
    color: #000;
}
.form-cont input.wpcf7-form-control.wpcf7-submit.grn-btn, body[data-button-style*="slightly_rounded"] input[type=submit] {
    font-size: 20px;
    line-height: 28px;
}
.form-cont input.wpcf7-form-control.wpcf7-submit.grn-btn:hover {
    opacity: unset !important;
    transform: unset !important;
    box-shadow: unset !important;
}
#contact-pg .col-side .vc_column-inner {
    padding-left: 40px;
}
.form-cont select {
    background: #EFF8FC;
    color: #000;
}
.form-cont select option {
    color: #000 !important;
}
/* detail-page css */
#tabs-content .sidebar {
    width: 250px;
    background: #E4E9F2;
    color: #000 !important;
    border-radius: unset !important;
    padding: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 420px;
}

#tabs-content .sidebar h3 {
    color: #fff;
    font-size: 20px !important;
    background: #044404;
    text-align: center;
    margin: unset !important;
    padding: unset !important;
}

#tabs-content .category {
    margin-top: 10px;
}

#tabs-content .category > button {
    width: 100%;
    background: none;
    color: #044404;
    border: none;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
    line-height: 26px;
}

#tabs-content .category > button:hover {
    background: #fff;
}

#tabs-content .subcategory {
    display: none;
    margin-left: 15px;
}

#tabs-content .subcategory.open {
    display: block;
}

#tabs-content .subcategory button {
    display: block;
    width: 100%;
    background: none;
    color: #000;
    border: none;
    text-align: left;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    line-height: 24px;
}

#tabs-content .subcategory button:hover {
    background: #058b00;
    color: #fff;
}

#tabs-content .content {
    flex: 1;
    background: #fff;
    padding: 0px 20px 20px 20px !important;
    border-radius: 8px;
    min-height: 300px;
}

#tabs-content .content img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 15px;
}

div#tabs-content .wpb_wrapper {
    display: flex;
}

#tabs-content .container {
  display: flex;
}

#tabs-content .sidebar {
  width: 350px;
  background: #F3F8FF;
}

#tabs-content .sidebar h3 {
  background: #013d12;
  margin: 0;
  padding: 12px;
  font-size: 16px;
}

#tabs-content .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs-content .accordion li {
  list-style: none;
}

#tabs-content .accordion button {
  display: block;
  width: 100%;
  padding: 8px 15px;
  text-align: left;
  border: none;
  background: none;
  color: #044404;
  cursor: pointer;
  border: unset !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Montserrat';
}

#tabs-content .submenu {
  display: none;
}

#tabs-content .submenu li {
  position: relative;
}

#tabs-content .submenu li button:before {
    content: '';
    position: absolute;
    background: url(https://marvelbw.services/wp-content/uploads/2025/10/Vector12.png);
    height: 100%;
    width: 100%;
    top: 32%;
    left: 4%;
    background-repeat: no-repeat;
    background-position: top left;
}

#tabs-content .submenu li button {
  color: #000;
  font-weight: 500 !important;
  padding-left: 35px !important;
}

#tabs-content .submenu li button:hover {
  background: #E4E9F2;
  color: #044404;
}

#tabs-content .content {
  flex: 1;
  padding: 20px;
}

#tabs-content .tabcontent {
  display: none;
}

#tabs-content .tabcontent.active {
  display: block;
}

#tabs-content .submenu {
    margin: unset;
}

/* policy css */
div#policy-content h3 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
/* ft css */
div#copyright {
    display: none;
}
div#copy-end p {
    text-align: left;
    color: #fff;
}
div#copy-end .right-col p {
    text-align: right;
}
div#copy-end .right-col a {
    color: #fff;
    font-weight: 700;
}
div#main-content ul li {
    list-style: none;
    color: #fff;
    padding: 10px 0;
}
div#main-content ul {
    margin: 0;
}
.social-icons {
    display: flex;
    gap: 20px;
}
.social-icons i {
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    color: #fff;
    transition: all 0.5s !important;
}
.social-icons i:hover {
    background: #044404 !important;
    transition: all 0.5s !important;
}
div#main-ft {
    padding: 60px 0 !important;
}
div#main-content .left-col .vc_column-inner {
    padding-left: 120px;
}
div#main-content a {
    color: #fff;
}
div#main-content h6 {
    color: #fff;
}
div#main-ft h2, div#main-ft p {
    color: #fff;
}
div#main-ft svg {
    margin-left: 280px;
}
div#ft-inner {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 20px;
}
/* Responsive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
header#top .container {
    padding: 0 30px !important;
}

div#main-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

h1 {
    font-size: 50px !important;
    line-height:58px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#ser-title p br {
    display: none;
}

div#ser-title p {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 60px;
    padding-left: 40px !important;
}
div#service-strt h3 {
    color: #3B3B3C;
    font-size: 35px !important;
    line-height: 43px !important;
}

div#recycle-sec p br {
    display: none !important;
}

div#main-ft .row-bg {
    background-size: cover !important;
    height: 114% !important;
}
div#boxes-comp .vc_column-inner {
    border: 1px solid #ffffff38;
    padding: 40px 30px;
    min-height: 320px;
    transition: all 0.5s !important;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
header#top .container {
    padding: 0 30px !important;
}

div#main-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

h1 {
    font-size: 50px !important;
    line-height:58px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#ser-title p br {
    display: none;
}

div#ser-title p {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-left: 90px;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 60px;
    padding-left: 40px !important;
}
div#service-strt h3 {
    color: #3B3B3C;
    font-size: 28px !important;
    line-height: 36px !important;
}

div#recycle-sec p br {
    display: none !important;
}

div#main-ft .row-bg {
    background-size: cover !important;
    height: 114% !important;
}

nav ul li a {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#about-us {
    padding-top: 50px !important;
}
div#copm-ser {
    margin-top: 50px;
    background: #000;
}
div#boxes-comp .vc_column-inner {
    border: 1px solid #ffffff38;
    padding: 40px 20px !important;
    min-height: 260px;
    transition: all 0.5s !important;
}

div#main-services {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#recycle-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.circle-txt {
    background: #00022E;
    padding: 10px;
    border-radius: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    left: 150px;
    z-index: 1;
    top: -15px;
}
div#main-ft svg {
    margin-left: 190px;
}
div#contact-pg h2 {
    color: #222222;
    font-size: 30px !important;
    line-height: 38px !important;
}

div#contact-pg p br {
    display: none;
}
div#contact-pg p {
    font-size: 16px !important;
    line-height: 24px !important;
}	

#tabs-content .sidebar {
    width: 280px !important;
}

#tabs-content .accordion button {
    font-size: 18px !important;
    line-height: 26px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
header#top .container {
    padding: 0 30px !important;
}

div#main-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

h1 {
    font-size: 35px !important;
    line-height: 43px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#ser-title p br {
    display: none;
}

div#ser-title p {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-left: 0px;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 60px;
    padding-left: 40px !important;
}
div#service-strt h3 {
    color: #3B3B3C;
    font-size: 28px !important;
    line-height: 36px !important;
}

div#recycle-sec p br {
    display: none !important;
}

div#main-ft .row-bg {
    background-size: cover !important;
    height: 114% !important;
}

nav ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
	margin-right:14px !important;
}

div#about-us {
    padding: 40px 0 !important;
}
div#copm-ser {
    margin-top: 50px;
    background: #000;
}
div#boxes-comp .vc_column-inner {
    padding: 30px 10px !important;
    min-height: 220px !important;
}

div#main-services {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#recycle-sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.circle-txt {
    padding: 8px !important;
    height: 35px !important;
    width: 35px !important;
    left: 130px !important;
    top: -15px !important;
}
div#main-ft svg {
    margin-left: 120px;
    max-width: 120px !important;
}	

div#counter-sec p {
    padding-bottom: 10px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#counter-sec .number, div#counter-sec .symbol {
    font-size: 50px !important;
    line-height: 58px !important;
}

div#counter-sec .nectar-milestone .subject {
    font-size: 12px !important;
    line-height: 20px !important;
}

.arrow-blk svg {
    max-width: 90px !important;
    top: -22em !important;
    right: -100px !important;
}

div#recycle-boxes p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#testimonial-sec {
    padding: 50px 0px !important;
}

div#main-ft {
    padding: 40px 0px 25px !important;
}

div#main-content .left-col .vc_column-inner {
    padding-left: 50px !important;
}

div#main-ft a, div#main-ft li {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-ft p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#copy-end p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#green-box .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 12px !important;
    min-height: 220px;
    transition: all 0.5s !important;
    border-radius: 10px !important;
}	
div#green-box .row-bg:before {
    position: absolute;
    content: '';
    left: -330px;
    top: -200px;
    right: 0;
    bottom: 0;
    background: #F3F8FF;
    width: 154%;
    background-size: cover;
    height: 200%;
}
li#menu-item-14 a {
    position: relative !important;
    display: inline-block !important;
    background: #044404 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: color 0.4s 
ease !important;
    text-transform: unset;
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 70px;
}
div#service-strt svg {
    position: absolute;
    bottom: 0;
    right: 30px !important;
}
div#contact-pg h2 {
    color: #222222;
    font-size: 28px !important;
    line-height: 36px !important;
}
div#contact-pg p br {
    display: none;
}
div#contact-pg p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.form-cont .row {
    padding: 6px 0;
}
#contact-pg .col-side .vc_column-inner img {
    min-height: 490px;
}
#contact-pg .col-side .vc_column-inner {
    padding-left: 0px;
}
	
#tabs-content .sidebar {
    width: 250px !important;
}

#tabs-content .accordion button {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
header#top .container {
    padding: 0 30px !important;
}

div#main-banner {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

h1 {
    font-size: 35px !important;
    line-height: 43px !important;
}

h2 {
    font-size: 27px !important;
    line-height: 35px !important;
}

div#ser-title p br {
    display: none;
}

div#ser-title p {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-left: 0px;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 60px;
    padding-left: 40px !important;
}
div#service-strt h3 {
    color: #3B3B3C;
    font-size: 28px !important;
    line-height: 36px !important;
}

div#recycle-sec p br {
    display: none !important;
}

div#main-ft .row-bg {
    background-size: cover !important;
    height: 114% !important;
}

nav ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
	margin-right:14px !important;
}

div#about-us {
    padding: 30px 0 !important;
}
div#copm-ser {
    margin-top: 20px !important;
    padding: 40px  0px !important;
}
div#boxes-comp .vc_column-inner {
    padding: 30px 30px !important;
    min-height: unset !important;
}

div#main-services {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

div#recycle-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.circle-txt {
    padding: 8px !important;
    height: 35px !important;
    width: 35px !important;
    left: 180px !important;
    top: -15px !important;
}
div#main-ft svg {
    margin-left: unset !important;
    max-width: 120px !important;
}	

div#counter-sec p {
    padding-bottom: 10px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#counter-sec .number, div#counter-sec .symbol {
    font-size: 50px !important;
    line-height: 58px !important;
}

div#counter-sec .nectar-milestone .subject {
    font-size: 12px !important;
    line-height: 20px !important;
}

.arrow-blk svg {
    max-width: 110px !important;
    top: -36.5em !important;
    right: 18em !important;
}

div#recycle-boxes p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#testimonial-sec {
    padding: 30px 0px !important;
}

div#main-ft {
    padding: 30px 0px 20px !important;
}

div#main-content .left-col .vc_column-inner {
    padding-left: 50px !important;
}

div#main-ft a, div#main-ft li {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-ft p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#copy-end p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#green-box .vc_column-inner {
    padding: 12px !important;
    min-height: 180px;
}	
div#green-box .row-bg:before {
    position: absolute;
    content: '';
    left: -90px;
    top: -440px;
    right: 0;
    bottom: 0;
    background: #F3F8FF;
    width: 154%;
    background-size: cover;
    height: 214%;
}
li#menu-item-14 a {
    position: relative !important;
    display: inline-block !important;
    background: #044404 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: color 0.4s 
ease !important;
    text-transform: unset;
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 70px;
}
div#service-strt svg {
    position: absolute;
    bottom: 0;
    right: 30px !important;
}
div#contact-pg h2 {
    color: #222222;
    font-size: 28px !important;
    line-height: 36px !important;
}
div#contact-pg p br {
    display: none;
}
div#contact-pg p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.form-cont .row {
    padding: 10px 0;
}
#contact-pg .col-side .vc_column-inner img {
    min-height: 490px;
}
#contact-pg .col-side .vc_column-inner {
    padding-left: 0px;
}
	
#tabs-content .sidebar {
    width: 100%;
}

#tabs-content .accordion button {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#copm-ser img {
    min-width: unset !important;
}

div#ser-title {
    padding: 20px 0px !important;
    margin-bottom: unset !important;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

div#footer-widgets {
    display: none !important;
}

div#main-content ul li {
    padding: 5px 0px !important;
}

div#tabs-content .wpb_wrapper {
    display: unset !important;
}

#tabs-content .submenu li button {
    padding-left: 45px !important;
}

div#tabs-content {
    padding: 20px 0px !important;
}

#tabs-content .content {
    padding: 20px 0px 0px  !important;
}

#contact-pg .form-cont .row .col.span_12 {
    margin: unset !important;
}

div#contact-pg {
    padding: 40px 0px 50px !important;
}
	
#contact-pg .col-side .vc_column-inner img {
    min-height: unset !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
header#top .container {
    padding: 0 30px !important;
}

div#main-banner {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

div#ser-title p br {
    display: none;
}

div#ser-title p {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-left: 0px;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 60px;
    padding-left: 40px !important;
}
div#service-strt h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#recycle-sec p br {
    display: none !important;
}

div#main-ft .row-bg {
    background-size: cover !important;
    height: 114% !important;
}

nav ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
	margin-right:14px !important;
}

div#about-us {
    padding: 20px 0 !important;
}
div#copm-ser {
    margin-top: 0px !important;
    padding: 30px  0px !important;
}
div#boxes-comp .vc_column-inner {
    padding: 20px 20px !important;
    min-height: unset !important;
}

div#main-services {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

div#recycle-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.circle-txt {
    padding: 8px !important;
    height: 35px !important;
    width: 35px !important;
    left: 240px !important;
    top: -15px !important;
}
div#main-ft svg {
    margin-left: unset !important;
    max-width: 120px !important;
}	

div#counter-sec p {
    padding-bottom: 10px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#counter-sec .number, div#counter-sec .symbol {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#counter-sec .nectar-milestone .subject {
    font-size: 12px !important;
    line-height: 20px !important;
}

.arrow-blk svg {
    max-width: 100px !important;
    top: -35.5em !important;
    right: 10em !important;
}

div#recycle-boxes p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#testimonial-sec {
    padding: 30px 0px !important;
}

div#main-ft {
    padding: 30px 0px 20px !important;
}

div#main-content .left-col .vc_column-inner {
    padding-left: 50px !important;
}

div#main-ft a, div#main-ft li {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-ft p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#copy-end p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#green-box .vc_column-inner {
    padding: 12px !important;
    min-height: 180px;
}	
div#green-box .row-bg:before {
    position: absolute;
    content: '';
    left: -90px;
    top: -385px;
    right: 0;
    bottom: 0;
    background: #F3F8FF;
    width: 154%;
    background-size: cover;
    height: 149%;
}
li#menu-item-14 a {
    position: relative !important;
    display: inline-block !important;
    background: #044404 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: color 0.4s 
ease !important;
    text-transform: unset;
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 70px;
}
div#service-strt svg {
    position: absolute;
    bottom: 0;
    right: 30px !important;
}
div#contact-pg h2 {
    color: #222222;
    font-size: 28px !important;
    line-height: 36px !important;
}
div#contact-pg p br {
    display: none;
}
div#contact-pg p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.form-cont .row {
    padding: 10px 0;
}
#contact-pg .col-side .vc_column-inner img {
    min-height: 490px;
}
#contact-pg .col-side .vc_column-inner {
    padding-left: 0px;
}
	
#tabs-content .sidebar {
    width: 100%;
}

#tabs-content .accordion button {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#copm-ser img {
    min-width: unset !important;
}

div#ser-title {
    padding: 15px 0px !important;
    margin-bottom: unset !important;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

div#footer-widgets {
    display: none !important;
}

div#main-content ul li {
    padding: 5px 0px !important;
}

div#tabs-content .wpb_wrapper {
    display: unset !important;
}

#tabs-content .submenu li button {
    padding-left: 45px !important;
}

div#tabs-content {
    padding: 20px 0px !important;
}

#tabs-content .content {
    padding: 20px 0px 0px  !important;
}

#contact-pg .form-cont .row .col.span_12 {
    margin: unset !important;
}

div#contact-pg {
    padding: 30px 0px 40px !important;
}

div#main-banner h6 {
    margin-left: 22px !important;
}

#main-banner .wpb_text_column, #main-banner .wpb_raw_code {
    margin-bottom: 10px !important;
}

#green-btn {
    padding: 10px 49px 10px 15px !important;
}

#about-us .wpb_raw_code, #about-us .wpb_text_column {
    margin-bottom: 10px !important;
}

#about-inner img {
    width: 100% !important;
}

#counter-sec .wpb_text_column {
    margin-bottom: 10px !important;
}

#counter-sec .vc_col-sm-4 {
    margin-bottom: 10px !important;
}

#copm-ser .wpb_text_column, #copm-ser .wpb_raw_code {
    margin-bottom: 10px !important;
}

div#service-strt .arrow-top {
    margin: 20px 0px !important;
}

div#recycle-boxes {
    margin-top: 30px !important;
}

div#main-content .left-col .vc_column-inner {
    padding: unset !important;
}

div#main-banner.inner-page {
    padding: 60px 0px 40px !important;
}
	
#contact-pg .col-side .vc_column-inner img {
    min-height: unset !important;
}	
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
header#top .container {
    padding: 0 30px !important;
}

div#main-banner {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}

h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#ser-title p br {
    display: none;
}

div#ser-title p {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-left: 0px;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 60px;
    padding-left: 40px !important;
}
div#service-strt h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#recycle-sec p br {
    display: none !important;
}

div#main-ft .row-bg {
    background-size: cover !important;
    height: 114% !important;
}

nav ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
	margin-right:14px !important;
}

div#about-us {
    padding: 20px 0 !important;
}
div#copm-ser {
    margin-top: 0px !important;
    padding: 30px  0px !important;
}
div#boxes-comp .vc_column-inner {
    padding: 15px 15px !important;
    min-height: unset !important;
}

div#main-services {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

div#recycle-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.circle-txt {
    padding: 8px !important;
    height: 35px !important;
    width: 35px !important;
    left: 240px !important;
    top: -15px !important;
}
div#main-ft svg {
    margin-left: unset !important;
    max-width: 80px !important;
}	

div#counter-sec p {
    padding-bottom: 10px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#counter-sec .number, div#counter-sec .symbol {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#counter-sec .nectar-milestone .subject {
    font-size: 12px !important;
    line-height: 20px !important;
}

.arrow-blk svg {
    max-width: 60px !important;
    top: -30.2em !important;
    right: 8em !important;
}

div#recycle-boxes p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#testimonial-sec {
    padding: 30px 0px !important;
}

div#main-ft {
    padding: 30px 0px 20px !important;
}

div#main-content .left-col .vc_column-inner {
    padding-left: 50px !important;
}

div#main-ft a, div#main-ft li {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-ft p {
    font-size: 13px !important;
    line-height: 21px !important;
}

div#copy-end p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#green-box .vc_column-inner {
    padding: 12px !important;
    min-height: 180px !important;
}	
div#green-box .row-bg:before {
    left: -90px !important;
    top: -366px !important;
    width: 154% !important;
    height: 147% !important;
}
li#menu-item-14 a {
    position: relative !important;
    display: inline-block !important;
    background: #044404 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: color 0.4s 
ease !important;
    text-transform: unset;
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 70px;
}
div#service-strt svg {
    position: absolute;
    bottom: 0;
    right: 30px !important;
}
div#contact-pg h2 {
    color: #222222;
    font-size: 24px !important;
    line-height: 32px !important;
}
div#contact-pg p br {
    display: none;
}
div#contact-pg p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.form-cont .row {
    padding: 8px 0;
}

#contact-pg .col-side .vc_column-inner {
    padding-left: 0px;
}
	
#tabs-content .sidebar {
    width: 100% !important;
    height: 360px !important;
}

#tabs-content .accordion button {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 50px !important;
}

div#copm-ser img {
    min-width: unset !important;
}

div#ser-title {
    padding: 15px 0px !important;
    margin-bottom: unset !important;
}

div#main-services .top-col .vc_column-inner {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

div#footer-widgets {
    display: none !important;
}

div#main-content ul li {
    padding: 5px 0px !important;
}

div#tabs-content .wpb_wrapper {
    display: unset !important;
}

#tabs-content .submenu li button {
    padding-left: 45px !important;
}

div#tabs-content {
    padding: 20px 0px !important;
}

#tabs-content .content {
    padding: 20px 0px 0px  !important;
}

#contact-pg .form-cont .row .col.span_12 {
    margin: unset !important;
}

div#contact-pg {
    padding: 30px 0px 40px !important;
}

div#main-banner h6 {
    margin-left: 22px !important;
}

#main-banner .wpb_text_column, #main-banner .wpb_raw_code {
    margin-bottom: 10px !important;
}

#green-btn {
    padding: 10px 49px 10px 15px !important;
}

#about-us .wpb_raw_code, #about-us .wpb_text_column {
    margin-bottom: 10px !important;
}

#about-inner img {
    width: 100% !important;
}

#counter-sec .wpb_text_column {
    margin-bottom: 10px !important;
}

#counter-sec .vc_col-sm-4 {
    margin-bottom: 10px !important;
}

#copm-ser .wpb_text_column, #copm-ser .wpb_raw_code {
    margin-bottom: 10px !important;
}

div#service-strt .arrow-top {
    margin: 20px 0px !important;
}

div#recycle-boxes {
    margin-top: 30px !important;
}

div#main-content .left-col .vc_column-inner {
    padding: unset !important;
}

div#main-banner.inner-page {
    padding: 50px 0px 30px !important;
}

h6 {
    font-size: 13px !important;
    line-height: 21px !important;
}

#about-inner .vc_col-sm-6 {
    margin-bottom: 10px !important;
}

div#lgt-box {
    margin-top: 20px !important;
}

#lgt-box .vc_col-sm-6 {
    margin-bottom: 10px !important;
}


div#counter-sec .nectar_video_lightbox p {
    padding-bottom: 0px !important;
}

#lgt-box .nectar_video_lightbox {
    padding: 10px 0px !important;
}

#copm-ser .vc_col-sm-6 {
    padding: 0px 0px !important;
}

div#boxes-comp {
    margin-bottom: unset !important;
}

#main-services .vc_col-sm-12 {
    padding: 0px 0px !important;
}

div#service-strt svg {
    max-width: 20px !important;
    right: 13px !important;
}

#main-ft img {
    max-width: 160px !important;
}

#ft-inner .vc_col-sm-8 {
    margin-bottom: 0px !important;
}

#contact-pg .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact-pg .form-cont input, #contact-pg .form-cont textarea {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-pg .form-cont input::placeholder, #contact-pg .form-cont textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-pg input.wpcf7-submit.grn-btn {
    padding: 10px 30px !important;
}

#contact-pg .col-side .vc_column-inner img {
    min-height: unset !important;
}
	
}