/* ==========================================================================
   General
/* ========================================================================== */
html, body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  color: #1F2224;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.8;
}

a {
  color: #1F2224;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  color: #ad1f24;
  text-decoration: none;
}

h1, h2, h3, h4 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif !important;
  color: #077db2;
}

h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #ad1f24;
}

.centered-heading h2:before {
  left: 50%;
  transform: translateX(-50%);
}

img,
iframe {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.bg-grey {
  background-color: rgb(120, 120, 120) !important;
}

.bg-light {
  background-color: rgb(235, 236, 240) !important;
}

.bg-dark {
  background-color: #1F2224 !important;
}

.bg-red {
  background-color: #ad1f24 !important;
}

.bg-light-blue {
  background-color: #077db2 !important;
}

.btn-white {
  display: inline-block;
  border-radius: 6px;
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  color: #1F2224;
}
.btn-white:hover {
  color: #ad1f24;
  background-color: #e6e6e6;
}

.btn-red {
  display: inline-block;
  border-radius: 6px;
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #ad1f24;
  color: #fff;
}
.btn-red:hover {
  background-color: #82171b;
}

.btn-outlined {
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outlined:hover {
  background-color: #fff;
  color: #1F2224;
}

.btn-outlined-dark {
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  border-radius: 6px;
  border: 1px solid #1F2224;
  color: #1F2224;
}
.btn-outlined-dark:hover {
  background-color: #1F2224;
  color: #fff;
}

.btn-small {
  padding: 5px 10px !important;
  font-size: 12px;
  min-width: 0;
}

blockquote {
  padding: 20px;
  border: 2px solid #000;
  box-shadow: 10px 10px 0 #000;
}

/* ==========================================================================
   Header
/* ========================================================================== */
#fixed-header {
  position: relative;
  left: 0;
  top: 0;
  padding: 10px 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
  border-bottom: 1px solid rgb(235, 236, 240);
}
#fixed-header.scrolled {
  background-color: rgba(0, 0, 0, 0.5);
}
#logo {
  width: 100%;
  max-width: none !important;
  max-height: none !important;
}
#logo img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: 320px;
}

#social {
  margin-right: 20px;
}
#social a {
  font-size: 24px;
}

.btn-header {
  display: inline-block;
  background-color: #ad1f24;
  border-radius: 6px;
  color: #fff;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-header:hover {
  color: rgb(235, 236, 240);
}

/* ==========================================================================
   Navigation
/* ========================================================================== */
#nav-icon-wrapper {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
}
#nav-icon-wrapper #nav-icon {
  width: 100%;
}
#nav-icon-wrapper #nav-icon .nav-icon-bar {
  width: 100%;
  height: 3px;
  background-color: #1F2224;
  margin-bottom: 3px;
}
#nav-icon-wrapper #nav-icon #nav-text {
  line-height: 20px;
}

#nav-wrapper {
  display: none;
  padding: 20px 30px;
  background-color: #fff;
}

.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav li a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #1F2224;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: right;
}
.main-nav li a:hover {
  color: #077db2;
}
.main-nav li ul {
  display: none;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.main-nav li ul li a {
  padding: 0 20px;
  font-size: 12px;
  text-transform: none;
}

#nav-mobile {
  position: relative;
  display: none;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding: 0 20px;
}
#nav-mobile #nav-mobile-icon {
  color: #fff;
}
#nav-mobile .nav-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgb(235, 236, 240);
  z-index: 999;
}
#nav-mobile .nav-container .main-nav {
  padding: 10px 0;
  border-top: 1px solid rgb(235, 236, 240);
  display: block;
}
#nav-mobile .nav-container .main-nav li {
  margin: 0;
}
#nav-mobile .nav-container .main-nav li a {
  padding: 0 20px;
  display: block;
  line-height: 30px;
  text-align: right;
}

/* ==========================================================================
   Home
/* ========================================================================== */
#intro-wrap {
  background-color: #ad1f24;
}
#intro-wrap #intro-block {
  position: relative;
  background: url(../img/main.jpg) top center/cover;
}
#intro-wrap #intro-block * {
  position: relative;
}
#intro-wrap #intro-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 34, 36, 0.4);
  z-index: 0;
}

#home-ctas a {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 33.33%;
  color: #fff;
  height: 100px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}

.btn-green {
  background: #b3c938;
}
.btn-green:hover {
  background: #90a22c;
}

.btn-orange {
  background: #FFBA5A;
}
.btn-orange:hover {
  background: #ffa527;
}

.btn-slate {
  background: #55677f;
}
.btn-slate:hover {
  background: #414e60;
}

.parallax {
  padding-top: 30%;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.big-animate-value * {
  font-size: 50px;
  text-align: center;
  color: #077db2;
}

#panels-home {
  position: relative;
}

.panel-home {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 20%;
  background-position: center;
  background-size: cover;
}
.panel-home .panel-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/logo.png) center/80% no-repeat;
  transition: 0.4s;
}
.panel-home .panel-overlay a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 150%;
}
.panel-home .panel-overlay h5 {
  color: #fff;
  margin: 0;
}
.panel-home:hover .panel-overlay {
  opacity: 1;
}

/* ==========================================================================
   Content
/* ========================================================================== */
/* Add dollar sign before the number counter */
.dollar .percent-value:before {
  content: "$";
  margin-right: 5px; /* Adjust spacing as needed */
  font-size: 1em; /* Adjust font size if needed */
  display: inline-block;
}

/* Hide the original percentage symbol if it's still appearing */
.dollar .percent-sign {
  display: none !important;
}

#page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 400px;
  padding: 0 30px;
  background: url("../img/main.webp") center/cover;
}
#page-header h1.page-title {
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 60px;
  margin: 40px 0 0;
}
#page-header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(31, 34, 36, 0.4);
  z-index: 0;
}

.featured-image img {
  height: auto;
  margin-bottom: 30px;
}

h1.page-title {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-size: 34px;
  margin-bottom: 50px;
}

/* ==========================================================================
   BLOG
/* ========================================================================== */
.article-photo {
  position: relative;
  padding-top: 80%;
  background-position: center;
  background-size: cover;
}
.article-photo a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}

/* Pagination */
.pagination {
  margin-top: 20px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.pagination li {
  float: left;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 5px 10px;
  margin-right: 2px;
  background: #e2e2e2;
  text-decoration: none;
}

.pagination li span {
  background: #f3f3f3;
}

.pagination .next,
.pagination .prev {
  position: relative;
  top: auto;
  margin: 0 2px 0 0;
  right: auto;
  left: auto;
}

/* ==========================================================================
   Forms
/* ========================================================================== */
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px !important;
  height: 50px !important;
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
}
form textarea {
  display: block;
  height: 100px !important;
  padding: 6px 10px;
  font-size: 14px;
}
form input[type=submit],
form input[type=reset],
form button[type=submit] {
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 10px 20px !important;
  height: 50px !important;
  background: #1F2224 !important;
  color: #fff !important;
  text-transform: uppercase;
}
form button {
  padding: 15px 40px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  border: 0 !important;
  box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin: 0 !important;
}

.with_frm_style .vertical_radio .frm_checkbox {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

/* ==========================================================================
   Footer
/* ========================================================================== */
#footer-wrapper {
  position: relative;
  min-height: 550px;
  background: url("../img/bg-footer.jpg") top center/cover;
}
#footer-wrapper #logo-footer {
  width: 100%;
  max-width: 400px;
}
#footer-wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 0;
}
#footer-wrapper .container {
  position: relative;
  font-size: 11px;
  text-align: center;
}
#footer-wrapper a {
  color: #000;
}
#footer-wrapper a:hover {
  color: #ad1f24;
}
#footer-wrapper .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-wrapper .main-nav li {
  margin: 0 10px;
}
#footer-wrapper .main-nav li a {
  color: #1b3561;
  font-size: 12px;
}
#footer-wrapper .main-nav li a:hover {
  color: #077db2;
}
#footer-wrapper .main-nav li.nav-last a {
  color: #ad1f24;
}
#footer-wrapper .main-nav li.nav-last a:hover {
  color: #077db2;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */
@media (max-width: 992px) {
  .parallax {
    padding-top: 50%;
  }
  #page-header h1.page-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  #footer-wrapper .main-nav {
    flex-wrap: wrap;
  }
  #page-header h1.page-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  #logo img {
    max-width: 260px;
  }
  #home-ctas a {
    float: none;
    width: 100%;
  }
  .parallax {
    padding-top: 100%;
    background-attachment: scroll;
  }
  #page-header {
    height: 200px;
  }
  #page-header h1.page-title {
    font-size: 26px;
  }
}

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