body {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
}

.Green {
  color: #28a745 !important;
  font-weight: bold;
}

.Red {
  color: #dc3545 !important;
  font-weight: bold;
}

.Orange {
  color: #FF9800 !important;
  font-weight: bold;
}

.activeMenu {
  color: #D36600 !important;
  font-weight: 600 !important;
}

.offcanvas.show .navbar-nav {
  padding-left: 15px;
}

header {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: auto;
}

.heighlight-text {
  color: #39779D;
  font-weight: 600;
}

.orange-primary {
  color: #D36600 !important;
}

.badge-success {
  color: #28a745;
  font-weight: 600;
}

.hr {
  margin: 10px 0 0 0;
}

#top-navbar1 .nav-item .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.75px;
}
#top-navbar1 .navbar-nav.action .nav-item .nav-link {
  padding: 8px 18px;
  background: #D36600;
  color: white;
  border-radius: 50px;
  margin-left: 5px;
}

.form-select, .form-control {
  color: #606060;
}

.header-1 {
  background: #fff0e5;
}
.header-1 .container {
  overflow-x: auto;
}
.header-1 .nav {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  justify-content: center;
  scrollbar-width: thin;
  scrollbar-color: #D36600 transparent;
}
.header-1 .nav::-webkit-scrollbar {
  height: 4px;
}
.header-1 .nav::-webkit-scrollbar-track {
  background: transparent;
}
.header-1 .nav::-webkit-scrollbar-thumb {
  background-color: #D36600;
  border-radius: 10px;
}
.header-1 .nav::-webkit-scrollbar-thumb:hover {
  background-color: #D36600;
}
.header-1 .nav-item.active > a {
  color: #D36600 !important;
}
.header-1 .dropdown-item.active, .header-1 .dropdown-item:active {
  background-color: transparent;
  color: #D36600 !important;
}
.header-1 .nav-item {
  white-space: nowrap;
}
.header-1 .nav-item .nav-link {
  color: #39779D;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
  padding-right: 0px;
  font-weight: 600;
}
.header-1 .nav-item .nav-link:hover {
  color: #D36600;
}
.header-1 .nav-item .nav-link span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 2px;
}
.header-1 .nav-item .nav-link span i {
  font-size: 16px;
  transition: all 0.3s ease;
}
.header-1 .nav-item .nav-link .dropdown-icon i.bxs-chevron-up {
  display: none;
}
.header-1 .nav-item .nav-link.show .dropdown-icon i {
  display: none;
}
.header-1 .nav-item .nav-link.show .dropdown-icon i.bxs-chevron-down {
  display: none;
}
.header-1 .nav-item .nav-link.show .dropdown-icon i.bxs-chevron-up {
  display: inline-block;
}
.header-1 .nav-item:not(:last-child) .nav-link::after {
  content: "|";
  margin-left: 0.8rem;
  color: #333 !important;
}
.header-1 .dropdown-menu {
  position: absolute;
  z-index: 1000;
}
.header-1 .dropdown-submenu {
  position: relative;
}
.header-1 .dropdown-submenu .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: -1px !important;
  display: none;
  transform: none !important;
  inset: Auto Auto;
}
.header-1 .dropdown-submenu .dropdown-menu.show {
  inset: unset !important;
  top: 0 !important;
  left: 100% !important;
}
.header-1 .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.header-1 .dropdown-menu {
  display: none;
}
.header-1 .dropdown-menu.show {
  display: block;
  /* Shown when hover or toggle */
}

.navbar .register {
  margin-left: 20px;
  background: rgb(254, 168, 88);
  background: linear-gradient(66deg, rgb(254, 168, 88) 0%, rgb(241, 129, 26) 100%);
  color: white;
  border: 1px solid #D36600;
}
.navbar .navbar-collapse {
  background: #39779D;
  border-radius: 5px;
  margin-left: 20px;
  padding: 0px 10px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: white;
  padding-right: 0px;
}

/*   footer start */
.footer-term {
  text-align: right;
  font-size: 14px;
  color: #8e8e8e;
}

footer {
  padding: 2rem 0;
  background-color: #f2f2f2;
}

.footer-column:not(:first-child) {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer-column:not(:first-child) {
    padding-top: 0rem;
  }
}

.footer-column {
  text-align: center;
}
.footer-column .nav-item .nav-link {
  padding: 0.1rem 0;
}
.footer-column .nav-item span.nav-link {
  color: #ffffff;
}
.footer-column .nav-item span.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.footer-column .nav-item .fas {
  margin-right: 0.5rem;
}
.footer-column ul {
  display: inline-block;
}
.footer-column ul a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer-column ul {
    text-align: left;
  }
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
}

footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
  color: #D36600;
}

.fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}

/*   footer end */
#carouselExampleIndicators .carousel-indicators {
  align-items: center;
  justify-content: start;
  margin-right: 6%;
  margin-bottom: 0.5rem;
  margin-left: 6%;
}
#carouselExampleIndicators .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
}
#carouselExampleIndicators .carousel-indicators .active {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-color: #666666 !important;
  background-color: #666666;
}
#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
  padding: 40px;
  background-size: 50px;
}
#carouselExampleIndicators .carousel-control-next,
#carouselExampleIndicators .carousel-control-prev {
  width: 6% !important;
}
@media (max-width: 576px) {
  #carouselExampleIndicators .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
  }
  #carouselExampleIndicators .carousel-indicators .active {
    border: 2px solid #666666;
    border-color: #666666 !important;
  }
  #carouselExampleIndicators .carousel-control-prev-icon,
  #carouselExampleIndicators .carousel-control-next-icon {
    padding: 20px;
    background-size: 30px;
    border-radius: 50%;
  }
}

#about {
  margin: 60px 0px;
}
#about .about-block h2 {
  color: #D36600;
}
#about .about-block hr {
  border: none;
  height: 1px;
  color: #39779D;
  background-color: #39779D;
  margin-top: -4px;
  opacity: 1;
}
#about .about-block strong {
  color: #39779D;
}
#about .about-block i {
  color: #39779D;
  font-size: 26px;
}

/* popup*/
.userModal .modal-content .modal-header {
  border-bottom: none;
}
.userModal .modal-content .modal-header h1 {
  font-size: 24px;
  font-weight: 600;
  color: #0A64A9;
}
.userModal .modal-content .modal-header h1 img {
  margin-right: 5px;
  width: 30px;
}
.userModal .modal-content .modal-header .btn-close {
  background: url("/assets/img/close.png");
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 1;
}
.userModal .modal-content .modal-body {
  padding-top: 0px;
}
.userModal .modal-content .modal-body .nav .nav-item .nav-link {
  padding: 5px 7px;
  border: none;
  background-color: #666666;
  font-size: 14px;
  color: white;
  margin-right: 1px;
}
.userModal .modal-content .modal-body .nav .nav-item .nav-link.active {
  background-color: #39779D;
}
.userModal .modal-content .modal-body .tab-content {
  margin-top: 10px;
}
.userModal .modal-content .modal-body .tab-content .form-label {
  margin-bottom: 0rem;
}

.common-style h2 {
  color: #39779D;
  font-size: 26px;
}

.common-block h1 {
  color: #D36600;
  font-size: 34px;
}
.common-block h2 {
  color: #39779D;
  font-size: 28px;
}
.common-block hr {
  border: none;
  height: 1px;
  color: #39779D;
  background-color: #39779D;
  margin-top: -12px;
  opacity: 1;
}

.accordion-button:not(.collapsed) {
  color: #D36600 !important;
}

.accordion-button {
  color: #39779D !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #D36600;
}
.three h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #D36600;
}

.breadcrumb {
  background-color: #f8f9fa;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #007bff;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.breadcrumb li a:hover {
  color: #0056b3;
}
.breadcrumb li span {
  color: #6c757d;
  display: flex;
  align-items: center;
}
.breadcrumb li i {
  margin-right: 5px;
  font-size: 16px;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: #6c757d;
}

#ui-datepicker-div {
  z-index: 3 !important;
}

.dropdown-menu a {
  cursor: pointer;
}

.table-container {
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
}

table thead tr th.dtfc-fixed-start {
  z-index: none !important;
}
table thead th {
  color: #ffffff;
  background-color: #39779D !important;
  text-wrap: nowrap !important;
}
table thead th .dt-column-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
table thead th .dtfc-fixed-start {
  z-index: none !important;
}
table tbody th, table tbody td {
  text-wrap: nowrap !important;
}
table tbody tr td.Green {
  color: #28a745 !important;
  font-weight: bold;
}
table tbody tr td.Red {
  color: #dc3545 !important;
  font-weight: bold;
}
table tbody tr td.Orange {
  color: #FF9800 !important;
  font-weight: bold;
}
table tbody tr > .dtfc-fixed-start {
  background-color: white !important;
}

.card .card-body .nav-tabs .nav-link {
  color: #39779D !important;
}
.card .card-body .nav-tabs .nav-item.show .nav-link, .card .card-body .nav-tabs .nav-link.active {
  color: #D36600 !important;
}

main {
  flex: 1;
  min-height: calc(100vh - 200px);
}

#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  display: flex; /* Use flexbox to center the content */
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
}
#spinner-div .text-primary {
  color: #D36600 !important;
}

.btn-ok {
  background-color: #D36600;
}

.features .nav-tabs {
  border: 0;
  background-color: color-mix(in srgb, #fff0e5, transparent 0%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 4px;
  width: auto;
}
.features .nav-item {
  margin: 0;
  padding: 0 5px 0 0;
}
.features .nav-item:last-child {
  padding-right: 0;
}
.features .nav-link {
  background-color: none;
  color: #2c3e50;
  padding: 10px 30px;
  transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  margin: 0;
}
.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.features .nav-link h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.features .nav-link:hover {
  border-color: color-mix(in srgb, #fff0e5, transparent 80%);
}
.features .nav-link:hover h4 {
  color: #D36600;
}
.features .nav-link.active {
  background-color: #D36600;
  border-color: #D36600;
}
.features .nav-link.active h4 {
  color: #ffffff;
}
.features .tab-pane h3 {
  color: #2c3e50;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.features .tab-pane h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #D36600;
  left: 0;
  bottom: 0;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}
.features .tab-pane ul li {
  padding-top: 10px;
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #D36600;
}
.features .tab-pane p:last-child {
  margin-bottom: 0;
}
@media (max-width: 468px) {
  .features .nav-link {
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-card {
  height: 100%;
  padding: 1.2rem;
  background: #f4f4f4;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  border: solid 1px #a9a9a9;
}
.pricing .pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.pricing .pricing-card.popular {
  background: #39779D;
  color: #ffffff;
}
.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: #39779D;
}
.pricing .pricing-card.popular .price .currency,
.pricing .pricing-card.popular .price .amount,
.pricing .pricing-card.popular .price .period {
  color: #ffffff;
}
.pricing .pricing-card.popular .features-list li {
  color: #ffffff;
}
.pricing .pricing-card.popular .features-list li i {
  color: #ffffff;
}
.pricing .pricing-card.popular .btn-light {
  background: #ffffff;
  color: #D36600;
}
.pricing .pricing-card.popular .btn-light:hover {
  background: color-mix(in srgb, #ffffff, transparent 10%);
}
.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #D36600;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.08);
}
.pricing .pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #39779D;
  padding-bottom: 10px;
}
.pricing .pricing-card .price {
  margin-bottom: 0.6rem;
}
.pricing .pricing-card .price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: top;
  line-height: 1;
}
.pricing .pricing-card .price .amount {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.pricing .pricing-card .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, #000000, transparent 40%);
}
.pricing .pricing-card .description {
  margin-bottom: 0.6rem;
  font-size: 0.975rem;
  min-height: 50px;
}
.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 0.6rem;
}
.pricing .pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.pricing .pricing-card .features-list li {
  display: flex;
  align-items: center;
  padding-top: 0px;
}
.pricing .pricing-card .features-list li i {
  color: #39779D;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}
.pricing .pricing-card .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  border-radius: 50px;
}
.pricing .pricing-card .btn.btn-primary {
  background: #39779D;
  border: none;
  color: #ffffff;
}
.pricing .pricing-card .btn.btn-primary:hover {
  background: color-mix(in srgb, #D36600, transparent 15%);
}

#exitPopupModal .modal-content {
  border-radius: 10px;
  text-align: center;
}
#exitPopupModal .modal-header {
  background: #39779D;
  color: #333;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#exitPopupModal .modal-header h5 {
  color: white;
}
#exitPopupModal .modal-body {
  font-size: 18px;
}
#exitPopupModal .modal-body a {
  background-color: #39779D !important;
}
#exitPopupModal .offer-code {
  font-size: 22px;
  font-weight: bold;
  color: #FF9800;
  background: #fef1e5;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1620px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1720px;
  }
}
@media (max-width: 767px) {
  .header-1 .nav {
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-1 .nav {
    justify-content: start;
  }
}/*# sourceMappingURL=styles.css.map */