/*************************************
******** MINXED CSS  **********
*************************************/
section.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1170px;
}

/* *******************************************
                  DEFAULT CSS
  ********************************************* */
:root {
  --theme-color: #4baf47;
  --color-secondary: #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(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  height: 67px;
  width: 67px;
  border-radius: 100px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.slick-arrow:hover {
  background: var(--color-secondary);
  color: var(--theme-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(--theme-color);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.slick-dots li.slick-active button {
  width: 40px;
  opacity: 1;
}

/* .slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: unset;
  height: unset;
  margin: 0 4px;
  border: 3px solid var(--theme-color);
  border-radius: 100%;
} */

.theme-btns.style-two {
  background: var(--white-color);
  color: var(--black-color);
  overflow: hidden;
}

.settings-button-wrapper .theme-btns.style-two:before {
  background: var(--theme-color);
  border-radius: 0;
}

.theme-btns.style-one {
  margin-right: 20px;
}

.button-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 475px) {
  .theme-btns.style-one {
    margin-bottom: 30px;
  }
}

/************************************
  ******** 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(--color-secondary);
  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(--theme-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;
  pointer-events: none;
}

.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 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  color: var(--theme-color);
  font-size: 14px;
}

.about-title {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 30px;
  font-weight: 800;
}

.about-icon {
  height: 60px;
  width: 60px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--white-color);
  position: absolute;
  top: -40px;
  transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.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;
  font-weight: 700;
}

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

.about-inner-title a:hover {
  color: var(--theme-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(--theme-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(--theme-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(--theme-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(--theme-color);
}

.about-image_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  height: 50%;
  width: 15px;
  background: var(--theme-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 var(--theme-color);
  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 var(--theme-color);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

/* <============> VIDEO ANIMATION TWO <============>*/
.eco-vdo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eco-video {
  position: relative;
  display: block;
}

.eco-video a::after {
  content: "";
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--white-color);
  height: 138px;
  width: 138px;
}

.eco-video .play-btn:before {
  border: 5px solid var(--white-color);
  border-radius: 0;
  animation-name: pulsate2;
}

.eco-video .play-btn {
  width: 110px;
  height: 110px;
  background: var(--white-color);
  border-radius: 0;
  color: var(--black-color);
  margin: 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;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #ffffff, 0px 0px 25px 10px #ffffff;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #ffffff, 0px 0px 25px 10px #ffffff;
  }

  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(--theme-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%);
  }
}

/* *****************************************
                Video Button V5 Image Section
    ***************************************/

.about-v5-video-wraper {
  text-align: right;
}

.about-v5-image {
  text-align: right;
  position: relative;
  margin-right: 45px;
  display: inline-block;
}

.about-v5-small-image {
  position: absolute;
  left: -115px;
  bottom: -10px;
  max-width: 350px;
}

.v5-video-button {
  border: none;
  border-radius: 0;
  top: 0;
  left: -115px;
  width: 150px;
  height: 134px;
}

.v5-video-button .play-btn {
  width: 44.34px;
  height: 44.34px;
  background: transparent;
  font-size: 26px;
  top: 10%;
  border: 1px solid var(--white-color);
}

.v5-video-button .play-btn:before {
  border: 1px solid var(--white-color);
}

.about-v5-circle-img {
  position: absolute;
  top: 22%;
  right: -80px;
  transform: translate(0, -50%);
  z-index: 1;
  animation: bounce-anim 8s linear infinite;
}

.about-v5-video-wraper .about-v5-circle-img img {
  border-radius: 100%;
  object-fit: cover;
  border: 22px solid var(--theme-color);
  height: 216px;
  width: 216px;
  outline: 1px solid var(--white-color);
}

@keyframes bounce-anim {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -30px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-v5-small-image {
    max-width: 300px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .v5-video-button {
    left: -25px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .about-v5-small-image {
    left: -30px;
    max-width: 250px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .about-v5-video-wraper {
    margin-bottom: 130px;
  }

  .about-v5-small-image {
    left: -50px;
    bottom: -100px;
    max-width: 300px;
  }

  .v5-video-button {
    left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .about-v5-video-wraper {
    margin-bottom: 0px;
  }

  .about-image {
    margin: 0;
  }

  .about-v5-small-image,
  .v5-video-button {
    display: none;
  }

  .about-v5-circle-img {
    top: auto;
    right: -45px;
    bottom: -8%;
  }

  .about-v5-video-wraper .about-v5-circle-img img {
    border: 15px solid var(--theme-color);
  }
}

@media screen and (max-width: 450px) {
  .about-v5-circle-img {
    display: none;
  }

  .about-v5-image {
    margin: 0 40px;
  }
}

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

.eco-section-title-content {
  padding: 0 220px;
}

.eco-section-small-title {
  letter-spacing: 3px;
  color: var(--theme-color);
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.eco-section-title-wrapper .eco-section-title {
  font-size: 48px;
  line-height: 57px;
  font-weight: 800;
  text-transform: capitalize;
}

.project-section-title .eco-section-title {
  font-size: 48px;
  line-height: 57px;
  font-weight: 700;
  text-transform: capitalize;
}

.section-desc {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

@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;
}

.eco-section-title span {
  color: var(--theme-color);
}

.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: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 15px;
}

.service-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.service-title a {
  color: var(--black-color);
}

.servies-card:hover .service-title a {
  color: var(--theme-color);
}

.service-icon {
  font-size: 40px;
  height: 90px;
  width: 90px;
  background: var(--theme-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: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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: 0.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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
}

.service-box-three:hover .service-three-title a {
  color: var(--theme-color);
}

.service-icon-three {
  font-size: 50px;
  margin-bottom: 30px;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  color: var(--theme-color);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-flex;
  background: var(--color-secondary);
  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(--theme-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(--theme-color);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.service-box-three:hover .services-btn {
  background: var(--theme-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%);
  filter: grayscale(100%);
}

.service_three-image {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: 0.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: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.service_three-image .theme-btns:hover {
  background: var(--white-color);
  color: var(--theme-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: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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(--theme-color);
  color: var(--white-color);
}

.elementor-widget-wp-widget-nav_menu ul.menu li a:active {
  background: var(--theme-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(--theme-color);
  color: var(--white-color);
}

/* *****************************************
                Counter Section
    ****************************************/
.eco-counter-icon {
  font-size: 40px;
  height: 150px;
  width: 150px;
  background: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white-color);
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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;
  font-weight: 700;
}

.testmonial-slide-item {
  overflow: hidden;
}

/* *****************************************
                Team Member Section
    ****************************************/
.eco-team-image img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-color);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.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(--theme-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;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
}

.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(--theme-color);
  background: var(--color-secondary);
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.team-v2-content ul li a:hover {
  background: var(--theme-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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--border-color);
  text-align: center;
  border-radius: 15px;
}

.our-team-three:hover .team-three-info {
  background: var(--theme-color);
  border: none;
}

.team-v3-title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 700;
}

.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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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;
  line-height: 30px;
}

.team-details-designation {
  color: var(--theme-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(--color-secondary);
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.team-social-area ul li a:hover {
  color: var(--white-color);
  background: var(--theme-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: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.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(--theme-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: var(--theme-color);
}

span.testi-quit {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: var(--theme-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;
}

.testimonial-arrow.arrow-style-two {
  width: 100%;
  text-align: left;
}

.testimonial-arrow-wrapper.two button {
  margin-top: 40px;
}

@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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-color);
  display: inline-block;
  text-align: center;
  line-height: 62px;
  margin-bottom: 20px;
  border-radius: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.two .testi-quit {
  opacity: 0.8;
  top: auto;
  margin-bottom: -500px;
  color: var(--color-secondary);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-color);
  color: var(--white-color);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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(--theme-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(--theme-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(--theme-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(--theme-color);
  color: var(--white-color);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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;
}

.ecofine-blog-title,
.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(--theme-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(--theme-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 {
  font-size: 48px;
  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 {
  font-size: 48px;
  line-height: 57px;
  font-weight: 700;
}

.accordion-header .collapse:not(.show) {
  display: block;
}

.accordion-header .accordion-button.collapsed:hover {
  border-bottom-width: 0;
  color: var(--theme-color);
}

.accordion-header .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\e93d";
  background: var(--white-color);
  color: var(--theme-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: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  border-radius: 50px;
  margin-right: 20px;
}

.list-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* ========================================
  ======== Eco Icon box STYLE CSS =========
  ========================================= */
.eco-icon-box-item {
  margin-bottom: 30px;
  transform: 0.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(--theme-color);
  margin-bottom: 35px;
}

.eco-icon svg {
  height: 60px;
  width: 60px;
}

.eco-icon-box-item:hover .icon-title {
  color: var(--theme-color);
}

.eco-icon-position {
  position: relative;
  top: 10px;
  left: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.eco-icon-box-item:hover .eco-icon-position {
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* ===============================================
  ========= Eco Icon box V2 STYLE CSS ============
  ================================================ */
.icon-box-v2-title {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a .icon-box-v2-title:hover {
  color: var(--theme-color);
}

.eco-icon-box-v2-wrapper .eco-v2-single_item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.eco-v3-icon,
.eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon {
  background: var(--bg-color);
  color: var(--theme-color);
  width: 190px;
  height: 190px;
  font-size: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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-v3-icon .icon-attr,
.eco-v2-single_item .eco-v2-icon .icon-attr {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--white-color);
  background: var(--theme-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;
}

/* ----- style three --- */
.icon-box-v3-style {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 41.04px 42px 0px rgba(163, 148, 148, 0.05);
  padding: 40px 30px 0;
}

.eco-v3-single_item {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 35px;
}

.eco-v3-icon {
  height: 120px;
  width: 120px;
  font-size: 50px;
  margin-bottom: 25px;
}

.eco-v3-icon svg {
  width: 50px;
}

.eco-v3-icon .icon-attr {
  font-size: 16px;
  height: 30px;
  width: 30px;
  font-weight: 500;
}

.eco-v3-single_item .icon-box-v2-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}

@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;
  }

  .eco-icon-box-v2-wrapper [class*="col-"] .eco-v2-single_item .eco-icon-v4::before {
    display: block;
  }
}

@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-"] .eco-v2-single_item .eco-icon-v4::before {
    display: block;
  }

  .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-icon-v4 {
  position: relative;
}

.eco-icon-v4::before {
  position: absolute;
  content: "";
  background: transparent;
  height: 160px;
  width: 160px;
  border: 2px dashed var(--border-color);
  border-radius: 100%;
  animation: spin 10s linear infinite;
}

.eco-icon-v4:hover:before {
  animation: 0s;
}

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

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

.eco-icon-box-v2-wrapper .eco-v2-single_item .eco-icon-v4:hover::after {
  animation: left-right 0.8s ease infinite alternate-reverse;
}

@keyframes left-right {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@media screen and (max-width: 1200px) {
  .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-icon-v4:hover::after {
    animation: none;
  }
}

/* ===============================================
  ============= 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(--theme-color);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.eco-contact-icon {
  height: 40px;
  width: 40px;
  font-size: 40px;
  margin-right: 20px;
  color: var(--theme-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(--theme-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: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: var(--color-secondary);
  color: var(--black-color);
}

.project-menu .project-filter li:hover,
.project-menu ul li.active {
  color: var(--white-color);
  background: var(--theme-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(--theme-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;
  line-height: 30px;
  margin: 0;
  font-weight: 700;
}

.project-button .project-icon {
  display: inline-flex;
  height: 40px;
  width: 40px;
  font-size: 30px;
  background: var(--theme-color);
  color: var(--theme-color);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.project-button .project-icon:hover {
  color: var(--theme-color);
  background: var(--color-secondary);
}

@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(--color-secondary);
  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(--theme-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;
  line-height: 30px;
  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;
}

.no-slide .eco-client-item img {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .brand-full-width {
    width: 100%;
    padding: 100px 30px 80px;
  }
}

.eco-client-item-style-two {
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #eaf0f9;
  background: var(--white-color);
  box-shadow: 0px 9px 30px 0px #f0f1f3;
  overflow: hidden;
  padding: 15px;
}

.eco-client-item-style-two img {
  margin: auto;
}

/* =======================================================
  ============= 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(--theme-color);
  color: var(--white-color);
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.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(--theme-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(--theme-color);
  font-size: 14px;
  letter-spacing: 0.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(--theme-color);
  color: var(--white-color);
}

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

.eco-slider-wrapper .slider-prev:hover {
  background: var(--theme-color);
  color: var(--white-color);
  border-right: 1px solid var(--border-color);
}

.eco-slider-wrapper .slider-next:hover {
  background: var(--white-color);
  color: var(--theme-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(--theme-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-four-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  padding: unset;
  background: rgba(130, 130, 130, 0.58);
  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 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;
}

.eco-slider-two-wrapper .slider-area .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 46px;
  width: 46px;
  border-radius: 100px;
  top: auto;
  right: 377px;
  left: auto;
  bottom: 30px;
}

.eco-slider-two-wrapper .slider-area .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 45px;
  min-width: 45px;
  border-radius: 100px;
  top: 0;
}

.eco-slider-two-wrapper .slider-area .slick-dots li button {
  width: 34px;
  height: 34px;
  top: 0;
  border: none;
  position: relative;
  background-color: rgba(130, 130, 130, 0.58);
}

.eco-slider-two-wrapper .slick-dots li.slick-active button {
  background-color: var(--theme-color);
}

.eco-slider-three-wrapper .slick-dots {
  width: 245px;
  background-color: #fefcfc;
  top: auto;
  bottom: 0;
  left: auto;
  right: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0);
}

.eco-slider-three-wrapper .slick-dots li {
  margin: 0;
  padding: 0;
}

.eco-slider-three-wrapper .slick-dots li button {
  border-radius: 0;
  border: 7px solid #f3f1f1;
  height: 36px;
  width: 36px;
  background-color: #d7d7d7;
  position: relative;
}

.eco-slider-three-wrapper .slick-dots li button::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  background-color: #f3f1f1;
  top: 50%;
  left: 39px;
  transform: translate(-50%);
  z-index: -1;
}

.eco-slider-three-wrapper .slick-dots li:last-child button::after {
  display: none;
}

.eco-slider-three-wrapper .slick-dots li {
  margin: 0;
  padding: 17px 9px;
}

.eco-slider-three-wrapper .slick-dots li.slick-active button {
  background: var(--theme-color);
  border-color: var(--black-color);
}

.eco-slider-four-wrapper .slick-dots li.slick-active button {
  border-color: var(--black-color);
  background-color: var(--theme-color);
}

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

  .eco-slider-three-wrapper .slick-dots {
    left: auto;
    right: 100px;
  }
}

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

  .eco-slider-three-wrapper .slick-dots {
    left: auto;
    right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .slider-social-area {
    display: none;
  }

  .slider-arrow-wrapper button {
    border: none;
    background: var(--theme-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;
  }
}

/* <================> SLIDER STYLE FOUR <================> */
.eco-slider-four-wrapper .slick-dots {
  right: 90px;
  left: auto;
}

.eco-slider-four-wrapper .slick-dots li button {
  width: 20px;
  height: 20px;
  border: none;
  position: relative;
  background: #d9d9d9;
}



.eco-slider-four-wrapper .slick-dots li button::before,
.eco-slider-two-wrapper .slick-dots li button::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0;
}

.eco-slider-two-wrapper .slick-dots li button::before {
  height: 46px;
  width: 46px;
  background-color: transparent;
  border: 3px solid var(--theme-color);
}

.eco-slider-four-wrapper .slick-dots li.slick-active button::before,
.eco-slider-two-wrapper .slick-dots li.slick-active button::before {
  opacity: 1;
}

.eco-slider-four-area {
  align-items: center;
  margin-bottom: 100px;
}

.eco-slider-four-wrapper .slick-dots li {
  margin-bottom: 7px;
}

.eco-slider-four-wrapper .slick-dots li:last-child {
  margin-bottom: 0;
}

.eco-slider-four-wrapper .slider-item-bg {
  height: 830px;
}

.eco-slider-four-wrapper .slider-content-box {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .eco-slider-four-wrapper .slider-item-bg {
    height: 1200px;
  }

  .eco-slider-four-area {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .eco-slider-four-wrapper .slider-item-bg {
    height: 1050px;
  }
}

/*** 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(--theme-color);
}

a.donate-btn {
  padding: 13px;
  background-color: var(--theme-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;
  }
}

/******************************************/
/*********** Team four style *************/
/****************************************/
.our-team-four {
  text-align: center;
  margin-bottom: 30px;
}

.our-team-four-image {
  position: relative;
  overflow: hidden;
}

.our-team-four:hover .our-team-four-image:after {
  bottom: 0;
}

.our-team-four img {
  width: 100%;
  height: auto;
}

.team-four-social {
  padding: 0 0 18px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -100%;
  left: 30px;
  z-index: 1;
  transition: all 0.4s ease;
}

.our-team-four:hover .team-four-social {
  top: 25px;
}

.team-four-social li a {
  display: block;
  font-size: 12px;
  color: var(--theme-color);
  background: var(--white-color);
  margin-top: 10px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.our-team-four:hover .team-four-social li a:hover {
  color: var(--white-color);
  background: var(--theme-color);
}

.theme-four-bg {
  width: 88%;
  clip-path: polygon(0 1%, 100% 0%, 84% 100%, 0% 100%);
  background: var(--theme-color);
  transition: all 0.4s ease;
}

.our-team-four:hover .theme-four-bg {
  background: var(--white-color);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.05);
}

.team-four-content {
  padding: 37px 35px 23px;
  background: var(--white-color);
  text-align: left;
  margin-top: -50px;
  margin-right: 6px;
  clip-path: polygon(0 1%, 100% 0%, 84% 100%, 0% 100%);
  top: -8px;
  position: relative;
  transition: all 0.4s ease;
}

.our-team-four:hover .team-four-content {
  background: var(--theme-color);
}

.team-four-title {
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.team-four-title a {
  color: var(--black-color);
}

.our-team-four:hover .team-four-title a {
  color: var(--white-color);
}

.team-four-designation {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--body-color);
}

.our-team-four:hover .team-four-designation {
  color: var(--white-color);
}

.eco-team-four-wrapper ul.slick-dots {
  bottom: -40px;
}

/************* ********** *********************/
/*********** Icon Box Four Style *************/
/************* ********** *******************/

.eco-icon-box-four-item {
  padding: 45px;
  text-align: center;
  border: 1px solid #e3e3e3;
  transition: 0.4s;
  margin-bottom: 30px;
  background: var(--white-color);
}

.eco-icon-box-four-item:hover {
  box-shadow: var(--box-shedow);
  border: 1px solid transparent;
}

.eco-icon-four {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  font-size: 50px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  margin: auto;
  margin-bottom: 20px;
}

.eco-icon-four svg {
  height: 50px;
  width: 50px;
}

h3.icon-box-four-title,
.icon-box-four-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--black-color);
}

/************* ********** ********************/
/*********** service four style *************/
/************* ********** ******************/
.service-four-box-item {
  transition: 0.4s;
}

.servie-four-image {
  overflow: hidden;
}

.servie-four-image img {
  min-height: 300px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.service-four-box-item:hover .servie-four-image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.service-four-content {
  padding: 0px 30px 50px;
  border: 1px solid #e3e3e3;
  background: var(--white-color);
  margin-top: -70px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  transition: 0.4s;
}

.service-four-box-item:hover .service-four-content {
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.servie-four-icon {
  height: 80px;
  width: 80px;
  font-size: 25px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--white-color);
  margin-top: -40px;
  margin-bottom: 23px;
}

.servie-four-icon svg {
  height: 50px;
  width: 50px;
}

h3.servie-four-title,
.servie-four-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-four-text {
  margin-bottom: 20px;
}

.service-four-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 27px);
  min-width: 180px;
}

.service-four-btn .btns {
  border: 1px solid #e3e3e3;
  padding: 16px 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  background: var(--white-color);
  color: var(--black-color);
  transition: 0.4s;
}

.service-four-box-item:hover .service-four-btn .btns {
  background: var(--theme-color);
  color: var(--white-color);
}

/************* ********** *********************/
/************* Blog Style Four ***************/
/************* ********** *******************/
.news-block-four {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-four-image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.news-block-four:hover .news-four-image-box img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.news-four-image-box a {
  width: 100%;
}

.news-four-image-box img {
  min-height: 380px;
  object-fit: cover;
}

.inner-box .news-four-lower-content {
  position: relative;
  margin-bottom: 30px;
}

.news-four-lower-content {
  position: relative;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-top: -100px;
  background: var(--white-color);
}

ul.news-four-post-info {
  background: var(--theme-color);
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.news-four-lower-content .news-four-post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-weight: 500;
}

.news-four-lower-content .news-four-post-info li a {
  color: var(--white-color);
}

.news-four-lower-content .news-four-post-info li a:hover {
  color: var(--black-color);
}

.news-four-lower-content .news-four-post-info li i {
  margin-right: 8px;
}

.news-four-lower-content .blog-btn a {
  background: transparent;
  color: var(--black-color);
  border: 1px solid var(--theme-color);
  margin-top: 10px;
  font-weight: 700;
}

.news-four-lower-content .blog-btn a:hover {
  color: var(--white-color);
  border: 1px solid transparent;
}

.news-four-lower-content .blog-btn a:before {
  background: var(--theme-color);
}

.blog-four-content {
  padding: 20px 30px 30px;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
}

.blog-four-title {
  font-size: 20px;
  font-family: Manrope;
  font-weight: 700;
  line-height: 28px;
}

/************* ********** *********************/
/************* Team five Style ***************/
/************* ********** *******************/

.team-five-item {
  text-align: center;
  background: var(--black-color);
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 150px 32px 32px;
  border: 5px solid rgba(225, 225, 225, 0.1);
  transition: 0.4s;
  margin-top: 150px;
  margin-bottom: 30px;
}

.team-five-item:hover {
  background: var(--theme-color);
}

.team-five-image {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translate(-50%, 0);
}

.team-five-image img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.team-five-item:hover .team-five-image:before {
  opacity: 0.5;
}

.team-five-item .team-five-image img {
  width: 300px;
  min-width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}

.team-five-item .team-five-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: 32px;
}

.team-five-item .team-five-title a {
  color: var(--white-color);
}

.team-five-item .team-five-degi {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 21px;
}

.team-five-item:hover .team-five-degi {
  color: var(--white-color);
}

.team-five-item .team-five-social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-five-item .team-five-social li {
  display: inline-block;
  margin-right: 10px;
}

.team-five-item .team-five-social li:last-child {
  margin-right: 0;
}

.team-five-item .team-five-social li a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--white-color);
  transition: all 0.3s ease 0s;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-five-item:hover .team-five-social li a {
  background: var(--white-color);
  color: var(--theme-color);
}

.eco-team-five-wrapper ul.slick-dots {
  bottom: -42px;
}

@media screen and (max-width: 1199px) {
  .news-four-lower-content {
    margin-left: 0;
    margin-top: 0;
  }

  .news-four-image-box img {
    min-height: 300px;
  }
}

/* *****************************************
                Video Image V2 Style
    ****************************************/
.eco-v3-image {
  position: relative;
  display: inline-block;
}

.video-v3-shape {
  position: absolute;
  left: -18px;
  top: -35px;
  z-index: -1;
  animation: shapeanimation2 2s linear 1s infinite alternate;
}

@keyframes shapeanimation2 {
  0% {
    top: -10px;
  }

  100% {
    top: -40px;
  }
}

.video-button-three {
  position: absolute;
  top: 46%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.video-button-three .play-btn {
  width: 70px;
  height: 70px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px 3px var(--white-color);
  font-size: 22px;
  color: var(--black-color);
  -webkit-animation: pulsate2 2s;
  animation: pulsate2 2s;
}

.play-btn:before {
  border: 5px solid var(--white-color);
}

@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px var(--white-color),
      0px 0px 25px 10px var(--white-color);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px var(--white-color),
      0px 0px 25px 10px var(--white-color);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/* video counter */
.video-three-counter-icon {
  font-size: 60px;
  color: var(--white-color);
  margin-right: 15px;
}

.video-three-counter {
  display: flex;
  background: var(--theme-color);
  align-items: center;
  padding: 24px 25px 30px;
  width: 280px;
  position: absolute;
  right: -45px;
  bottom: 16px;
}

.eco-counter-numner {
  font-weight: 800;
}

.video-counter-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
  .video-three-counter {
    right: 0;
  }
}

/************* ********** ***********************/
/************* Service Five Style **************/
/************* ********** *********************/

.service-five-content {
  padding: 38px;
  margin: -70px 30px 30px;
  position: relative;
  text-align: center;
  border-bottom: 4px solid var(--theme-color);
  background: var(--white-color);
  box-shadow: 0px 41.040000915527344px 42.47999954223633px 0px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.service-five-image {
  overflow: hidden;
}

.service-five-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.service-five-item:hover .service-five-image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.service-five-item:hover .service-five-content {
  background: var(--theme-color);
}

.service-five-small-title {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  transition: 0.4s;
}

.service-five-title {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.service-five-item:hover .service-five-small-title,
.service-five-item:hover .service-five-title,
.service-five-item:hover .service-five-title a {
  color: var(--white-color);
}

/************* ********** **************************/
/************* Image With Experiance **************/
/************* ********** ************************/

.experiance-image_item {
  position: relative;
  display: inline-block;
}

.experiance-image_item:after {
  content: "";
  height: 175px;
  width: 175px;
  background: #ffc947;
  position: absolute;
  right: -35px;
  top: -35px;
  z-index: -1;
}

.experiance-image_item:before {
  content: "";
  height: 175px;
  width: 175px;
  background: #ffc947;
  position: absolute;
  left: -35px;
  bottom: -35px;
  z-index: -1;
}

.expariance-box {
  background: var(--theme-color);
  padding: 35px 35px 30px;
  margin-left: 60px;
  height: 200px;
  width: 200px;
  position: absolute;
  right: -30px;
  bottom: -55px;
  text-align: left;
}

.expariance-box h2 {
  font-size: 64px;
  font-weight: 700;
  color: var(--white-color);
}

.expariance-box span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--white-color);
}

/************* ********** *******************/
/************* Project Three  **************/
/************* ********** *****************/
.project2-title-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.project-arrow-wrapper {
  width: 50%;
  text-align: right;
}

.project-arrow-wrapper button {
  border: none;
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 25px;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  margin-bottom: 0px;
  margin-left: 10px;
}

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

  .project-arrow-wrapper {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }

  .project-arrow-wrapper button {
    margin-left: 0px;
  }
}

.eco-project-box {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  margin-bottom: 30px;
}

.eco-project-box.slide {
  margin: 0 15px;
}

.box-content-area {
  position: absolute;
  bottom: -190px;
  width: 90%;
  background: var(--white-color);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 22px 20px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.p-shape {
  position: relative;
}

.eco-project-box:hover .p-shape:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(8deg, #4baf47 8.74%, rgba(75, 175, 71, 0) 75.79%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
}

.eco-project-box:hover .box-content-area {
  transition: 0.4s;
  bottom: 20px;
}

.eco-project-box img {
  min-height: 300px;
  object-fit: cover;
}

.project-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-category ul li {
  display: inline-block;
}

.project-category ul li a {
  color: var(--black-color);
  font-weight: 500;
  line-height: 30px;
}

.project2-title {
  margin: 0;
}

.project2-title a {
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 5px;
}

.project-box-icon {
  font-size: 25px;
  height: 50px;
  width: 50px;
  background: var(--theme-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-box-icon a {
  color: var(--white-color);
}

.project-box-icon a:hover {
  color: var(--black-color)
}

.eco-project-box.slide img {
  min-height: 450px;
}

/************* ********** *******************/
/************* News Blog five Style ********/
/************* ********** *****************/
.news-block-five {
  position: relative;
  margin-bottom: 30px;
}

.news-five-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-five-image img {
  min-height: 450px;
}

.post-date.grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  padding: 5px 10px;
  text-align: center;
  z-index: 1;
  background: var(--theme-color);
  color: var(--white-color);
}

.news-five-content .post-info {
  margin-bottom: 7px;
  padding-left: 0;
}

.news-five-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-weight: 500;
  margin-right: 30px;
}

.news-five-content .post-info li:last-child {
  margin: 0px;
}

.news-five-content .post-info li i {
  margin-right: 5px;
}

.news-five-content {
  position: absolute;
  bottom: 0;
  padding: 30px 40px;
  z-index: 1;
}

.news-five-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background: linear-gradient(180deg,
      rgba(36, 35, 29, 0) 0%,
      #24231d 99.99%,
      rgba(36, 35, 29, 0) 100%);
}

.blog-five-title {
  margin: 0;
}

.blog-five-title a {
  color: var(--white-color);
  font-size: 20px;
  line-height: 28px;
}

.blog-five-title a:hover {
  color: var(--theme-color);
}

/* --------------------------------------
-------------- Project four--------------
----------------------------------------*/

.tab-box-item {
  display: flex;
  align-items: start;
}

.nav-pills .nav-link {
  padding: 0;
  margin-bottom: 20px;
}

.tabs-section-wrapper .nav-pills {
  margin-right: 40px;
}

.tabs-section-wrapper .nav-pills .nav-link.active,
.tabs-section-wrapper .nav-pills .show>.nav-link {
  background-color: transparent;
}

.tabs-section-wrapper .nav-link>img {
  width: 125px;
  object-fit: cover;
  height: 125px;
  max-width: 200px;
  border-radius: 15px;
}

.tabs-section-wrapper .tab-content-box {
  margin-right: 30px;
}

.tabs-section-wrapper .tab-content {
  background: var(--bg-color);
  max-height: 100%;
  padding: 53px 60px 53px;
  border-radius: 15px;
  width: 100%;
}

.tab-content-title {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.tab-btn a {
  margin-top: 34px;
}

.tabs-section-wrapper .tab-content-image img {
  max-height: 400px;
  height: 308px;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .tab-content {
    padding: 30px 40px 40px;
  }
}

.about-v4-tab-area .nav-tabs {
  border-bottom: none;
}

.about-v4-tab-area .nav-tabs .nav-link {
  margin: 0;
  border-radius: 0;
  background-color: var(--black-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 12px 35px;
}

.about-v4-tab-area .nav-item {
  margin-right: 15px;
}

.about-v4-tab-area .nav-tabs .nav-item.show .nav-link,
.about-v4-tab-area .nav-tabs .nav-link.active {
  color: var(--theme-color);
}

.about-v4-tab-area .nav-item:last-child {
  margin-right: 0;
}

.about-v4-tabs-wrapper .tab-content-desc {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 43px;
}

.tab-content-title {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.tab-btn a {
  margin-top: 34px;
}

.tabs-section-wrapper .tab-content-image img {
  max-height: 400px;
  height: 308px;
  object-fit: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 1560px) and (min-width: 1366px) {
  .about-v4-tab-area .nav-item {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .about-v4-tab-area .nav-tabs .nav-link {
    padding: 12px 25px;
  }
}

@media screen and (max-width: 991px) {
  .tab-content-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tab-box-item {
    display: block;
  }

  .about-v4-tabs-wrapper .tab-content {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .about-v4-tab-area .nav-item {
    margin-top: 15px;
  }
}

/*========================================
  ========= DONATION FORM STYLES =========
  =======================================*/

.donation-wrapper-area .donation-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #fdf2f2;
  background: #fffdfd;
  box-shadow: 0px 41.04px 42.48px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 40px 40px 220px;
}

.donation-wrapper-area .give_pre_form-content,
.donation-wrapper-area .give-goal-progress {
  display: none;
}

.donation-wrapper .give-form-wrap {
  padding-left: 31px;
}

.donation-wrapper #give-donation-level-button-wrap>li {
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}

.donation-wrapper #give-donation-level-button-wrap>li:last-child {
  margin-bottom: 0;
}

.donation-wrapper .give-donation-level-btn {
  color: var(--theme-color);
  border: 1px solid #ececec;
  background: var(--white-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  width: 195px;
}

.donation-wrapper .give-donation-level-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.donation-wrapper .give-donation-level-btn.give-default-level {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount,
.donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount-text {
  border-radius: 0;
  box-sizing: border-box;
  float: left;
  height: 50px;
  margin: 0;
  min-width: 572px;
  padding: 10px 12px;
  border: 1px solid #ececec;
  background: var(--white-color);
  color: var(--black-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.donation-wrapper form[id*="give-form"] .give-donation-amount .give-currency-symbol {
  box-sizing: border-box;
  float: left;
  height: 50px;
  margin: 0;
  padding: 10px 19px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid #ececec;
  background: var(--white-color);
}

.donation-wrapper .donation-title {
  color: var(--black-color);
  font-size: 30px;
  font-weight: 800;
  line-height: 46px;
  text-transform: capitalize;
  max-width: 314px;
}

.donation-wrapper input#give-purchase-button,
.donation-wrapper button.give-btn.give-btn-modal,
.donation-wrapper button.give-btn.give-btn-reveal {
  background-color: var(--black-color);
  padding: 12px 35px;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: all 0.4s ease;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 0;
  width: 628px;
}

.give-embed-form.give-viewing-form-in-iframe button.give-btn.advance-btn,
.give-donation-submit #give-purchase-button {
  background-color: var(--black-color);
  padding: 12px 35px;
  text-transform: capitalize;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 0;
  font-family: var(--body-font);
}

.donation-wrapper input#give-purchase-button:hover,
.donation-wrapper button.give-btn.give-btn-modal:hover,
.donation-wrapper button.give-btn.give-btn-reveal:hover {
  background: var(--theme-color);
}

.donation-wrapper [id*="give-form"].give-display-modal .give-btn,
.donation-wrapper [id*="give-form"].give-display-reveal .give-btn {
  margin: 0;
}

.donation-wrapper #give-recurring-form,
.donation-wrapper form.give-form,
form[id*="give-form"] {
  margin-bottom: 0;
}

/* <==============> STYLE TWO <==============>*/

.donation-wrapper.donation-wrapper-stwo .donation-title {
  max-width: 100%;
  margin-bottom: 40px;
}

.donation-wrapper-area-stwo .donation-wrapper-stwo {
  flex-direction: column;
  align-items: flex-start;
}

.donation-wrapper-stwo .give-form-wrap {
  padding-left: 0;
}

.donation-wrapper-stwo .give-donation-level-btn {
  width: 172px;
}

.donation-wrapper-stwo form[id*="give-form"] .give-donation-amount #give-amount,
.donation-wrapper-stwo form[id*="give-form"] .give-donation-amount #give-amount-text {
  min-width: 503px;
}

.donation-wrapper-stwo input#give-purchase-button,
.donation-wrapper-stwo button.give-btn.give-btn-modal,
.donation-wrapper-stwo button.give-btn.give-btn-reveal {
  width: 558px;
}

@media (max-width: 1720px) {
  .donation-wrapper-area .donation-wrapper {
    padding: 40px 50px 40px 50px;
  }
}

@media (max-width: 1399px) {

  .donation-wrapper-stwo form[id*="give-form"] .give-donation-amount #give-amount,
  .donation-wrapper-stwo form[id*="give-form"] .give-donation-amount #give-amount-text {
    min-width: 394px;
  }

  .donation-wrapper-stwo .give-donation-level-btn {
    width: 136px;
  }

  .donation-wrapper-stwo input#give-purchase-button,
  .donation-wrapper-stwo button.give-btn.give-btn-modal,
  .donation-wrapper-stwo button.give-btn.give-btn-reveal {
    width: 449px;
  }
}

@media (max-width: 1200px) {

  .donation-wrapper #give-donation-level-button-wrap>li,
  .donation-wrapper .give-donation-level-btn,
  .donation-wrapper input#give-purchase-button,
  .donation-wrapper button.give-btn.give-btn-modal,
  .donation-wrapper button.give-btn.give-btn-reveal {
    width: 100%;
  }

  .donation-wrapper #give-donation-level-button-wrap>li {
    margin-right: 0px;
  }

  .donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount,
  .donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount-text {
    min-width: 337px;
  }
}

@media (max-width: 1024px) {

  .donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount,
  .donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount-text {
    min-width: calc(100% - 54px);
  }

  .donation-wrapper #give-donation-level-button-wrap>li,
  .donation-wrapper .give-donation-level-btn,
  .donation-wrapper input#give-purchase-button,
  .donation-wrapper button.give-btn.give-btn-modal,
  .donation-wrapper button.give-btn.give-btn-reveal {
    width: 100%;
  }

  .donation-wrapper-stwo .give-form-wrap {
    width: 100%;
  }
}

@media (max-width: 991px) {

  .donation-wrapper-area .donation-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .donation-wrapper .give-form-wrap {
    padding-left: 0px;
    width: 100%;
  }

  .donation-wrapper-area .donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount,
  .donation-wrapper-area.donation-wrapper form[id*="give-form"] .give-donation-amount #give-amount-text {
    min-width: calc(100% - 54px);
  }

  .donation-wrapper .donation-title {
    max-width: 50%;
    margin-bottom: 40px;
  }

}

@media (max-width: 768px) {

  .donation-wrapper .donation-title {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .donation-wrapper-area .donation-wrapper {
    padding: 40px 30px;
  }
}

/************* ********** *********************/
/************* Newslatter One Style **********/
/************* ********** *******************/

.eco-newsletter-one input[type="email"] {
  border: transparent;
  background: var(--white-color);
  border-radius: 100px;
  padding: 18px 40px;
  margin-bottom: 15px;
}

.eco-newsletter-one-btn .wpcf7-spinner {
  margin-top: 20px;
}

.eco-newsletter-one-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.eco-newsletter-one-btn input[type="submit"] {
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  padding: 12px 30px;
  display: block;
  background: var(--black-color);
  border: none;
  border-radius: 100px;
  top: 21px;
  left: -17px;
}

.eco-newsletter-one-btn input.wpcf7-form-control.has-spinner.wpcf7-submit.blob-btn:hover {
  background: var(--theme-color);
}

/************* ********** *********************/
/************* Newslatter Two Style **********/
/************* ********** *******************/
.eco-newsletter-two input[type="email"] {
  background: transparent;
  border-radius: 100px;
  padding: 18px 40px;
  margin-bottom: 15px;
  border: 2px solid var(--white-color, #fff);
}

.eco-newsletter-two-btn .wpcf7-spinner {
  margin-top: 20px;
}

.eco-newsletter-two-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.eco-newsletter-two-btn input[type="submit"] {
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  padding: 12px 35px;
  display: block;
  background: #eec044;
  border: none;
  border-radius: 100px;
  top: 7px;
  left: -19px;
}

.eco-newsletter-two input[type="email"]::placeholder {
  color: var(--white-color);
}

.eco-newsletter-two-btn input.wpcf7-form-control.has-spinner.wpcf7-submit.blob-btn:hover {
  background: var(--theme-color);
}

/***********************************
******** Skill Image CSS  **********
***********************************/

.eco-skill-image {
  position: relative;
  display: inline-block;
}

.eco-progress-box {
  padding: 30px 30px 25px;
  text-align: center;
  background: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eco-circle-progress-item {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.eco-circle-progress-item .eco-count-numbers {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.eco-circle-progress-item .eco-count-numbers span.eco-count-number {
  font-size: 30px;
  font-weight: 800;
  color: var(--black-color);
}

.eco-circle-progress-item .eco-count-numbers span {
  font-size: 30px;
  font-weight: 800;
  color: var(--black-color);
}

.eco-progress-box .eco-progress-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

/* header Style */

.header-five .container-fluid {
  padding: 0;
}

.header-five-call-box {
  display: flex;
  margin-right: 30px;
  align-items: center;
}

.header-five-right-area {
  display: flex;
}

.header-five-top {
  display: flex;
  justify-content: space-between;
  padding-right: 120px;
  padding-left: 350px;
  background: var(--bg-color);
  align-items: center;
}

.header-five-top-left ul {
  padding: 0;
  margin: 0;
}

.header-five-top-left ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
  color: var(--black-color);
  padding: 8px 0;
}

.header-five-top-left ul li:last-child {
  display: inline-block;
  margin: 0;
}

.header-five-top-left ul li i {
  margin-right: 10px;
}

.header-five-call-text {
  font-weight: 500;
  color: var(--black-color);
  line-height: 30px;
}

.header-five-call-number {
  font-size: 20px;
  color: var(--black-color);
  font-weight: 700;
  line-height: 28px;
}

.header-five-main-menu-area {
  display: flex;
  justify-content: space-between;
  background: var(--white-color);
  padding-right: 120px;
  padding-left: 350px;
  align-items: center;
}

.header-five-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-five-logo {
  float: left;
  position: relative;
  z-index: 1;
  width: 250px;
}

.header-five-logo:after {
  content: "";
  height: 145px;
  width: 470px;
  background: var(--theme-color);
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  left: 0;
  top: 0;
  z-index: -1;
}

.header-five-logo a {
  position: relative;
  left: 150px;
  top: 50px;
  height: 60px;
}

.header-five-logo img {
  width: 185px;
}

.header-five-logo:before {
  content: "";
  height: 145px;
  width: 480px;
  background: #000000;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  left: 0;
  top: 0;
  z-index: -1;
}

.header-five-top-social a {
  font-size: 15px;
  margin: 0 20px 0 0;
}

.header-five-top-social a {
  font-size: 15px;
  margin: 0 20px 0 0;
}

.header-five-top-social a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1720px) {
  .header-five-right-area .header-five-call-box {
    display: none;
  }
}

@media screen and (max-width: 1499px) {
  .header-five-logo:after {
    width: 400px;
  }

  .header-five-logo:before {
    width: 410px;
  }

  .header-five-top {
    padding-left: 250px;
    padding-right: 100px;
  }

  .header-five-main-menu-area {
    padding-left: 250px;
    padding-right: 100px;
  }

  .header-five-logo a {
    left: 100px;
  }
}

@media screen and (max-width: 1350px) {
  .header-five-right-area .header-five-button {
    display: none;
  }

  .header-five-main-menu-area {
    justify-content: flex-end;
  }

  .header-five-top-left ul li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header-five-logo:after {
    width: 300px;
  }

  .header-five-logo:before {
    width: 310px;
  }

  .header-five-logo a {
    left: 60px;
  }

  .header-five-top {
    padding-left: 130px;
    padding-right: 60px;
  }

  .header-five-main-menu-area {
    padding-left: 130px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .header-five-main-menu-area {
    padding: 15px;
  }

  .header-five-top {
    padding-left: 70px;
    padding-right: 15px;
  }

  .header-five-logo a {
    left: 30px;
  }

  .header-five-top-left ul li:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-five-top-left {
    display: none;
  }

  .header-five-top {
    justify-content: flex-end;
  }

  .header-five-top {
    padding: 10px 15px;
  }

  .header-five-logo {
    width: 200px;
  }
}

@media screen and (max-width: 500px) {
  .header-five-logo a {
    left: 15px;
  }

  .header-five-logo:after {
    width: 200px;
  }

  .header-five-logo:before {
    width: 210px;
  }

  .header-five-logo {
    width: 160px;
  }
}

/* ----------- header- six ---------- */
.header-six .sticky-wrapper.sticky .menu-area {
  background-color: var(--black-color);
}

.header-social.six {
  text-align: right;
}

.header-top-bar-six {
  padding: 7px 0;
  background: #0f3c44;
}

.header-six-section .menu-area {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  background: transparent;
}

.main-menu.menu-six ul li a {
  color: var(--white-color);
}

.main-menu.menu-six ul li a:hover {
  color: var(--theme-color);
}

.header-top-bar-six .header-social.six a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-six.search-open {
  margin-right: 15px;
  color: var(--theme-color);
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  display: inline;
}

.header-links.six ul li {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .header-social.six {
    text-align: center;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------- */
/* Footer three Style */
/* ----------------------------------------- */

.footer-three-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 70px;
  background: var(--bg-color);
}

/* Footer top stye */
.footer-three-top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b4b3ac;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.footer-top-social-item ul {
  margin: 0;
  padding: 0;
}

.footer-top-social-item ul li {
  list-style: nthree;
  display: inline-block;
}

.footer-top-social-item ul li a {
  color: var(--white-color);
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--theme-color);
  margin-right: 7px;
  background: #4baf471a;
}

.footer-top-social-item ul li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.footer-three-ab-social-btn a {
  color: var(--white-color);
  margin-right: 25px;
}

.footer-three-ab-social-btn {
  padding-top: 15px;
}

@media screen and (max-width: 500px) {
  .footer-three-top-item {
    display: block;
  }

  .footer-three-top-logo {
    margin-bottom: 30px;
  }
}

h5.footer-three-widget-title,
.footer-three-widget-title {
  margin-bottom: 23px;
  text-transform: capitalize;
  color: var(--gray-900, var(--black-color));
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer-three-widget-des {
  color: var(--body-color);
  font-weight: 500;
  line-height: 30px;
}

/* link list */

.footer-three-contact-item {
  display: flex;
  margin-bottom: 10px;
}

.footer-three-contact-iocn {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 20px;
  color: var(--white-color);
}

.footer-three-contact-stitle {
  font-weight: 500;
  line-height: 30px;
}

.footer-three-contact-title {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

.footer-three-content-wrp .coloum-three {
  padding-right: 30px;
}

/* link list */
.footer-three-link-menu ul {
  margin: 0;
  padding: 0;
}

.footer-three-link-menu ul li {
  list-style: none;
}

.footer-three-link-menu ul li a {
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--body-color);
  line-height: 30px;
}

.footer-three-link-menu ul li a:hover {
  color: var(--white-color);
}

.footer-three-recent-post ul {
  margin: 0;
  padding: 0;
}

.footer-three-recent-post ul li {
  list-style: none;
}

.footer-three-post-thum-widget {
  display: flex;
  margin-bottom: 17px;
  padding-top: 8px;
}

.footer-three-post-thum-widget .foote-latest-post-imgage img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  min-width: 80px;
  border-radius: 10px;
}

.footer-three-latest-post-title a {
  color: var(--black-color);
}

.site-footer .footer-three-latest-post-title a:hover {
  color: var(--theme-color);
}

.footer-three-latest-post-title a {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}

.foote-latest-post-imgage {
  margin-right: 20px;
}

.footer-three-date {
  font-size: 14px;
  line-height: 17px;
  color: var(--black-color);
  font-weight: 500;
}

.footer-three-date i {
  margin-right: 8px;
}

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

  .footer-three-about-widget-info,
  .footer-three-menu-widget,
  .footer-three-recent-post-widget,
  .footer-three-service-list-widget {
    margin-bottom: 30px;
    border: none;
  }
}

.footer-three-copyright_area {
  padding: 30px 0;
  text-align: center;
  background: #0b2048;
  color: var(--white-color);
  font-family: var(--body-font);
}

.footer-three-copyright-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-three-copyright-item ul {
  margin: 0;
  padding: 0;
}

.footer-three-copyright-item ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

.footer-three-copyright-item ul li:last-child {
  margin: 0;
}

.footer-three-copyright-item ul li a {
  color: var(--white-color);
}

.footer-three-copyright-item ul li a:hover {
  color: var(--theme-color);
}

.coloum-three,
.coloum-tow {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .footer-three-copyright-item {
    display: block;
  }

  .footer-three-copyright-item ul li a {
    margin-top: 15px;
  }

  .footer-three-content-wrp .coloum-tow,
  .footer-three-content-wrp .coloum-four {
    padding-left: 50px;
  }

  .coloum-three,
  .coloum-tow {
    justify-content: flex-start;
  }
}

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

  .footer-three-content-wrp .coloum-tow,
  .footer-three-content-wrp .coloum-four {
    padding-left: 10px;
  }
}

/* footer form */
.footer-newsletter-item {
  position: relative;
}

.footer-newsletter-item input[type="email"] {
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 5px;
}

.footer-newsletter-item input.wpcf7-form-control.wpcf7-submit {
  position: absolute;
  right: 0;
  top: 30px;
  height: 60px;
  width: 90px;
  border-radius: 0;
  bottom: 0;
  padding: 0;
}

.footer-newsletter-wrapper .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
}

.footer-newsletter-item .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 10px;
}

/*
-------  Footer four Style ----------
*/
.footer-four-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0px 70px;
  background: var(--black-color);
}

.footer-four-logo {
  margin-bottom: 25px;
}

h5.footer-four-widget-title,
.footer-four-widget-title {
  margin-bottom: 23px;
  text-transform: capitalize;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer-four-widget-des {
  color: #f6f6f9;
  font-weight: 500;
  line-height: 30px;
}

.footer-four-social-widget ul {
  margin: 0;
  padding: 0;
}

.footer-four-social-widget ul li {
  list-style: none;
  display: inline-block;
}

.footer-four-social-widget ul li a {
  color: var(--white-color);
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #e3e3e31a;
  margin-top: 25px;
  margin-right: 7px;
}

.footer-four-social-widget ul li a:hover {
  background: var(--theme-color);
}

.footer-four-link-menu ul {
  margin: 0;
  padding: 0;
}

.footer-four-link-menu ul li {
  list-style: none;
  display: inline-flex;
  width: 49%;
}

.footer-four-link-menu ul li a {
  margin-bottom: 8px;
  font-weight: 500;
  color: #f6f6f9;
  line-height: 30px;
}

.footer-four-link-menu ul li a:hover {
  color: var(--theme-color);
}

.newslatter-des {
  line-height: 30px;
  color: #f6f6f9;
}

.footer-four-menu-widget {
  padding-left: 50px;
}

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

  .footer-four-about-widget-info,
  .footer-four-menu-widget,
  .footer-four-newslatter-widget {
    margin-bottom: 30px;
  }

  .footer-three-content-wrp .coloum-four {
    padding-left: 10px;
  }

  .footer-four-menu-widget {
    padding-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  .footer-four-link-menu ul li {
    width: 100%;
  }
}

.footer-four-top-wrapper {
  background: var(--theme-color);
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: -100px;
}

.footer-four-icon-box {
  display: flex;
  padding: 60px 50px;
}

.footer-four-icon {
  height: 80px;
  width: 80px;
  min-width: 80px;
  background: var(--white-color);
  font-size: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: var(--theme-color);
  margin-right: 25px;
}

.footer-four-box-title {
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.footer-four-box-des {
  font-weight: 500;
  color: var(--white-color);
}

@media screen and (max-width: 991px) {
  .footer-four-wrapper {
    padding: 180px 0px 50px;
  }
}

@media screen and (max-width: 425px) {
  .footer-four-icon-box {
    display: block;
    text-align: center;
    padding: 30px;
  }

  .footer-four-icon {
    margin: auto;
    margin-bottom: 30px;
  }

  .footer-four-top-wrapper {
    padding: 30px 0;
  }
}

/*
-------------- Portfolio Five Style -----------
*/

.portfolio-five-box.slide {
  padding: 0px 15px;
}

.portfolio-five-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.portfolio-five-box:before {
  content: "";
  background: #4baf47e6;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}

.portfolio-five-box:hover:before {
  opacity: 0.9;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border-radius: 15px;
}

.portfolio-five-wrapper .portfolio-five-box img {
  border-radius: 15px;
  height: 410px;
  min-height: 400px;
}

.portfolio-five-box .portfolio-five-box-content {
  width: 86%;
  transform: scale(0);
  position: absolute;
  top: 30%;
  left: 0;
  right: 0px;
  transition: all 0.5s ease 0s;
  margin: auto;
  padding: 40px 40px;
}

.portfolio-five-box:hover .portfolio-five-box-content {
  transform: scale(1);
}

.portfolio-five-category {
  line-height: 0;
  margin-bottom: 11px;
}

.portfolio-five-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-five-category ul li {
  display: inline-block;
}

.portfolio-five-category ul li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
}

.portfolio-five-category ul li a:hover {
  color: var(--black-color);
}

.portfolio-five-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}

.portfolio-five-title a {
  color: var(--white-color);
}

.portfolio-five-title a:hover {
  color: var(--black-color);
}

.portfolio-five-icon a {
  font-size: 18px;
  line-height: 18px;
  background: var(--white-color);
  color: var(--theme-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
  align-items: center;
  margin-top: 20px;
}

.portfolio-five-icon a:hover {
  color: var(--white-color);
  background: var(--black-color);
}

@media only screen and (max-width: 991px) {
  .portfolio-five-box {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-five-wrapper .portfolio-five-box img {
    height: 350px;
    min-height: 350px;
  }

  .portfolio-five-box .portfolio-five-box-content {
    top: 22%;
  }
}

/*
-------------- Portfolio Six Style -----------
*/

.portfolio-six-box {
  position: relative;
  margin-bottom: 20px;
}

.portfolio-six-box .v-six-content-box {
  padding: 20px;
}

.portfolio-six-wrapper .portfolio-six-box img {
  height: 397px;
  width: 100%;
  object-fit: cover;
}

.portfolio-six-box-content {
  border: 1px solid var(--white-color);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(9.25px);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  height: 90%;
  width: 90%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.portfolio-six-icon a {
  color: var(--theme-color);
}

.portfolio-six-icon a:hover {
  color: var(--black-color);
}

.portfolio-six-icon {
  text-align: center;
  font-size: 38px;
  color: var(--theme-color);
  background-color: var(--white-color);
  height: 70px;
  width: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
}

.v-six-content-box .portfolio-six-icon {
  font-size: 25px;
  height: 55px;
  width: 55px;
}

.portfolio-six-box-content {
  border: 1px solid var(--white-color);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(9.25px);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  height: 90%;
  width: 90%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.portfolio-six-box:hover .portfolio-six-icon a {
  transform: rotate(180deg);
}

.portfolio-six-box:hover .portfolio-six-box-content {
  opacity: 1;
}

.portfolio-six-title a {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.v-six-content-box .portfolio-six-title a {
  font-size: 23px;
  line-height: 33px;
}

.pf-six-title-box {
  overflow: hidden;
}

.portfolio-six-title {
  position: relative;
  top: 100px;
  transition: all 0.3s ease-in-out;
}

.portfolio-six-box:hover .portfolio-six-title {
  top: 0;
}

.pf-six-shape {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.portfolio-six-box:hover .pf-six-shape {
  opacity: 1;
}

/*
-------------- Portfolio Eight Style -----------
*/

.eco-portfolio-v8-wrapper .slick-track {
  margin-bottom: 100px;
}

.portfolio-block-v8 {
  position: relative;
  margin-bottom: 20px;
}

.portfolio-v8-image-box a img {
  height: 550px;
  width: 100%;
}

.portfolio-v8-image-box a {
  width: 100%;
}

.eco-portfolio-v8-wrapper .slick-current .portfolio-v8-image-box a img {
  border: 10px solid var(--white-color);
}

.portfolio-v8-content {
  position: absolute;
  bottom: -35px;
  left: 50%;
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: space-between;
  background-color: var(--white-color);
  margin: auto;
  transform: translate(-50%, 0);
  padding: 25px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
  overflow: hidden;
}

.eco-portfolio-v8-wrapper .slick-current .portfolio-v8-content {
  opacity: 1;
}

.portfolio-v8-title {
  overflow: hidden;
  margin: 0;
}

.portfolio-v8-title a {
  color: var(--theme-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: relative;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
}

.eco-portfolio-v8-wrapper .slick-current .portfolio-v8-title a {
  opacity: 1;
}

.portfolio-v8-title a:hover {
  color: var(--black-color);
}

.portfolio-v8-btn a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  opacity: 0;
  transition: all 0.8s ease;
  transition-delay: 0.5s;
}

.eco-portfolio-v8-wrapper .slick-current .portfolio-v8-btn a {
  opacity: 1;
}

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

.eco-portfolio-v8-wrapper .slick-slide {
  height: 500px;
  width: 300px;
}

.portfolio {
  margin-right: 20px;
}

.portfolio-v8-title-two {
  margin-bottom: 0;
}

.portfolio-block-v8-two {
  overflow: hidden;
}

.portfolio-v8-content-two {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  width: 80%;
  margin: auto;
  padding: 25px 30px;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .3s ease;
}

.portfolio-block-v8-two:hover .portfolio-v8-content-two {
  bottom: 0;
}

.portfolio-v8-title-two a {
  color: var(--theme-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.portfolio-v8-title-two a:hover {
  color: var(--black-color);
}

.portfolio-block-v8-two .portfolio-v8-image-box {
  border: 20px solid var(--white-color);
  margin-bottom: 40px;
}

.portfolio-v8-btn-two a {
  line-height: 25px;
  height: 50px;
  width: 50px;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  margin-left: 40px;
}

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

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .portfolio-v8-content {
    padding: 20px;
  }

  .portfolio-v8-title a {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 992px) {
  .portfolio {
    margin-right: 0px;
  }
}

@media screen and (max-width: 575px) {
  .portfolio-v8-content {
    padding: 20px;
  }

  .portfolio-v8-title a {
    font-size: 25px;
    line-height: 35px;
  }
}

/*
-------- Testimonial Three ---------------
*/

.testimonial-three-item-box {
  position: relative;
  margin-bottom: 30px;
}

.image-three-wrap {
  position: relative;
  margin-bottom: -73px;
  text-align: center;
}

.testimonial-three-item-box .image-three-wrap img {
  height: 145px;
  width: 145px;
  border: 5px solid var(--black-color);
  border-radius: 100%;
  margin: auto;
}

.testimonial-three-item-info {
  padding: 85px 30px 25px;
  background: var(--theme-color);
  border-radius: 20px;
  text-align: center;
}

.testimonial-three-des {
  color: var(--white-color);
  margin-top: 11px;
  margin-bottom: 17px;
}

.testimonial-three-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}

.testimonial-three-deg {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.testimonial-three-rating {
  color: #ffba08;
}

.testimonial-three-rating i {
  padding: 0 5px;
}

.testimonial-three-quit {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color);
  font-size: 60px;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 45px solid var(--theme-color);
  margin: auto;
}

/*
-------- Testimonial Six ---------------
*/

.testimonial-v6-items {
  display: flex;
  align-items: end;
}

.testimonial-v6-item-box.testi-box {
  border: 1px solid var(--white-color);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
  padding: 38px 50px 0px 50px;
  margin-bottom: 90px;
}

.testimonial-v6-items {
  margin-bottom: 45px;
}

.testimonial-v6-items .eco-t-title,
.testimonial-v6-items .eco-section-title span {
  color: var(--white-color);
}

.client-content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-left: 151px;
}

.testmonial-v6-content {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  border-bottom: 1px solid var(--white-color);
  margin-bottom: 34px;
  padding-bottom: 33px;
}

.testimonial-v6-designation {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.client-info-box .testimonial-name {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-v6-info .image-v6-wrap img {
  border-radius: 100%;
  object-fit: cover;
  height: 118px;
  width: 118px;
}

.testimonial-v6-info {
  position: relative;
}

.image-v6-wrap {
  position: absolute;
  bottom: -55px;
}

.testimonial-v6-information .share {
  display: block;
  margin-top: 17px;
}

.testimonial-wrapper-v6 .slick-arrow {
  font-size: 30px;
  border: 1px solid var(--theme-color);
  height: 73px;
  width: 73px;
}

.testimonial-wrapper-v6 .slick-arrow:hover {
  background: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

@media only screen and (max-width: 1400px) {
  .testmonial-v6-content {
    font-size: 22px;
    line-height: 38px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .testimonial-v6-item-box.testi-box {
    padding: 38px 40px 39px 40px;
    margin-bottom: 0px;
  }

  .testmonial-v6-content {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 47px;
    padding-bottom: 30px;
  }

  .client-content-box {
    padding-left: 96px;
  }

  .image-v6-wrap {
    position: absolute;
    bottom: 0;
  }

  .testimonial-v6-info .image-v6-wrap img {
    height: 80px;
    width: 80px;
  }

  .testimonial-v6-information .share i {
    margin-right: 4px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-v6-items .eco-t-titles {
    margin-right: 18px;
  }
}

@media (max-width: 768px) {
  .testimonial-v6-items {
    flex-direction: column;
    align-items: start;
  }

  .testimonial-v6-items .eco-t-titles {
    margin-bottom: 50px;
  }

  .testimonial-v6-items .testimonial-arrow {
    text-align: start;
  }

  .testimonial-v6-item-box.testi-box {
    padding: 38px 40px 39px 40px;
    margin-bottom: 0;
  }

  .testmonial-v6-content {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 47px;
    padding-bottom: 30px;
  }

  .client-content-box {
    padding-left: 96px;
  }

  .image-v6-wrap {
    position: absolute;
    bottom: 0;
  }

  .testimonial-v6-info .image-v6-wrap img {
    height: 80px;
    width: 80px;
  }

  .testimonial-v6-information .share i {
    margin-right: 4px;
  }
}

@media (max-width: 480px) {
  .testmonial-v6-content {
    margin-bottom: 35px;
  }

  .image-v6-wrap {
    bottom: 117px;
  }

  .testmonial-v6-content {
    font-size: 18px;
    line-height: 33px;
  }

  .client-content-box {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 116px;
  }

  .testimonial-v6-info .image-v6-wrap img {
    height: 95px;
    width: 95px;
  }

  .testimonial-v6-information .share {
    margin-top: 10px;
  }

  .client-info-box .testimonial-name {
    margin: 0;
  }
}

/* ---------- TESTIMONIAL SEVEN STYLE ---------- */

.testi-v7-author-item .carousel-indicators {
  margin: 0 50px;
}

.testi-v7-wrapper .carousel-indicators {
  display: flex;
  align-items: center;
}

.testi-v7-wrapper .carousel-indicators [data-bs-target] {
  width: 100%;
  text-indent: 0;
  height: unset;
  background: unset;
  border: none;
  opacity: 1;
}

.testi-v7-wrapper .carousel-indicators button {
  margin-right: 20px;
}

.testi-v7-wrapper .carousel-indicators button:last-child {
  margin-right: 0;
}

.testi-v7-wrapper .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: unset;
}

.testi-v7-author-info {
  display: flex;
  align-items: center;
  padding: 18px;
  background: var(--theme-color);
  opacity: 1;
  text-align: center;
  transition: all 0.4s ease;
  justify-content: center;
}

.testi-v7-wrapper .carousel-indicators button:last-child .testi-v7-author-info {
  margin-bottom: 0;
}

.testi-v7-wrapper .carousel-indicators button.active .testi-v7-author-info {
  background: var(--black-color);
}

.testi-v7-botton-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.testi-v7-botton-desig {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.active .testi-v7-botton-desig {
  color: var(--white-color);
}

.testi-v7-img {
  height: 130px;
  width: 130px;
  margin: auto;
}

.testi-v7-wrapper .testi-v7-img img {
  border-radius: 100%;
  margin-bottom: 21px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testi-v7-content-item {
  padding-bottom: 60px;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 50px;
}

.testi-v7-wrapper .carousel-control-next,
.testi-v7-wrapper .carousel-control-prev {
  position: absolute;
  top: unset;
  bottom: -50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--theme-color);
  text-align: center;
  border: 0;
  transition: opacity 0.15s ease;
  width: 70px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 5px;
  transition: 0.4s;
  font-size: 40px;
}

.testi-v7-wrapper .carousel-control-next:hover,
.testi-v7-wrapper .carousel-control-prev:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.testi-v7-wrapper .carousel-control-prev {
  left: 40%;
}

.testi-v7-wrapper .carousel-control-next {
  right: 40%;
}

.testi-v7-img img {
  margin-top: -55px;
}

.testi-v7-name {
  color: var(--theme-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.testi-v7-des {
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 15px 55px 33px 55px;
}

.testi-v7-share {
  color: var(--theme-color);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 43px;
}

.testi-v7-share i {
  margin-right: 2px;
}

.testi-v7-share i:last-child {
  margin-right: 0;
}

.testi-v7-content {
  position: relative;
}

.quote-icon {
  font-size: 18px;
  position: relative;
  top: -10px;
  left: 0;
  height: 50px;
  width: 50px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white-color);
  border: 4px solid var(--white-color);
}

@media only screen and (max-width: 1140px) {
  .testi-v7-author-item .carousel-indicators {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .testi-v7-wrapper .carousel.carousel-dark {
    display: block;
    align-items: center;
    flex-direction: column-reverse;
  }

  .testi-v7-author-item {
    display: none;
  }

  .testi-v7-content-item {
    padding: 0px 40px 40px;
  }

  .testi-v7-content {
    margin: 0 10px;
  }

  .testi-v7-des {
    margin: 15px 0px 0px 0px;
  }
}

/*
------------- team Six Style Start -----------
*/

.team-six-card {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  position: relative;
  margin-bottom: 30px;
  transition: 0.4s;
}

.team-six-card .team-six-card_img img {
  height: 440px;
  width: 400px;
  object-fit: cover;
}

.team-six-card .team-six-card_content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}

.team-six-card_content .social-six-btn {
  opacity: 1;
  transform: none;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  gap: 5px;
  transition: 0.4s;
}

.social-six-btn a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
}

.social-six-btn a:hover {
  background: var(--white-color);
}

.team-six-card .team-six-card_title {
  background: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 26px;
  margin-bottom: 0;
  margin-top: 0;
}

.team-six-card .team-six-card-desig {
  background: var(--theme-color);
  display: inline-block;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  padding: 5.5px 25px 3.5px;
}

/*
-------------- Service Six Style --------------
*/

.service-six-card {
  text-align: center;
  overflow: hidden;
}

.service-six-icon {
  font-size: 60px;
  height: 150px;
  width: 150px;
  background: var(--theme-color);
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
  position: relative;
  margin-bottom: 33px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: var(--white-color);
  transform: rotate(0deg);
  box-shadow: 0px 0px 2px 10px rgba(75, 175, 71, 0.5);
}

.service-six-card:hover .service-six-icon {
  transform: rotate(360deg);
  box-shadow: 0px 0px 2px 15px rgba(75, 175, 71, 0.5);
}

.servie-six-image {
  overflow: hidden;
}

.service-six-card .servie-six-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-six-card:hover .servie-six-image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.service-six-content {
  border: 1px solid #e3e3e3;
  padding: 0 40px 20px;
  background: var(--white-color);
  margin-bottom: 30px;
}

.service-six-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.service-six-text {
  margin-bottom: 33px;
}

.service-six-card:hover .service-six-title a {
  color: var(--theme-color);
}

.service-six-btn .theme-btns {
  background: var(--black-color);
  border-radius: 0;
}

.service-six-btn .theme-btns:before {
  background: var(--theme-color);
  border-radius: 0;
}

/*
------------ About Image Two -------------
 */

.about-image-two-item {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.about-image-two-content h2 {
  color: var(--white-color);
  font-weight: 800;
  margin-bottom: 3px;
}

.about-image-two-content span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--white-color);
}

.about-image-two-exp-box {
  background: var(--theme-color);
  padding: 20px 25px 24px;
  width: 285px;
  position: absolute;
  top: 40px;
  left: -140px;
  text-align: left;
  border: 10px solid #fff;
  display: flex;
  align-items: center;
}

.about-image-two-exp-icon {
  font-size: 60px;
  color: var(--white-color);
  margin-right: 20px;
}

.about-image-two-exp-icon svg {
  height: 60px;
  width: 60px;
}

.about-two-small-imge {
  position: absolute;
  bottom: -80px;
  right: -50px;
}

.about-image-two-item .about-two-small-imge img {
  height: 270px;
  width: 270px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .about-image-two-exp-box {
    left: -40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .about-image-two-exp-box {
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .about-image-two-exp-box {
    left: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .about-image-two-exp-box {
    left: 0px;
  }

  .about-two-small-imge {
    bottom: -50px;
    right: 0px;
  }

  .about-two-small-imge img {
    height: 250px;
    width: 250px;
  }
}

/* -------------- Testimonial Four --------- */
.testimonial-four-item-box {
  display: flex;
  background: var(--bg-color);
  border: 1px solid var(--theme-color);
  padding: 30px 30px 23px;
}

.testimonial-four-item-box .testimonial-four-image img {
  min-width: 90px;
  border-radius: 100%;
}

.testimonial-four-image {
  margin-right: 20px;
}

.testimonial-four-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}

.testimonial-four-deg {
  margin-left: 10px;
  color: var(--theme-color);
  text-transform: capitalize;
}

.testimonial-four-des {
  margin-top: 9px;
}

/* -------------------- Donated Style Two ------------- */
.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;
}

.donate-contents {
  position: relative;
}

.donated-title-box {
  margin-bottom: 30px;
}

.ecofine-donation-two-wrapper .slick-slider {
  margin-right: -370px;
}

.donate-two-single {
  background: var(--bg-color);
  border-bottom: 3px solid var(--theme-color);
}

.donate-two-single.slick-slide {
  margin: 0 15px;
}

.donatet-category {
  margin: auto;
  height: 200px;
  width: 230px;
  background: var(--bg-color);
  margin-top: -70px;
  text-align: center;
  border-radius: 100%;
  padding-top: 30px;
  position: relative;
  font-weight: 500;
  color: var(--theme-color);
}

.donatet-category a {
  color: var(--theme-color);
  font-weight: 500;
  text-transform: capitalize;
}

.donatet-category a:hover {
  color: var(--black-color);
}

.donate-two-contents {
  padding: 30px;
  overflow: hidden;
  margin-top: -135px;
  background: var(--bg-color);
}

.donated-title-box .about-des {
  margin-bottom: 60px;
}

.donation-arrow-wrapper button {
  font-size: 20px;
}

.donation-arrow-wrapper button.donation-prev {
  margin-right: 15px;
}

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

@media only screen and (max-width: 1500px) {
  .ecofine-donation-two-wrapper .slick-slider {
    margin-right: 0px;
  }
}

/* ----------- Header Seven Style ---------  */
.header-section.header-seven {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 1, 2, 0.5);
}

.header-top-bar-seven {
  border-bottom: 2px solid var(--theme-color);
  padding: 20px 0;
}

.header-links-seven {
  text-align: end;
}

.header-links.header-links-seven li:last-child {
  margin-right: 0px;
}

.header-seven-social a {
  display: inline-flex;
  background: var(--theme-color);
  color: var(--white-color);
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.header-seven-social a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

@media only screen and (max-width: 1480px) {
  .header-links.header-links-seven li:last-child {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .header-seven .menu-area {
    padding: 20px 0;
  }

  .header-links.header-links-seven li:first-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-links.header-links-seven li:nth-child(2) {
    display: none;
  }
}

@media (max-width: 575px) {
  .header-links-seven {
    display: none;
  }

  .header-seven-logo {
    text-align: center;
  }
}

.header-button-seven .theme-btns {
  background: var(--theme-color);
  color: var(--white-color);
  margin-left: 30px;
  border-radius: 0;
}

.header-button-seven .theme-btns:hover,
.header-button-seven .theme-btns::before {
  background: var(--white-color);
  color: var(--theme-color);
}

/* ----------- Header Eight Style ---------  */
.header-eight-top-bar,
.header-eight-section .menu-area {
  background-color: var(--black-color);
}

.header-eight-top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-eight-contact-info ul,
.header-eight-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-eight-contact-info ul,
.header-eight-contact-info ul li,
.header-eight-contacts,
.header-eight-contact ul {
  display: flex;
  align-items: center;
}

.header-eight-contacts {
  justify-content: space-between;
}

.header-eight-contact-info ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 0;
  margin-right: 18px;
  padding-right: 18px;
}

.header-eight-contact-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.header-eight-menu .main-menu>ul>li {
  margin: 0 17px;
}

.header-eight-contact-info-icon {
  color: var(--white-color);
  margin-right: 10px;
}

.header-eight-contact-info,
.header-eight-contact-info a {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

.header-eight-top-wrapper .header-eight-contact ul li a {
  margin-right: 24px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
}

.header-eight-top-wrapper {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-eight-top-wrapper .header-eight-contact ul li a::after {
  position: absolute;
  content: "/";
  top: 0;
  right: -14px;
}

.header-eight-top-wrapper .header-eight-contact ul li a:hover {
  color: var(--theme-color);
}

.header-eight-top-wrapper .header-eight-contact ul li:last-child a::after {
  display: none;
}

.header-eight-social {
  display: flex;
  align-items: center;
}

.social-list-wrap {
  margin-left: 10px;
}

.header-eight-social a {
  color: var(--white-color);
}

.header-eight-social .social-title {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.header-eight-social a {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-right: 13px;
}

.header-eight-social a:last-child {
  margin-right: 0px;
}

.headeer-eight-menu-wrp .main-menu li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.headeer-eight-menu-wrp .main-menu li a:hover {
  color: var(--theme-color);
}

.menu-area .header-eight-menu {
  display: flex;
  align-items: center;
  margin-left: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 40px;
}

.header-eight-search.button.search-open {
  color: var(--white-color);
  font-size: 20px;
  margin-left: 120px;
}

.header-eight-menu .main-menu>ul>li>a {
  padding: 28px 0;
}

.header-eight-button .theme-btns {
  background: transparent;
  border: 1px solid var(--white-color);
  border-radius: 0;
  text-transform: uppercase;
}

.header-eight-button .button-icon {
  display: inline;
}

.header-eight-button .theme-btns:before {
  background-color: var(--theme-color);
  border-radius: 0;
}

.header-eight-search-popup .header-search-popup-content input[type="search"] {
  margin-bottom: 0;
  border-radius: 0;
}

.header-eight-search-popup .header-search-popup-content form button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 1399px) {
  .header-eight-search.button.search-open {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .menu-area .header-eight-menu {
    margin-left: 0px;
    padding-right: 0px;
    border: none;
  }

  .header-eight-contact-info ul li {
    margin-right: 10px;
    padding-right: 10px;
  }

  .header-eight-top-wrapper .header-eight-contact ul li a {
    margin-right: 18px;
  }

  .header-eight-top-wrapper .header-eight-contact ul li a::after {
    right: -11px;
  }
}

@media (max-width: 991px) {
  .header-eight-section .header-logo {
    padding: 15px 0;
  }

  .header-eight-contact {
    display: none;
  }

  .header-eight-menu .ot-menu-toggle {
    border-radius: 0;
  }

  .header-eight-menu .ot-menu-toggle:hover {
    background-color: var(--white-color);
    color: var(--black-color);
  }

  .ot-menu-wrapper.header-eight-ot-menu .ot-menu-toggle {
    background-color: var(--white-color);
    color: var(--black-color);
  }

  .header-eight-social {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .header-eight-contacts {
    justify-content: center;
    padding-top: 10px;
  }

  .header-eight-contact-info ul {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .header-eight-contact-info ul li {
    margin: 0;
    padding: 0;
    border: none;
  }

  .header-eight-top-wrapper {
    border: none;
  }

  .header-eight-contact-info,
  .header-eight-contact-info a {
    line-height: 28px;
  }

  .header-eight-social {
    justify-content: center;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .menu-area .header-eight-menu {
    padding-right: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.header-search-popup {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  top: 0;
  left: 0;
  transform: translateY(-130%);
  transition: transform 600ms ease, opacity 600ms ease;
}

.header-search-popup.active {
  transform: translateY(0%);
}

.header-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black-color);
  opacity: 0.8;
  cursor: pointer;
  z-index: -1;
}

.button.search-open {
  margin-left: 30px;
  color: var(--theme-color);
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}

.header-search-popup-content {
  width: 100%;
  max-width: 550px;
}

.header-search-popup-content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.header-search-popup-content input[type="search"] {
  margin-bottom: 0;
}

.header-search-popup-content form button {
  border: none;
  outline: none;
  padding: 0;
  width: 70px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
}

/* --------- Footer Style five ----------- */

footer.footer-five-wrapper {
  position: relative;
  background-color: #08090c;
}

.footer-five-contact-card {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #4baf4730;
}

.footer-five-info-card {
  padding: 60px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-five-info-card_icon {
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--white-color);
}

.footer-five-contact-card .footer-five-info-card:not(:first-child) {
  border-left: 1px solid #4baf4730;
  padding-left: 100px;
}

.footer-five-info-card_label {
  color: var(--white-color);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.footer-five-info-card_title {
  color: var(--white-color);
  font-weight: 500;
  line-height: 30px;
}

.footer-five-widget-area {
  padding: 100px 0 50px;
}

.footer-five-widget {
  margin-bottom: 50px;
}

.v5-link-wrp {
  display: flex;
  justify-content: center;
}

.widget-about .footer-five-logo {
  margin-bottom: 37px;
}

.widget-about .footer-five-about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
  color: var(--white-color);
}

.footer-five-social-btn {
  display: flex;
  gap: 10px;
}

.footer-five-social-btn a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
}

.footer-five-social-btn a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.footer-five-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  margin: -0.04em 0 40px 0;
  font-size: 20px;
  font-weight: 500;
}

.quick_link_list ul li a {
  color: var(--white-color);
}

.quick_link_list ul li a:hover {
  color: var(--theme-color);
}

.quick_link_list ul li:first-child {
  padding-top: 0;
}

/* ---- footer Gallery ------------ */

.footer-five-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding-top: 8px;
}

.footer-five-gallery .gallery-thumb:before {
  content: "";
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--theme-color);
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
}

.footer-five-gallery .gallery-thumb img {
  height: 80px;
  width: 80px;
}

.footer-five-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
}

.footer-five-gallery .gallery-btn:hover {
  color: var(--theme-color);
}

.footer-five-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.footer-five-gallery .gallery-thumb:hover:before {
  transform: scaleX(1);
}

.footer-five-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .footer-five-gallery {
    max-width: 350px;
  }
}

/* ---- */
.footer-five-newslatter-des {
  color: var(--white-color);
}

/* ------ copyright area ---- */
.footer-five-copyright-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4baf4730;
  padding: 18px;
}

.footer-five-copyright-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-five-copyright-menu ul li {
  display: inline;
}

.footer-five-copyright-menu ul li a {
  margin-right: 30px;
  color: var(--white-color);
  font-weight: 500;
}

.footer-five-copyright-menu ul li:last-child a {
  margin-right: 0;
}

.footer-five-copyright-menu ul li a:hover {
  color: var(--theme-color);
}

.footer-five-copyright-text {
  color: var(--white-color);
  font-weight: 500;
}

@media (max-width: 1199px) {
  .footer-five-contact-card .footer-five-info-card:not(:first-child) {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .footer-five-contact-card {
    display: block;
    padding: 35px 0;
    text-align: center;
  }

  .footer-five-contact-card .footer-five-info-card {
    padding: 15px 0;
    display: inline-flex;
    padding-right: 50px;
    text-align: left;
  }

  .footer-five-contact-card .footer-five-info-card:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }

  .footer-five-copyright-area {
    display: block;
    text-align: center;
  }

  .footer-five-copyright-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer-five-contact-card {
    text-align: left;
  }
}

/* ------------ Blog Six style ------------- */

.blog-six-card {
  display: flex;
  margin-bottom: 30px;
}

.blog-six-card .blog-six-img img {
  height: 250px;
  width: 350px;
  min-width: 350px;
}

.blog-six-img {
  position: relative;
  margin-right: 30px;
}

.blog-six-date {
  padding: 10px 20px;
  background: var(--theme-color);
  width: 160px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--white-color);
}

.blog-six-date a {
  color: var(--white-color);
  margin-left: 5px;
}

.blog-six-date a:hover {
  color: var(--black-color);
}

.blog-six-title {
  color: var(--black-color);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.blog-six-des {
  margin-top: 17px;
  margin-bottom: 28px;
}

/* ----- */

.blog-six-meta .byline {
  margin-right: 20px;
}

.blog-six-meta .byline .author a,
.blog-six-meta .comments-link a {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}

.blog-six-meta i {
  color: var(--theme-color);
  font-size: 14px;
}

/* blog-six-style-two */
.blog-six-style-two .news-five-image img {
  height: 530px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-six-card {
    display: block;
  }

  .blog-six-img {
    margin-bottom: 30px;
  }

  .blog-six-card .blog-six-img img {
    width: 100%;
    height: 300px;
    min-width: 100%;
  }

  .blog-six-style-two .news-five-image img {
    height: 400px;
    object-fit: cover;
  }

  .blog-six-style-two .news-five-image img {
    min-height: 100%;
  }

  .about-image-two-exp-box {
    width: 260px;
  }

  .about-image-two-exp-icon {
    font-size: 50px;
    margin-right: 15px;
  }

  .about-image-two-content h2 {
    font-weight: 700;
    font-size: 42px;
  }

  .about-image-two-content span {
    font-size: 16px;
  }

  .about-image-two-item .about-two-small-imge img {
    height: 150px;
    width: 150px;
    border: 5px solid #fff;
  }
}

@media (max-width: 575px) {
  .testimonial-four-item-box {
    display: block;
  }

  .testimonial-four-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .triangle-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid var(--theme-color);
  }
}

/*  Footer Template Style Two ---- */
.footer-two-wrapper {
  background: var(--black-color);
}

.footer-two-inner-section {
  padding: 80px 0 40px;
}

.footer-two-top {
  margin-bottom: 20px;
}

.ft-two-top-info {
  display: flex;
  background: var(--theme-color);
  padding: 25px 30px 23px;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 10px;
}

.ft-two-top-icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  background: var(--white-color);
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  margin-right: 20px;
  border-radius: 10px;
}

.ft-two-top-title {
  color: var(--white-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 4px;
}

.ft-two-top-des {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.ft-two-top-des p {
  margin: 0;
}

.ft-two-top-des strong {
  font-weight: 600;
}

/* widghd */
.widget.footer-two-widget {
  margin-bottom: 40px;
}

.footer-two-widget .widget_title {
  color: var(--white-color);
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 25px;
}

.footer-two-newslatter-des,
.footer-two-about-text {
  color: var(--white-color);
  line-height: 30px;
}

.footer-two-social-btn .theme-btns {
  margin-top: 40px;
}

.footer-two-social-btn .theme-btns:before {
  background: var(--white-color);
}

.footer-two-social-btn .theme-btns:hover {
  color: var(--theme-color);
}

/* --- recent post */
.footer-justify-content {
  display: flex;
}

.ft-post-title a {
  color: var(--white-color);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.ft-two-post-widget {
  padding-top: 0;
}

.footer-two-copyright-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color-2);
  padding: 26px 0;
}

.footer-two-copyright-text {
  color: #e3e3e3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.footer-two-copyright-text a {
  color: #e3e3e3;
}

.footer-two-copyright-text a:hover {
  color: var(--theme-color);
}

.footer-two-copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-two-copyright-menu ul li {
  display: inline-block;
}

.footer-two-copyright-menu ul li a {
  color: #e3e3e3;
  margin-right: 10px;
  border-right: 1px solid #e3e3e3;
  padding-right: 10px;
  line-height: normal;
}

.footer-two-copyright-menu ul li a:hover {
  color: var(--theme-color);
}

.footer-two-copyright-menu ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.ft-post-date {
  color: var(--white-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

/* ------------ Footer Template One Style ----------- */
.copyright-one-wrap {
  background: var(--theme-color);
}

.footer-one-copyright-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.f-one-about-img img {
  margin-bottom: 20px;
}

/* ------------ SERVICE V7 Style ----------- */

.servies-v7-card-img {
  height: 450px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 20px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.servies-v7-hover-card,
.servies-v7-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: table;
  transition: 0.4s;
}

.service-v7-tablecells,
.service-v7-tablecell {
  display: table-cell;
  vertical-align: bottom;
}

.service-v7-icon {
  font-size: 70px;
  color: var(--white-color);
  margin-bottom: 25px;
}

.service-v7-title {
  color: var(--white-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.service-v7-title a {
  color: var(--white-color);
}

.service-v7-tablecell .service-v7-title {
  margin-bottom: 0;
}

.service-v7-des {
  color: var(--white-color);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 27px;
}

.servies-v7-hover-card {
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(357deg,
      rgb(16 218 7 / 55%) 20.79%,
      rgb(6 8 21 / 64%) 60.97%);
  top: 100%;
}

.servies-v7-card-img:hover .servies-v7-card {
  visibility: hidden;
  opacity: 0;
}

.servies-v7-card-img:hover .servies-v7-hover-card {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.service-v7-btn .theme-btns {
  background: var(--white-color);
  color: var(--theme-color);
}

.service-v7-btn .theme-btns:hover {
  color: var(--white-color);
}

/* --------------- Team Seven Style ------------ */
.team-seven-item {
  border-radius: 10px;
  background: linear-gradient(187deg, #4baf47 -5.64%, #24231d 65.54%);
  text-align: center;
  padding: 40px;
  margin-bottom: 40px;
}

.team-seven-item .team-seven-image img {
  height: 220px;
  width: 220px;
  border-radius: 100%;
  margin-bottom: 30px;
  border: 10px solid var(--white-color);
}

.team-seven-title {
  color: var(--white-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.6px;
  margin-bottom: 6px;
}

.team-seven-title a {
  color: var(--white-color);
}

.team-seven-degi {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

.team-seven-social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-seven-social li {
  display: inline-block;
  margin-right: 10px;
}

.team-seven-social li:last-child {
  margin-right: 0;
}

.team-seven-social li a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--white-color);
  transition: all 0.3s ease 0s;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-seven-social li a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

/* --------------- Team Eight Style ------------ */

.eco-team-v8-member-items {
  margin-bottom: 25px;
}

.eco-team-v8-image {
  overflow: hidden;
  position: relative;
}

.eco-team-v8-image img {
  transition: all 0.5s ease-in;
  transform: scale(1);
  width: 100%;
}

.eco-team-v8-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.eco-team-v8-member-items:hover .eco-team-v8-image::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 700ms linear;
}

.eco-team-v8-member-items:hover .eco-team-v8-image img {
  transform: scale(1.05);
}

.team-v8-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 7px;
}

.team-v8-title {
  color: var(--black-color);
  font-size: 24px;
  line-height: 33.6px;
  margin: 0;
}

.team-v8-stitle {
  color: var(--black-color);
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  position: relative;
}

.team-v8-stitle::before {
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: var(--black-color);
  top: 50%;
  left: -14px;
  content: "";
  border-radius: 100%;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
}

.eco-team-v8-member-items:hover .team-v8-stitle::before {
  background-color: var(--theme-color);
}

.team-v8-social ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.team-v8-social ul li a {
  margin-right: 14px;
  color: var(--theme-color);
  font-size: 14px;
}

.team-v8-social ul li a:hover {
  color: var(--black-color);
}

.team-v8-social ul li:last-child a {
  margin-right: 0px;
}

/* --------------- Team Nine Style ------------ */
.our-team-v9 {
  position: relative;
  margin-bottom: 90px;
}

.team-v9-image {
  overflow: hidden;
}

.team-v9-image img {
  width: 100%;
}

.our-team-v9:hover .team-v9-image img {
  transform: scale(1.08);
}

.team-v9-social {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -170px;
  left: 0;
  transition: all 0.4s ease;
}

.team-v9-icon-wrapper {
  position: relative;
  cursor: pointer;
  line-height: 0;
  height: 38px;
  width: 38px;
}

.tv9-icon-box {
  transition: all 0.4s ease;
}

.team-v9-icon-wrapper:hover .tv9-icon-box {
  transform: rotate(45deg);
}

.team-v9-social li a,
.team-v9-icon {
  height: 38px;
  width: 38px;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  transition: all 0.4s ease;
}

.team-v9-social li a:hover {
  background-color: var(--black-color);
}

.team-v9-social li a {
  opacity: 0;
}

.team-v9-icon-wrapper:hover .team-v9-social li a {
  opacity: 1;
}

.team-v9-icon-wrapper:hover .team-v9-social {
  top: -185px;
}

.team-v9-info {
  padding: 17px 24px 5px 24px;
  display: flex;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  position: absolute;
  bottom: -38px;
  left: 50%;
  width: 83%;
  transform: translate(-50%);
}

.team-v9-icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-v9-content {
  padding-left: 24px;
}

.team-v9-stitle {
  font-weight: 100;
  line-height: 30px;
}

.team-v9-title {
  color: var(--black-color);
  font-size: 24px;
  line-height: 28px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .team-v9-content {
    padding-left: 20px;
  }

  .team-v9-title {
    color: var(--black-color);
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .team-v9-icon-wrapper {
    margin-bottom: 20px;
  }

  .team-v9-content {
    padding-left: 0;
  }

  .team-v9-info {
    flex-direction: column;
    align-items: self-start;
  }
}

/* ************* Team V10 Style ********** */

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

.eco-team-v10-content {
  position: absolute;
  opacity: 0;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white-color);
  padding: 25px 30px;
  width: 96%;
  transition: all 0.4s;
  text-align: center;
}

.eco-v10-team-item-box {
  margin: 0 10px;
}

.eco-team-v10-item {
  position: relative;
}

.eco-team-v10-item .eco-team-v10-content-wrp img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.eco-team-v10-content-wrp:hover .eco-team-v10-content {
  opacity: 1;
  width: 88%;
  transition: all 0.4s;
}

.team-v10-social-area {
  border-top: 1px solid var(--border-color);
  margin-top: 14px;
  padding-top: 20px;
}

.team-v10-social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-v10-social-area ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-v10-social-area ul li:last-child {
  margin-right: 0;
}

.team-v10-social-area ul li a {
  width: 37px;
  height: 37px;
  color: var(--theme-color);
  background: var(--bg-color);
  font-size: 16px;
  line-height: 16px;
  display: flex;
  border-radius: 50%;
  transition: all 0.4s linear 0s;
  justify-content: center;
  align-items: center;
}

.team-v10-social-area ul li a:hover {
  color: var(--white-color);
  background: var(--theme-color);
}

.team-v10-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

.team-v10-title a:hover {
  color: var(--theme-color);
}

.team-v10-content-heading span {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .eco-team-v10-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .eco-team-v10-content {
    padding: 30px 20px;
  }
}

/* --------------- COUNTER V2 STYLE Style ------------ */

.eco-counter-v2-wrapper {
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0px 41.04px 42px 0px rgba(163, 148, 148, 0.05);
  padding: 70px 0 25px;
}

.eco-counter-v2-icon {
  font-size: 50px;
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 14px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.eco-count-v2-timer.timer,
.eco-counter-V2-numner span {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  display: inline-block;
  color: var(--black-color);
}

.eco-counter-V2-title {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.eco-counter-content {
  display: flex;
  flex-direction: column;
}

.eco-counter-items {
  text-align: center;
  margin-bottom: 40px;
}

.eco-counter-v2-wrapper .eco-counter-item {
  border-right: 1px dotted #dadada;
  text-align: center;
}

.eco-counter-v2-wrapper [class*="col-"]:last-child .eco-counter-item {
  border-right: none;
}

.eco-counter-hten .eco-count-v2-timer.timer,
.eco-counter-hten .eco-counter-V2-numner span {
  color: #e0dfd9;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #a1a1a1;
  font-size: 42px;
  font-weight: 800;
  line-height: 57.6px;
  text-transform: capitalize;
}

.eco-counter-hten .eco-counter-V2-title {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.rtl .eco-counter-v2-wrapper .eco-counter-item {
  border-left: 1px dotted #dadada;
  border-right: 0;
}

.rtl .eco-counter-v2-wrapper [class*="col-"]:last-child .eco-counter-item {
  border-left: none;
}

@media screen and (max-width: 991px) {
  .eco-counter-v2-wrapper .eco-counter-item {
    border-right: none;
  }
}

/* ------- Testimonial Five Style -------- */
.testimonial-v5-item-box {
  margin-bottom: 40px;
}

.testimonial-v5-content {
  position: relative;
  font-weight: 500;
  padding: 30px;
  border: 1px solid #dfdeda;
  background: var(--white-color);
  transition: 0.4s;
  border-radius: 5px;
}

.testimonial-v5-content:after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--white-color);
  border-bottom: 1px solid #dfdeda;
  border-left: 1px solid #dfdeda;
  position: absolute;
  bottom: -16px;
  left: 65px;
  transform: skewY(-45deg);
  transition: 0.4s;
}

.testimonial-v5-info {
  display: flex;
  margin-top: 50px;
}

.testimonial-v5-info .image-wrap img {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  border: 1px solid var(--theme-color);
  padding: 10px;
  margin-right: 20px;
}

.testimonial-v5-name {
  color: var(--black-color);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonial-v5-item-box .share {
  margin-bottom: 0;
}

.testimonial-v5-item-box:hover .testimonial-v5-content:after,
.testimonial-v5-item-box:hover .testimonial-v5-content {
  background: var(--theme-color);
  color: #fff;
}

.testi-v5-wrapper .slick-dots {
  bottom: -50px;
}

/* --------- SERVICE EIGHT STYLE ---------- */

.service-v8-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.service-v8-normal-item {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background: #4baf47b3;
  transition: 0.4s;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.service-eight-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 100px;
  margin-right: 20px;
}

.service-eight-icon svg {
  width: 30px;
}

.service-v8-title {
  color: var(--white-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

/* ------ hover -------- */
.service-v8-hover-item {
  background: linear-gradient(190deg,
      #4baf47 3.68%,
      rgba(75, 175, 71, 0.7) 42.03%,
      rgba(75, 175, 71, 0.41) 80.38%,
      rgba(75, 175, 71, 0) 101.86%);
  padding: 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  -moz-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  -o-transform: translate(300px, 0px);
}

.service-v8-wrapper:hover .service-v8-normal-item {
  visibility: hidden;
  opacity: 0;
  transform: translate(100px, 0px);
  -webkit-transform: translate(100px, 0px);
  -moz-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  -o-transform: translate(100px, 0px);
}

.service-v8-wrapper:hover .service-v8-hover-item {
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.service-v8-hover-icon {
  font-size: 60px;
  height: 120px;
  width: 120px;
  border: 3px dotted var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  border-radius: 100%;
  margin-bottom: 25px;
  background: var(--white-color);
}

.service-v8-hover-icon svg {
  width: 60px;
}

.service-v8-hover-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}

.service-v8-hover-des {
  color: var(--white-color);
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 25px;
}

.service-v8-hover-btn .theme-btns {
  background: var(--white-color);
  color: var(--black-color);
}

/*==========================================
  =========== SERVICE NINE STYLE ===========
  ==========================================*/

.service-nine-items {
  display: flex;
  flex-direction: column;
}

.service-wrapper-nine [class*="col-"]:nth-child(odd) .service-nine-items {
  display: flex;
  flex-direction: column;
}

.service-wrapper-nine [class*="col-"]:nth-child(even) .service-nine-items {
  display: flex;
  flex-direction: column-reverse;
}

.service-nine-items {
  margin-bottom: 25px;
}

.service-box-nine {
  background-color: #fdfdfd;
  padding: 50px 40px 40px 40px;
  position: relative;
}

.service-v9-shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.service-nine-items:hover .service-v9-shape {
  opacity: 1;
}

.service-nine-items:hover .service-v9-shape img {
  position: relative;
  z-index: 0;
}

.service-icon-nine {
  font-size: 70px;
  color: var(--theme-color);
  margin-bottom: 32px;
}

.service-nine-title,
.services-nine-des {
  margin-bottom: 20px;
}

.services-nine-des {
  color: var(--body-color);
  font-weight: 500;
  line-height: 30px;
}

.service-nine-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  z-index: 1;
  position: relative;
}

.service-v9-btn a {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.service-nine-image {
  overflow: hidden;
}

.service-nine-items .service-nine-image>img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.service-nine-items:hover .service-nine-image>img {
  transform: scale(1.1);
}

.service-icon-nine {
  font-size: 70px;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
  transform: rotateY(0deg);
}

.service-nine-items:hover .service-icon-nine {
  transform: rotateY(180deg);
}

.service-v9-btn .btn-icon {
  margin-left: 7px;
}

/*=========================================
  =========== SERVICE TEN STYLE ===========
  =========================================*/

.service-v10-items {
  position: relative;
  margin-bottom: 20px;
}

.service-content-box-v10 {
  background-color: #fdfdfd;
  padding: 45px 30px 40px 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 307px;
  transform: translate(0, -50%);
  margin: 0 30px;
}

.service-content-box-v10::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #ebf6f3 0%, #fefeed 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.service-v10-items:hover .service-content-box-v10::before {
  opacity: 1;
}

.service-v10-items .service-v10-image img {
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.service-icon-v10 {
  font-size: 70px;
  color: var(--black-color);
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.service-v10-items:hover .service-icon-v10 {
  transform: rotateY(180deg);
}

.v10-shape-icon {
  position: absolute;
  left: 35%;
  z-index: -1;
}

.service-v10-items:hover .v10-shape-icon svg path {
  fill: var(--white-color);
}

.service-v10-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.services-v10-des {
  color: var(--body-color);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 18px;
}

.service-v10-btn a {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
}

.service-v10-btn a:hover {
  color: var(--black-color);
}

.service-v10-btn .btn-icon {
  margin-left: 8px;
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .service-content-box-v10 {
    padding: 35px 25px 30px 25px;
  }
}

@media screen and (max-width: 480px) {
  .service-content-box-v10 {
    padding: 35px 20px 30px 20px;
    top: 298px;
    margin: 0 20px;
  }
}

/*=========================================
  =========== SERVICE TEN STYLE ===========
  =========================================*/
.service-v11-items {
  border: 0.5px solid #d9d9d9;
  box-shadow: 0px 41.04px 42.48px 0px rgba(233, 211, 211, 0.05);
  padding: 30px;
  margin-bottom: 20px;
}

.service-v11-image {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.service-v11-image img {
  width: 100%;
  object-fit: cover;
}

.service-v11-image::before {
  position: absolute;
  content: "";
  background-color: #080e1c78;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}

.service-v11-items:hover .service-v11-image::before {
  opacity: 1;
}

.service-v11-items:hover .service-v11-image img {
  transform: scale(1.1);
}

.service-v11-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 11px;
}

.services-v11-des {
  font-weight: 500;
  line-height: 26px;
}

.service-v11-btn a {
  color: var(--black-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid var(--border-color);
  margin-top: 27px;
  display: inline-flex;
  transition: all 0.3s ease;
}

.service-v11-items:hover .service-v11-btn a {
  border-color: var(--theme-color);
}

.btn-v11-box {
  position: relative;
  overflow: hidden;
}

.btn-v11-text {
  transition: all 0.3s ease;
}

.btn-v11-text1 {
  position: relative;
  top: 0;
  left: 0;
}

.btn-v11-text2 {
  position: absolute;
  top: 25px;
}

.service-v11-btn a:hover .btn-v11-text1 {
  top: -25px;
}

.service-v11-btn a:hover .btn-v11-text2 {
  top: 0;
}

/* ------- DONATED THREE STYLE -------- */
.donate-v3-single {
  margin: 0 10px;
}

.donated-v3-content {
  padding: 40px 30px 30px;
  background: #0b0d0b;
  position: relative;
  transition: 0.4s;
}

.donated-v3-content .donat-title a {
  color: var(--white-color);
}

.donated-v3-content .donate-status {
  color: var(--white-color);
}

.donated-v3-content .donate-status .status-value {
  color: var(--theme-color);
}

.donatet-button .theme-btns {
  margin-top: 26px;
}

.donatet-button .theme-btns:hover {
  color: var(--theme-color);
  background: transparent;
}

.donatet-button .theme-btns::before {
  background: var(--white-color);
}

.donate-two-image {
  position: relative;
}

.donate-v3-date {
  background: var(--theme-color);
  width: max-content;
  padding: 5px 30px;
  position: absolute;
  top: -22px;
  color: var(--white-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  transition: 0.4s;
  border-radius: 5px;
}

/* hover */
.donate-v3-single:hover .donate-v3-date {
  background: var(--white-color);
  color: var(--theme-color);
}

.donate-v3-single:hover .donated-v3-content {
  background: var(--bg-color);
}

.donate-v3-single:hover .donate-status .status-label {
  color: var(--black-color);
}

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

.donat-v3-title a {
  color: var(--white-color);
}

.donate-v3-single:hover .donat-v3-title a {
  color: var(--theme-color);
}

.donation-top-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
}

.donation-top-section .eco-t-title span {
  color: var(--theme-color);
}

.donation-top-section .eco-t-title {
  font-size: 48px;
  line-height: 57px;
  margin-right: 100px;
  font-weight: 800;
}

.donation-arrow {
  width: 50%;
  text-align: right;
}

.donate-two-image {
  position: relative;
}

.donate-v3-single:hover .donate-two-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(8deg, #4baf47 8.74%, rgba(75, 175, 71, 0) 75.79%);
}

@media screen and (max-width: 767px) {
  .donation-top-section .eco-t-title {
    margin-right: 0px;
    font-size: 36px;
    line-height: 46px;
  }

  .donation-top-section {
    display: block;
  }

  .donation-arrow {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
}

/* ------ Video Image Four Style ------ */

.video-v4-grid-image {
  display: inline-flex;
}

.video-v4-small-one {
  margin-right: 20px;
}

.rtl .video-v4-small-one {
  margin-left: 20px;
  margin-right: 0;
}

.video-v4-grid-image .video-v4-small-one img,
.video-v4-grid-image .video-v4-small-two img {
  width: 280px;
  height: 220px;
  object-fit: cover;
}

.video-image-v4-wrapper .video-v4-big-img img {
  width: 580px;
  object-fit: cover;
  height: 220px;
}

.video-v4-big-img {
  margin-top: 20px;
}

.video-v4-grid-image {
  position: relative;
}

.video-v4-button {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.video-v4-button .play-btn {
  height: 90px;
  width: 90px;
  font-size: 35px;
  background: var(--white-color);
  color: var(--theme-color);
}

.video-v4-button .play-btn:before {
  width: 160%;
  height: 160%;
  border: 10px solid var(--theme-color);
  top: -30%;
  left: -31%;
}

.hnine-video-img {
  margin: 0;
  position: relative;
}

.video-image-v4-wrapper .hnine-video-img img {
  width: 100%;
  height: 690px;
}

.video-image-v4-wrapper .hnine-video-btn {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
}

.video-v4-button.hnine-video-btn .play-btn {
  height: 232px;
  width: 232px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--theme-color);
  font-family: Manrope;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.video-v4-button.hnine-video-btn .play-btn:before {
  width: 175%;
  height: 175%;
  border: 10px solid var(--theme-color);
  top: -38%;
  left: -38%;
}

/* ------- About three style --------- */

.about-title span {
  color: var(--theme-color);
}

.about-v3-des {
  color: var(--theme-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}

.about-v3-skill-title {
  color: var(--theme-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.about-section-wraper.about-three .skillbar-item .skillbar .skill-percent-count-wrap,
.about-section-wraper.about-three .skillbar-item .skill-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 5px;
}

.about-v3-icon-area {
  display: inline-flex;
  align-items: center;
  margin-bottom: 35px;
  width: 49%;
}

.about-v3-icon svg,
.about-v3-icon {
  font-size: 50px;
  margin-right: 20px;
  color: var(--theme-color);
}

.about-v3-icon-text {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.about-three .eco-skills-wrapper .skillbar-item {
  margin-bottom: 35px;
}

.about-v3-buttom-area {
  display: flex;
  align-items: center;
}

.about-v3-autohr-area {
  display: flex;
  align-items: center;
}

.about-v3-btn .theme-btns {
  margin-right: 50px;
}

.about-v3-autohr-img {
  margin-right: 20px;
}

.about-v3-autohr-area .about-v3-autohr-img img {
  height: 75px;
  width: 75px;
  object-fit: cover;
  border-radius: 100%;
}

.about-v3-title {
  margin-bottom: 36px;
  font-weight: 800;
  color: var(--black-color);
  font-size: 48px;
  line-height: 57px;
}

.about-v3-title span {
  color: var(--theme-color);
}

@media screen and (max-width: 767px) {
  .about-v3-icon-area {
    display: flex;
    width: 100%;
  }

  .about-v3-buttom-area {
    display: block;
  }

  .about-v3-autohr-area {
    margin-top: 30px;
  }
}

/* ------ Blog Seven Style ------- */
.news-block-seven {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.news-seven-post-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.news-seven-post-info li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.eco-blog-seven-dec {
  margin-bottom: 22px;
}

.blog-v7-btn .theme-btns {
  color: var(--white-color);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 0;
  display: inline-block;
  border-radius: 10px;
}

.blog-seven-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 23px;
}

.news-seven-lower-content {
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: -100px;
}

.blog-seven-content {
  padding: 20px 30px 30px;
  border-top: 4px solid var(--theme-color);
  border-bottom: 4px solid transparent;
  background: var(--White, #fff);
  box-shadow: 10px 10px 50px #00000014;
  position: relative;
  transition: 0.4s;
  border-radius: 20px;
}

.blog-seven-date {
  margin-top: -40px;
  margin-bottom: 14px;
}

.blog-seven-date .posted-on {
  color: var(--white-color);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  background: var(--theme-color);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
}

.blog-seven-date .posted-on i {
  margin-right: 5px;
}

.blog-seven-date .posted-on a {
  color: var(--white-color);
}

.blog-seven-content:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  border: 1px dotted var(--theme-color);
  z-index: -1;
  transition: 0.4s;
  background: transparent;
  border-radius: 20px;
}

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

.news-block-seven .news-seven-image-box img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.news-block-seven:hover .blog-seven-content:after {
  border: transparent;
  background: linear-gradient(101deg,
      rgba(75, 175, 71, 0) 27.63%,
      #0e570b 86.97%);
}

.news-block-seven:hover .blog-seven-content {
  border-top: 4px solid transparent;
  border-bottom: 4px solid var(--theme-color);
}

.news-block-seven:hover .blog-seven-date .posted-on {
  background: var(--white-color);
  color: var(--theme-color);
}

.news-block-seven:hover .blog-seven-date .posted-on a {
  color: var(--theme-color);
}

.news-seven-image-box {
  position: relative;
}

.news-seven-image-box:after {
  content: "";
  background: linear-gradient(3deg,
      #4baf47 2.46%,
      rgba(75, 175, 71, 0) 141.27%);
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  border-radius: 20px;
  transition: 0.4s;
}

.news-block-seven:hover .news-seven-image-box:after {
  visibility: visible;
  opacity: 1;
  top: 0;
}

/* ------ Blog Seven Style ------- */

.eco-portfolio-v7-wrapper {
  padding-bottom: 91px;
}

.portfolio-block-v7 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
}

.portfolio-v7-image-box a {
  width: 100%;
}

.portfolio-v7-image-box a img {
  height: 461px;
  width: 100%;
  object-fit: cover;
}

.portfolio-v7-content {
  position: absolute;
  top: 154px;
  background-color: var(--theme-color);
  transform: rotate(90deg);
  left: -132px;
  height: 154px;
  width: 65%;
  padding: 30px;
  padding-top: 52px;
  opacity: 0;
  transition: all 0.6s ease;
}

.portfolio-block-v7:hover .portfolio-v7-content {
  opacity: 1;
}

.portfolio-v7-tbox,
.portfolio-v7-dbox {
  overflow: hidden;
}

.portfolio-v7-title a {
  color: var(--white-color);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  top: 100px;
  transition: all 0.6s ease;
}

.portfolio-v7-title a:hover {
  color: var(--black-color);
}

.portfolio-block-v7:hover .portfolio-v7-title a {
  top: 0;
}

.eco-portfolio-v7-dec {
  color: var(--white-color);
  position: relative;
  top: 0px;
  transition: all 0.6s ease;
}

.portfolio-block-v7:hover .eco-portfolio-v7-dec {
  top: 0px;
}

.portfolio-v7-btn a {
  min-height: 69px;
  height: 69px;
  width: 69px;
  background-color: var(--white-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(270deg);
  border: 3px solid var(--theme-color);
  font-size: 19px;
  position: absolute;
  top: -35px;
  left: 170px;
  transition: all 0.6s ease;
}

.portfolio-v7-btn a:hover {
  background: var(--theme-color);
  color: var(--white-color);
  border-color: var(--white-color);
}

.eco-portfolio-v7-wrapper .slick-dots {
  width: 225px;
  background-color: #fefcfc;
  top: auto;
  bottom: -111px;
  left: auto;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0);
  border: 1px solid #e8e8e8;
  margin: 0;
  padding: 18px 40px;
}

.eco-portfolio-v7-wrapper .slick-dots li {
  margin: 0;
  margin-right: 18px;
  position: relative;
}

.eco-portfolio-v7-wrapper .slick-dots li button::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  background: #f3f1f1;
  top: 50%;
  left: 39px;
  transform: translate(-50%);
  z-index: -1;
}

.eco-portfolio-v7-wrapper .slick-dots li.slick-active button {
  border-color: var(--black-color);
  background-color: var(--theme-color);
}

.eco-portfolio-v7-wrapper .slick-dots li:last-child button::after {
  display: none;
}

.eco-portfolio-v7-wrapper .slick-dots li:last-child {
  margin-right: 0px;
}

.eco-portfolio-v7-wrapper .slick-dots li button {
  border-radius: 0;
  border: 7px solid #f3f1f1;
  height: 36px;
  width: 36px;
  background-color: #d7d7d7;
  position: relative;
}

@media (max-width: 1400px) {
  .portfolio-v7-content {
    top: 153px;
    left: -137px;
    height: 152px;
    width: 77%;
  }
}

@media (max-width: 1199px) {
  .portfolio-v7-content {
    left: -139px;
    width: 93%;
  }
}

@media (max-width: 992px) {
  .portfolio-v7-content {
    width: 61%;
  }
}

@media (max-width: 767px) {
  .portfolio-v7-content {
    width: 84%;
    left: -142px;
  }
}

@media (max-width: 575px) {
  .portfolio-v7-content {
    transform: rotate(0deg);
    width: 90%;
    left: 5%;
    bottom: 8px;
    top: auto;
  }

  .portfolio-v7-title a {
    font-size: 21px;
    line-height: 31px;
  }

  .portfolio-v7-btn a {
    left: 42%;
  }
}

@media (max-width: 450px) {
  .portfolio-v7-btn a {
    left: 39%;
    width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .portfolio-v7-image-box a img {
    height: 350px;
  }

  .portfolio-v7-content {
    bottom: 8px;
  }

  .portfolio-v7-title a {
    font-size: 17px;
    line-height: 27px;
  }

  .portfolio-v7-content {
    padding-top: 45px;
  }
}

/* ------ Blog Eight Style ------- */

.news-block-v8 {
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: var(--white-color);
  margin-bottom: 20px;
}

.blog-v8-arrow {
  text-align: end;
}

.news-block-v8.slide {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0;
}

.news-block-v8 .news-v8-image-box img {
  width: 235px;
  height: 215px;
  object-fit: cover;
}

.news-block-v8 .news-v8-image-box,
.news-block-v8 .news-v8-image-box a {
  width: 100%;
}

.news-v8-lower-content {
  margin-left: 30px;
}

.blog-v8-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 32px;
}

.v8-auhtor-n-date {
  display: inline-flex;
  align-items: center;
}

.news-block-v8 {
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: var(--white-color);
  margin-bottom: 20px;
}

.eco-v8-blog-post-author .byline {
  margin-right: 20px;
}

.eco-v8-blog-post-author .byline i,
.blog-v8-date .posted-on i {
  margin-right: 2px;
}

.blog-v8-btn .theme-btns {
  border-radius: 0;
}

.blog-v8-btn .theme-btns::before {
  border-radius: 0;
}

.blog-v8-btn .theme-btns:hover i {
  margin-left: 3px;
  margin-right: 0;
}

.blog-v8-btn .theme-btns i {
  margin-left: 3px;
}

.blog-prev.slick-arrow {
  margin-right: 16px;
}

.blog-v8-arrow .slick-arrow:hover {
  background: #d7f1d5;
  color: var(--theme-color);
}

@media screen and (max-width: 1024px) {
  .blog-v8-arrow {
    display: none;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .news-block-v8 {
    padding: 25px;
  }

  .news-v8-lower-content {
    margin-left: 25px;
  }

  .blog-v8-title {
    line-height: 30px;
    margin-bottom: 15px;
  }

  .news-block-v8 .news-v8-image-box img {
    height: 180px;
  }
}

@media screen and (max-width: 991px) {
  .blog-v8-section-title-wrp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .news-block-v8 {
    flex-direction: column;
    align-items: start;
  }

  .news-v8-lower-content {
    margin-left: 0px;
    margin-top: 25px;
  }

  .blog-v8-title {
    margin-bottom: 26px;
    margin-right: 20px;
  }

  .news-block-v8 .news-v8-image-box img {
    width: 100%;
    height: 215px;
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .blog-v8-title {
    margin-right: 0px;
  }
}

/* ------ Blog Nine Style ------- */
.news-v9-block-wrp {
  margin-bottom: 100px;
}

.news-v9-block {
  position: relative;
}

.news-v9-image-box {
  position: relative;
  overflow: hidden;
}

.news-v9-image-box a img {
  height: 295px;
  transition: all 0.4s ease;
}

.news-v9-image-box a {
  overflow: hidden;
  position: relative;
}

.news-v9-image-box a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: all 0.4s ease;
  background: rgba(14, 18, 29, 0.4);
}

.news-v9-block:hover .news-v9-image-box a::after {
  opacity: 1;
}

.news-v9-block:hover .news-v9-image-box a img {
  transform: scale(1.08);
}

.new-v9-post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.nv9-year {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  background-color: var(--white-color);
  padding: 0 18px;
}

.nv9-month {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  background-color: var(--theme-color);
  padding: 0 18px;
  width: 75%;
}

.news-v9-post-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: var(--theme-color);
  padding: 11px 25px;
}

.news-v9-lower-content {
  padding: 0 20px;
  position: absolute;
  bottom: -80px;
}

.news-v9-lower-content .news-v9-post-info li i {
  margin-right: 6px;
}

.news-v9-lower-content .news-v9-post-info li {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
  margin: 0;
  margin-right: 40px;
}

.news-v9-lower-content .news-v9-post-info li:last-child {
  margin-right: 0;
}

.news-v9-lower-content .news-v9-post-info li a {
  color: var(--white-color);
}

.news-v9-lower-content .news-v9-post-info li a:hover {
  color: var(--black-color);
}

.blog-v9-content {
  padding: 18px 25px;
  background-color: var(--white-color);
  box-shadow: 0px 41.04px 42.48px 0px rgba(0, 0, 0, 0.05);
}

.blog-v9-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.blog-v9-content .blog-v9-title a {
  text-decoration: underline;
}

.eco-blog-v9-dec {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.blog-v9-btn a {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
  position: relative;
}

.blog-v9-btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--black-color);
  bottom: 4px;
  left: 0;
  transition: all 0.4s ease;
}

.blog-v9-btn a:hover::before {
  width: 50%;
}

.blog-v9-btn a:hover {
  color: var(--black-color);
}

.blog-v9-btn a span i {
  margin-left: 6px;
}

@media (max-width: 450px) {
  .news-v9-post-info {
    flex-direction: column;
    align-items: self-start;
    padding: 8px 25px;
  }

  .blog-v9-content {
    padding: 18px 20px;
  }
}

/*=========================================
  =========== SERVICE TEN STYLE ===========
  =========================================*/
.news-v10-block {
  border: 1px solid #d9d9d9;
  box-shadow: 0px 41.04px 42.48px 0px rgba(233, 211, 211, 0.05);
  padding: 22px 30px 30px 30px;
  margin-bottom: 20px;
}

.news-v10-post-info {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 13px;
}

.news-v10-post-info li {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--theme-color);
  margin-right: 70px;
  font-weight: 500;
}

.news-v10-post-info li:last-child {
  margin-right: 0;
}

.news-v10-post-info li i {
  margin-right: 8px;
}

.blog-v10-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

.eco-blog-v10-dec {
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 23px;
}

.blog-v10-img {
  overflow: hidden;
  transition: all 0.4s ease;
}

.blog-v10-img a {
  position: relative;
  overflow: hidden;
}

.blog-v10-img a img {
  width: 100%;
}

.blog-v10-img a::before {
  content: "";
  background-color: #24231d9e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 1;
}

.news-v10-block:hover .blog-v10-img a::before {
  opacity: 1;
}

.news-v10-block:hover .blog-v10-img a img {
  transform: scale(1.1);
}

.blog-v10-btn .theme-btns {
  border-radius: 0;
  margin-top: 30px;
}

/* ------ SOCIAL SLIDER STYLE ----- */
.eco-social-item-box {
  overflow: hidden;
}

.social-slider-item img {
  height: 303px;
  width: 303px;
  object-fit: cover;
}

.eco-social-item-box .social-slider-item img {
  height: 306px;
  object-fit: cover;
  width: 100%;
}

.eco-social-item-box {
  margin-right: 20px;
}

.social-slider-item {
  position: relative;
}

.slider-social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 100%;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
  justify-content: center;
  overflow: hidden;
}

.eco-social-item-box:hover .slider-social {
  opacity: 1;
}

/* .social-icon-box {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
} */

.slider-icon {
  position: absolute;
  top: 128%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.slider-social a {
  color: var(--white-color);
}

.slider-social a:hover {
  color: var(--theme-color);
}

.eco-social-item-box:hover .slider-icon {
  top: 50%;
}

/* ------ CONTACT FORM STYLE ----- */

.contact-form-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.contact-form-top-area {
  padding: 40px;
  text-align: center;
  background: var(--theme-color);
}

.contact-form-stitle {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 10px;
}

.contact-form-title {
  color: var(--white-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.contact-form-des {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.contact-form-area {
  background: var(--white-color);
  padding: 50px 40px;
}

.contact-form-area input[type="text"],
.contact-form-area input[type="number"],
.contact-form-area input[type="email"],
.contact-form-area textarea {
  background: #0b0d0b;
  color: var(--white-color);
}

.contact-form-area textarea::placeholder,
.contact-form-area input[type="text"]::placeholder,
.contact-form-area input[type="number"]::placeholder,
.contact-form-area input[type="email"]::placeholder {
  color: var(--white-color);
}

/* ---- FAQ STYLE CSS -------- */

.eco-faq-two-wraper .accordion-body {
  padding: 20px 30px;
  color: var(--white-color);
  font-weight: 500;
  background: rgba(100, 190, 97, 0.2);
}

.eco-faq-two-wraper .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: unset;
}

.eco-faq-two-wraper .accordion-item .accordion-button.collapsed:hover {
  border-bottom-width: unset;
}

.eco-faq-two-wraper .accordion-button {
  padding-left: 60px;
  color: var(--white-color);
}

.eco-faq-two-wraper .accordion-button.collapsed {
  background: transparent;
  border: 1px dashed #fff !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.eco-faq-two-wraper .accordion-item {
  border-radius: 0;
  overflow: visible;
}

.eco-faq-two-wraper .accordion-button::before {
  position: absolute;
  left: 30px;
  background-image: none !important;
  color: var(--theme-color);
  font-size: 20px;
  content: "\f4ad";
  font-family: "Font Awesome 5 Free";
}

.eco-faq-two-wraper .accordion-button:not(.collapsed)::before {
  color: var(--white-color);
}

/* ------- Slider Two Style Css ---------- */

.slider-v2-item-bg {
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 240px 0;
}

.slider-v2-item-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.eco-slider-two-wrapper .row {
  align-items: center;
}

.slider-v2-content-box {
  margin-top: 0px;
}

.slide-2-stitle {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2px;
}

.slide-2-title {
  color: var(--white-color);
  font-size: 76px;
  line-height: 87px;
  font-weight: 800;
  margin-bottom: 32px;
}

.slide-2-title span {
  color: var(--theme-color);
}

.slide-2-dec {
  color: var(--white-color);
  margin-bottom: 30px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .slide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .slider-item-bg {
    height: 850px;
  }
}

.slider-line {
  width: 100%;
  height: 1px;
  background-color: #6c716c;
  position: relative;
  margin-bottom: 35px;
}

.slider-line::before,
.slider-line:after {
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  background: var(--theme-color);
  top: -3px;
  border-radius: 30px;
}

.slider-line::before {
  left: 0;
}

.slider-line:after {
  right: 0;
}

.ball {
  height: 7px;
  width: 7px;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  animation: moveBall 5s linear infinite;
  top: -3px;
}

.slider-v2-btn-area {
  display: flex;
}

.slider-v2-video-btn a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  margin-right: 15px;
  border: 1px solid var(--white-color);
}

.slider-v2-video-btn a:hover {
  color: var(--white-color);
}

.rtl .slider-v2-video-btn a {
  margin-left: 15px;
  margin-right: 0;
}

.slider-v2-video-btn span {
  color: var(--white-color);
  font-weight: 500;
  transition: 0.4s;
}

.theme-btns.slider-2btn {
  margin-right: 50px;
}

.theme-btns.slider-2btn:before {
  background: var(--white-color);
}

.theme-btns.slider-2btn:hover {
  color: var(--theme-color);
}

@keyframes moveBall {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

.ball:nth-child(2) {
  animation-delay: 7s;
}

.ball:nth-child(3) {
  animation-delay: 9s;
}

.slider-v2-video-btn:hover span {
  color: var(--theme-color);
}

.slider-two-image-item {
  display: flex;
  justify-content: flex-end;
}

.slider-two-image {
  position: relative;
}

.slider-two-image-item .slider-two-image img {
  border-radius: 30px;
}

.slider-two-image:after {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  left: 0;
  bottom: 0;
  border: 3px solid var(--white-color);
  transform: rotate(45deg);
  animation: rotate;
  border-radius: 30px;
  animation: sliderShape 40s linear infinite;
}

.slider-two-image:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  left: 0;
  bottom: 0;
  border: 3px solid var(--theme-color);
  transform: rotate(-45deg);
  animation: rotate;
  border-radius: 30px;
  animation: sliderShape2 40s linear infinite;
  z-index: -1;
}

@keyframes sliderShape {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
  }

  34% {
    transform: translate3d(0, 5px, 0) rotateZ(90deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(180deg);
  }

  67% {
    transform: translate3d(0, 10px, 0) rotateZ(360deg);
  }
}

@keyframes sliderShape2 {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateZ(-0deg);
  }

  34% {
    transform: translate3d(0, 5px, 0) rotateZ(-90deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(-180deg);
  }

  67% {
    transform: translate3d(0, 10px, 0) rotateZ(-360deg);
  }
}

.slider-v2-arrow-wrapper button {
  margin-left: -55px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme-color);
  transform: rotate(270deg);
  z-index: 1;
  top: 50%;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background: var(--white-color);
  position: absolute;
  padding-top: 40px;
  margin-top: -55px;
}

.slider-v2-arrow-wrapper .slider-v2-next {
  right: -55px;
  transform: rotate(90deg);
}

@-webkit-keyframes progress1 {
  0% {
    transform: scalex(0);
    opacity: 0.5;
  }

  90% {
    transform: scalex(1);
    opacity: 1;
  }

  92% {
    transform: scalex(1);
    opacity: 1;
  }

  100% {
    transform: scalex(1);
    opacity: 0;
  }
}

@keyframes progress1 {
  0% {
    transform: scalex(0);
    opacity: 0.5;
  }

  90% {
    transform: scalex(1);
    opacity: 1;
  }

  92% {
    transform: scalex(1);
    opacity: 1;
  }

  100% {
    transform: scalex(1);
    opacity: 0;
  }
}

.line1,
.line2,
.line3,
.line {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left: -150px;
  height: 3px;
  transform: rotate(310deg);
}

.line1:before,
.line2:before,
.line3:before {
  transform-origin: 0 0;
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(50, 197, 82, 0.5) 7.31%,
      rgba(50, 197, 82, 0.5) 11.41%,
      rgba(50, 197, 82, 0.5) 19.39%,
      rgba(37, 215, 76, 0.05) 38.77%);
}

.line1 {
  right: 45%;
  bottom: 50%;
}

.line2 {
  right: 35%;
  bottom: 50%;
}

.line3 {
  left: 50%;
  bottom: 50%;
}

.line1:before {
  -webkit-animation: progress1 4s infinite;
  animation: progress1 4s infinite;
}

.line2:before {
  -webkit-animation: progress1 7s infinite;
  animation: progress1 7s infinite;
}

.line3:before {
  -webkit-animation: progress1 10s infinite;
  animation: progress1 10s infinite;
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .eco-slider-two-wrapper .slider-item-bg {
    background-position: 31%;
  }
}

@media screen and (max-width: 1024px) {
  .eco-slider-two-wrapper .slider-item-bg {
    background-position: 0%;
  }
}

@media screen and (max-width: 991px) {
  .slider-v2-item-bg {
    padding: 200px 0 150px;
  }

  .slider-two-image-item {
    justify-content: flex-start;
  }

  .slider-two-image {
    margin-top: 50px;
  }

  .header-links.six {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .slide-2-title {
    font-size: 58px;
    line-height: 70px;
  }
}

@media screen and (max-width: 500px) {
  .slider-v2-btn-area {
    display: block;
  }

  .theme-btns.slider-2btn {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

/* ----  Footer Template Style Six ---- */
.footer-six-top-content {
  width: 100%;
}

.footer-six-content-wrp {
  display: flex;
  flex-direction: column;
}

.footer-six-wrapper {
  background: var(--black-color);
}

.footer-six-inner-section {
  padding: 80px 0 40px;
}

.footer-six-top {
  display: flex;
  align-items: center;
  border: 1px dotted var(--border-color-2);
  margin-bottom: 60px;
}

.footer-six-top-logo {
  background: var(--theme-color);
  padding: 45px 40px;
}

.footer-six-top-logo img {
  max-width: 180px;
  height: 90px;
  object-fit: cover;
}

.footer-six-coloum:not(:last-child) {
  border-right: 1px dotted var(--border-color-2);
}

.rtl .footer-six-coloum:not(:last-child) {
  border-left: 1px dotted var(--border-color-2);
  border-right: 0;
}

.ft-six-top-info {
  display: flex;
  padding: 25px 30px 23px;
  align-items: center;
}

.ft-six-top-icon {
  height: 70px;
  width: 70px;
  min-width: 70px;
  color: var(--white-color);
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-color);
  margin-right: 20px;
  border-radius: 100%;
}

.footer-six-about-text {
  color: var(--white-color);
  line-height: 30px;
  margin-bottom: 35px;
}

.footer-six-copyright-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dotted var(--border-color-2);
  padding: 26px 0;
}

@media screen and (max-width: 991px) {
  .footer-six-copyright-area {
    display: block;
    text-align: center;
  }

  .footer-two-copyright-text {
    margin-bottom: 10px;
  }

  .footer-one-copyright-area {
    display: block;
    text-align: center;
  }

  .footer-six-coloum:not(:last-child) {
    border-right: none;
  }
}

@media screen and (max-width: 1299px) {
  .footer-six-coloum {
    border-right: 0;
  }

  .footer-six-top-logo {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-six-coloum {
    border-right: none;
  }
}

.footer-one-copyright-area .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-one-copyright-area .footer-menu ul li {
  display: inline-block;
  margin-left: 15px;
}

.footer-one-copyright-area .footer-menu ul li a {
  color: var(--white-color);
}

.footer-one-copyright-area .footer-menu ul li a:hover {
  color: var(--black-color);
}

/*==========================================
  =========== AUTHOR INFO STYLE  ===========
  ==========================================*/

.author-info-image {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 31%;
}

.author-info-item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff8ee;
}

.author-info-details {
  padding: 15px 30px;
}
.elementor-widget-ecofine_short_code div#give_error_test_mode {
    display: none;
}