/*
Theme Name: Starter 
*/
/* Globals */
@font-face {
  font-family: 'Aptos';
  /* Replace with your font's name */
  src: url("../../font/Aptos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px; }

body {
  font-family: 'Aptos', sans-serif;
  /* Use your font for the body text */
  letter-spacing: 0.5px; }

body {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  color: #1e1b16; }

body.theme-flex {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.main_content {
  flex: 1; }

/* Content Style A */
p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

.content p, .content .para, .contentarea p, .contentarea .para {
  font-size: 0.875rem; }

.content h1, .content .fs-1, .contentarea h1, .contentarea .fs-1 {
  font-size: 2.25rem; }

.content h2, .content .fs-2, .contentarea h2, .contentarea .fs-2 {
  font-size: 2rem; }

.content h3, .content .fs-3, .contentarea h3, .contentarea .fs-3 {
  font-size: 1.5rem; }

.content h4, .content .fs-4, .contentarea h4, .contentarea .fs-4 {
  font-size: 1.375rem; }

.content h5, .content .fs-5, .contentarea h5, .contentarea .fs-5 {
  font-size: 1.25rem; }

.content h6, .content .fs-6, .contentarea h6, .contentarea .fs-6 {
  font-size: 1.125rem; }

.content .fs-lg, .contentarea .fs-lg {
  font-size: 1.375rem; }

.content img, .contentarea img {
  max-width: 100%;
  height: auto; }

h1, .fs-1 {
  font-size: 2.25rem !important; }

h2, .fs-2 {
  font-size: 2rem !important; }

h3, .fs-3 {
  font-size: 1.5rem !important; }

h4, .fs-4 {
  font-size: 1.375rem !important; }

h5, .fs-5 {
  font-size: 1.25rem !important; }

h6, .fs-6 {
  font-size: 1.125rem !important; }

.fs-lg {
  font-size: 1.375rem !important; }

/* Buttons */
p .standard_button {
  margin-bottom: 0px; }

.standard_button {
  display: inline-block;
  background-color: #25282A;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid inherit;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 10px;
  text-align: center; }
  @media (min-width: 992px) {
    .standard_button {
      padding: 15px 50px; } }
  .standard_button.wider {
    min-width: 180px; }
  .standard_button:hover {
    color: #fff;
    text-decoration: none; }
  .standard_button.orange_fill {
    background-color: #e06a20;
    border: 1px solid #e06a20; }
    .standard_button.orange_fill:hover {
      background-color: #fff;
      color: #e06a20; }

.white-text {
  color: #fff !important; }

.orange-text {
  color: #e06a20 !important; }

.light-orange-text {
  color: #f5a855 !important; }

.orange-feature-text {
  color: #f5a855;
  border: 1px solid #e06a20;
  padding: 8px 30px;
  display: inline-block;
  background-color: rgba(245, 168, 85, 0.2);
  border-radius: 30px; }

/* Mobile Specific */
/* BP */
@media (min-width: 992px) {
  body {
    font-size: 1rem; }
  .content p, .content .para, .contentarea p, .contentarea .para {
    font-size: 1rem; }
  .content h1, .content .fs-1, .contentarea h1, .contentarea .fs-1 {
    font-size: 2.75rem; }
  .content h2, .content .fs-2, .contentarea h2, .contentarea .fs-2 {
    font-size: 2.25rem; }
  .content h3, .content .fs-3, .contentarea h3, .contentarea .fs-3 {
    font-size: 2rem; }
  .content h4, .content .fs-4, .contentarea h4, .contentarea .fs-4 {
    font-size: 1.625rem; }
  .content h5, .content .fs-5, .contentarea h5, .contentarea .fs-5 {
    font-size: 1.25rem; }
  .content h6, .content .fs-6, .contentarea h6, .contentarea .fs-6 {
    font-size: 1.125rem; }
  h1, .fs-1 {
    font-size: 2.5rem !important; }
  h2, .fs-2 {
    font-size: 2.25rem !important; }
  h3, .fs-3 {
    font-size: 2rem !important; }
  h4, .fs-4 {
    font-size: 1.625rem !important; }
  h5, .fs-5 {
    font-size: 1.25rem !important; }
  h6, .fs-6 {
    font-size: 1.125rem !important; } }

@media (min-width: 1200px) {
  body {
    font-size: 1rem; }
  .content p, .content .para, .contentarea p, .contentarea .para {
    font-size: 1rem; }
  .content h1, .content .fs-1, .contentarea h1, .contentarea .fs-1 {
    font-size: 3.5rem; }
  .content h2, .content .fs-2, .contentarea h2, .contentarea .fs-2 {
    font-size: 3rem; }
  .content h3, .content .fs-3, .contentarea h3, .contentarea .fs-3 {
    font-size: 2rem; }
  .content h4, .content .fs-4, .contentarea h4, .contentarea .fs-4 {
    font-size: 1.5rem; }
  .content h5, .content .fs-5, .contentarea h5, .contentarea .fs-5 {
    font-size: 1.25rem; }
  .content h6, .content .fs-6, .contentarea h6, .contentarea .fs-6 {
    font-size: 1.125rem; }
  h1, .fs-1 {
    font-size: 3.5rem !important; }
  h2, .fs-2 {
    font-size: 3rem !important; }
  h3, .fs-3 {
    font-size: 2rem !important; }
  h4, .fs-4 {
    font-size: 1.5rem !important; }
  h5, .fs-5 {
    font-size: 1.25rem !important; }
  h6, .fs-6 {
    font-size: 1.125rem !important; }
  .wide_container .container {
    max-width: 1400px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: box-shadow .3s ease; }
  header.small-header .navbar {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6); }

.navbar {
  padding: 0px 30px; }
  .navbar a:not(.navbar-brand) {
    color: #25282A; }

.light_nav .navbar a:not(.navbar-brand) {
  color: #fff; }

.navbar-brand {
  width: 25%;
  margin-right: 0;
  z-index: 999; }
  .navbar-brand img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 40px; }

.user_commands {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%; }
  @media (min-width: 1200px) {
    .user_commands {
      position: relative;
      right: auto;
      top: auto; } }

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: .2s;
  background-color: #25282A; }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 7px; }

.navbar-toggler:not(.collapsed) .icon-bar.one {
  transform: translateY(1px) rotate(45deg);
  background-color: #25282A; }

.navbar-toggler:not(.collapsed) .icon-bar.two {
  margin: 0;
  height: 0; }

.navbar-toggler:not(.collapsed) .icon-bar.three {
  margin: 0;
  transform: translateY(-1px) rotate(135deg);
  background-color: #25282A; }

@media (max-width: 1199px) {
  .navbar-collapse {
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #fff;
    position: fixed;
    left: 100%;
    top: 80px;
    display: block !important;
    transition: .2s;
    overflow: visible;
    overflow-y: auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6); }
    .navbar-collapse.show {
      left: 0; }
  .navbar-nav {
    padding: 30px;
    font-size: 1rem; }
    .navbar-nav .nav-link {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .navbar-nav .nav-link .sub-arrow {
        margin-right: 10px;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-bottom: 1px;
        border-right: 1px;
        border-color: inherit;
        transition: .2s;
        transform: rotate(135deg); }
    .navbar-nav .nav-item.title {
      display: none; }
    .navbar-nav .nav-item.show .nav-link .sub-arrow {
      transform: rotate(225deg); }
  .dropdown-menu {
    border: none; }
    .dropdown-menu .menu-item-has-children a {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .dropdown-menu .menu-item-has-children a .sub-arrow {
        margin-right: 10px;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-bottom: 1px;
        border-right: 1px;
        border-color: inherit;
        transition: .2s;
        transform: rotate(135deg); }
    .dropdown-menu .menu-item-has-children.show > a .sub-arrow {
      transform: rotate(225deg); }
  .dropdown {
    width: 100%; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    gap: 15px; }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding: 0.5rem 0rem;
      margin: 10px 0; }
      .navbar-expand-xl .navbar-nav .nav-link .sub-arrow {
        display: none; }
    .navbar-expand-xl .navbar-nav .current-menu-item .nav-link, .navbar-expand-xl .navbar-nav .current-menu-ancestor .nav-link {
      color: #e06a20; }
    .navbar-expand-xl .navbar-nav .menu-item-has-children > a::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      transition: .2s;
      transform: rotate(45deg);
      border-right: 1px solid;
      border-top: 1px solid;
      margin-left: 4px; }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      background-color: transparent;
      border: none;
      padding: 10px; }
      .navbar-expand-xl .navbar-nav .dropdown-menu a.bg-light:hover, .navbar-expand-xl .navbar-nav .dropdown-menu a.bg-light:focus {
        background-color: #e9e9e8 !important; }
      .navbar-expand-xl .navbar-nav .dropdown-menu .menu-item-has-children > a::after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        transition: .2s;
        transform: rotate(135deg);
        border-right: 1px solid;
        border-top: 1px solid;
        margin-left: 7px;
        margin-bottom: 2px; }
      .navbar-expand-xl .navbar-nav .dropdown-menu .menu-item-has-children.show > a::after {
        transform: rotate(45deg);
        margin-bottom: 0px;
        margin-left: 4px; }
      .navbar-expand-xl .navbar-nav .dropdown-menu > li a {
        background-color: #e9e9e8;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        border-right: 1px solid rgba(0, 0, 0, 0.3); }
        .navbar-expand-xl .navbar-nav .dropdown-menu > li a:hover, .navbar-expand-xl .navbar-nav .dropdown-menu > li a:focus {
          background-color: #e9e9e8 !important; }
      .navbar-expand-xl .navbar-nav .dropdown-menu > li:first-child > a {
        padding-top: 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.3); }
      .navbar-expand-xl .navbar-nav .dropdown-menu > li:last-child > a {
        padding-bottom: 20px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .navbar-expand-xl .navbar-nav .current_page_item > a, .navbar-expand-xl .navbar-nav .current_page_item > .dropdown-item {
      font-weight: 700; }
  .navbar-brand {
    width: 40px; }
  .navbar .navbar-brand img {
    max-height: none; } }

/* Images */
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.js .group {
  opacity: 0;
  transition: 500ms opacity 1000ms; }
  .js .group.group-ready {
    opacity: 1; }

.group-ready {
  opacity: 1; }

.preload-img {
  opacity: 1; }

.preload-img.img-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%); }

.preload-img.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.preload-img.img-cover {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  width: 100%;
  height: Auto;
  background-repeat: no-repeat; }

.js .preload-img {
  opacity: 0;
  transition: 1200ms opacity; }
  .js .preload-img.show {
    opacity: 1; }

.background_image {
  background-position: center;
  background-size: cover; }

.wh {
  height: 102% !important;
  width: auto !important;
  max-width: none !important; }

.ww {
  width: 102% !important;
  height: auto !important;
  max-width: none !important; }

.img-contain.ww {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important; }

.img-contain.wh {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important; }

.no-js:not(.js) .preload-img {
  display: none; }
  .no-js:not(.js) .preload-img.img-cover {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    min-width: none !important;
    max-width: none !important; }
  .no-js:not(.js) .preload-img.img-contain {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    min-width: none !important;
    max-width: none !important; }

.no-js:not(.js) .no-js.preload-img {
  display: block; }

.section-part {
  padding-top: 60px;
  padding-bottom: 30px; }
  .section-part.halfpad {
    padding-top: 35px;
    padding-bottom: 15px; }
  .section-part.no_padt {
    padding-top: 0; }
    .section-part.no_padt > .breadcrumbs {
      padding-top: 20px;
      padding-bottom: 20px; }
  .section-part.no_padb {
    padding-bottom: 0; }

.section-part:not(.backgroundc-active):not(.no_padb) + .section-part:not(.backgroundc-active):not(.no_padt):first-child {
  padding-top: 0px; }

.pattern_green_full {
  background-image: url("../../img/Pattern_Light_Green_Seamless.svg");
  background-size: 600px;
  background-repeat: repeat; }

.pattern_light_blue_full {
  background-image: url("../../img/Pattern_Light_Blue_Seamless.svg");
  background-size: 600px;
  background-repeat: repeat; }

.anim {
  transition: opacity 400ms; }

.in-left {
  transition: transform 400ms, opacity 400ms;
  transform: translateX(-20px);
  opacity: 0; }

.go .in-left {
  transform: translateX(0);
  opacity: 1; }

.in-right {
  transition: transform 400ms, opacity 400ms;
  transform: translateX(20px);
  opacity: 0; }

.go .in-right {
  transform: translateX(0);
  opacity: 1; }

#site-footer {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 0.875rem; }
  #site-footer .module_wrapper {
    background-color: #e9e9e8;
    padding: 30px;
    padding-bottom: 0;
    border-radius: 30px; }
  #site-footer .logo_footer {
    width: 80px; }
    #site-footer .logo_footer img {
      width: 100%;
      height: auto; }

#menu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px; }
  @media (min-width: 992px) {
    #menu-footer {
      gap: 50px; } }
  #menu-footer li {
    display: inline-block; }
    #menu-footer li a:hover {
      color: #ffffff; }

.upper-footer .left {
  align-items: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .upper-footer .left {
      gap: 30px;
      align-items: flex-start;
      margin-bottom: 0;
      height: 100%; } }

.upper-footer .right_content {
  min-height: 100%; }
  .upper-footer .right_content h3 {
    text-align: center; }
    @media (min-width: 768px) {
      .upper-footer .right_content h3 {
        text-align: inherit; } }

.upper-footer .footer_text {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .upper-footer .footer_text {
      max-width: 250px; } }

.upper-footer .form_container input:not([type="submit"]) {
  width: 100%;
  border: none;
  border-bottom: 1px solid #25282A;
  background-color: transparent; }

.upper-footer .form_container input[type="submit"] {
  width: 100%; }

.upper-footer .form_container input {
  text-align: inherit; }

.upper-footer .footer_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between; }
  .upper-footer .footer_menu ul li a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 0.75rem; }
    @media (min-width: 992px) {
      .upper-footer .footer_menu ul li a {
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .upper-footer .footer_menu ul li a {
        font-size: 1rem; } }

.lower-footer {
  font-size: 10px; }
  @media (min-width: 992px) {
    .lower-footer {
      font-size: 12px; } }
  .lower-footer .hr {
    border-top: 1px solid #be7a47;
    margin-bottom: 15px; }
  .lower-footer .footer_base_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px; }
  .lower-footer .social_media_links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px; }
    @media (min-width: 992px) {
      .lower-footer .social_media_links {
        margin-top: -12px; } }
    .lower-footer .social_media_links a {
      display: inline-block;
      width: 25px;
      height: auto;
      margin-bottom: 15px;
      margin-top: 7px; }
      @media (min-width: 992px) {
        .lower-footer .social_media_links a {
          margin-bottom: 0; } }
      .lower-footer .social_media_links a img {
        width: 100%;
        height: auto; }
