* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    scroll-behavior: smooth;
}
:root {
    --bg-primary: #33ccb6;
}
hr {
    opacity: 1;
}
p {
    color: rgba(255,255,255,0.58);
}
body {
    content: '';
    background: #000;
    margin: 0 auto;
    text-align: center;
}
.cover {
  background: url(../img/background.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /*! height: 100%; */
  background-attachment: fixed;
  margin: 125px 0;
  overflow-y: auto;
  margin: 0 auto;
}
.header {
    padding: 35px;
}
.header img {
  width: 270px;
  /* width: 80px; */
  border-radius: 15px;
  /* box-shadow: 0rem 0rem 3.375rem 0rem #78D61A; */
}
.banner-content {
  padding: 0 15px;
}
.banner-content h1 {
  font-weight: bold;
  color: #fff;
  font-family: 'Poppins';
  padding-bottom: 25px;
}
.banner-content h1 span {
    display: block;
    color: var(--bg-primary);
}
.banner-content p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: rgba(255,255,255,0.58);
  font-family: 'Poppins';
  padding-bottom: 25px;
}
.button-sec {
  padding: 25px 0;
}
.primary-btn {
    color: #000;
    background: var(--bg-primary);
    padding: 10px 35px;
    box-shadow: 0rem 0rem 3.375rem 0rem #33CCB6;
    text-decoration: navajowhite;
    text-transform: capitalize;
    letter-spacing: .2rem;
    border-radius: 25px;
    font-weight: 600;
}
.primary-btn:hover {
    transform: rotate(20deg);
}
.info-text {
    padding: 25px 0 25px 0;
    margin-bottom: 70px;
}
.section-title h2 {
    color: #fff;
    font-weight: bolder;
    font-size: 40px;
}
.section-title h2 span {
    text-decoration: none;
    box-shadow: inset 0 -0.375em 0 0 #17595070;
}
.single-work-flow-feature h3 {
    color: var(--bg-primary);
    font-size: 60px;
    font-weight: bold;
    font-family: 'Poppins';
}
.single-work-flow-feature {
  padding: 60px 10px;
}
.single-work-flow-feature h3 span {
    color: #33CCB66E;
}
.single-work-flow-feature h4 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 40px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
.single-work-flow-feature p {
    width: calc(100% + 0.025rem);
}
.drop-btn span {
    padding: 14px 10px;
    border: 5px solid var(--bg-primary);
    border-radius: 50%;
}
.drop-btn span:hover {
    padding: 14px 10px;
    background: var(--bg-primary);
    border: 5px solid var(--bg-primary);
    border-radius: 50%;
}
.drop-btn span:hover i {
    color: #000;
    transform: scale(1.2);
}
.drop-btn i {
  font-size: 24px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 50%;
}
.single-testimonials {
    color: #fff;
    background: #000;
}
.single-testimonials .card {
    background: #000;
    border: 1px solid var(--bg-primary);
    height: 350px;
}
.testimonials-client {
    padding-bottom: 15px;
}
.testimonials-client img {
    border-radius: 50%;
}
.testimonials-content p {
    text-align: left;
}
.name {
    color: #fff;
    text-align: left;
}
.rating {
    text-align: left;
}
.rating i {
    color: yellow;
}
.owl-dots {
    display: none;
}
@media (max-width: 480px) {
    .single-testimonials .card {
        background: #000;
        border: 1px solid var(--bg-primary);
        height: 400px;
    }
}
.pricing .tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      background: #000;
    }
.pricing .tab {
      padding: 10px 30px;
      margin: 0 5px;
      background: #ddd;
      border-radius: 25px;
      cursor: pointer;
      font-weight: bold;
      text-transform: uppercase;
    }
.pricing .tab.active {
      background: var(--bg-primary);
      color: #000;
      /*! text-transform: uppercase; */
    }
.pricing .pricing-content {
      display: none;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      background: #000;
    }
.pricing .pricing-content.active {
      display: flex;
    }
.pricing .pricing-card {
      background: #000;
      padding: 20px;
      width: 300px;
      text-align: left;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      color: #fff;
    }
.pricing .pricing-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    }
.pricing .pricing-card h3 {
    font-size: 12px;
}
.pricing .pricing-card span {
  font-size: 12px;
}
.pricing .price {
      font-size: 35px;
      font-weight: bold;
      margin: 15px 0;
    }
.pricing .pricing .btn {
      padding: 10px 20px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
.text-primary-custom {
    color: var(--bg-primary);
}
.pricing .section-title h2 {
    width: 70%;
    margin: 0 auto;
}
.tag h5 {
  font-size: 14px;
  width: 50px;
}
.btn-primary {
  width: 100%;
  color: #000;
  background: var(--bg-primary);
  padding: 10px 35px;
  text-decoration: navajowhite;
  text-transform: capitalize;
  border-radius: 25px;
  font-weight: 600;
}
.feature-list {
  padding: 10px 0;
}
.feature-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feature-list li {
    font-size: 12px;
    line-height: 1.8;
}
.feature-list li i {
    padding-right: 5px;
}
.pricing-card.popular {
  background: #423f3f;
  margin-top: -23px;
}
.popular-tag {
  padding: 1px 7px;
  color: #000;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
}
.eXeUIjqBLYz3jwLn6526.Z6xh6LW1R1nRr8UMhFBC.Y43jRjzn47dkSbyQYhgr.iuTHw_8JG5Y_2j5tOc1P.GnaePMsSYMuuLwVOlbTz {
    display: none!important;
}
.w-70 {
    width: 70%;
}
.social-media a {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}
.company-title h1 {
    font-weight: bold;
    text-align: left;
}
.company-info-content p {
    color: #000;
    text-align: left;
}
.company-info-details h2 {
    font-size: 22px;
}
.text-left {
    text-align: left;
}
.f-400 {
    font-weight: 400 !important;
}
.company-info-details li {
    font-weight: bold;
    line-height: 2;
}
.table-responsive {
  text-align: left;
}
.table-responsive thead {
    color: #fff;
    background: #000;
}
.table-responsive td {
  padding: 10px;
}
.table-responsive tr:nth-child(2n) {
    background: #eeeff0;
}
.numeric-list {
  list-style-type: decimal;
}
.numeric-list li {
    text-align: left;
    font-weight: 400;
}
.sub-title h4 {
    font-size: 20px;
    font-weight: 600;
}
.privacy-contact li {
    font-weight: 500;
}
.privacy-contact a {
    color: #000;
}
.footer-text a {
    color: #fff;
    text-decoration: none;
}