.ft-brand-logo img {
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    margin-top: -31px;
    position: relative;
}


.pr-sv-team-inner-text.headline.pera-content.text-center {
    margin-top: 15px;
}

.ft-portfolio-img img {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
}


ul.service_cust li:before {
  top: 0;
  left: 0;
  content: "";
  font-weight: 900;
  position: absolute;
  color: #f5821f;
  font-family: "Font Awesome 5 Pro";
}

section#ft-team-details {
    padding: 44px 0 56px;
}

ul.service_cust li {
    display: block;
    list-style: none;
    color: #fff;
}

ul.service_cust li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.ft-header-section.sticky-on .ft-brand-logo img {
    margin-top: 0px;
}

span.ft-thx-help-bg.position-absolute img {
    height: 100%;
}

.ft-about-img img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.text-white {
    color: #fff;
}

.ft3-portfolio-block img {
    transition: 500ms all ease;
}
.ft-thx-help-img img {
   background-color: #cadcf3;
}

.ft-why-choose-section {
    margin: 100px 0;
}

.ft-footer-logo img {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

ul.cust li:before {
    top: 0;
    left: 0;
    content: "";
    font-weight: 900;
    position: absolute;
    color: #ea1e00;
    font-family: "Font Awesome 5 Pro";
}

ul.cust li {
    display: block;
    list-style: none;
}
ul.cust li {
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative;
}


.section-ser {
      display: flex;
      height: auto;
      padding: 140px 0;
      background-size: cover;
      background-position: center center;
      transition: background-image 0.5s ease-in-out;
      position: relative;
      color: white;
    }

    .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(88deg, black, #000000ad, #00000014, #000000ad, black);
      z-index: 1;
    }

    .left-content {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 4rem;
    }

    .right-tabs {
      position: relative;
      z-index: 2;
      width: 50%;
      padding: 4rem;
    }

    .left-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .left-content h3 {
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 1rem;
      font-weight: normal;
      letter-spacing: 1px;
    }

    div#contentBox .ft-section-title {
        margin-bottom: 25px !important;
    }

    .left-content h1 {
        font-size: 36px;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
    }

    .left-content p {
      font-size: 1.1rem;
      max-width: 500px;
      margin-bottom: 2rem;
      line-height: 1.6;
    }

    .left-content a {
      display: inline-block;
      padding: 0.75rem 1.5rem;
      color: white;
      border: 1px solid white;
      border-radius: 2rem;
      text-decoration: none;
      font-size: 1rem;
      transition: 0.3s ease;
    }

    .left-content a:hover {
      background-color: white;
      color: black;
    }

    .right-tabs {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .tab {
      padding: 1rem 0;
      font-weight: bold;
      font-size: 21px;
      cursor: pointer;
      border-bottom: 1px solid rgba(255,255,255,0.3);
      transition: 0.3s;
    }

    .tab:hover,
    .tab.active {
      color: gold;
    }

    @media (max-width: 768px) {
      .section-ser {
        flex-direction: column;
      }

      .left-content, .right-tabs {
        width: 100%;
        padding: 2rem;
      }

      .right-tabs {
        order: -1;
      }
    }
.ft-service-slider-area .slick-dots {
    display: none;
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.project-agri .ft-thx-inner-item.position-relative {
    border: 7px solid #fff;
    border-radius: 10px;
    background: #fff;
}

.project-agri .ft-thx-inner-img {
    border-radius: 10px;
    background: #fff;
}

.project-agri .ft-thx-inner-img img{
    border-radius: 10px;
    background: #fff;
}