@media (max-width: 575px) {
  .header-top {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-top {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}


.header-top .top-left {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .header-top .top-left::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary-color);
    width: 50vw;
    height: 100%;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
    z-index: -1;
  }
}
.header-top .top-left {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  .header-top .top-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header-top .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-top .top-right ul li:not(:last-child) {
  margin-right: 50px;
  padding-right: 50px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.header-top .top-right ul li > i {
  color: var(--primary-color);
  margin-right: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
}

.header-top .top-right ul li a {
  color: #fff;
}




.logo-outer img {
  width: auto;
	padding: 5px 0px;
}
.slide-content h2 {
  color: #fff;
  font-size: 62px;
  line-height: 75px;
  margin-bottom: 32px;
  font-weight: 500;
}
.section-title h1 {
  font-size: 42px;
  font-weight: 500;
}

.slide-content1 h1 {
  color: #fff;
  font-size: 62px;
  line-height: 75px;
  margin-bottom: 32px;
  font-weight: 500;
}
.slide-content > * {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.section-title-main h1 {
  font-size: 35px;
  line-height: 1.25;
  font-weight: 500;
  color: #000;
}


.section-title-main .sub-title {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: #387e23;
  margin-bottom: 10px;
}

.section-title-main .sub-title i {
  color: #387e23; 
  font-size: 16px;
  margin-right: 10px;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #404040;

}
.text-justify{
    text-align: justify;
}
.counter-title {
     color: #fff;
}
.counter-item .count-text {
    color: #fff;
}
.space{
    padding-top: 60px;
    padding-bottom: 60px;
}
.bg1{
background-color: #295337;
background-image: url("https://www.transparenttextures.com/patterns/gravel.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.slick-slide img {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section-title h2 {
  font-size: 42px;
  font-weight: 500;
}
.download-pdf-btn {
    margin-left: 595px;
}
.breadcumb-title{
	font-size: 39px;
  font-weight: 500;

}
.banner-inner h1 {
  color: white;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 500;
}
.section-title h4 {
  line-height: 1.33;
  text-transform: capitalize;
  font-weight: 500;
}
h3, .h3 {
  font-size: 30px;
}
.h3class {
	font-size: 30px;
	font-weight: 500;
}
		.about-para{
			text-align: justify;
			
		}
		@media only screen and (max-width: 575px) {
  .theme-btn, a.theme-btn {
    padding: 10px 25px;
    margin-top: 0px !important;
	margin-bottom: 20px; 
  }
}
@media (max-width: 768px) {
    .download-pdf-btn {
        margin-left: 0 !important; 
        width: 100%; 
        text-align: center; 
    }
}
/*=================================================*/
 @media (max-width: 767px) {
.main-menu .mobile-logo {
    max-width: 235px;
  }
.slide-content h2 {
   color: #fff;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
    font-weight: 400;
}
.section-title h1 {
  font-size: 35px;
  font-weight: 500;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 500;
}
.bg-lines span {
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(42, 44, 56, 0.04);
  -webkit-animation: leftRightOne 18s infinite;
  animation: leftRightOne 18s infinite;
}
.counter-item .counter-title {
    font-size: 14px;
  }
.page-title {
         font-size:40px; 
     } 
}
.marquee-text {
  font-weight: 800;
  font-size: 90px;
  line-height: 120px;
  color: #FFFFFF;
}

		.product-grid{
			text-align: center;
			border-radius: 5px;
			border: 2px solid #e5e5e5;
			margin-bottom: 10px;
		}
		a:hover{ text-decoration:none; }
		.product-grid .product-image a.image{ display: block; }
		.product-grid .product-image img{
			width: 100%;
			height: auto;
		}
		.product-grid .product-content{
			background: #fff;
			padding: 12px 15px;
		}
		.product-grid .title{
			font-size: 18px;
			font-weight: 600;
			text-transform: capitalize;
			margin: 0 0 7px;
		}
		.product-grid .title a{
			color: #000;
			transition: all 0.3s ease 0s;
		}

		.product-grid .price{
			color: #000;
			font-size: 16px;
			font-weight: 500;
			margin: 0 0 10px;
		}
		.product-grid .button{
			color: #000000;
			background:#75AD85;
			font-size: 15px;
			font-weight: 500;
			text-transform: uppercase;
			padding: 12px 15px;
			text-align: center;
			display: block;
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
			transition: all .2s ease;
		}
		.product-grid .button:hover{ 
			color: #fff;
			background: #555151;
		}
/*
.bg-succ{
  border-radius: 5% !important;
}
*/
.panel{
	border: 1px solid #198754;;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #00681d;
}
.bg-about-1{
background-color:#03240c;
background-image:url("../../eco-green/bg/about-bg-01.jpg");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.font-20 {
    font-size: 20px;
}
.bg-gray {
    background: #e1f2ea94;
}
.whatsapp-footer {
  position: fixed;
  left: 20px;
  bottom:20px;
 text-align: center;
z-index: 10;
}
.bg-key-features {
background-color:#03240c;
background-image: url("https://www.transparenttextures.com/patterns/snow.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.text-theme {
    color: #00681D;
}
.btn2 {
  background: #fff;
  color: #000000;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn2:hover {
  background: #000000;
}
.font-22 {
    font-size: 22px;
    line-height: 30px;
}
.cta-text {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 0px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.text-yellow {
    color: #E7A90F;
}
.border-left {
    border-left: dashed #CCCBCB 1px; 
}
.list-style-one li {
  font-size: 20px;
}
.h2style{
	font-size: 45px!important;
	font-weight: 800!important;
}
.myButton2 {
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:7px 15px;
	text-decoration:none;
}
.myButton2:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.myButton2:active {
	position:relative;
	top:1px;
}
.service-item.style-two {
  padding: 28px;
  border-top: none;
  background: white;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.02);
  border: 1px solid green;
}
.product-grid.card-style {
    border: 1px solid #00681d;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    position: relative;
    overflow: hidden; /* keep dropdown inside box */
    transition: all 0.3s ease;
}
.product-grid.card-style:hover {
    box-shadow: 0 4px 10px rgb(76, 175, 80);
}
.main-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.main-dropdown > li > a.dropdown-toggle {
    display: inline-block;
    background: #00681d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    width: 80%;
    transition: background 0.3s;
}
.main-dropdown > li > a.dropdown-toggle:hover {
    background: #43a047;
}
.main-dropdown ul.dropdown-menu {
    display: none;
    position: relative; /* stays inside card */
    width: 80%;
    margin: 10px auto 0;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
    list-style: none;
    padding: 0;
    overflow: hidden;
    z-index: 5;
}
.main-dropdown ul.dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.main-dropdown ul.dropdown-menu li:last-child a {
    border-bottom: none;
}
.main-dropdown ul.dropdown-menu li a:hover {
    background: #e0f5e0;
}
/* Arrow rotation */
.dropdown-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.dropdown-arrow.rotate {
    transform: rotate(180deg);
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.weserve {
  line-height: 1.4;
  font-size: 17px;
  font-weight: 80;
}
@media (max-width: 575.98px) {
  .custom-padding {
    padding-top: 0;
    padding-bottom: 10px;
  }
	.breadcumb-title {
  font-size: 30px;
  font-weight: 500;
}
	.banner-inner h1 {
  color: white;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 13px;
}
	.py-10 {
  padding-top: 0px;
}
	.rpy-10 {
    padding-top: 0px !important;
  }

		}

.navigation li.current > a {
    color: #00681D;
    font-weight: 600;
}

    
		@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
  max-width: 110px !important;
    max-height: 87px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-inner h2 {
    font-size: 38px;
  }
}

.footer-tagline{
	text-align: right;
}