/*************************************
******** MINXED CSS  **********
*************************************/
section.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}
/* ******************************************* 
                DEFAULT CSS
********************************************* */
:root {
  --primary-color: #4BAF47;
  --secondary-color: #EDF7ED;
  --body-color: #878680;
  --white-color: #ffffff;
  --bg-color: #F8F7F0;
  --black-color: #24231D;
  --border-color: #E3E3E3;
  --border-color-2: #333F4D;
  --box-shedow: 0px 41.04px 42.48px rgba(0, 0, 0, 0.053);
  --gradient-color: linear-gradient(180deg, rgba(36, 35, 29, 0.8) 0%, #4BAF47 99.98%, #4AAD46 99.99%);
  --body-font: "Manrope", sans-serif;

}
/*************************************
******** Slick Slider CSS  **********
*************************************/
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-prev {
  z-index: 1;
  position: absolute;
  left: 100px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.slick-next {
  position: absolute;
  right: 100px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow {
  border: none;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  height: 67px;
  width: 67px;
  border-radius: 100PX;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.slick-arrow:hover{
  background: var(--secondary-color);
  color: var(--primary-color);
}
.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}



.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}
.slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: unset;
  height: unset;
  margin: 0 4px;
}
.slick-dots li button{
  width: 8px;
  height: 8px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  padding: unset;
  border: none;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  background: var(--primary-color);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;

}
.slick-dots li.slick-active button{
  width: 40px;
  opacity: 1;
}
/*************************************
******** Pagination CSS  **********
*************************************/
.pagination-area {
  text-align: center;
  margin: 40px 0;
}
.pagination-area ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.pagination-area ul li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--black-color);
  background: var(--secondary-color);
  line-height: 60px;
  font-weight: 400
}

.pagination-area ul li {
  display: inline-block;
  margin-right: 5px
}

.pagination-area ul li a.current,.pagination-area ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent
}


/*************************************
******** SHAPE  CONTROLL CSS  **********
*************************************/
.eco-section-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
}

.shapeanimation {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  -webkit-animation-duration: 9s;
  z-index: -1;
}

/* custom animations */
@-webkit-keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

/* ***************************************** 
   		    About Section
  ******************************************/
.about-full-width{
  width: 168%;
  padding: 9% 68% 9% 10%;
  background: var(--bg-color);
}
.about-small-stitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 5px;
    color: var(--primary-color);
	    font-size: 14px;
}
.about-title{
  margin-bottom: 30px;
  font-weight: 800;
}
.about-icon {
  height: 60px;
  width: 60px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--white-color);
  position: absolute;
  top: -40px;
  transform: rotate(0deg);
	transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
  border-radius: 5px;
}
.about-inner-content:hover .about-icon {
    transform: rotate(360deg);
    border-radius: 30px;
}
.about-inner-content {
  padding: 45px 30px 22px;
  background: var(--bg-color);
  position: relative;
  margin-top: 70px;
  margin-bottom:30px;
	border-radius: 15px;
}
.about-inner-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}

.about-inner-title a{
  color: var(--black-color);
}
.about-inner-title a:hover{
  color: var(--primary-color);
}

.about-des {
  margin-bottom: 20px;
}
.about-des ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.about-des ul li {
  line-height: 28px;
  font-size: 17px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 9px;
  margin-top: 9px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  color: var(--black-color);
}

.about-des ul li:after {
  content: "\F26E";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: var(--white-color);
  background: var(--primary-color);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}
.about-section-wraper .about-button {
    margin-top: 15px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.about-full-width .about-title {
		font-size: 40px;
		line-height: 50px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.about-full-width .about-title {
		font-size: 36px;
		line-height: 46px;
	}
	.about_content.about-full-width {
   	 padding: 20px 30px 20px 30px;
	}
}
@media screen and (max-width: 1399px) {
	.about-full-width{
	  width: 100%;
  	  padding: 30px;
	}
}

@media screen and (max-width: 575px) {
  .about-title {
    margin-right: 0px;
    font-size: 36px;
    line-height: 42px;
  }
	.about-full-width{
  	  padding: 30px 15px;
	}
	.about-des ul li {
	  font-size: 16px;
	  font-weight: 600;
	}
}

/*******************************************
******** ABOUT SECTION V2 CSS  **********
********************************************/
.about-section-wraper.about-two .skillbar-item .skill-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 15px;
}

.about-section-wraper.about-two .skillbar-item .skillbar .skill-percent-count-wrap {
  position: absolute;
  right: 0;
  top: -38px;
  color: var(--black-color);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.about-two-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-v2-item {
  display: flex;
  align-items: center;
}


.about-v2-item .about-author-image img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 100%;
}

.about-name-designation {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 14px;
}
.about-name{
  font-size: 20px;
  margin-bottom: 0;
}

/*************************************
******** SKILLBAR BOX CSS  **********
*************************************/

.eco-skills-wrapper .skillbar-item {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.eco-skills-wrapper .skillbar-item .skill-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.eco-skills-wrapper .skillbar-item .skillbar {
  height: 6px;
  background: var(--bg-color);
  position: relative;
  text-align: right;
}

.eco-skills-wrapper .skillbar-item .skillbar .skill-percent-count-wrap {
  position: absolute;
  right: 0;
  top: -37px;
}

.eco-skills-wrapper .skillbar-item .skillbar .count-bar {
  background: var(--primary-color);
  height: 100%;
  position: relative;
  text-align: right;
  position: relative;
  text-align: right;
  padding-right: 0;
  border-radius: 10px;
  overflow: visible !important;
  width: 0;
}
@media screen and (max-width: 475px) {
  .about-two-items {
    display: block;
}
.about-v2-item {
  margin-bottom: 30px;
}

}

/* ***************************************** 
   		    About Image Section
*******************************************/
.about-image-wraper{
  text-align: right;
}
.about-image_item {
  text-align: right;
  position: relative;
  margin: 0 30px;
  display: inline-block;
}
.about-image_item:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 50%;
  width: 15px;
 background: var(--primary-color);
  
}
.about-image_item::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  height: 50%;
  width: 15px;
 background: var(--primary-color);
}
.about-image-wraper .about-image_item img {
  max-height: 600px;
  border-radius: 15px;
}
.about-image-wraper .about-s-image {
  position: absolute;
  right: -75px;
  bottom: 30px;
  width: 260px;
	
}
@media screen and (max-width: 1024px) {
  .about-image-wraper{
    text-align: center;
  }

}
@media screen and (max-width: 767px) {
  .about-s-image {
    right: -30px;
}
}
@media screen and (max-width: 575px) {
 .about-image-wraper .about-s-image{
    right: -30px;
    bottom: 0;
    width: 200px;
  }
}
/* ***************************************** 
   		    Video Button Image Section
  ******************************************/
.about-video-wraper{
    text-align: right;
    margin-bottom: 100px;
  }
.about-image {
  text-align: right;
  position: relative;
  margin: 0 30px;
  display: inline-block;
}

.about-small-image {
  position: absolute;
  left: -150px;
  bottom: -100px;
  max-width: 350px;
}
/* video Button Style */
.video-button {
  height: 165px;
  width: 180px;
  background: var(--black-color);
  border: 5px solid var(--white-color);
  padding-top: 35px;
  position: absolute;
  top: 85px;
  left: -85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	border-radius: 15px;
}
.play-btn {
  width: 80px;
  height: 80px;
  background: radial-gradient( #4baf47 60%, #4baf47 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto;
  box-shadow: 0px 0px 25px 3px #4baf47;
  display: flex;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  color: var(--white-color)
}
.play-btn:hover {
  color: var(--white-color)
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #4baf47;
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-small-image {
    position: absolute;
    left: -55px;
    bottom: -100px;
    max-width: 300px;
  }
  .video-button {
    left: -55px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .about-small-image {
    left: -30px;
    bottom: -100px;
    max-width: 250px;
  }
  .video-button {
    height: 150px;
    width: 150px;
    top: 100px;
    left: -30px;
  }
  .play-btn {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .video-button {
    height: 140px;
    width: 140px;
    padding-top: 25px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .about-small-image {
    left: -50px;
    bottom: -100px;
    max-width: 300px;
  }
	.about-video-wraper {
    margin-bottom: 130px;
}

}
@media screen and (max-width: 575px) {
  .video-button {
   left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
  }
  .about-small-image {
    left: 50%;
    transform: translate(-50%);
    bottom: -55px;
    max-width: 220px;
  }
  .about-image{
    margin: 0;
  }
	.about-video-wraper {
    margin-bottom: 0px;
  }

 .about-small-image {
		display:none;
  }
}


@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #4baf47, 0px 0px 25px 10px #4baf47;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #4baf47, 0px 0px 25px 10px #4baf47;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

/* ***************************************** 
   		    Video Image V2 Style
  ******************************************/
  .eco-v2--image {
    position: relative;
    display: inline-block;
}
.eco-v2--image::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 100%;
  border-left: 15px solid var(--primary-color);
}
  .video-v2-shape {
    position: absolute;
    right: -30px;
    bottom: -100px;
    z-index: -1;
    animation: shapeanimation 2s linear 1s infinite alternate;
}
  .eco-v2--image img {
    padding-bottom: 100px;
}
  .video-button.two {
    width: 310px;
    height: 230px;
    bottom: 0;
    left: -80px;
    top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    z-index: 1;
	border-radius: 15px;
}
@keyframes shapeanimation {
  0% {
    bottom: -20px;
  }
  100% {
  bottom: -80px;

  }
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .video-button.two {
    width: 280px;
    height: 200px;
    left: -30px;
}
.eco-v2--image {
  margin: 0 30px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .video-button.two {
    width: 260px;
    height: 180px;
    left: -30px;
}
.eco-v2--image {
  margin: 0 30px;
}
}
@media screen and (max-width: 1024px) {
  .eco-video-v2-wraper {
    text-align: center;
  }

}
@media screen and (max-width: 767px) {
  .video-button.two {
    height: 140px;
    width: 140px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
  }
  .eco-v2--image::after {
    height: 90%;
  }
  .eco-v2--image img {
    padding-bottom: 0px;
  }
	@keyframes shapeanimation {
	  0% {
		bottom: -10px;
	  }
	  100% {
	  bottom: -30px;

	  }
	}
}
@media screen and (max-width: 575px) {

	
	
  .eco-v2--image::after {
    height: 100%;
  }
  .video-button.two {
    height: 120px;
    width: 120px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 45%);
  }
}


/*====================================================
============= Section Title STYLE START  ==============
/* ==================================================== */

.eco-section-title-content {
  padding: 0 220px;
}
.eco-section-small-title {
	letter-spacing: 3px;
	color: var(--primary-color);
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
}
.eco-section-title-wrapper h2 {
  font-weight: 800;
  text-transform: capitalize;
}
@media screen and (max-width: 1480px) {
  .eco-section-title-content {
    padding: 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .eco-section-title-content {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .eco-section-title-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .eco-section-title-wrapper .eco-section-title {
    font-size: 36px;
    line-height: 46px;
  }
}
/* ==========================================
========= TITLE TWO SECTION STYLE ==========
=========================================== */

.eco-title-two-wrapper .title-two-items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.eco-title-two-wrapper .eco-section-title{
  margin-bottom: 0;
  font-weight: 800;
}
.tb-two.eco-button {
  width: 55%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .eco-title-two-wrapper .title-two-items{
    display: block;
  }

.eco-title-wrapper .title-items {
  display: block;
}
.tb-two.eco-button {
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
	.eco-title-two-wrapper .eco-section-title {
    font-size: 36px;
    line-height: 46px;
}
}
/* ***************************************** 
   		    Service Section
  ******************************************/

  .servies-card {
    background: var(--white-color);
    padding: 30px;
    margin-bottom: 30px;
  transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
	border-radius: 15px;
  }
  .service-title {
    margin-bottom: 10px;
}
  .service-title a{
    color: var(--black-color);
  }
  .servies-card:hover  .service-title a{
    color: var(--primary-color);
  }
  .service-icon {
    font-size: 40px;
    height: 90px;
    width: 90px;
    background:var(--primary-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid var(--white-color);
    margin-top: -50px;
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
  transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
    color: var(--white-color);
	transform: rotate(0deg);
  }
  .service-icon svg {
    width: 40px;
}
.servie-image{
	border-radius: 15px;
}
  .servies-card .servie-image img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 15px;
  }
  .servies-card:hover .servie-image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .servie-image {
    overflow: hidden;
  }
  .servies-card:hover .service-icon {
    background: var(--black-color);
	transform: rotate(360deg);
  }
.service-btn {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
	line-height: 1;
}
.service-btn a{
  color: var(--primary-color);
}
.servies-card:hover .service-btn a{
  color: var(--black-color);
}
.tp-service-item{
  padding: 0 15px;
}
.service-text {
    margin-bottom: 20px;
}
/* ***************************************** 
   		    Service V2 Section
  ******************************************/
  .eco-service-v2-item {
    border: 2px solid var(--border-color);
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	border-radius: 15px;
	 background: var(--white-color);
}
.eco-service-v2-item:hover{
  border: none;
  box-shadow: var(--box-shedow);
}
.eco-service-item{
  padding: 0 15px;
}
.eco-service-v2-num {
  margin-bottom: 30px;
	opacity: .1;
}
  .eco-service-v2-icon,
  .eco-service-v2-icon svg{
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin-bottom: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.eco-service-v2-title {
  margin-bottom: 10px;
}
.eco-service-v2-dec {
  font-weight: 500;
}
.eco-service-v2-button {
  margin-top: 20px;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
}
.eco-service-v2-button .btns i {
  background: var(--primary-color);
  color: var(--white-color);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 18px;
 border-radius: 15px;
}
.eco-service-v2-wrapper-inner [class*='col-']:nth-child(even) .eco-service-v2-item {
  margin-top: 50px;
}
.eco-service-v2-wrapper-inner [class*='col-']:nth-child(even) .eco-service-v2-item:hover {
  margin-top: 0px;
}
.eco-service-v2-wrapper-inner [class*='col-']:nth-child(odd) .eco-service-v2-item {
  margin-top: 0px;
}
.eco-service-v2-wrapper-inner [class*='col-']:nth-child(odd) .eco-service-v2-item:hover {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .eco-service-v2-wrapper-inner [class*='col-']:nth-child(even) .eco-service-v2-item {
    margin-top: 0;
}
}

/*==============================================
===========  SERVICE V3 Section ===============
===============================================*/

.service-box-three {
  padding: 50px 30px 50px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  
}

.service-box-three.one-style {
	border-radius: 15px;
	background: var(--white-color);
}
.service-box-three:hover {
  border: none;
  box-shadow: var(--box-shedow);
}
.service-three-title {
  margin-bottom: 12px;
}
.service-box-three:hover .service-three-title a{
  color: var(--primary-color);
}
.service-icon-three {
  font-size: 50px;
  margin-bottom: 30px;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  color: var(--primary-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: inline-flex;
  background: var(--secondary-color);
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
}
.service-box-three:hover .service-icon-three{
    transform: rotate(360deg);
}
.service-icon-three svg{
  height: 50px;
  width: 50px;
}
.service-box-three:hover .service-icon-three svg path {
    fill: var(--white-color);
}
.service-box-three:hover .service-icon-three{
  color: var(--white-color);
  background: var(--primary-color);
}
.services-three-des {
  margin-bottom: 0px;
  line-height: 30px;
}

a.services-btn {
    height: 30px;
    width: 50px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    text-align: center;
    color: var(--primary-color);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.service-box-three:hover .services-btn{
  background: var(--primary-color);
  color: var(--white-color);
}

 /* Service Style Two */

 .service-box-three.sty-two {
  border: none;
  background: var(--white-color);
}

 .sty-two .service-icon-three {
  margin-bottom: 30px;
}

.service-box-three.sty-two {
    margin-bottom: 0;
    padding: 50px 30px 45px;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.service_three-image img{
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
}

.service-three-items:hover .service_three-image img{
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.service_three-image{
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: .4s;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.service_three-image .theme-btns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: var(--white-color);
    border: none;
    cursor: pointer;
    opacity: 0;
	z-index: 1;
    transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: translate(-50%, -50%) scale(0);
}
.service-three-items:hover .service_three-image .theme-btns {
    opacity: 1;
	transform: translate(-50%, -50%) scale(1);
    transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.service_three-image .theme-btns:hover {
    background:var(--white-color);
	 color: var(--primary-color);
}
.service_three-image .theme-btns:before{
	  background:var(--white-color);
}
.service_three-image:after {
    content: "";
    background-color: rgb(15 44 73 / 90%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	    transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
}
.service-three-items:hover .service_three-image:after{
	 opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width: 767px)  {
	.service_three-image .theme-btns{
		padding: 15px 36px;
	}
}
@media only screen and (max-width: 375px) {
	.service_three-image .theme-btns{
		padding: 15px 20px;
	}
}
/* ***************************************** 
   		    Service Single Section
  ******************************************/
   .elementor-widget-wp-widget-nav_menu h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    padding-left: 12px;
}

.elementor-widget-wp-widget-nav_menu h5:before {
    content: "";
    margin-right: 10px;
    position: absolute;
    height: 20px;
    width: 2px;
    background: var(--primary-color);
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
.elementor-widget-wp-widget-nav_menu ul.menu {
  padding: 0;
}
.elementor-widget-wp-widget-nav_menu ul.menu li {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.elementor-widget-wp-widget-nav_menu ul.menu li a {
  background: var(--white-color);
  padding: 15px 20px;
  width: 100%;
  font-weight: 500;
	border: 1px solid var(--border-color);
    border-radius: 10px;
    margin: 5px 0;
}

.elementor-widget-wp-widget-nav_menu ul.menu li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.elementor-widget-wp-widget-nav_menu ul.menu li a:active {
  background: var(--primary-color);
  color: var(--white-color);
}
.elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item a, .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item a {
    background-color: var(--primary-color);
    color:var(--white-color);
}

  /* ***************************************** 
   		    Counter Section
  ******************************************/
.eco-counter-items {
  text-align: center;
  margin-bottom: 40px;
}
.eco-counter-icon {
  font-size: 40px;
  height: 150px;
  width: 150px;
  background: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white-color);
  margin-bottom: 30px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.eco-counter-icon svg {
  font-size: 30px;
  height: 75px;
  width: 75px;
}
.eco-count-timer.timer {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--white-color);
}
.eco-counter-numner span {
  font-size: 48px;
  font-weight: 800;
  color: var(--white-color);
}
.eco-counter-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 0px;
}
.testmonial-slide-item {
  overflow: hidden;
}

/* ***************************************** 
   		    Team Member Section
  ******************************************/
.eco-team-image img {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 100%;
}

.eco-team-member-single:hover .eco-team-image img {
    transform: scale(1.1);
}

.eco-team-image {
    position: relative;
    overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.eco-section-stitle {
    letter-spacing: 3px;
    color: var(--primary-color);
    margin-bottom: 10px;
	font-size: 14px;
}
.team-items .eco-t-title {
  margin-right: 100px;
  font-weight: 800;
}
.eco-team-item-box{
  padding: 0 15px;
}
.team-content {
  padding: 30px 0px;
  background: #47A143;
  border-radius: 0px 0px 15px 15px;
}
.team-single .team-content > a {
  font-size: 16px;
  font-weight: 600;
  color: #2c2d3e;
}
.team-single { 
  text-align: center;
  border: 1px solid black
}
.eco-team-member-single {
  margin-bottom: 30px;
}
.team-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.team-title a {
  color: var(--white-color);
}
.team-title a:hover {
  color: var(--black-color);
}
.team-stitle {
  font-size: 14px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.team-content ul li {
  display: inline-block;
}

.team-content ul li a {
  margin: 0 6px;
  display: flex;
  padding-top: 0;
  color: var(--white-color);
  border: 1px solid var(--bg-color);
  border-radius: 5px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.team-content ul li a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.team-items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
}
.team-next.slick-arrow {
  margin-left: 20px;
}
.team-arrow {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .team-items .eco-t-title {
    margin-right: 0px;
	  font-size: 36px;
	  line-height: 46px;
  }
  .team-items {
    display: block;
  }
  .team-arrow {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  } 
}
  /* ***************************************** 
   		    Team Member V2 Section
  ******************************************/
.eco-team-v2-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
    padding: 55px 40px 60px;
    background: var(--white-color);
	    border-radius: 15px;
}
.eco-team-V2-wrapper [class*='col-']:nth-child(odd) .eco-team-v2-item {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}
.eco-team-V2-wrapper [class*='col-']:nth-child(odd) .eco-team-v2-image {
  margin-right: 0;
  margin-left: 30px;
}
.eco-team-v2-item .eco-team-v2-image {
  height: 150px;
  width: 150px;
  min-width: 150px;
  margin-right: 20px;

}
.eco-team-v2-item .eco-team-v2-image img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.team-title-v2 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.team-title-v2 a{
  color: var(--black-color);
}
.team-desi {
  font-weight: 600;
  text-transform: capitalize;
}
.team-v2-text {
  font-weight: 500;
  margin-bottom: 20px;
}
.team-v2-content ul{
  padding: 0;
  margin: 0;
}
.team-v2-content ul li {
  display: inline-block;
}

.team-v2-content ul li a {
  margin: 0 6px;
  font-size: 16px;
  display: flex;
  padding-top: 0;
  color: var(--primary-color);
  background: var(--secondary-color) ;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.team-v2-content ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

@media screen and (max-width: 1199px) {
  .eco-team-v2-item {
    padding: 60px 30px 55px;
  }
  .eco-team-v2-item .eco-team-v2-image {
    height: 135px;
    width: 135px;
    min-width: 135px;
  }
  .eco-team-V2-wrapper [class*='col-']:nth-child(odd) .eco-team-v2-image {
    margin-left: 20px;
  }
  .team-v2-content ul li a {
    margin: 0 3px;
  }
}
@media screen and (max-width: 575px) {
  .eco-team-V2-wrapper [class*='col-']:nth-child(odd) .eco-team-v2-item,
  .eco-team-v2-item {
    display: block;
    text-align: center;
  }

  .eco-team-V2-wrapper [class*='col-']:nth-child(odd) .eco-team-v2-image,
  .eco-team-v2-item .eco-team-v2-image {
    margin: auto;
    margin-bottom: 30px;
  }
}
/* ***************************************** 
   		    Team V3 Section Style
  ******************************************/
.our-team-three {
    margin-bottom: 30px;
}
.our-team-three .team-image img {
    border-radius: 15px;
}
.team-three-info {
  padding: 30px;
  background: var(--white-color);
  position: relative;
  margin: -70px 30px 0px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: 1px solid var(--border-color);
  text-align: center;
  border-radius: 15px;
}
.our-team-three:hover .team-three-info {
  background: var(--primary-color);
  border: none;
}
.team-v3-title {
    margin-bottom: 0;
}
.team-v3-title a{
  color: var(--black-color);
}

.team-v3-stitle{
  color: var(--body-color);
  margin-bottom: 5px;
  display: inline-block;
}

.our-team-three:hover .team-v3-stitle,
.our-team-three:hover .team-v3-title a{
  color: var(--white-color);
}

 /* Team Three Social */


 .our-team-three .team-image{
  position: relative;
  text-align: center;
}

.our-team-three .social{
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 80px;
  left: 50%;
  background: var(--white-color);
  text-align: center;
  transform: translate(-50%, 0px) rotateY(90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 5px;
}
.our-team-three:hover .social{
  transform: translate(-50%, 0px) rotateY(0deg);
}
.our-team-three .social li{
  display: inline-block;
}
.our-team-three .social li a{
    width: 40px;
    color: var(--body-color);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-team-three .social li:not(:last-child){
  border-right: 1px solid var(--border-color);
}
.our-team-three .social li a:hover{
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
	.our-team-three .social{
		width: 180px;
	}
}

/* ================================================
===============  OUR TEAM DETAILS CSS ===========
================================================== */
.team_details_wraper .container {
    padding: 0;
}
.team_details_wraper .team-datails-image img {
    border-radius: 15px;
	 width: 100%;
	  height: 100%;
	  object-fit: cover;
}
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-details-title {
  color: var(--black-color);
  margin-bottom: 10px;
  text-transform: capitalize;
	font-size: 35px;
	font-weight: 800;
}

.team-details-designation {
  color: var(--primary-color);
  margin-bottom: 15px;   
}

.team-sort-dec {
  margin-bottom: 15px;
}
.team-info-list-wrapper .info-label {
  min-width: 100px;
  font-weight: 500;
  color:var(--black-color);
}

.team-social-area {
  margin-top: 20px;
}
.team-info-wrapper {
  padding-left: 60px;
}

.team-info-wrapper ul{
  padding: 0;
  margin: 0;
}
.team-info-list-wrapper ul li {
  padding: 9px 0;
  list-style: none;
}
.team-social-area ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-social-area ul li a {
  width: 40px;
  height: 40px;
  color: var(--black-color);
  background:var(--secondary-color);
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.team-social-area ul li a:hover{
  color: var(--white-color);
  background:var(--primary-color);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .team-info-wrapper {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .team-info-wrapper {
    padding-left: 0px;
  }
  .team-datails-image{
    margin-bottom: 30px;
  }
	
}
/*====================================================
============= TESTIMONIAL STYLE START  ==============
====================================================*/
.eco-t-titles {
  margin-right: 100px;
  font-weight: 800;
}
.testimonial-item-content .share {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--color-primariy);
}
.testimonial-arrow {
  width: 50%;
  text-align: end;
}
.testimonial-item-content .share i {
  padding: 0px 4px;
}
.testimonial-item-box {
  padding: 50px 45px;
  position: relative;
  margin-bottom:30px;
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  background: var(--bg-color);
	border-radius: 15px;
}
 .testi-box{
  margin: 0 15px;
} 
.testmonial-content {
  font-weight: 500;
  margin: 0;
}
.share i {
  margin-right: 8px;
  color: #FFBA08;
}
.testimonial-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.testimonial-info .image-wrap {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.testimonial-info .image-wrap img {
  width: 100%;
  border-radius: 100px;
  border: 2px solid var(--primary-color);
  padding: 5px;
}
.testimonial-information .testimonial-name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonial-information .testimonial-designation{
    display: inline-block;
    font-weight: 500;
    color: #4BAF47;
}
span.testi-quit {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: var(--primary-color);
  display: inline-block;
  text-align: center;
  line-height: 62px;
  position: absolute;
  right: 50px;
  top: 57px;
}
.testimonial-item-box.testi-box:hover .testi-quit {
    color: var(--white-color);
}
.testimonial-next {
  margin-left: 15px;
}


@media screen and (max-width: 767px) {
	span.testi-quit {
		display: none;
	}
}
/* Testimonial Slider BUTTON STYLE */
.no-row.slick-slider {
  margin: 0 -15px;
}
.testimonial-items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
}
.share {
  display: inline-block;
  margin-bottom: 5px;
}
.testimonial-prev.slick-arrow {
  right: 70px;
}
@media screen and (max-width: 767px) {
	.eco-t-titles {
  	margin-right: 0px;
	}
}
@media screen and (max-width: 575px) {
  .testimonial-items {
    display: block;
    margin-bottom: 30px;
  }
  .eco-section-title {
    margin-right: 0;
  }
  .eco-t-title{
    margin-bottom: 30px;
	font-size: 36px;
    line-height: 46px;
  }
  .testimonial-arrow {
    width: 100%;
    text-align: left;
	}
	

  }

/*====================================================
============= TESTIMONIAL  V2 STYLE START  ==============
====================================================*/
.share.share-rating {
  display: block;
  margin-bottom: 5px;
}
.testimonial-item-box.testi-box.testi-box {
  padding: 40px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
	border-radius: 15px;
}
.testimonial-info.two {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  
}
span.testi-quit-two {
  font-size: 55px;
  height: 55px;
  width: 55px;
  color: var(--primary-color);
  display: inline-block;
  text-align: center;
  line-height: 62px;
  margin-bottom: 20px;
  border-radius: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.two .testi-quit {
  
  opacity: 0.8;
  top: auto;
  margin-bottom: -500px;
  color: var(--secondary-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.testi-quit.testi-bg svg{
  height: 100px;
  width: 100px;
}
.testi-box .share {
  display: block;
  margin-bottom: 5px;
}
.testi-box .testmonial-content {
  margin-top: 10px;
}
.testimonial-item-box.testi-box:hover{
  background: var(--primary-color);
}
.testimonial-item-box.testi-box:hover .two .testi-quit {
  margin-bottom: 10px;
}
.testimonial-item-box.testi-box:hover .testi-quit-two,
.testimonial-item-box.testi-box:hover .testmonial-content,
.testimonial-item-box.testi-box:hover .testimonial-name,
.testimonial-item-box.testi-box:hover .testimonial-designation,
.testimonial-item-box.testi-box:hover .image-wrap img{
  color: var(--white-color);
  border-color: var(--white-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.testimonial-wrapper .slick-dots {
    bottom: -70px;
}
@media screen and (max-width: 575px) {
	.testimonial-item-box.testi-box.testi-box{
		padding: 30px;
	}
}

/*====================================================
============= Blog Style STYLE START  ==============
/* ==================================================== */


.news-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;

}
.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.news-block-one .inner-box .image-box a {
    width: 100%;
}
.news-block-one .inner-box .image-box img{
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	width: 100%;
	min-height: 280px;
  
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
  opacity: 0.5;
  
}
.news-block-one .inner-box .image-box .post-date {
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 165px;
  padding: 8px 20px;
  text-align: center;
  z-index: 1;
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.news-block-one .inner-box .image-box .post-date i {
  padding-right: 5px;
  font-size: 12px;
}

.news-block-one .inner-box .image-box .post-date a{
  color: var(--white-color);
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  display: inline;
}
.news-block-one .inner-box .image-box .post-date:hover,
.news-block-one .inner-box .image-box .post-date:hover a{
  color: var(--black-color);
}
.news-block-one .inner-box .lower-content h4 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
.eco-blog-dec {
  margin-bottom: 12px;
}
.news-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--body-color);
  font-weight: 500;
  margin-right: 30px;
  padding-left: 20px;
}

.news-block-one .inner-box .lower-content .post-info li a{
   color: var(--body-color); 
   padding-left: 5px;
}
.news-block-one .inner-box .lower-content .post-info li a:hover{
  color: var(--primary-color); 
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}
.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
  color: var(--primary-color);
}

ul.post-info.clearfix {
  margin-bottom: 7px;
  padding-left: 0;
}
.lower-content .blog-btn a {
  background: transparent;
  color: var(--black-color);
  border: 1px solid var(--border-color);
  margin-top: 10px;
}
.lower-content .blog-btn a:hover{
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

/* ========================================
========= Blog Style V2 CSS =============
========================================= */
.blog-v2-inner-sectin {
    border: 1px solid var(--border-color);
	border-radius: 0px 0px 15px 15px;
}
.eco-blog-wrapper-v2 .news-two .lower-content.news-tow-content {
  padding: 20px 30px;
  margin-bottom: 0;
}
.eco-blog-wrapper-v2 .news-two .news-two-bottom {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
}
.blog-btn .btns {
  font-size: 14px;
  font-weight: 800;
}
.news-comment i {
  color: var(--primary-color);
  margin-right: 5px;
}
.news-block-one.news-two .eco-blog-dec {
  margin-bottom: 0;
}
.eco-blog-wrapper-v2 .news-block-one.news-two .inner-box .image-box .post-date-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65px;
  padding: 5px 10px;
  text-align: center;
  z-index: 1;
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
	border-top-left-radius: 15px;
}
.eco-blog-wrapper-v2 .news-block-one.news-two .inner-box .image-box .post-date-two a{
  color: var(--white-color);
  font-weight: 500;
}

/* ========================================
========= Blog STYLE V3 =============
========================================= */

.news-block-two .inner-box{
  position: relative;
  display: block;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;

}
.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box img{
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	min-height: 280px;
  
}

.news-block-two .inner-box:hover .image-box img{
  transform: scale(1.1);
  opacity: 0.5;
	min-height: 280px;
  
}

.news-block-two .post-info.clearfix{
    margin-bottom: 10px;
    padding-left: 0;
}

.news-block-two .inner-box .lower-content h4 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-block-two .eco-blog-dec {
  margin-bottom: 0px;
}
.news-block-two .inner-box .lower-content{
  position: relative;
  padding: 20px 25px;
}

.news-block-two .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--body-color);
  font-weight: 500;
  margin-right: 30px;
  padding-left: 20px;
}

.news-block-two .inner-box .lower-content .post-info li a{
   color: var(--body-color); 
   padding-left: 5px;
}
.news-block-two .inner-box .lower-content .post-info li a:hover{
  color: var(--primary-color); 
}

.news-block-two .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}
.news-block-two .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
  color: var(--primary-color);
}

.eco-blog-post-author{
  padding: 14px 25px;
  border-top: 1px solid #e3e3e3;
  color: var(--black-color);
}
.eco-blog-post-author img {
  border-radius: 100% !important;
  width: 35px;
  height: 35px !important;
  object-fit: cover;
  margin-right: 15px;
}
.eco-blog-post-author .byline {
  text-transform: capitalize;
   color: var(--black-color);
  font-weight: 500;
}
.eco-blog-post-author .byline i {
  display: none;
}

/* ========================================
========= ACCORDION STYLE CSS =============
========================================= */
.eco-faq-section-item .col-xl-6 {
    padding: 0;
}
.eco-faq-section-content {
  background: var(--bg-color);
  padding: 110px 120px 100px;
  position: relative;
}

.faq-title {
  margin-bottom: 20px;
  font-weight: 800;
}

.faq-dec {
  margin-bottom: 40px;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.accordion-item .accordion-collapse {
  border: none;
}

.accordion-header .collapse:not(.show) {
  display: block;
}
.accordion-header .accordion-button.collapsed:hover {
  border-bottom-width: 0;
  color: var(--primary-color);
}
.accordion-header .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\e93d";
  background: var(--white-color);
  color: var(--primary-color);
}
.faq-accordion .accordion-button {
  border: none;
  color: var(--color-black);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 23px 30px;
  background: var(--white-color);
  text-align: left;
  border-radius: 0 !important;
}
.faq-accordion .accordion-button::after {
  position: absolute;
  right: 30px;
  background-image: none !important;
  content: "\e93e";
  font-family: 'iconfont'!important;
  padding: 0;
  height: 30px;
  width: 30px;
  background: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border-radius: 30px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 20px 30px;
  background: var(--white-color);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
	.faq-accordion .accordion-button {
		font-size: 16px;
		padding-right: 40px;
	}
	.faq-title {
		font-size: 36px;
		line-height: 46px;
	}
}


/* ================================================
========= ACCORDION Section STYLE CSS =============
================================================ */

.eco-faq-section-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 51%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.eco-faq-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 65%)
}
@media only screen and (max-width: 1024px) and (min-width: 991px){
	.eco-faq-section-content {
   	 	padding: 80px 80px 70px;
	}
}

@media screen and (max-width: 991px) {
	 .eco-faq-section-bg {
    width: 100%;
  }
		.eco-faq-section-item {
		padding: 110px;
	}
}
@media screen and (max-width: 767px) {
  .eco-faq-section-wrapper .eco-faq-section-content {
    padding: 60px;
    z-index: 1;
    position: relative;
  }
	.eco-faq-section-item {
		padding: 110px 60px;
	}
}
@media screen and (max-width: 579px){
	.eco-faq-section-item {
		padding: 110px 30px;
	}
	.eco-faq-section-wrapper .eco-faq-section-content {
    padding: 30px
	}
}


/* ========================================
========= Eco List STYLE CSS =============
========================================= */
.Eco-list-box {
  display: flex;
  margin-bottom: 25px;
}
.eco-list-icon {
  font-size: 15px;
  height: 30px;
  width: 30px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  border-radius: 50px;
  margin-right: 20px;
}
.list-title {
  margin-bottom: 10px;
}

/* ========================================
========= Eco Icon box STYLE CSS =============
========================================= */
.eco-icon-box-item {
  margin-bottom: 30px;
  transform: .4s;
}
.icon-title {
    margin-bottom: 10px;
}
.eco-icon {
  height: 70px;
  width: 70px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 100%;
  color: var(--primary-color);
  margin-bottom: 35px;
}
.eco-icon svg{
  height: 60px;
  width: 60px;
}

.eco-icon-box-item:hover .icon-title{
  color: var(--primary-color);
}
.eco-icon-position {
  position: relative;
  top: 10px;
  left: 20px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.eco-icon-box-item:hover .eco-icon-position {
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
/* ===============================================
========= Eco Icon box V2 STYLE CSS =============
================================================ */
.icon-box-v2-title{
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
a .icon-box-v2-title:hover{
  color: var(--primary-color);
}
.eco-icon-box-v2-wrapper .eco-v2-single_item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
}

.eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon {
  background: var(--bg-color);
  color: var(--primary-color);
  width: 190px;
  height: 190px;
  font-size: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon svg{
  height: 60px;
  width: 60px;
}
.eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.two::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/1.png);
  background-repeat: no-repeat;
  background-position: center right;
  left: 95px;
  top: 0;
}
.eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/2.png);
  background-repeat: no-repeat;
  background-position: center right;
  left: 105px;
  bottom: -30px;
}
.eco-icon-box-v2-wrapper [class*='col-']:last-child .eco-v2-single_item .eco-v2-icon.two::after,
.eco-icon-box-v2-wrapper [class*='col-']:last-child .eco-v2-single_item .eco-v2-icon.two::before,
.eco-icon-box-v2-wrapper [class*='col-']:nth-child(even) .eco-v2-single_item .eco-v2-icon.two::after,
.eco-icon-box-v2-wrapper [class*='col-']:nth-child(odd) .eco-v2-single_item .eco-v2-icon.two::before  {
  display: none;
}

.eco-icon-box-v2-wrapper  [class*='col-']:nth-child(even) .eco-v2-single_item.item-two{
  margin-top: 70px;
}
.eco-v2-single_item .eco-v2-icon .icon-attr{
  font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--white-color);
    background: var(--primary-color);
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0px;
}
.eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.three::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/3.png);
  background-repeat: no-repeat;
  background-position: center right;
  left: 80px;
  top: 0;
}
.eco-icon-box-v2-wrapper [class*='col-']:last-child .eco-v2-single_item .eco-v2-icon.three::after{
  display: none;
}
.eco-v2-single_item .eco-v2-icon.three .icon-attr{
  left: 0;
}
.three-item .icon-box-v2-title {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.three::after {
    left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .eco-icon-box-v2-wrapper [class*='col-'] .eco-v2-single_item .eco-v2-icon::before  {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.three::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .eco-icon-box-v2-wrapper [class*='col-'] .eco-v2-single_item .eco-v2-icon::before,
  .eco-icon-box-v2-wrapper [class*='col-'] .eco-v2-single_item .eco-v2-icon::after   {
    display: none;
  }
  .eco-icon-box-v2-wrapper  [class*='col-']:nth-child(even) .eco-v2-single_item{
    margin-top: 0px;
  }
  .eco-icon-box-v2-wrapper [class*='col-']:nth-child(even) .eco-v2-single_item.item-two {
    margin-top: 0;
  }
  .eco-icon-box-v2-wrapper .eco-v2-single_item {
    margin-bottom: 60px;
  }
}

/* ===============================================
============= Eco Contact STYLE CSS ==============
================================================ */
.eco-contact-info-item {
  display: flex;
  margin-bottom: 30px;
  padding: 30px 40px;
  box-shadow: var(--box-shedow);
  background: var(--white-color);
  border-bottom: 5px solid var(--primary-color);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
  text-align: center;
}
.eco-contact-icon {
  height: 40px;
  width: 40px;
  font-size: 40px;
  margin-right: 20px;
  color: var(--primary-color);
  
}
.eco-contact-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
}
/* ===================================================
============= Eco Call Addons STYLE CSS ==============
====================================================== */

.eco-call-info-item {
  padding: 90px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  border-radius: 15px;
    overflow: hidden;
}
.eco-call-info-item:after {
  content: "";
  background-color: rgb(28 28 28 / 60%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.eco-call-icon {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.eco-call-title {
  font-weight: 500;
  line-height: 30px;
  color: var(--white-color);
  display: inline-block;
}
.eco-call-Number {
  margin-bottom: 20px;
  color: var(--white-color);
}
.eco-call-dec,
.eco-call-dec p,
.eco-contact-dec p{
  color: var(--white-color);
}
@media only screen and (max-width: 1200px) and (min-width: 992px)  {
	.eco-call-info-item {
    	padding: 50px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 767px)  {
	.eco-call-info-item {
    	padding: 30px;
	}
}
/* ==================================================
============= Portfolio SECTION CSS ===============
=================================================== */
.eco-portfolio-wrapper .project-filter {
  text-align: center;
  margin-bottom: 60px;
}
.project-menu .project-filter li {
    display: inline;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    border-radius: 30px;
    margin-right: 10px;
  transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
	background: var(--secondary-color);
    color: var(--black-color);
}
.project-menu .project-filter li:hover,
 .project-menu ul li.active{
    color: var(--white-color);
    background: var(--primary-color);
}

.eco-portfolio-item{
  position: relative;
}
.eco-portfolio-content-wrp{
  position: relative;
  transition: all 4s;
  margin-bottom: 30px;
}

.eco-portfolio-wrapper .eco-portfolio-content-wrp img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.eco-portfolio-content {
  position: absolute;
  opacity: 0;
  bottom: 5%;
  left: 0;
  margin: 0 auto;
  border-left: 5px solid var(--primary-color);
  background-color: var(--white-color);
  padding: 25px 30px;
  width: 96%;
  transition: all 0.4s;
  box-shadow: var(--box-shadow);
	border-radius: 0px 15px 15px 0px;
}

.eco-portfolio-item .eco-portfolio-content-wrp:hover .eco-portfolio-content {
  opacity: 1;
  width: 86%;
  transition: all 0.4s;
}
.project-cats ul {
  margin: 0;
  padding: 0;
}
.project-cats ul li {
  display: inline;
}
.project-cats ul li a {
  font-weight: 500;
  margin-right: 10px;
  color: var(--body-color);
  transition: all 0.4s;
}
.project-cats ul li a:hover{
  color: var(--black-color);
}
.project-title {
  font-size: 22px;
  margin: 0;
}
.project-button .project-icon {
  display: inline-flex;
  height: 40px;
  width: 40px;
  font-size: 30px;
  background: var(--primary-color);
  color: var(--primary-color);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.project-button .project-icon:hover {
  color: var(--primary-color);
  background: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .project-menu .project-filter li {
    display: block;
  }
  .project-menu .project-filter li {
    display: block;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
    cursor: pointer;
    margin: 20px 0px;
  }
  .project-menu .project-filter li:first-child{
    margin-top: 0;
  }
  .project-menu .project-filter li:last-child{
    margin-bottom: 0;
  }
  .project-menu ul {
    padding-left: 0;
  }
}
/* ==================================================
============= Portfolio TWO SECTION CSS ===============
=================================================== */
.eco-portfolio-two-wrapper .project-filter {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 0;
}
.eco-portfolio-two-wrapper .eco-portfolio-content-wrp img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}
.portfolio-menu-two .project-filter li {
  display: block;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  cursor: pointer;
  background: var(--secondary-color);
  margin: 20px 0px;
  color: var(--black-color);
	border-radius: 100px;
}
.portfolio-menu-two .project-filter li:first-child{
  margin-top: 0;
}
.portfolio-menu-two .project-filter li:last-child{
  margin-bottom: 0;
}
.portfolio-menu-two ul li.active{
  color: var(--white-color);
  background: var(--primary-color);

}

@media screen and (max-width: 425px) {
	.eco-portfolio-two-wrapper .eco-portfolio-content-wrp img {
    height: 300px;
}
}
/* ========================================================
============= Portfolio Details SECTION CSS ===============
========================================================= */
.eco-portfolio-details-box .eco-portfolio-details-image{
	margin-right: 30px;
}
.eco-portfolio-details-box .eco-portfolio-details-image img {
  object-fit: cover;
  width: 100%;
 border-radius: 15px;
}
.portfolio-details ul li span {
  font-weight: 500;
}
.portfolio-name{
  font-size: 18px;
  margin-bottom: 0;
}
.portfolio-details-title {
  margin-bottom: 20px;
}
.portfolio-content {
  margin-bottom: 40px;
}
.portfolio-details ul li {
  list-style: none;
  width: 49%;
  display: inline-block;
  margin-bottom: 40px;
  border-left: 1px solid var(--border-color);
  padding-left: 30px;
}
.portfolio-details ul{
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .portfolio-details ul{
    margin: 0;
    padding: 0;
  }
  .eco-portfolio-details-box .eco-portfolio-details-image{
    margin-bottom: 30px;
	  margin-right: 0;
  }
}
@media screen and (max-width: 475px) {
  .portfolio-details ul li {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.portfolio-details-title {
  font-size: 36px;
  line-height: 46px;
}
}
/* ==================================================
============= Brand Style SECTION CSS ===============
=================================================== */
.eco-client-section-wrapper {
  padding: 100px 80px 80px;
}
.brand-full-width {
  width: 168%;
  padding: 9% 68% 8% 10%;
}

.eco-client-section-wrapper .eco-client-item img {
  margin: 0 auto;
}
.eco-client-items.no-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.eco-client-items.no-slide img{
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .brand-full-width {
  width: 100%;
  padding: 100px 30px 80px;
}
}
/* =======================================================
============= Newsletter Style SECTION CSS ===============
========================================================= */


.mc4wp-form-fields {
  position: relative
}

.mc4wp-form-fields input[type="email"] {
  background-color: transparent;
  border: 1px solid #454441  !important;
  border-radius: 10px;
  padding: 14px;
  color: var(--white-color);
  padding-left: 20px;
}
.mc4wp-form-fields input[type="email"]::placeholder {
  color: var(--white-color);
}
.mc4wp-form-fields button {
  position:absolute; 
  right: 0;
  border: none;
  height: 58px;
  width: 70px;
  font-size: 18px;
  background: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	 border-radius: 0px 10px 10px 0px;
}
.company-subscribe-widget p{
  margin-bottom: 30px;
}
.subscribe-form .mc4wp-form-fields input[type="email"] {
    margin-bottom: 0;
}
/* =======================================================
============= Hero Banner SECTION CSS ===============
========================================================= */

.header-v-three .eco-settings-content {
    padding-top: 48px;
}
.eco-single-slide-item {
  height: 800px;
  display: flex!important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.eco-single-slide-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.eco-table {
  display: table;
  height: 100%;
  width: 100%;
}
.eco-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.slide-subtitle {
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  color: var(--primary-color);
  text-transform: uppercase;
	font-size: 14px;
}
.eco-slide-title{
  font-size: 76px;
  line-height: 87px;
  color: var(--black-color);
  font-weight: 800;
  margin-bottom: 30px;
}
.eco-slide-dec {
    margin-bottom: 45px;
    font-size: 18px;
     line-height: 30px;
}
@media screen and (max-width: 767px) {
  .eco-slide-title{
    font-size: 60px;
    line-height: 72px;
  }
 .eco-single-slide-item{
		height: 750px;
	}
}
@media screen and (max-width: 575px) {
  .eco-slide-title {
    font-size: 46px;
    line-height: 56px;
  }
}
/* ===========================================
============= Image SECTION CSS ===============
============================================== */
.image-full-width {
  width: 163%;
  padding-left: 10%;
}
.eco-image-wrapper .eco-image img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .image-full-width {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
  .image-full-width {
    width: 100%;
    padding: 30px;
  }
}

/* ===========================================
============= Contact form SECTION CSS ===============
============================================== */

select, 
.eco-input-area input[type="text"], 
.eco-input-area input[type="email"], 
.eco-input-area input[type="url"], 
.eco-input-area input[type="password"], 
.eco-input-area input[type="search"], 
.eco-input-area input[type="number"], 
.eco-input-area input[type="tel"], 
input[type="range"], 
.eco-input-area input[type="date"], 
.eco-input-area input[type="month"], 
.eco-input-area input[type="week"], 
.eco-input-area input[type="time"], 
.eco-input-area input[type="datetime"], 
.eco-input-area input[type="datetime-local"], 
.eco-input-area input[type="color"], 
.eco-input-area textarea {
  background: var(--white-color);
  border: none;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.eco-contact-from-two-wrappwr select, 
.eco-contact-from-two-wrappwr .eco-input-area input[type="text"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="email"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="url"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="password"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="search"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="number"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="tel"], 
.eco-contact-from-two-wrappwr input[type="range"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="date"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="month"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="week"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="time"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="datetime"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="datetime-local"], 
.eco-contact-from-two-wrappwr .eco-input-area input[type="color"], 
.eco-contact-from-two-wrappwr .eco-input-area textarea {
  background: transparent;
  border: 1px solid var(--border-color);
  padding: 15px 25px;
  margin-bottom: 20px;
  border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  border-radius: 5px;
  display: unset;
}
.eco-contact-button.button .wpcf7-spinner {
  display: none;
}
  /* ***************************************** 
   		    Sine Up Section
  ******************************************/
  .eco-subscribe-wrappwr {
    position: relative;
}
.eco-sign-up input[type="email"] {
  padding: 20px 15px;
}
.eco-sign-up .wpcf7-form-control-wrap input[type*="text"] {
  padding: 25px 40px;
  position: relative;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.blob-btn:hover {
  background: var(--black-color);
}
.eco-sign-up.button {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0%, -48%);
}
.eco-sign-up .wpcf7-form-control.wpcf7-submit {
  padding: 15px 20px;
}
@media screen and (max-width: 425px) {
  .eco-sign-up .wpcf7-form-control-wrap input[type*="text"] {
    padding: 15px 30px;
    position: relative;
}
  .eco-sign-up.button {
    position: unset;
    transform: unset;
}
}
/* Grobal Css */
@media screen and (max-width: 767px) {
  h2{
    font-size: 36px;
    line-height: 46px;
  }
  .eco-section-title-wrapper .eco-section-title {
    font-size: 36px;
    line-height: 46px;
  }
  .about-title {
    margin-right: 0;
    font-size: 36px;
    line-height: 46px;
  }
  .eco-slide-dec {
    padding: 0px;
    
  }
}
/*************************************
******** SLIDER  CONTROLL CSS  **********
*************************************/
.slider-item-bg {
  height: 900px;
  display: flex!important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-item-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slide-stitle{
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  color: var(--primary-color);
  font-size: 14px;
  letter-spacing: .8px;
}
.slide-title{
  color: var(--white-color);
  font-size: 76px;
  line-height: 87px;
  font-weight: 800;
  margin-bottom: 30px;
}
.slide-dec{
  color: var(--white-color);
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
}
.eco-slider-wrapper {
  position: relative;
}

.slider-arrow-wrapper button {
  height: 120px;
  width: 120px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  right: 0px;
  margin-bottom: 0px;
  border: transparent;
  background:var(--primary-color);
  color :var(--white-color);

}
.eco-slider-wrapper .slider-prev {
  right: 120px;
  background: var(--white-color);
  color: var(--primary-color);
}
.eco-slider-wrapper .slider-prev:hover {

  background: var(--primary-color);
  color: var(--white-color);
  border-right: 1px solid var(--border-color);
}
.eco-slider-wrapper .slider-next:hover {
  background: var(--white-color);
  color: var(--primary-color);
  border-left: 1px solid var(--border-color);
}
.slider-social-area {
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.slider-social-area ul li {
  list-style: none;
  display: inline-block;
}
.slider-social-area ul li a{
  padding: 8px 15px;
  color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slider-social-area ul li a:hover {
    color: var(--primary-color);
}
.eco-slider-wrapper .slick-dots {
  position: absolute;
  display: block;
  width: 20px;
  top: 58%;
  bottom: auto;
  left: 70px;
  transform: translate( 0%, -50%);
}
.eco-slider-wrapper .slick-dots li{
  display: block;
}
.eco-slider-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  padding: unset;
  background: #4aaf4700;
  border: 2px solid var(--white-color);
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.eco-slider-wrapper .slick-dots li.slick-active button{
  background: var(--white-color);
}
.settings-button-wrapper .theme-btns:hover {
   background: var(--white-color);
    color: var(--black-color);
}

.settings-button-wrapper .theme-btns:before {
    background: var(--white-color);
}
.slider-content-box{
	margin-top: 50px;
}


@media only screen and (max-width: 1500px) and (min-width: 1050px)  {
	.eco-slider-wrapper .slick-dots{
		left: 25px;
	}
}

@media only screen and (max-width: 1049px) and (min-width: 768px)  {
	.eco-slider-wrapper .slick-dots{
		left: 10px;
	}
}

@media screen and (max-width: 767px) {
	 .slider-social-area{
		display: none;
	 }
	.slider-arrow-wrapper button {
		border: none;
		background: var(--primary-color);
		height: 100px;
    	width: 100px;
	}
	 .eco-slider-wrapper .slider-prev{
    	right: 100px;
  	}
	.eco-slider-wrapper .slider-next{
		color:  var(--white-color);
	}
	.eco-slider-wrapper .slider-prev:hover {
    	right: 100px;
	}
	.slide-title {
		font-size: 46px;
		line-height: 52px;
	}
	.slider-item-bg {
		height: 850px;
	}
	
}

/*** Donation **/

.donate-img img {
  border-radius: 5px;
}

.donate-contents {
  padding: 30px;
  border-radius: 5px;
}

.donate-img {
  margin-bottom: 10px;
}

.donat-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 0;
}

.donat-dec {
  margin-top: 10px;
  margin-bottom: 20px;
}

.donat-dec p {
  margin: 0;
}

.donate-progress-bar .progress {
  height: 5px;
  border-radius: 33px;
  background: #e5e5e5;
}

.donate-progress-bar .progress-bar {
  background: var(--primary-color);
}

a.donate-btn {
  padding: 13px;
  background-color: var(--primary-color);
  color: var(--white-color);
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
}

.donate-button {
  margin-top: 20px;
}

a.donate-btn:hover {
  background-color: var(--black-color);
  color: var(--white-color);
 
}

.donate-status {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--black-color);
}

.donate-price-area {
  margin-top: 5px;
}

.donate-wrapper-inner .slick-slide {
  margin: 0 15px;
}

.donate-wrapper-inner .slick-list {
  margin: 0px -15px;
}

.donation-image {
  text-align: center;
}

.donate-single {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}


.ecofine-donation-wrapper.donate-one .donate-single {
  display: flex;
}

.ecofine-donation-wrapper.donate-one .donate-single .donate-img {
  margin: 0;
}

.ecofine-donation-wrapper.donate-one .donate-single .donate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecofine-donation-wrapper.donate-one .donate-single {
  background: var(--white-color);
}
.donate-area .all-posts-wrapper .images img {
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .ecofine-donation-wrapper.donate-one .donate-single {
      display: block;
  }
}

/************* ********** *********************/
/************* RTL Style *********************/
/************* ********** *******************/
.rtl .team-arrow {
    text-align: left;
}
@media screen and (max-width: 767px){
	.rtl .team-arrow {
		text-align: right;
	}
}
.rtl .eco-section-title {
    text-align: right;
}

.rtl .team-items .eco-t-title {
    margin-right: 0;
	margin-left: 0;
}
.rtl span.testi-quit {
	right: unset;
	left: 50px;
}
.rtl .eco-blog-post-author img{
	margin-right:0px;
	margin-left:15px;
}
/* ------- */
.rtl .testimonial-info .image-wrap {
    margin-right: 0;
	 margin-left: 20px;
}
.rtl .eco-contact-icon {
    margin-right: 0px;
	margin-left: 20px;

}
.rtl .eco-icon-box-v2-wrapper [class*='col-']:last-child .eco-v2-single_item .eco-v2-icon.three::after{
  display: block;
}
.rtl .eco-icon-box-v2-wrapper [class*='col-']:first-child .eco-v2-single_item .eco-v2-icon.three::after{
  display: none;
}

/* ------- */
.rtl .eco-list-icon {
    margin-right: 0px;
	margin-left: 20px;
}