/*************************************
******** 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: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .slick-arrow:hover{
    background: var(--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: -50px;
    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;
  }
  /*************************************
  ******** 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 {
      text-transform: none;
      letter-spacing: 0px;
      margin-bottom: 5px;
      color: var(--theme-color);
          font-size: 18px;
      display: none;
  }
  .about-title{
    margin-bottom: 30px;
        position: relative;
        padding-bottom: 20px;
    font-weight: 800;
  }
  .about-title::after {
      content: "";
      position: absolute;
      left: 0;
      width: 40px;
      bottom: 0;
      height: 2px;
      background-color: #D80621;
  }
  .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: .6s;
      -webkit-transition: .6s;
      -moz-transition: .6s;
      -ms-transition: .6s;
      -o-transition: .6s;
      transition: .6s;
    border-radius: 5px;
  }
  .about-inner-content:hover .about-icon {
      transform: rotate(360deg);
      border-radius: 30px;
  }
  .about-inner-content {
    padding: 45px 30px 22px;
    background: var(--bg-color);
    position: relative;
    margin-top: 70px;
    margin-bottom:30px;
      border-radius: 15px;
  }
  .about-inner-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  
  .about-inner-title a{
    color: var(--black-color);
  }
  .about-inner-title a:hover{
    color: var(--theme-color);
  }
  
  .about-des {
    margin-bottom: 20px;
    color: #232323;
  }
  .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: 25px;
  }
  @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 #4baf47;
    display: flex;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    color: var(--white-color)
  }
  .play-btn:hover {
    color: var(--white-color)
  }
  
  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #4baf47;
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
  }
  
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-small-image {
      position: absolute;
      left: -55px;
      bottom: -100px;
      max-width: 300px;
    }
    .video-button {
      left: -55px;
    }
  }
  @media screen and (min-width: 1025px) and (max-width: 1199px) {
    .about-small-image {
      left: -30px;
      bottom: -100px;
      max-width: 250px;
    }
    .video-button {
      height: 150px;
      width: 150px;
      top: 100px;
      left: -30px;
    }
    .play-btn {
      width: 60px;
      height: 60px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-center {
      text-align: center;
    }
    .eco-slide-title p {margin-bottom: 0 !important}
    h5.footer-four-widget-title {
      margin-bottom: 0 !important;
    }
    .footer-four-link-menu2 ul li {
      width: auto !important;
    }
    .footer-newsletter-item input[type="email"] {
      margin-top: 15px !important;
    }
    .newslatter-des {
      line-height: 20px;
      color: #F6F6F9;
      font-size: 13px;
      margin-bottom: 0;
  }
    .video-button {
      height: 140px;
      width: 140px;
      padding-top: 25px;
      bottom: 50%;
      left: 50%;
      transform: translate(-50%, 50%);
    }
    .about-small-image {
      left: -50px;
      bottom: -100px;
      max-width: 300px;
    }
      .about-video-wraper {
      margin-bottom: 130px;
  }
  
  }
  @media screen and (max-width: 575px) {
    .video-button {
     left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
    }
    .about-small-image {
      left: 50%;
      transform: translate(-50%);
      bottom: -55px;
      max-width: 220px;
    }
    .about-image{
      margin: 0;
    }
      .about-video-wraper {
      margin-bottom: 0px;
    }
  
   .about-small-image {
          display:none;
    }
  }
  
  
  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px #4baf47, 0px 0px 25px 10px #4baf47;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px #4baf47, 0px 0px 25px 10px #4baf47;
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  /* ***************************************** 
                 Video Image V2 Style
    ******************************************/
    .eco-v2--image {
      position: relative;
      display: inline-block;
  }
  .eco-v2--image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    height: 100%;
    width: 100%;
    border-left: 15px solid var(--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%);
    }
    .menu-products-container {display: none !important;}
    .elementor-widget-wp-widget-nav_menu h5 {margin-bottom: 0}
    .tbs-testimonials .video-button.two {
      height: 200px;
      width: 100%;
      bottom: 50%;
      left: 50%;
      transform: none;
    }
    .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%);
    }
    .tbs-testimonials .video-button.two {
      height: 200px;
      width: 100%;
      bottom: 50%;
      left: 50%;
      transform: none;
    }
  }
  
  
  /*====================================================
  ============= Section Title STYLE START  ==============
  /* ==================================================== */
  
  .eco-section-title-content {
    padding: 0 220px;
  }
  .eco-section-small-title {
      letter-spacing: 0px;
      color: var(--theme-color);
      line-height: 36px;
      text-transform: none;
      margin-bottom: 0px;
      font-size: 18px;
      display: none;
  }
  .eco-section-title-wrapper .eco-section-title {
    font-weight: 800;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    font-size: 30px;
    margin-bottom: 25px;
    color: #232323;
  }
  .eco-section-title-wrapper .eco-section-title p {
    margin-bottom: 0;
  }
  .eco-section-title-wrapper .eco-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    bottom: 0;
    height: 2px;
    right: 0;
    background-color: #D80621;
    margin: 0 auto;
  }
  
  @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: 30px;
      line-height: 40px;
    }
  }
  /* ==========================================
  ========= TITLE TWO SECTION STYLE ==========
  =========================================== */
  
  .eco-title-two-wrapper .title-two-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .eco-title-two-wrapper .eco-section-title{
    margin-bottom: 0;
    font-weight: 800;
    font-size: 40px;
  }
  .tb-two.eco-button {
    width: 45%;
    text-align: right;
  }
  
  @media screen and (max-width: 767px) {
    .eco-title-two-wrapper .title-two-items{
      display: block;
    }
  
  .eco-title-wrapper .title-items {
    display: block;
  }
  .tb-two.eco-button {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
      .eco-title-two-wrapper .eco-section-title {
      font-size: 36px;
      line-height: 46px;
  }
  }
  /* ***************************************** 
                 Service Section
    ******************************************/
  
    .servies-card {
      background: var(--white-color);
      padding: 30px;
      margin-bottom: 30px;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
      border-radius: 15px;
    }
    .service-title {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 600;
  }
    .service-title a{
      color: var(--black-color);
    }
    .servies-card:hover  .service-title a{
      color: var(--theme-color);
    }
    .service-icon {
      font-size: 30px;
      height: 70px;
      width: 70px;
      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: 0px;
      margin-bottom: 20px;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
      color: var(--white-color);
      transform: rotate(0deg);
    }
    .service-icon svg {
      width: 40px;
  }
  .servie-image{
      border-radius: 15px;
  }
    .servies-card .servie-image img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      border-radius: 15px;
    }
    .servies-card:hover .servie-image img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
    }
    .servie-image {
      overflow: hidden;
    }
    .servies-card:hover .service-icon {
      background: var(--black-color);
      transform: rotate(360deg);
    }
  .service-btn {
      margin-top: 20px;
      font-weight: 800;
      font-size: 14px;
      line-height: 1;
  }
  .service-btn a{
    color: var(--theme-color);
  }
  .servies-card:hover .service-btn a{
    color: var(--black-color);
  }
  .tp-service-item{
    padding: 0 15px;
  }
  .service-text {
      margin-bottom: 20px;
      color: #232323;
  }
  /* ***************************************** 
                 Service V2 Section
    ******************************************/
    .eco-service-v2-item {
      border: 2px solid var(--border-color);
      padding: 30px;
      margin-bottom: 30px;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      border-radius: 15px;
       background: var(--white-color);
  }
  .eco-service-v2-item:hover{
    border: none;
    box-shadow: var(--box-shedow);
  }
  .eco-service-item{
    padding: 0 15px;
  }
  .eco-service-v2-num {
    margin-bottom: 30px;
      opacity: .1;
  }
    .eco-service-v2-icon,
    .eco-service-v2-icon svg{
      height: 80px;
      width: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 50px;
      margin-bottom: 20px;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
  }
  .eco-service-v2-title {
    margin-bottom: 10px;
  }
  .eco-service-v2-dec {
    font-weight: 500;
  }
  .eco-service-v2-button {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
  }
  .eco-service-v2-button .btns i {
    background: var(--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: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
    
  }
  
  .service-box-three.one-style {
      border-radius: 15px;
      background: var(--white-color);
  }
  .service-box-three:hover {
    border: none;
    box-shadow: var(--box-shedow);
  }
  .service-three-title {
    margin-bottom: 12px;
  }
  .service-box-three:hover .service-three-title a{
    color: var(--theme-color);
  }
  .service-icon-three {
    font-size: 50px;
    margin-bottom: 30px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    color: var(--theme-color);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .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: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .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%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  
  .service_three-image{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: .4s;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .service_three-image .theme-btns {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: var(--white-color);
      border: none;
      cursor: pointer;
      opacity: 0;
      z-index: 1;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      transform: translate(-50%, -50%) scale(0);
  }
  .service-three-items:hover .service_three-image .theme-btns {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
  }
  .service_three-image .theme-btns:hover {
      background:var(--white-color);
       color: var(--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: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      opacity: 0;
  }
  .service-three-items:hover .service_three-image:after{
       opacity: 1;
  }
  @media only screen and (max-width: 991px) and (min-width: 767px)  {
      .service_three-image .theme-btns{
          padding: 15px 36px;
      }
  }
  @media only screen and (max-width: 375px) {
      .service_three-image .theme-btns{
          padding: 15px 20px;
      }
  }
  /* ***************************************** 
                 Service Single Section
    ******************************************/
     .elementor-widget-wp-widget-nav_menu h5 {
      font-size: 24px;
      font-weight: 700;
      line-height: 34px;
      position: relative;
      padding-left: 12px;
  }
  
  .elementor-widget-wp-widget-nav_menu h5:before {
      content: "";
      margin-right: 10px;
      position: absolute;
      height: 20px;
      width: 2px;
      background: var(--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: 8px 15px;
    width: 100%;
    font-weight: 500;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      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-items {
    text-align: center;
    margin-bottom: 40px;
  }
  .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: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  
  .eco-counter-icon svg {
    font-size: 30px;
    height: 75px;
    width: 75px;
  }
  .eco-count-timer.timer {
      display: inline-block;
      margin-bottom: 5px;
      color: var(--white-color);
  }
  .eco-counter-numner span {
    font-size: 48px;
    font-weight: 800;
    color: var(--white-color);
  }
  .eco-counter-title {
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 0px;
  }
  .testmonial-slide-item {
    overflow: hidden;
  }
  
  /* ***************************************** 
                 Team Member Section
    ******************************************/
  .eco-team-image img {
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      width: 100%;
  }
  
  .eco-team-member-single:hover .eco-team-image img {
      transform: scale(1.1);
  }
  
  .eco-team-image {
      position: relative;
      overflow: hidden;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
  }
  
  .eco-section-stitle {
      letter-spacing: 3px;
      color: var(--theme-color);
      margin-bottom: 10px;
      font-size: 14px;
  }
  .team-items .eco-t-title {
    margin-right: 100px;
    font-weight: 800;
  }
  .eco-team-item-box{
    padding: 0 15px;
  }
  .team-content {
    padding: 30px 0px;
    background: #47A143;
    border-radius: 0px 0px 15px 15px;
  }
  .team-single .team-content > a {
    font-size: 16px;
    font-weight: 600;
    color: #2c2d3e;
  }
  .team-single { 
    text-align: center;
    border: 1px solid black
  }
  .eco-team-member-single {
    margin-bottom: 30px;
  }
  .team-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .team-title a {
    color: var(--white-color);
  }
  .team-title a:hover {
    color: var(--black-color);
  }
  .team-stitle {
    font-size: 14px;
    line-height: 30px;
    color: var(--white-color);
    margin-bottom: 20px;
  }
  .team-content ul li {
    display: inline-block;
  }
  
  .team-content ul li a {
    margin: 0 6px;
    display: flex;
    padding-top: 0;
    color: var(--white-color);
    border: 1px solid var(--bg-color);
    border-radius: 5px;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  .team-content ul li a:hover {
    background: var(--white-color);
    color: var(--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;
  }
  .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: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 1px solid var(--border-color);
    text-align: center;
    border-radius: 15px;
  }
  .our-team-three:hover .team-three-info {
    background: var(--theme-color);
    border: none;
  }
  .team-v3-title {
      margin-bottom: 0;
  }
  .team-v3-title a{
    color: var(--black-color);
  }
  
  .team-v3-stitle{
    color: var(--body-color);
    margin-bottom: 5px;
    display: inline-block;
  }
  
  .our-team-three:hover .team-v3-stitle,
  .our-team-three:hover .team-v3-title a{
    color: var(--white-color);
  }
  
   /* Team Three Social */
  
  
   .our-team-three .team-image{
    position: relative;
    text-align: center;
  }
  
  .our-team-three .social{
    padding: 10px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    background: var(--white-color);
    text-align: center;
    transform: translate(-50%, 0px) rotateY(90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 5px;
  }
  .our-team-three:hover .social{
    transform: translate(-50%, 0px) rotateY(0deg);
  }
  .our-team-three .social li{
    display: inline-block;
  }
  .our-team-three .social li a{
      width: 40px;
      color: var(--body-color);
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .our-team-three .social li:not(:last-child){
    border-right: 1px solid var(--border-color);
  }
  .our-team-three .social li a:hover{
    color: var(--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;
  }
  
  .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: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .team-social-area ul li a:hover{
    color: var(--white-color);
    background:var(--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: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    background: var(--bg-color);
      border-radius: 15px;
  }
   .testi-box{
    margin: 0 15px;
  } 
  .testmonial-content {
    font-weight: 500;
    margin: 0;
  }
  .share i {
    margin-right: 8px;
    color: #FFBA08;
  }
  .testimonial-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .testimonial-info .image-wrap {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
  .testimonial-info .image-wrap img {
    width: 100%;
    border-radius: 100px;
    border: 2px solid var(--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: #4BAF47;
  }
  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: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
      border-radius: 15px;
  }
  .testimonial-info.two {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 0;
    
  }
  span.testi-quit-two {
    font-size: 55px;
    height: 55px;
    width: 55px;
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    line-height: 62px;
    margin-bottom: 20px;
    border-radius: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .two .testi-quit {
    
    opacity: 0.8;
    top: auto;
    margin-bottom: -500px;
    color: var(--color-secondary);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .testi-quit.testi-bg svg{
    height: 100px;
    width: 100px;
  }
  .testi-box .share {
    display: block;
    margin-bottom: 5px;
  }
  .testi-box .testmonial-content {
    margin-top: 10px;
  }
  .testimonial-item-box.testi-box:hover{
    background: var(--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: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .testimonial-wrapper .slick-dots {
      bottom: -70px;
  }
  @media screen and (max-width: 575px) {
      .testimonial-item-box.testi-box.testi-box{
          padding: 30px;
      }
  }
  
  /*====================================================
  ============= Blog Style STYLE START  ==============
  /* ==================================================== */
  
  
  .news-block-one .inner-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
  
  }
  .news-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
  }
  .news-block-one .inner-box .image-box a {
      width: 100%;
  }
  .news-block-one .inner-box .image-box img{
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      width: 100%;
      min-height: 280px;
    
  }
  
  .news-block-one .inner-box:hover .image-box img{
    transform: scale(1.1);
    opacity: 0.5;
    
  }
  .news-block-one .inner-box .image-box .post-date {
    position: absolute;
    left: 10px;
    top: 10px;
    min-width: 165px;
    padding: 8px 20px;
    text-align: center;
    z-index: 1;
    background: var(--theme-color);
    color: var(--white-color);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .news-block-one .inner-box .image-box .post-date i {
    padding-right: 5px;
    font-size: 12px;
  }
  
  .news-block-one .inner-box .image-box .post-date a{
    color: var(--white-color);
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    display: inline;
  }
  .news-block-one .inner-box .image-box .post-date:hover,
  .news-block-one .inner-box .image-box .post-date:hover a{
    color: var(--black-color);
  }
  .news-block-one .inner-box .lower-content h4 {
    display: block;
    font-size: 20px;
    line-height: 25px;
    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: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
      border-top-left-radius: 15px;
  }
  .eco-blog-wrapper-v2 .news-block-one.news-two .inner-box .image-box .post-date-two a{
    color: var(--white-color);
    font-weight: 500;
  }
  
  /* ========================================
  ========= Blog STYLE V3 =============
  ========================================= */
  
  .news-block-two .inner-box{
    position: relative;
    display: block;
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
  
  }
  .news-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .news-block-two .inner-box .image-box img{
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      min-height: 280px;
    
  }
  
  .news-block-two .inner-box:hover .image-box img{
    transform: scale(1.1);
    opacity: 0.5;
      min-height: 280px;
    
  }
  
  .news-block-two .post-info.clearfix{
      margin-bottom: 10px;
      padding-left: 0;
  }
  
  .news-block-two .inner-box .lower-content h4 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .news-block-two .eco-blog-dec {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .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);
     font-size: 13px; 
     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-size: 13px;
    font-weight: 500;
  }
  .eco-blog-post-author .byline i {
    display: none;
  }
  
  /* ========================================
  ========= ACCORDION STYLE CSS =============
  ========================================= */
  .eco-faq-section-item .col-xl-6 {
      padding: 0;
  }
  .eco-faq-section-content {
    background: var(--bg-color);
    padding: 110px 120px 100px;
    position: relative;
  }
  
  .faq-title {
    margin-bottom: 20px;
    font-weight: 800;
  }
  
  .faq-dec {
    margin-bottom: 40px;
  }
  
  .faq-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .accordion-item .accordion-collapse {
    border: none;
  }
  
  .accordion-header .collapse:not(.show) {
    display: block;
  }
  .accordion-header .accordion-button.collapsed:hover {
    border-bottom-width: 0;
    color: var(--white-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(--white-color);
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 18px 20px;
    background: #4b4b4b;
    text-align: left;
    border-radius: 0 !important;
  }
  .faq-accordion .accordion-button::after {
    position: absolute;
    right: 20px;
    top: 15px;
    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: #F8F7F0;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
      .faq-accordion .accordion-button {
          font-size: 16px;
          padding-right: 70px;
      }
      .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: 15px;
  }
  .eco-list-icon {
    font-size: 13px;
    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 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .eco-icon-list {
    margin-top: 1px;
  }
  /* ========================================
  ========= Eco Icon box STYLE CSS =============
  ========================================= */
  .eco-icon-box-item {
    margin-bottom: 0px;
    transform: .4s;
    text-align: center;
  }
  .icon-title {
      margin-bottom: 0px;
      font-size: 20px;
      font-weight: 600;
  }
  .eco-icon {
    display: block;
    text-align: center;
    font-size: 50px;
    border-radius: 100%;
    color: var(--theme-color);
    margin-bottom: 15px;
  }
  .eco-icon svg{
    height: 60px;
    width: 60px;
  }
  .eco-icon-box-item:hover .icon-title{
    color: var(--theme-color);
  }
  .eco-icon-position {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .eco-icon-box-item:hover .eco-icon-position {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-top: -10px;
  }
  .bg-light-brown {
    background-color: #F8F7F0;
  }
  /* ===============================================
  ========= Eco Icon box V2 STYLE CSS =============
  ================================================ */
  .icon-box-v2-title{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  }
  a .icon-box-v2-title:hover{
    color: var(--theme-color);
  }
  .eco-icon-box-v2-wrapper .eco-v2-single_item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  }
  
  .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon {
    background: var(--bg-color);
    color: var(--theme-color);
    width: 190px;
    height: 190px;
    font-size: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  }
  .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon svg{
    height: 60px;
    width: 60px;
  }
  .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.two::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
    background-position: center right;
    left: 95px;
    top: 0;
  }
  .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/2.png);
    background-repeat: no-repeat;
    background-position: center right;
    left: 105px;
    bottom: -30px;
  }
  .eco-icon-box-v2-wrapper [class*='col-']:last-child .eco-v2-single_item .eco-v2-icon.two::after,
  .eco-icon-box-v2-wrapper [class*='col-']:last-child .eco-v2-single_item .eco-v2-icon.two::before,
  .eco-icon-box-v2-wrapper [class*='col-']:nth-child(even) .eco-v2-single_item .eco-v2-icon.two::after,
  .eco-icon-box-v2-wrapper [class*='col-']:nth-child(odd) .eco-v2-single_item .eco-v2-icon.two::before  {
    display: none;
  }
  
  .eco-icon-box-v2-wrapper  [class*='col-']:nth-child(even) .eco-v2-single_item.item-two{
    margin-top: 70px;
  }
  .eco-v2-single_item .eco-v2-icon .icon-attr{
    font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      color: var(--white-color);
      background: var(--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;
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.three::after {
      left: 60px;
    }
  }
  @media screen and (max-width: 1023px) {
    .eco-icon-box-v2-wrapper [class*='col-'] .eco-v2-single_item .eco-v2-icon::before  {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .eco-icon-box-v2-wrapper .eco-v2-single_item .eco-v2-icon.three::after {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .eco-icon-box-v2-wrapper [class*='col-'] .eco-v2-single_item .eco-v2-icon::before,
    .eco-icon-box-v2-wrapper [class*='col-'] .eco-v2-single_item .eco-v2-icon::after   {
      display: none;
    }
    .eco-icon-box-v2-wrapper  [class*='col-']:nth-child(even) .eco-v2-single_item{
      margin-top: 0px;
    }
    .eco-icon-box-v2-wrapper [class*='col-']:nth-child(even) .eco-v2-single_item.item-two {
      margin-top: 0;
    }
    .eco-icon-box-v2-wrapper .eco-v2-single_item {
      margin-bottom: 60px;
    }
  }
  
  /* ===============================================
  ============= Eco Contact STYLE CSS ==============
  ================================================ */
  .eco-contact-info-item {
    display: flex;
    min-height: 145px;
    margin-bottom: 40px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
    text-align: left;
  }
  .eco-contact-icon {
    height: 40px;
    width: 40px;
    font-size: 40px;
    margin-right: 20px;
    color: var(--theme-color);
    
  }
  .eco-contact-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  /* ===================================================
  ============= 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,
  .eco-contact-dec p{
    color: var(--black-color);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  @media only screen and (max-width: 1200px) and (min-width: 992px)  {
      .eco-call-info-item {
          padding: 50px;
      }
  }
  @media only screen and (max-width: 991px) and (min-width: 767px)  {
      .eco-call-info-item {
          padding: 30px;
      }
  }
  /* ==================================================
  ============= Portfolio SECTION CSS ===============
  =================================================== */
  .eco-portfolio-wrapper .project-filter {
    text-align: center;
    margin-bottom: 60px;
  }
  .project-menu .project-filter li {
      display: inline;
      padding: 8px 30px;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      cursor: pointer;
      border-radius: 30px;
      margin-right: 10px;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
      background: var(--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;
    margin: 0;
  }
  .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;
    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 20px;
  }
  .brand-full-width {
    width: 168%;
    padding: 9% 68% 8% 10%;
  }
  
  .eco-client-section-wrapper .eco-client-item img {
    margin: 0 auto;
  }
  .eco-client-items.no-slide {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .eco-client-items.no-slide img{
    margin-bottom: 15px;
  }
  @media screen and (max-width: 1199px) {
    .brand-full-width {
    width: 100%;
    padding: 100px 30px 80px;
  }
  }
  /* =======================================================
  ============= Newsletter Style SECTION CSS ===============
  ========================================================= */
  
  
  .mc4wp-form-fields {
    position: relative
  }
  
  .mc4wp-form-fields input[type="email"] {
    background-color: transparent;
    border: 1px solid #454441  !important;
    border-radius: 10px;
    padding: 14px;
    color: var(--white-color);
    padding-left: 20px;
  }
  .mc4wp-form-fields input[type="email"]::placeholder {
    color: var(--white-color);
  }
  .mc4wp-form-fields button {
    position:absolute; 
    right: 0;
    border: none;
    height: 58px;
    width: 70px;
    font-size: 18px;
    background: var(--theme-color);
    color: var(--white-color);
    cursor: pointer;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
       border-radius: 0px 10px 10px 0px;
  }
  .company-subscribe-widget p{
    margin-bottom: 30px;
  }
  .subscribe-form .mc4wp-form-fields input[type="email"] {
      margin-bottom: 0;
  }
  /* =======================================================
  ============= Hero Banner SECTION CSS ===============
  ========================================================= */
  
  .header-v-three .eco-settings-content {
      padding-top: 48px;
  }
  .eco-single-slide-item {
    height: 800px;
    display: flex!important;
    align-items: center;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .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: 50px;
    line-height: 60px;
    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: 28px;
      line-height: 30px;
      margin-bottom: 10px !important;
      color: #fff !important;
    }
   .eco-single-slide-item{
          height: 750px;
	   background-position: 90% 50% !important;
      }
  }
  @media screen and (max-width: 575px) {
    .eco-slide-title {
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 10px !important;
      color: #fff !important;
    }
  }
  /* ===========================================
  ============= 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;
    font-weight: 500;
  }
  .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;
    }
    .slide-subtitle {color: #fff !important}
    .eco-section-title-wrapper .eco-section-title {
      font-size: 30px;
      line-height: 40px;
    }
    .about-title {
      margin-right: 0;
      font-size: 28px;
      line-height: 36px;
    }
    .eco-slide-dec {
      font-size: 13px;
      color: #fff !important;
      line-height: 18px;
      margin-bottom: 15px;
    }
  }
  /*************************************
  ******** 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: .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-wrapper .slick-dots li button {
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: 0;
    line-height: unset;
    padding: unset;
    background: #4aaf4700;
    border: 2px solid var(--white-color);
    border-radius: 50px;
    box-shadow: var(--box-shadow);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
  }
  .eco-slider-wrapper .slick-dots li.slick-active button{
    background: var(--white-color);
  }
  .settings-button-wrapper .theme-btns:hover {
     background: var(--white-color);
      color: var(--black-color);
  }
  
  .settings-button-wrapper .theme-btns:before {
      background: var(--white-color);
  }
  .slider-content-box{
      margin-top: 50px;
  }
  
  
  @media only screen and (max-width: 1500px) and (min-width: 1050px)  {
      .eco-slider-wrapper .slick-dots{
          left: 25px;
      }
  }
  
  @media only screen and (max-width: 1049px) and (min-width: 768px)  {
      .eco-slider-wrapper .slick-dots{
          left: 10px;
      }
  }
  
  @media screen and (max-width: 767px) {
       .slider-social-area{
          display: none;
       }
      .slider-arrow-wrapper button {
          border: none;
          background: var(--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;
      }
      
  }
  
  /*** 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: #878680;
}
.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: .4s;
  margin-bottom: 30px;
 background: var(--white-color);
}
.eco-icon-box-four-item:hover {
  box-shadow: 0px 41.04px 42.48px rgba(0, 0, 0, 0.053);
  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 {
  font-size: 20px;
  line-height: 28px;
  color: #24231D;
}

/************* ********** *********************/
/*********** service four style *************/
/************* ********** *******************/
.service-four-box-item{
  transition: .4s;
}
.servie-four-image {
  overflow: hidden;
}
.servie-four-image img {

}

.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: .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: #4BAF47;
  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 {
  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: #24231D;
  transition: .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: #fff;
}
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: #24231D;
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 150px 32px 32px;
  border: 5px solid rgba(225, 225, 225, 0.1);
  transition: .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;
  right: 50px;
  bottom: 80px;
  z-index: 1;
  animation: shapeanimation2 2s linear 1s infinite alternate;
}
@keyframes shapeanimation2 {
  0% {
    bottom: -10px;
  }
  100% {
  bottom: -40px;

  }
}
.video-button-three {
  position: absolute;
  display: none;
  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 #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 counter */
.video-three-counter-icon {
  font-size: 60px;
  color: var(--white-color);
  margin-right: 15px;
  display: none;
}

.video-three-counter {
  display: none;
  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-item {
  border: 1px solid #ddd;
  margin-bottom: 25px;
  border-radius: 6px;
  text-align: center;
}
.service-five-content {
  margin-top: 25px;
  padding: 0 20px;
}
  .service-five-content h3 a {
    padding: 15px;
    margin: 0;
    position: relative;
    text-align: center;
    border-bottom: 4px solid var(--brand-primary, #4BAF47);
    background: #fbfbfb;
    transition: .4s;
    width: 100%;
    border-radius: 6px;
  }
}
}
.service-five-image {
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center;
}
.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.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.service-five-small-title {
 
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  transition: .4s;
  color: #232323;
  text-align: center;
}
.service-five-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  margin-bottom: 17px;
}
  /************* ********** **************************/
  /************* 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: .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: .4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eco-project-box:hover .box-content-area {
  transition: .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;
}

.eco-project-box.slide img {
 
}
/************* ********** *********************/
/************* 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: 350px;
}
.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.00) 0%, #24231D 99.99%, rgba(36, 35, 29, 0.00) 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;
}

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

.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: 991px) {
  .tab-content-box {
      margin-right: 0px;
      margin-bottom: 30px;
  }
}

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

  }
}

/************* ********** *********************/
/************* 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: 5px;
  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;
}
@media screen and (max-width: 375px) {

}


/************* ********** *********************/
/************* RTL Style *********************/
/************* ********** *******************/
  .rtl .team-arrow {
      text-align: left;
  }
  @media screen and (max-width: 767px){
      .rtl .team-arrow {
          text-align: right;
      }
  }
  .rtl .eco-section-title {
      text-align: right;
  }
  
  .rtl .team-items .eco-t-title {
      margin-right: 0;
      margin-left: 0;
  }
  .rtl span.testi-quit {
      right: unset;
      left: 50px;
  }
  .rtl .eco-blog-post-author img{
      margin-right:0px;
      margin-left:15px;
  }
  /* ------- */
  .rtl .testimonial-info .image-wrap {
      margin-right: 0;
       margin-left: 20px;
  }
  .rtl .eco-contact-icon {
      margin-right: 0px;
      margin-left: 20px;
  
  }
  .rtl .eco-icon-box-v2-wrapper [class*='col-']:last-child .eco-v2-single_item .eco-v2-icon.three::after{
    display: block;
  }
  .rtl .eco-icon-box-v2-wrapper [class*='col-']:first-child .eco-v2-single_item .eco-v2-icon.three::after{
    display: none;
  }
  
  /* ------- */
  .rtl .eco-list-icon {
      margin-right: 0px;
      margin-left: 20px;
  }

/* 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 (min-width: 1500px) and (max-width: 1720px) {

}
@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-social.six {
  text-align: right;
}
.header-top-bar-six {
  padding: 4px 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);
}

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

.footer-three-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 70px;
  background: #F8F7F0;
}

/* 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);
}
@media screen and (max-width: 500px){
  .footer-three-top-item {
      display: block;
  }
  .footer-three-top-logo {
    margin-bottom: 30px;
}
}
h5.footer-three-widget-title {
  margin-bottom: 23px;
  text-transform: capitalize;
  color: var(--gray-900, #24231D);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer-three-widget-des {
  color: #878680;
  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: #24231D;
  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: #878680;
  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;
  font-size: 14px;
  background: #0B2048;
  color: var(--white-color);
}
.footer-three-copyright-text p {
  margin-bottom: 0;
}
.footer-three-copyright-item {
  display: block;
}
.footer-three-copyright-item ul {
  margin: 0;
  padding: 0;
}
.footer-three-footer-menu {display: none;}
.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: #24231D;
}
.footer-four-logo {
  margin-bottom: 25px;
}
h5.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: 25px;
  font-size: 14px;
}
.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;
}
.footer-four-link-menu ul li a {
  margin-bottom: 0px;
  font-weight: 500;
  color: #F6F6F9;
  font-size: 14px;
  line-height: 20px;
}
.footer-four-link-menu ul li a:hover{
  color: var(--theme-color);
}
.footer-four-link-menu2 ul {
  margin: 0;
  padding: 0;
}
.footer-four-link-menu2 ul li {
  list-style: none;
    display: inline-flex;
    width: 49%;
}
.footer-four-link-menu2 ul li a {
  margin-bottom: 0px;
  font-weight: 500;
  color: #F6F6F9;
  font-size: 14px;
  line-height: 20px;
}
.footer-four-link-menu2 ul li a:hover{
  color: var(--theme-color);
}
.newslatter-des {
  line-height: 30px;
  color: #F6F6F9;
}
.footer-four-menu-widget{
  padding-left: 20px;
}
@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: #4BAF47;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  margin-top: 40px;
  margin-bottom: -100px;
}
.footer-four-icon-box {
  display: flex;
  padding: 40px 20px;
}

.footer-four-icon {
  height: 70px;
  width: 70px;
  min-width: 70px;
  background: var(--white-color);
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  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: 130px 0px 0px;
  }
}

@media screen and (max-width: 425px) {
  .footer-four-icon-box {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .footer-four-icon {
    margin: auto;
    margin-bottom: 30px;
  }
  .footer-four-top-wrapper {
    padding: 30px 0;
  }
}
.tbs-testimonials .eco-v2--image::after {
  border-left: none;
}
.tbs-testimonials .video-button.two {
  position: relative;
  width: 100%;
  left: 0;
}
.tbs-testimonials .eco-v2--image {
  display: block;
}