:root {
  /* Base Primary */
  --bs-primary: #39AE41;
  --bs-primary-rgb: 208, 71, 19;

  /* Links */
  --bs-link-color: #39AE41;
  --bs-link-hover-color: #14851c;
  --bs-link-active-color: #14851c;

  /* Text and backgrounds */
  --bs-primary-text-emphasis: #14851c;
}

.btn {
  border-radius: 28px;
}

/* Buttons */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #39AE41;
  --bs-btn-border-color: #39AE41;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #14851c;
  --bs-btn-hover-border-color: #14851c;
  --bs-btn-focus-shadow-rgb: 208, 71, 19;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #14851c;
  --bs-btn-active-border-color: #14851c;
  --bs-btn-disabled-bg: #39AE41;
  --bs-btn-disabled-border-color: #39AE41;
}

.btn-transparent {
  background: transparent;
  color: #000;
  border: solid 1px #000;
}

.btn-transparent:hover {
  background: transparent;
  color: #000;
  border: solid 1px #000;
}

.navbar-toggler {
  border-color: #fff;
}

.banner-btn {
  padding-top: 14px;
  padding-right: 17px;
  padding-bottom: 14px;
  padding-left: 17px;
  min-width: 284px;
}

/* Alerts */
.alert-primary {
  --bs-alert-color: #14851c;
  --bs-alert-bg: #f2d4c9;
  --bs-alert-border-color: #e3a48d;
}

/* Badges */
.badge.bg-primary {
  background-color: #39AE41 !important;
}

/* Progress bars */
.progress-bar.bg-primary {
  background-color: #39AE41 !important;
}

.theme-text {
  color: #0094da !important;
}

.dark-color {
  color: #000;
}

/* Pagination */
.page-link {
  color: #0094da;
}

.page-link:hover {
  color: #14851c;
}

.page-item.active .page-link {
  background-color: #39AE41;
  border-color: #39AE41;
}

body {
  color: #000;
  font-family: 'Prompt', sans-serif;
  background-color: #fff;
}

.bg-white {
  background-color: #fff !important;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 130px;
}

.footer-padding {
  padding-top: 120px;
  padding-bottom: 60px;
}

/* Sticky Header */
.navbar {
  transition: all 0.3s ease;
  padding: 18px 0;

}

.service-body {
  width: 60%;
  min-height: 225px;
}

.nav-btn {
  border-radius: 28.5px;
  padding-right: 17px;
  padding-left: 17px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  background-color: #19324e;
}

.nav-btn:hover {
  background-color: #39AE41;
  border-color: #39AE41;
  color: #fff;
}

.navbar.scrolled {
  background: #031f38;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.navbar-brand img {
  width: 80px;
}

.nav-link,
.navbar-nav .nav-link:focus {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 115.99999999999999%;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--bs-primary);
}

.hero-carousel img {
  width: 100%;
}

.static-banner img {
  height: 90vh;
  object-fit: cover;
}

/* Owl Nav Buttons */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 24px !important;
  font-weight: bold;
  pointer-events: all;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.owl-nav button:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #000 !important;
  transform: scale(1.05);
}

/* Position owl dots vertically */
.hero-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 3;
}

.hero-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hero-carousel .owl-dots .owl-dot.active {
  background: #39AE41;
  border: 2px solid #fff;
  transform: scale(1.7);
}

.hero-carousel .owl-dots .owl-dot span {
  display: none;
}

.section-heading {
  font-weight: 600;
  font-size: 65px;
  line-height: 75px;
  text-align: center;
  vertical-align: middle;
}

.consultation-btn {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 18px;
}

.carousel-controls {
  z-index: 3;
  position: relative;
  display: flex;
  gap: 30%;
  right: 30.5%;
  top: 294px;
}

.btn-icon {
  height: 24px;
}

.about-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 35px;
  vertical-align: middle;
}

.banner-action {
  margin-top: 60px;
}

.underline {
  text-decoration: underline;
}

.services-carousel {
  margin-bottom: 70px !important;
}

.carousel-controls .btn {
  border-radius: 54px;
  background-color: #39AE41;
  padding: 25px;
}

.hero-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 10%;
  color: #fff;
  z-index: 2;
}

.hero-wrapper {
  background-image: url(../images/footer-bg.jpg);
  height: 100vh;
  background-size: cover;
  background-position: 100% 50%;
}

.hero-wrapper .carousel-controls {
  position: absolute;
  bottom: 78px;
}

.category-line {
  font-weight: 500;
  font-size: 25px;
  line-height: 114.99999999999999%;
}

.banner-description {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;

}

.banner-text {
  font-weight: 600;
  font-size: 99px;
  line-height: 115.99999999999999%;
  vertical-align: middle;
}

/* About section image overlap */
.about-images {
  position: relative;
}

.richtext-wrapper {
  padding-right: 32px;
}


.sub-title {
  font-size: 4rem;
  line-height: 64px;
}

.rich-text {
  color: #000;
  line-height: 32px;
  font-weight: 300;
}

/* Service boxes */
.service-img-container img {
  width: 95%;
}

.service-container {
  background: #fff;
  padding: 35px 40px;
  border-radius: 25px;
  color: #000;
  border: solid 1px #dadada;
  box-shadow: 0px 5px 5px 3px #00000017;
  width: 95%;
}

.service-icon {
  background: #f1faff;
  width: 70px;
  padding: 10px;
  border-radius: 10px;
  margin-right: 30px;
}

#services .owl-carousel .owl-item img {
  width: 50px;
}

.service-container h5 {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.service-container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.thumb-img img {
  width: 64px !important;
  border: 2px solid #39AE41;
}

.customer {
  font-weight: 300;
}

.reviews-area .mobile-mb {
  text-align: center;
  width: fit-content;
  border-radius: 50%;
}

.reviews-area .mobile-mb:nth-child(2) {
  margin-top: -8px;
}

.reviews-area .mobile-mb:nth-child(3) {
  position: absolute;
  top: 20%;
  margin-left: 200px;
}

.reviews-area .counter-text-wrap {
  width: 256px;
  height: 256px;
  padding: 80px 16px;
}

.primary-bg {
  background: #39AE41;
}

.white-bg {
  background: white;
}

.black-100-bg {
  background-color: #131412;
}

.count-text {
  font-size: 40px;
  font-weight: 300;
}

.counter-title {
  font-size: 20px;
  font-weight: 300;
}

/* Subscribe Section */
.form-control::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.form-control:focus {
  border-color: #39AE41;
  box-shadow: none;
}

.subscribe-section .form-control {
  border-width: 1px;
  border-radius: 25px;
}

.subscribe-section .btn-primary {
  position: absolute;
  right: 0;
  margin: 7px;
  padding: 16px 38px;
}

.block-2 {
  padding-top: 107px;
  margin-left: -38px;
}

.product-wrapper {
  margin-top: 96px;
  margin-right: -16px;
  margin-left: -16px;
}

.product-wrapper .service-box {
  margin-bottom: 32px;
}

.product-wrapper>* {
  padding-right: 16px;
  padding-left: 16px;
}

/*contact page*/
.contact-form .btn-primary {
  min-height: 72px;
}

.contact-form textarea {
  height: 180px;
}

.contact-item {
  margin-bottom: 32px;
}

.contact-item h5 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.contact-item p {
  line-height: 35px;
  color: #fff;
}

.contact-item a:hover {
  color: var(--bs-primary) !important;
}

/* Footer */
.footer {
  color: #fff;
  font-weight: 300;
  position: relative;
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  background-position: 100% 40%;
}

.list-unstyled {
  justify-content: space-evenly;
}

.footer h5 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.footer p {
  line-height: 32px;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
  line-height: 32px;
}

.footer a:hover {
  color: #fff;
}

.footer-logo {
  width: 144px !important;
}

/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.value-container {
  background: #EA9F1421;
  opacity: 1;
  border-radius: 25px;
  border-width: 1px;
  text-align: center;
  padding: 30px;
  border: solid 1px #EA9F1421;
  min-height: 260px;
}

.value-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 31px;
}

.value-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.value-icon img {
  background: #000;
  border-radius: 50px;
  padding: 10px;
  margin: 15px 0;
}

.contact-btn {
  background: #000;
  width: 100%;
  border-radius: 25px;
  border-width: 1px;
  padding: 20px 0;
}

.contact-btn img {
  background: #fff;
  padding: 5px;
  border-radius: 40px;
}

.subscribe-btn {
  background-color: #19324e;
  width: 100%;
  border-radius: 25px;
  border-width: 1px;
  align-items: anchor-center;
  padding: 6px 20px;
  border: none;
}

.blog-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  vertical-align: middle;
}

.blog-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.blog-link {
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  font-style: Bold;
}

.about-content {
  width: 50%;
}

.about-heading {
  font-weight: 500;
  font-size: 55px;
  line-height: 115.99999999999999%;
  text-align: center;
  text-transform: capitalize;
}

.logo-text {
  color: #939393;
  font-weight: 600;
  font-size: 17px;
  line-height: 114.99999999999999%;
  text-align: center;
  text-transform: uppercase;

}

.about-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  width: 70%;
}

.top-radius {
  border-radius: 99px 99px 0 0;
}

.bottom-radius {
  border-radius: 0 0 99px 99px;
}

.all-radius {
  border-radius: 99px;
}

.bg-theme {
  background: #3081CD3D;
}

#value .about-title {
  vertical-align: middle;
}

.container-padding {
  padding: 45px 0 60px 0;
}

#value .about-description {
  width: 60%;
}

.social-icons {
  width: 32px;
}

.blog-body {
  width: 80%;
}

.extra-margin {
  margin-bottom: 60px;
}

.navbar-toggler {
  padding: 8px;
  margin-right: 10px;
  font-size: 16px;
}

.footer-terms {
  font-size: 12px;
}

/* new css */

.clients {
  border: solid 1px #dadada;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 24px;
  padding: 40px 0;
}

.clients img {
  height: 50px;
}

.heading-description {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;

}

.services-wrapper {
  width: 60%;
}

.service-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6D6D6D;
  text-align: left;
  min-height: 120px;
}

.work-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6D6D6D;
  text-align: left;
  min-height: 100px;
}


.service-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 129%;
  text-transform: capitalize;
}

.light-font {
  color: #D2D2D2 !important;
}

.white-font {
  color: #fff !important;
}

.baseline-align {
  align-items: anchor-center;
}

#background {
  background-image: url(../images/theator.jpg);
  background-size: cover;
}

#career {
  background-image: url(../images/career-bg.jpg);
  background-size: cover;
}

#faq {
  background-image: url(../images/faq.jpg);
  background-size: cover;
}

.background-description {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.user-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
}

.user-description {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
}

.user-1 {
  padding: 20px;
  border-radius: 54px;
  border: solid 1px #dedede;
  align-items: anchor-center;
}

.user-card {
  width: 50%;
  text-align: center;
}

.user-btn {
  position: relative;
  bottom: 30px;
}

.overlay {
  background: #002345c9;
}

.overlay-career {
  background: #0085c0a8;
}

.user-icon {
  margin-right: 15px;
}

.user-full {
  border-radius: 50px;
  width: 100%;
}

.collapsed .fa-minus {
  display: none;
}

.accordion-button-custom:not(.collapsed) .fa-plus {
  display: none;
}

.accordion-button-custom {
  background: transparent;
  border: none;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 129%;
  vertical-align: middle;
  text-transform: capitalize;
  align-items: center;
}

.accordion-item {
  padding: 10px 30px;
  border-radius: 20px !important;
}

.icons {
  background: #021f3b;
  color: #fff;
  padding: 2px 10px;
  font-size: 8px;
  border-radius: 10px;
}

#faq .accordion {
  width: 70%;
  margin: 0 auto;
}

.hero-wrapper-overlay {
  background: #12121273;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .banner-text {
    font-weight: 600;
    font-size: 60px;
  }

  .user-card {
    width: 75%;
  }

  .service-container {
    padding: 30px 18px;
  }

  .service-description {
    min-height: 160px;
  }

  .service-img-container {
    height: 90%;
  }

  .service-img-container img {
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .user-card {
    width: 100%;
  }

  #faq .accordion {
    width: 100%;
  }

  .services-wrapper {
    width: 100%;
  }

  .service-description {
    min-height: 70px;
  }

  .user-banner {
    width: 50%;
    margin: 0 auto;
  }

  .banner-text,
  .category-line,
  .banner-description,
  .banner-action {
    text-align: center;
  }

  .navbar {
    padding: 0px 0;
    background: #031f38;
  }

  .about-heading {
    font-size: 30px;
  }

  .user-description {
    font-size: 20px;
  }

  .service-container .d-flex {
    align-items: anchor-center;
  }
}

@media only screen and (max-width: 767px) {
  .about-description {
    width: 100%;
  }

  #user {
    text-align: center;
  }

  .consultation-btn {
    padding: 12px 16px;
    font-size: 12px;
  }

  .user-banner {
    width: 50%;
    margin: 0 auto;
  }

  .banner-text,
  .category-line,
  .banner-description,
  .banner-action,
  .logo-text,
  .about-heading {
    text-align: center !important;
  }

  .gap-5 {
    gap: 1rem !important
  }

  .user-description {
    font-size: 14px;
    line-height: 22px;
  }

  .user-title {
    margin-top: 0 !important;
    font-size: 24px;
  }
  .banner-btn {
    min-width: 100px;
}
}
@media only screen and (max-width: 500px) {
.user-1{
      display: block !important;
}
.user-info{
  margin-bottom: 25px;
}
.user-title, .user-description{
   text-align: center !important;
}
}