:root {
  --primary: #8fc31f;
}

body,
html {
  overflow-x: hidden;
}

.section {
  padding: 100px 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: white;
}
.text-white *,
.text-white .bg-text {
  color: white;
}

/** Button style **/
.theme-btn,
a.theme-btn {
  color: white;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
  transition: 0.5s;
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 15px 40px 12px;
  text-transform: uppercase;
}

.theme-btn i,
a.theme-btn i {
  font-size: 12px;
  transition: 0.5s;
  margin-left: 15px;
}

.theme-btn:hover i,
a.theme-btn:hover i {
  margin: 0 -3px 0 18px;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn.style-two:not(:hover),
a.theme-btn:hover,
a.theme-btn:focus,
a.theme-btn.style-two:not(:hover) {
  background: #262d3d;
}

.theme-btn:not(:hover), .theme-btn.style-two:hover,
a.theme-btn:not(:hover),
a.theme-btn.style-two:hover {
  background: #00cc83;
}

@media only screen and (max-width: 480px) {
  .theme-btn,
  a.theme-btn {
    padding: 12px 20px;
  }
}
.section-title {
  position: relative;
  z-index: 1;
}
.section-title h2 .number {
  color: #204ecf;
}
.section-title h2 span:not(.number) {
  display: inline-block;
  padding: 0 15px 10px 10px;
  margin: 0 -15px -10px -10px;
  background: url(../images/shapes/title-bg.png) no-repeat right bottom;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title .sub-title,
.sub-title {
  color: white !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  padding: 3px 16px 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  background: #00cc83;
}
.section-title .sub-title.style-two,
.sub-title.style-two {
  color: #204ecf !important;
  background: rgba(32, 78, 207, 0.1);
}

.sub-title-two {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  color: #204ecf;
  font-family: "Raleway", sans-serif;
}

.sub-title-three {
  font-size: 20px;
  font-weight: 700;
  color: #2467ec;
  margin-bottom: 15px;
  display: inline-block;
}
.sub-title-three span {
  position: relative;
}
.sub-title-three span:before {
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  top: 95%;
  position: absolute;
  background: url(../img/shapes/subtitle-line.png) no-repeat center/cover;
}

.bg-text {
  text-transform: uppercase;
  position: absolute;
  font-size: 355px;
  font-weight: 800;
  line-height: 0.7;
  opacity: 0.04;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media (max-width: 1500px) {
  .bg-text {
    font-size: 200px;
  }
}
@media (max-width: 1199px) {
  .bg-text {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .bg-text {
    font-size: 100px;
  }
}
@media (max-width: 480px) {
  .bg-text {
    font-size: 75px;
  }
}

.bg-green {
  background-color: #00cc83;
}

.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-section:before, .hero-section:after {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 50%;
  text-align: center;
}
.hero-section:before {
  left: 0;
  bottom: 0;
  width: 330px;
  height: 330px;
  background: #f7f7f7;
  transform: translate(-25%, 50%);
}
.hero-section:after {
  right: 0;
  top: 0;
  width: 840px;
  height: 840px;
  background: #f3fff5;
  transform: translate(15%, -50%);
}
@media (max-width: 1199px) {
  .hero-section:after {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-section:after {
    right: 50%;
    transform: translate(50%, -60%);
  }
}
@media (max-width: 575px) {
  .hero-section:after {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .hero-section:after {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .hero-section .container {
    max-width: 1140px;
  }
}

.hero-content h1 {
  font-size: 46px;
}
@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .hero-content h1 {
    font-size: 26px;
  }
}
.hero-content p {
  font-size: 18px;
}
@media (max-width: 480px) {
  .hero-content p {
    font-size: 16px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

.features-section {
  position: relative;
}
.features-section .feature-item {
  display: flex;
  max-width: 355px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .features-section .feature-item {
    display: block;
  }
}
.features-section .feature-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  text-align: center;
  border-radius: 24px;
  background: #00bc79;
  line-height: 100px;
}
@media (max-width: 480px) {
  .features-section .feature-item .image {
    margin: 0 auto 15px;
  }
}
@media (max-width: 480px) {
  .features-section .feature-item .content {
    text-align: center;
  }
}
.features-section .feature-item .icon {
  flex: none;
  margin-right: 25px;
  color: #204ecf;
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 480px) {
  .features-section .feature-item .icon {
    margin-bottom: 15px;
  }
}
.features-section .feature-item p {
  margin-bottom: 0;
}
.features-section .text-white .feature-item p {
  opacity: 0.7;
}

.rectangle-dots,
.circle-dots {
  z-index: 0;
  max-width: 20%;
  position: absolute;
}

.rectangle-dots {
  bottom: 0%;
  left: 5%;
  animation: 5s down-up-three infinite;
}

.circle-dots {
  top: 12%;
  right: 2%;
  animation: 5s down-up-two infinite;
}

@keyframes down-up-two {
  0%, 100% {
    transform: translate(0px);
  }
  50% {
    transform: translate(-25px, -25px);
  }
}
@keyframes down-up-three {
  0%, 100% {
    transform: translate(0px);
  }
  50% {
    transform: translate(25px, -15px);
  }
}
@media (min-width: 1400px) {
  .api-list-section .container {
    max-width: 1140px;
  }
}

.work-step-item {
  display: flex;
  transition: 0.3s;
  background: white;
  border-radius: 5px;
  padding: 35px 35px 15px;
  box-shadow: 10px 0 33px rgba(30, 40, 69, 0.07);
  cursor: pointer;
}
.work-step-item:hover {
  background: #00cc83;
}
.work-step-item:hover .number {
  border-color: white;
}
.work-step-item:hover h4, .work-step-item:hover p {
  color: white;
  transition: 0.15s;
}

@media only screen and (max-width: 480px) {
  .work-step-item {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .work-step-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.work-step-item .number {
  flex: none;
  color: white;
  font-size: 24px;
  transition: 0.5s;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  background: #00cc83;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.logo-section {
  padding: 40px 0 80px;
}
.logo-section .logo-marquee {
  overflow: hidden;
  position: relative;
}
.logo-section .logo-marquee .logo-track {
  display: flex;
  gap: 40px;
  animation: scroll-left 25s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}
.logo-section .logo-marquee .logo-track:hover {
  animation-play-state: paused;
}
.logo-section .logo-marquee .logo-track img {
  height: 52px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.logo-section .logo-marquee .logo-track img:hover {
  transform: scale(1.05);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding: 16px 12px;
}
.form-floating > .form-control, .form-floating > .form-select,
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding: 16px 12px;
}

.form-floating > label {
  padding: 16px 12px;
  font-size: 15px;
}

.form-floating > .form-select ~ label {
  display: none;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: #00cc83;
  height: auto;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: #00cc83;
  height: auto;
}

.form-floating > .form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #00cc83;
}

.contact-section {
  position: relative;
}
.contact-section .bg-text {
  bottom: -20px;
  font-weight: 800;
}
.contact-section:before {
  content: "";
  bottom: 20%;
  z-index: -1;
  width: 330px;
  height: 330px;
  left: -150px;
  border-radius: 50%;
  position: absolute;
  background: #eefff1;
  animation: 5s down-up-one infinite;
  filter: blur(5px);
}

@keyframes down-up-one {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(60px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}
@media (min-width: 1400px) {
  .contact-section .container {
    max-width: 920px;
  }
}/*# sourceMappingURL=onepage-api.css.map */