/*=============================================================
  Template Name: eShop - Responsive eCommerce HTML Template
  Description : An responsive ecommerce html template for grocery, agriculture and any other shop.
  Author      : Code Blowing
  Created On  : July 14, 2025
=============================================================*/
/*=============================================================
TABLE OF CONTENT
  1. Default
  2. Preloader
  3. Topbar
  4. Navigation
  5. Mobile Menu
  6. Banner
  7. Facility
  8. Widgets
  9. Footer
  10. Touch Spin
  11. Product Tabs
  12. Comment
  13. Checkout
  14. Wishlist
  15. Auth
  16. Button
  17. Highlight Text
  18. Section Title
  19. Badged Thumbnail
  20. Left Iconbox
  21. Top Iconbox
  22. Product
  23. Alert
  24. Promo Banner
  25. Checklist
  26. Badge
  27. Cart
  28. Minicart
  29. Select2
  30. Breadcrumb
  31. Timeline
  32. Team
  33. FAQ
  34. Swiper
  35. Blog
=============================================================*/
/*=============================================================
  1. Default
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
body {
  margin: 0;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #50b366;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ff7700;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #636388;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  box-shadow: none !important;
  outline: none !important;
}

label {
  color: #636388;
}

.cursor-pointer {
  cursor: pointer;
}

.min-w-100 {
  min-width: 100px;
}

.min-w-850 {
  min-width: 850px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-250 {
  max-width: 250px;
}

.max-w-300 {
  max-width: 300px;
}

.min-h-550 {
  min-height: 550px;
}

.auth-form .input-group .input-group-text {
  background-color: transparent;
}
.auth-form .input-group input.form-control,
.auth-form .input-group textarea.form-control {
  border-left: none;
}
.auth-form .input-group input.form-control:focus,
.auth-form .input-group textarea.form-control:focus {
  border-color: #dee2e6 !important;
}

.btn-close {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-close:hover {
  transform: rotate(180deg);
}

.form-control:focus {
  border-color: #50b366 !important;
  box-shadow: none !important;
  outline: none !important;
}

.text-accent {
  color: #ff7700 !important;
}

.text-primary {
  color: #50b366 !important;
}

.text-success {
  color: #8fb339 !important;
}

.text-secondary {
  color: #606FC7 !important;
}

.text-danger {
  color: #ff0000 !important;
}

.bg-primary {
  background: #50b366 !important;
}

.bg-danger {
  background: #ff0000 !important;
}

.bg-secondary {
  background: #606FC7 !important;
}

.bg-info {
  background: #0066cc !important;
}

.bg-success {
  background: #8fb339 !important;
}

.border-primary {
  border-color: #50b366 !important;
}

.text-dark {
  color: #000d1c !important;
}

.bg-dark {
  background: #000d1c !important;
}

.title span {
  display: inline-block;
  padding: 0 10px;
}

.list-group .list-group-item {
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
}
.list-group .list-group-item:last-child {
  margin-bottom: 0;
}

.page-wrapper {
  padding: 5rem 0;
}

.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  background: #50b366 !important;
  color: #ffffff !important;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: none;
}
.scroll-to-top:hover {
  background: #ff7700 !important;
  color: #ffffff !important;
  transform: translateY(-5px);
}

.form-control,
.form-select {
  color: #636388;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #50b366;
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check .form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 5px;
}
.form-check .form-check-input:checked {
  background-color: #50b366;
  border-color: #50b366;
}
.form-check .form-check-input:focus {
  box-shadow: none !important;
  border-color: #dee2e6;
}

.iconbox-link h4,
.iconbox-link h5,
.iconbox-link h6 {
  color: #000d1c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox-link:hover {
  background-color: #50b366 !important;
  color: #ffffff;
}
.iconbox-link:hover h4,
.iconbox-link:hover h5,
.iconbox-link:hover h6,
.iconbox-link:hover p {
  color: #ffffff;
}
.iconbox-link:hover .iconbox-icon span {
  background-color: #ffffff !important;
}

@media all and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .shop-filter {
    text-align: center;
  }
  .shop-filter .shop-text {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 575px) {
  .copyright-bar .payment-methods {
    display: none !important;
  }
  .filter-nav {
    display: block !important;
  }
  .filter-nav li {
    text-align: center;
  }
}
/*=============================================================
  2. Preloader
=============================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 999999;
}
.preloader .loader {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #000d1c;
  border-radius: 50%;
  border-color: #ff7700 transparent;
  animation: loader-animation 1s infinite linear;
}
.preloader .loader::before, .preloader .loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}
.preloader .loader::before {
  border-color: #50b366 transparent;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}
.preloader .loader::after {
  margin: 8.9px;
}

@keyframes loader-animation {
  100% {
    transform: rotate(1turn);
  }
}
/*=============================================================
  3. Topbar
=============================================================*/
.topbar .header-msg span {
  display: inline-block;
}

.navigation > li > a::after {
  background-color: #ffffff;
  content: "";
  height: 18px;
  margin-top: -8.5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.navigation > li:last-child > a::after {
  width: 0;
}
.navigation li {
  text-align: left;
  position: relative;
}
.navigation li a {
  padding: 5px 10px;
  display: block;
  color: #ffffff;
}
.navigation li a img.flag {
  width: 15px;
  height: 10px;
  margin-right: 5px;
}
.navigation li a:hover {
  color: #ff7700;
}
.navigation li .pre-icon {
  margin: 0 5px 0 0 !important;
}
.navigation > li {
  display: inline-block;
}
.navigation > li > a {
  padding: 10px;
}
.navigation li.has-submenu {
  position: relative;
}
.navigation li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-origin: top center;
  transform: rotateX(-90deg);
}
.navigation li.has-submenu .submenu li a:hover {
  background: #000d1c;
  color: #ffffff;
}
.navigation li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

/*=============================================================
  4. Navigation
=============================================================*/
.navbar-options-list > li > a {
  color: #000d1c;
  padding: 20px 0;
}
.navbar-options-list > li > a:hover {
  color: #50b366;
}
.navbar-options-list > li.minicart-icon {
  position: relative;
  display: inline-block;
}
.navbar-options-list > li.minicart-icon .icon {
  position: relative;
}
.navbar-options-list > li.minicart-icon .icon .cart-count {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 13px;
  right: -10px;
  background: #50b366;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
}
.navbar-options-list > li.minicart-icon:hover .minicart-products {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-nav-wrapper .primary-nav-list li {
  text-align: left;
  position: relative;
}
.primary-nav-wrapper .primary-nav-list li a {
  padding: 5px 10px;
  display: block;
  color: #000d1c;
  font-size: 16px;
  font-weight: 500;
}
.primary-nav-wrapper .primary-nav-list li a i {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
}
.primary-nav-wrapper .primary-nav-list li a:hover {
  color: #50b366;
}
.primary-nav-wrapper .primary-nav-list li .pre-icon {
  margin: 0 5px 0 0 !important;
}
.primary-nav-wrapper .primary-nav-list > li {
  display: inline-block;
}
.primary-nav-wrapper .primary-nav-list > li > a {
  padding: 25px 8px;
}
.primary-nav-wrapper .primary-nav-list > li > a i {
  font-size: 14px;
}
.primary-nav-wrapper .primary-nav-list li.has-submenu {
  position: relative;
}
.primary-nav-wrapper .primary-nav-list li.has-submenu > a {
  position: relative;
}
.primary-nav-wrapper .primary-nav-list li.has-submenu > a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f078";
  margin-left: 7px;
  font-size: 14px;
}
.primary-nav-wrapper .primary-nav-list li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-origin: top center;
  transform: rotateX(-90deg);
}
.primary-nav-wrapper .primary-nav-list li.has-submenu .submenu li a:hover {
  background: #50b366;
  color: #ffffff;
}
.primary-nav-wrapper .primary-nav-list li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

.search-toggle {
  width: 28px;
}
.search-toggle .fa-close {
  display: none;
}

.navbar-options-search form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-options-search form .form-control {
  height: 50px;
  border-radius: 0;
}
.navbar-options-search form.search-show {
  visibility: visible;
  opacity: 1;
}
.navbar-options-search form.search-show span {
  display: inline-block;
}
.navbar-options-search form button {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000d1c;
  background-color: transparent;
  border: none;
}
.navbar-options-search form button i {
  font-size: 20px;
  line-height: 50px;
}
.navbar-options-search form button:hover {
  color: #50b366;
}

.mobile-nav-wrapper .mobile-nav-list .has-submenu .submenu {
  display: none;
  transition: inherit !important;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  animation: 0.5s slideInDown both;
}

@media all and (max-width: 992px) {
  .primary-nav-bar {
    padding: 5px 0;
  }
  .navbar-options-search form {
    top: 75px;
  }
}
/*=============================================================
  5. Mobile Menu
=============================================================*/
.mobile-nav-wrapper .mobile-nav-list li a {
  padding: 5px 10px;
  display: block;
  color: #000d1c;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.mobile-nav-wrapper .mobile-nav-list li a i {
  display: inline-block;
  margin-right: 5px;
}
.mobile-nav-wrapper .mobile-nav-list li a:hover {
  background: #000d1c;
  color: #ffffff;
}
.mobile-nav-wrapper .mobile-nav-list li .pre-icon {
  margin: 0 5px 0 0 !important;
}
.mobile-nav-wrapper .mobile-nav-list li.has-submenu > a {
  position: relative;
}
.mobile-nav-wrapper .mobile-nav-list li.has-submenu > a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f078";
  margin-left: 7px;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 35%;
}
.mobile-nav-wrapper .mobile-nav-list li.has-submenu .submenu {
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  text-indent: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu-search-box input.form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mobile-menu-search-box .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/*=============================================================
  6. Banner
=============================================================*/
.banner-wrapper {
  padding: 140px 0;
}

.banner-bg {
  background-color: #bbe1c3;
}

.page-banner {
  padding: 50px 0;
}

@media all and (max-width: 992px) {
  .banner-wrapper {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .banner-wrapper {
    padding: 50px 0;
  }
}
@media all and (max-width: 575px) {
  .banner-wrapper {
    padding: 30px 0;
  }
  .banner-bg {
    background-size: cover;
  }
}
/*=============================================================
  7. Facility
=============================================================*/
.facility-list {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}
.facility-list .facility-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-right-width: 0;
}
.facility-list .facility-item:last-child {
  border-right-width: 1px;
}
.facility-list .facility-item .facility-icon i {
  font-size: 30px;
}

@media all and (max-width: 992px) {
  .facility-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .facility-list .facility-item {
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
  }
}
@media all and (max-width: 768px) {
  .facility-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*=============================================================
  8. Widgets
=============================================================*/
.widget label {
  margin-top: 5px;
}
.widget ul li a {
  display: block;
  font-weight: 500;
  padding: 5px 0;
}
.widget .widget-nav li a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: #636388;
}
.widget .widget-nav li a:hover {
  color: #50b366;
}
.widget .social-links li a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
}
.widget .subscribe-widget .group-input {
  position: relative;
}
.widget .subscribe-widget .group-input .form-control {
  padding: 8px 50px 8px 35px;
}
.widget .subscribe-widget .group-input span {
  display: inline-block;
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 10px;
  background-color: transparent;
  color: #636388;
  border: none;
  line-height: 2.4;
}
.widget .subscribe-widget .group-input button {
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 15px;
  background-color: #50b366;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.widget.widget-light h4 {
  color: #ffffff;
}
.widget.widget-light .widget-nav li a {
  color: #ffffff;
}
.widget.widget-light .widget-nav li a:hover {
  color: #50b366;
}
.widget.widget-light .social-links li a {
  color: #ffffff;
}
.widget.widget-light .social-links li a:hover {
  color: #50b366;
}
.widget .social-widget ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.widget .social-widget ul li a {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 5px 5px 5px 53px;
  font-size: 18px;
  position: relative;
}
.widget .social-widget ul li a i {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #50b366;
  color: #ffffff;
  display: inline-block;
  width: 37px;
  height: 37px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 2;
  text-align: center;
}
.widget .social-widget ul li a:hover {
  background-color: #50b366;
  color: #ffffff !important;
  border-radius: 5px !important;
}
.widget.sidebar-widget ul li a {
  color: #636388;
}
.widget.sidebar-widget ul li a:hover {
  color: #50b366;
}

@media (max-width: 992px) {
  .widget {
    margin-bottom: 1.5rem;
  }
}
/*=============================================================
  9. Footer
=============================================================*/
.footer-widgets {
  padding: 4rem 0;
}

.footer-dark {
  background-image: url("img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #204a29;
}

.copyright-bar {
  background-color: #18381f;
  padding: 1rem 0;
}

.payment-methods li img {
  max-width: 50px;
  height: auto;
}

/*=============================================================
  10. Touch Spin
=============================================================*/
.bootstrap-touchspin {
  width: 120px;
}
.bootstrap-touchspin .btn {
  height: 35px;
  width: 35px;
  padding: 0;
  border-radius: 0;
  border-width: 1px !important;
  border-color: #dee2e6 !important;
}
.bootstrap-touchspin .btn:hover {
  border-color: #606FC7 !important;
}
.bootstrap-touchspin input {
  padding-left: 30px;
  height: 35px;
  border-radius: 0;
  text-align: center;
  border-color: #dee2e6;
}
.bootstrap-touchspin input:focus {
  border-color: #dee2e6 !important;
}
.bootstrap-touchspin .input-group-prepend {
  position: absolute;
  left: -1px;
  background-color: #ffffff;
  z-index: 10;
}
.bootstrap-touchspin .input-group-append {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  z-index: 10;
}

/*=============================================================
  11. Product Tabs
=============================================================*/
.ui-tabs.ui-widget.ui-widget-content {
  border: none;
}
.ui-tabs .ui-widget-header {
  background-color: transparent;
}
.ui-tabs .ui-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab {
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000d1c;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab a {
  color: #636388;
  padding: 5px 15px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active {
  background-color: #50b366;
  border-color: #50b366;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active a {
  color: #ffffff;
}

/*=============================================================
  12. Comment
=============================================================*/
.comment-item .thumb {
  position: relative;
  flex-basis: 100px;
}
.comment-item .thumb img {
  width: 100px !important;
  border-radius: 50%;
}
.comment-item .thumb .verified {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #50b366;
  color: #ffffff;
  height: 20px;
  border-radius: 50%;
  width: 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .comment-item {
    display: block !important;
    text-align: center;
  }
}
/*=============================================================
  13. Checkout
=============================================================*/
.checkout-products {
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.checkout-products .minicart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding: 10px 20px;
}
.checkout-products .minicart-item .minicart-thumb a {
  padding: 0;
  color: #000d1c;
}
.checkout-products .minicart-item .minicart-thumb a img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.checkout-products .minicart-item .minicart-content a,
.checkout-products .minicart-item .minicart-remove a {
  padding: 0;
  color: #000d1c;
}
.checkout-products .minicart-item .minicart-content a:hover,
.checkout-products .minicart-item .minicart-remove a:hover {
  color: #50b366;
}

.checkout-accordion .ui-accordion-header {
  cursor: pointer;
}
.checkout-accordion .ui-accordion-header span.number-text {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  margin-right: 10px;
  text-align: center;
  line-height: 2.5;
  margin: 5px 10px 5px 0;
}
.checkout-accordion .ui-accordion-header.ui-accordion-header-active span.number-text {
  background-color: #50b366;
  border-color: #50b366;
  color: #ffffff;
}

/*=============================================================
  14. Wishlist
=============================================================*/
.wishlist-products-table .wishlist-product-img {
  width: 80px;
  height: auto;
}
.wishlist-products-table .product-description a {
  color: #000d1c;
  font-weight: 600;
}
.wishlist-products-table .product-description a:hover {
  color: #50b366;
}

@media all and (max-width: 992px) {
  .wishlist-products-table .wishlist-action-btn .btn-danger {
    margin-top: 1rem;
  }
}
/*=============================================================
  15. Auth
=============================================================*/
.auth-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.auth-wrapper > div {
  flex-basis: 50%;
}

.auth-thumb {
  background-color: #50b366;
  background-image: url("img/auth-bg.svg");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media all and (max-width: 992px) {
  .auth-form {
    padding: 2rem;
  }
}
@media all and (max-width: 768px) {
  .auth-wrapper {
    display: block;
  }
}
/*=============================================================
  16. Button
=============================================================*/
.btn {
  padding: 10px 25px;
  font-weight: 500;
  border-width: 2px;
}
.btn.btn-sm {
  padding: 5px 15px;
  font-size: 14px;
}
.btn.btn-icon {
  height: 45px;
  width: 45px;
  padding: 0;
  line-height: 2.2;
  font-size: 20px;
}
.btn.btn-primary {
  background-color: #50b366;
  color: #ffffff;
  border: 2px solid #50b366;
}
.btn.btn-primary:hover {
  background-color: #ff7700;
  color: #ffffff;
  border-color: #ff7700;
}
.btn.btn-info {
  background-color: #0066cc;
  color: #ffffff;
  border: 2px solid #0066cc;
}
.btn.btn-info:hover {
  background-color: #ff7700;
  color: #ffffff;
  border-color: #ff7700;
}
.btn.btn-dark {
  background-color: #000d1c;
  color: #ffffff;
  border: 2px solid #000d1c;
}
.btn.btn-dark:hover {
  background-color: #ff7700;
  color: #ffffff;
  border-color: #ff7700;
}
.btn.btn-light {
  background-color: #fbfcff;
  color: #000d1c;
  border: 2px solid #fbfcff;
}
.btn.btn-light:hover {
  background-color: #ff7700;
  color: #ffffff;
  border-color: #ff7700;
}
.btn.btn-danger {
  background-color: #ff0000;
  color: #ffffff;
  border: 2px solid #ff0000;
}
.btn.btn-danger:hover {
  background-color: #ff7700;
  color: #ffffff;
  border-color: #ff7700;
}
.btn.btn-secondary {
  background-color: #606FC7;
  color: #ffffff;
  border: 2px solid #606FC7;
}
.btn.btn-secondary:hover {
  background-color: #ff7700;
  color: #ffffff;
  border-color: #ff7700;
}
.btn.btn-success {
  background-color: #8fb339;
  color: #ffffff;
  border: 2px solid #8fb339;
}
.btn.btn-success:hover {
  background-color: #ff7700;
  color: #ffffff;
  border-color: #ff7700;
}
.btn.btn-outline-primary {
  background-color: transparent;
  color: #50b366;
  border: 2px solid #50b366;
}
.btn.btn-outline-primary:hover {
  background-color: #50b366;
  color: #ffffff;
}
.btn.btn-outline-info {
  background-color: transparent;
  color: #0066cc;
  border: 2px solid #0066cc;
}
.btn.btn-outline-info:hover {
  background-color: #0066cc;
  color: #ffffff;
}
.btn.btn-outline-dark {
  background-color: transparent;
  color: #000d1c;
  border: 2px solid #000d1c;
}
.btn.btn-outline-dark:hover {
  background-color: #000d1c;
  color: #ffffff;
}
.btn.btn-outline-light {
  background-color: transparent;
  color: #fbfcff;
  border: 2px solid #fbfcff;
}
.btn.btn-outline-light:hover {
  background-color: #fbfcff;
  color: #ffffff;
}
.btn.btn-outline-danger {
  background-color: transparent;
  color: #ff0000;
  border: 2px solid #ff0000;
}
.btn.btn-outline-danger:hover {
  background-color: #ff0000;
  color: #ffffff;
}
.btn.btn-outline-secondary {
  background-color: transparent;
  color: #606FC7;
  border: 2px solid #606FC7;
}
.btn.btn-outline-secondary:hover {
  background-color: #606FC7;
  color: #ffffff;
}
.btn.btn-outline-success {
  background-color: transparent;
  color: #8fb339;
  border: 2px solid #8fb339;
}
.btn.btn-outline-success:hover {
  background-color: #8fb339;
  color: #ffffff;
}
.btn.iconic {
  position: relative;
  padding-left: 50px;
}
.btn.iconic i {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  color: inherit;
  line-height: 2.5;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.iconic.btn-primary i {
  color: #50b366;
}
.btn.iconic.btn-primary:hover i {
  color: #ff7700;
}
.btn.iconic.btn-info i {
  color: #0066cc;
}
.btn.iconic.btn-info:hover i {
  color: #ff7700;
}
.btn.iconic.btn-dark i {
  color: #000d1c;
}
.btn.iconic.btn-dark:hover i {
  color: #ff7700;
}
.btn.iconic.btn-light i {
  color: #fbfcff;
}
.btn.iconic.btn-light:hover i {
  color: #ff7700;
}
.btn.iconic.btn-danger i {
  color: #ff0000;
}
.btn.iconic.btn-danger:hover i {
  color: #ff0000;
}
.btn.iconic.btn-secondary i {
  color: #606FC7;
}
.btn.iconic.btn-secondary:hover i {
  color: #ff7700;
}
.btn.iconic.btn-success i {
  color: #8fb339;
}
.btn.iconic.btn-success:hover i {
  color: #ff7700;
}
.btn.curved {
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.curved:hover {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
}

/*=============================================================
  17. Highlight Text
=============================================================*/
.gradient-text.primary-to-accent {
  background: linear-gradient(to right, #50b366, #ff7700);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text.accent-to-primary {
  background: linear-gradient(to right, #ff7700, #50b366);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text.primary-to-secondary {
  background: linear-gradient(to right, #50b366, #606FC7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text.info-to-accent {
  background: linear-gradient(to right, #0066cc, #ff7700);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text.accent-to-info {
  background: linear-gradient(to right, #ff7700, #0066cc);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*=============================================================
  18. Section Title
=============================================================*/
.section-title h6 i {
  margin: 0 5px;
  color: #ff7700;
}
.section-title h6 i:first-child {
  margin-left: 0;
}
.section-title h6 i:nth-child(2) {
  margin-right: 0;
  transform: rotate(-90deg);
}
.section-title h6 span.pre-sign {
  display: inline-block;
  height: 3px;
  width: 30px;
  background-color: #ff7700;
  position: relative;
  margin-right: 20px;
  border-radius: 5px;
}
.section-title h6 span.pre-sign::after {
  content: "";
  height: 15px;
  width: 15px;
  border: 3px solid #ff7700;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -12px;
}
.section-title h6 span.post-sign {
  display: inline-block;
  height: 3px;
  width: 30px;
  background-color: #ff7700;
  position: relative;
  margin-left: 20px;
  border-radius: 5px;
}
.section-title h6 span.post-sign::after {
  content: "";
  height: 15px;
  width: 15px;
  border: 3px solid #ff7700;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -12px;
}

/*=============================================================
  19. Badged Thumbnail
=============================================================*/
.badged-thumb .badged-circle {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 5px dotted #50b366;
}
.badged-thumb .badged-circle img {
  position: absolute;
  top: -10%;
  left: -10%;
  max-width: 580px;
  height: auto;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.badged-thumb .badged-circle .badge-item {
  position: absolute;
  border-radius: 50%;
  background-color: #50b366;
  color: #ffffff;
  height: 90px;
  width: 90px;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
}
.badged-thumb .badged-circle .badge-item .badge-text span {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
.badged-thumb .badged-circle .badge-item .badge-text span:first-child {
  font-size: 20px;
  font-weight: 900;
}
.badged-thumb .badged-circle .badge-item.badge1 {
  top: 0;
  left: 11%;
}
.badged-thumb .badged-circle .badge-item.badge2 {
  top: 30%;
  right: -8%;
}
.badged-thumb .badged-circle .badge-item.badge3 {
  bottom: 0;
  left: 11%;
}

@media (max-width: 1200px) {
  .badged-thumb .badged-circle {
    width: 400px;
    height: 400px;
    margin: auto;
  }
  .badged-thumb .badged-circle img {
    max-width: 460px;
  }
}
@media (max-width: 575px) {
  .badged-thumb .badged-circle {
    width: 300px;
    height: 300px;
    margin: auto;
  }
  .badged-thumb .badged-circle img {
    max-width: 345px;
  }
  .badged-thumb .badged-circle .badge-item {
    height: 75px;
    width: 75px;
    padding: 3px;
  }
  .badged-thumb .badged-circle .badge-item .badge-text span {
    font-size: 12px;
  }
  .badged-thumb .badged-circle .badge-item .badge-text span:first-child {
    font-size: 16px;
  }
  .badged-thumb .badged-circle .badge-item.badge1 {
    top: 0;
    left: 5%;
  }
  .badged-thumb .badged-circle .badge-item.badge2 {
    top: 20%;
    right: -5%;
  }
  .badged-thumb .badged-circle .badge-item.badge3 {
    bottom: 0;
    left: 5%;
  }
}
/*=============================================================
  20. Left Iconbox
=============================================================*/
.left-iconbox {
  display: flex;
  gap: 15px;
}
.left-iconbox .iconbox-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 5px;
}
.left-iconbox .iconbox-icon.icon-primary span {
  background-color: #cce9d3;
  color: #50b366;
}
.left-iconbox .iconbox-icon.icon-secondary span {
  background-color: #e4e7f5;
  color: #606FC7;
}
.left-iconbox .iconbox-icon.icon-dark span {
  background-color: #d6d6e1;
  color: #000d1c;
}
.left-iconbox .iconbox-icon.icon-warning span {
  background-color: #ffad66;
  color: #331800;
}

/*=============================================================
  21. Top Iconbox
=============================================================*/
.top-iconbox .iconbox-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 5px;
  line-height: 2.6;
}
.top-iconbox .iconbox-icon.icon-primary span {
  background-color: #cce9d3;
  color: #50b366;
}
.top-iconbox .iconbox-icon.icon-secondary span {
  background-color: #e4e7f5;
  color: #606FC7;
}
.top-iconbox .iconbox-icon.icon-dark span {
  background-color: #d6d6e1;
  color: #000d1c;
}
.top-iconbox .iconbox-icon.icon-warning span {
  background-color: #ffad66;
  color: #331800;
}

/*=============================================================
  22. Product
=============================================================*/
.product-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.product-item .thumb {
  overflow: hidden;
}
.product-item .thumb a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .thumb .product-action-list {
  position: absolute;
  top: 5%;
  right: 5%;
  opacity: 0;
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .thumb .product-action-list li a {
  height: 40px;
  width: 40px;
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
  background-color: #50b366;
  color: #ffffff;
  border-radius: 50%;
}
.product-item .thumb .product-action-list li:not(:last-child) {
  margin-bottom: 5px;
}
.product-item .thumb .product-action-list li:hover a {
  background-color: #ff7700;
  color: #ffffff;
}
.product-item .product-info .product-title a {
  color: #000d1c;
}
.product-item .product-info .product-title a:hover {
  color: #50b366;
}
.product-item:hover {
  border-color: #50b366 !important;
}
.product-item:hover .thumb a img {
  transform: scale(1.1);
}
.product-item:hover .thumb .product-action-list {
  opacity: 1;
  transform: translateX(0);
}

.filter-nav li {
  cursor: pointer;
  font-size: 16px;
  color: #636388;
  padding: 5px;
  margin: 0 10px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-nav li:hover {
  color: #50b366;
}

.product-single .product-info {
  display: flex;
  gap: 15px;
}
.product-single .product-info > div {
  flex-basis: 50%;
}
.product-single .thumb img {
  width: 100%;
  height: auto;
}
.product-single .features ul {
  list-style: square;
  color: #636388;
  padding-left: 1rem;
  margin: 10px 0;
}
.product-single .social-links li a {
  background-color: #000d1c;
  color: #ffffff;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 2.2;
}
.product-single .social-links li a:hover {
  background-color: #ff7700;
}

@media all and (max-width: 768px) {
  .product-single .product-info {
    display: block;
  }
}
/*=============================================================
  23. Alert
=============================================================*/
.alert {
  display: flex;
  align-items: center;
}
.alert i {
  font-size: 20px;
  margin-right: 10px;
}
.alert.alert-primary {
  background-color: #def1e2;
  border-color: #bbe1c3;
  color: #50b366;
  font-weight: 600;
}
.alert.alert-success {
  background-color: #e3eeca;
  border-color: #cfe2a3;
  color: #8fb339;
  font-weight: 600;
}
.alert.alert-info {
  background-color: #cce6ff;
  border-color: #99ccff;
  color: #0066cc;
  font-weight: 600;
}
.alert.alert-secondary {
  background-color: #e4e7f5;
  border-color: #abb3e2;
  color: #606FC7;
  font-weight: 600;
}
.alert.alert-danger {
  background-color: #ffcccc;
  border-color: #ff9999;
  color: #ff0000;
  font-weight: 600;
}
.alert.alert-accent {
  background-color: #fff1e6;
  border-color: #ffc999;
  color: #ff7700;
  font-weight: 600;
}

/*=============================================================
  24. Promo Banner
=============================================================*/
.promo-banner {
  display: flex;
  gap: 10px;
  flex: 50%;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.promo-banner.vertical {
  display: block;
  padding: 3rem 2rem;
}
.promo-banner.vertical .promo-thumb {
  text-align: center;
  margin-top: 2rem;
}
.promo-banner.vertical .promo-thumb img {
  max-width: 100%;
  height: auto;
}
.promo-banner .promo-thumb {
  flex-basis: 30%;
  text-align: end;
}
.promo-banner .promo-thumb img {
  max-width: 160px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promo-banner:hover .promo-thumb img {
  transform: scale(1.1);
}

@media all and (max-width: 1400px) {
  .promo-banner {
    margin-bottom: 1.5rem;
  }
}
/*=============================================================
  25. Checklist
=============================================================*/
.checklist.iconic li i {
  display: inline-block;
  margin-right: 5px;
}
.checklist.iconic.icon-primary li i {
  color: #50b366;
}
.checklist.iconic.icon-secondary li i {
  color: #606FC7;
}
.checklist.iconic.icon-dark li i {
  color: #000d1c;
}
.checklist.iconic.icon-warning li i {
  color: #ff7700;
}
.checklist.iconic.icon-danger li i {
  color: #ff0000;
}
.checklist.icon-bg-primary li {
  background-color: #def1e2;
  border-color: #def1e2;
}
.checklist.icon-bg-primary li i {
  color: #50b366;
}
.checklist.icon-bg-secondary li {
  background-color: #f7f8fc;
  border-color: #f7f8fc;
}
.checklist.icon-bg-secondary li i {
  color: #606FC7;
}
.checklist.icon-bg-accent li {
  background-color: #ffe4cc;
  border-color: #ffe4cc;
}
.checklist.icon-bg-accent li i {
  color: #ff7700;
}
.checklist.icon-bg-danger li {
  background-color: #ffcccc;
  border-color: #ffcccc;
}
.checklist.icon-bg-danger li i {
  color: #ff0000;
}
.checklist.icon-bg-dark li {
  background-color: #e8f3ff;
  border-color: #e8f3ff;
}
.checklist.icon-bg-dark li i {
  color: #000d1c;
}
.checklist.icon-bg-success li {
  background-color: #e3eeca;
  border-color: #e3eeca;
}
.checklist.icon-bg-success li i {
  color: #8fb339;
}
.checklist.icon-outline-primary li {
  border-color: #50b366;
}
.checklist.icon-outline-primary li i {
  color: #50b366;
}
.checklist.icon-outline-secondary li {
  border-color: #606FC7;
}
.checklist.icon-outline-secondary li i {
  color: #606FC7;
}
.checklist.icon-outline-accent li {
  border-color: #ff7700;
}
.checklist.icon-outline-accent li i {
  color: #ff7700;
}
.checklist.icon-outline-danger li {
  border-color: #ff0000;
}
.checklist.icon-outline-danger li i {
  color: #ff0000;
}
.checklist.icon-outline-dark li {
  border-color: #000d1c;
}
.checklist.icon-outline-dark li i {
  color: #000d1c;
}
.checklist.icon-outline-success li {
  border-color: #8fb339;
}
.checklist.icon-outline-success li i {
  color: #8fb339;
}

/*=============================================================
  26. Badge
=============================================================*/
.badge {
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.5;
}
.badge.text-bg-primary {
  background-color: #cce9d3 !important;
  color: #50b366 !important;
  padding: 5px 10px !important;
}
.badge.text-bg-danger {
  background-color: #ffe6e6 !important;
  color: #ff0000 !important;
  padding: 5px 10px !important;
}

/*=============================================================
  27. Cart
=============================================================*/
.cart-products-table .cart-product-img {
  width: 80px;
  height: auto;
}

/*=============================================================
  28. Minicart
=============================================================*/
.minicart-products {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  min-width: 350px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.minicart-products .minicart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding: 10px 20px;
}
.minicart-products .minicart-item .minicart-thumb a {
  padding: 0;
  color: #000d1c;
}
.minicart-products .minicart-item .minicart-thumb a img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.minicart-products .minicart-item .minicart-content a,
.minicart-products .minicart-item .minicart-remove a {
  padding: 0;
  color: #000d1c;
}
.minicart-products .minicart-item .minicart-content a:hover,
.minicart-products .minicart-item .minicart-remove a:hover {
  color: #50b366;
}

@media all and (max-width: 575px) {
  .minicart-products {
    min-width: 300px;
  }
}
/*=============================================================
  29. Select2
=============================================================*/
.select2-container {
  box-sizing: border-box;
}
.select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #dee2e6;
  color: #636388;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

/*=============================================================
  30. Breadcrumb
=============================================================*/
.breadcrumb {
  margin: 0.5rem 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.breadcrumb.bar-icon .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.breadcrumb.dot-icon .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f192";
  margin-left: 7px;
  font-size: 14px;
  margin-left: 0;
  margin-top: 5px;
}
.breadcrumb.long-arrow .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f30b";
  margin-left: 7px;
  font-size: 14px;
  margin-left: 0;
  margin-top: 5px;
}
.breadcrumb.caret-icon .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f0da";
  margin-left: 7px;
  font-size: 14px;
  margin-left: 0;
  margin-top: 5px;
}
.breadcrumb.light .breadcrumb-item {
  color: #ffffff !important;
}
.breadcrumb.light .breadcrumb-item a {
  color: #ffffff !important;
}
.breadcrumb.light .breadcrumb-item a:hover {
  color: #50b366 !important;
}
.breadcrumb.light .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff !important;
}
.breadcrumb.dark .breadcrumb-item {
  color: #000d1c !important;
}
.breadcrumb.dark .breadcrumb-item a {
  color: #000d1c !important;
}
.breadcrumb.dark .breadcrumb-item a:hover {
  color: #50b366 !important;
}
.breadcrumb.dark .breadcrumb-item + .breadcrumb-item::before {
  color: #000d1c !important;
}

/*=============================================================
  31. Timeline
=============================================================*/
.tracking-timeline {
  counter-reset: countNumber 0;
  position: relative;
  overflow: hidden;
}
.tracking-timeline li {
  list-style: none;
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
}
.tracking-timeline li .tracking-icon {
  display: block;
  margin: 15px 0;
}
.tracking-timeline li .tracking-icon i {
  font-size: 30px;
  color: #000d1c;
}
.tracking-timeline li .tracking-title {
  font-weight: 600;
}
.tracking-timeline li:before {
  counter-increment: countNumber;
  content: counter(countNumber);
  width: 50px;
  height: 50px;
  border: 2px solid #50b366;
  border-radius: 50%;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 10px auto;
  background-color: #ffffff;
  color: #000d1c;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.tracking-timeline li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border: 2px dotted #50b366;
  top: 25px;
  left: -50%;
  z-index: -999;
  transition: all ease-in-out 0.3s;
}
.tracking-timeline li:first-child:after {
  content: none;
}
.tracking-timeline li.active-tl {
  color: #636388;
}
.tracking-timeline li.active-tl:before {
  background-color: #50b366;
  color: #ffffff;
}
.tracking-timeline li.active-tl .tracking-icon i {
  color: #50b366;
}
.tracking-timeline li.active-tl + .tracking-timeline li:after {
  background-color: #50b366;
}

/*=============================================================
  32. Team
=============================================================*/
.member-item .thumb img {
  max-width: 100px;
}
.member-item .social-links li a {
  border: 1px solid #000d1c;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #000d1c;
  background-color: transparent;
  line-height: 2.2;
}
.member-item .social-links li a:hover {
  color: #ffffff;
  background-color: #50b366;
  border-color: #50b366;
}

/*=============================================================
  33. FAQ
=============================================================*/
.faqs-wrapper .faq-item {
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.faqs-wrapper .faq-item:last-child {
  margin-bottom: 0;
}
.faqs-wrapper .faq-item .ui-accordion-header-icon {
  margin-right: 10px;
}
.faqs-wrapper .faq-item .ui-accordion-header {
  cursor: pointer;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.faqs-wrapper .faq-item .ui-accordion-header.ui-accordion-header-active {
  background-color: #50b366;
  border-color: #50b366;
  color: #ffffff;
}
.faqs-wrapper .faq-item .ui-accordion-content {
  padding: 10px 20px;
  color: #636388;
}

/*=============================================================
  34. Swiper
=============================================================*/
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #000d1c;
  opacity: 1;
  border: 2px solid #ffffff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  height: 15px;
  background-color: #50b366;
  border-radius: 5px;
}

.home-slider {
  position: relative;
  overflow: hidden;
}
.home-slider .banner-title h1,
.home-slider .banner-subtitle h3,
.home-slider .banner-description p,
.home-slider .buttons a,
.home-slider .banner-thumb img {
  opacity: 0;
}
.home-slider .animate__animated {
  opacity: 1 !important;
}

/*=============================================================
  35. Blog
=============================================================*/
.blog-item .thumb {
  overflow: hidden;
}
.blog-item .thumb a {
  display: block;
}
.blog-item .thumb a img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-item .blog-title {
  margin: 1rem 0;
}
.blog-item .blog-title a {
  color: #000d1c;
}
.blog-item .blog-title a:hover {
  color: #50b366;
}
.blog-item:hover .thumb a img {
  transform: scale(1.1);
}

.blog-details .thumb img {
  width: 100%;
  height: auto;
}
.blog-details .content p {
  margin-bottom: 1rem;
}
.blog-details .content ol,
.blog-details .content ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
  list-style: initial;
}
.blog-details .blog-tags li {
  display: inline-block;
}
.blog-details .blog-tags li a {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  color: #636388;
  margin-bottom: 0.5rem;
}
.blog-details .blog-tags li a:hover {
  border-color: #50b366;
  background-color: #50b366;
  color: #ffffff;
}
.blog-details .social-links {
  text-align: right;
}
.blog-details .social-links li {
  display: inline-block;
}
.blog-details .social-links li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000d1c;
  color: #ffffff;
  line-height: 2.2;
  text-align: center;
}
.blog-details .social-links li a:hover {
  background-color: #50b366;
}

@media all and (max-width: 992px) {
  .blog-details .blog-tags {
    text-align: center;
  }
  .blog-details .social-links {
    text-align: center;
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
