
.text-white {
  color: #efefeb;
}

html {
.text-white {
  color: #efefeb;
}

html {
  --z-modal: 9000;
  --z-overlay: 8000;
  --z-dropdown: 7000;
  --z-header-inner: 6000;
  --z-header-overlay: 5000;
  --z-footer: 4000;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.slider::before, .cta::before, section.page-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.page-title {
  background-size: cover;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

section .btn-main {
  background-color: #c44040;
  color: white;
  font-weight: 700;
}
section .btn-main:hover {
  background-color: #792525;
  color: white;
}

.mt-70 {
  margin-top: -70px;
}

.content-image-inline {
  float: right;
  position: relative;
  width: 30%;
}
.content-image-inline img {
  max-width: 400px;
}

.content-image-column {
  background: red;
}
.content-image-column .content-image {
  background: green;
  margin-left: 20px;
}
.content-image-column img {
  max-width: 400px;
}

html.overlay-scroll-lock, body.overlay-scroll-lock {
  max-height: 100%;
  overflow-y: hidden;
}

.main-wrapper {
  background-color: white;
  padding: 30px 0;
}
.main-wrapper.title-bg-image {
  padding: 0;
}

:root {
  --main-bg-color: brown;
}

.header-wrapper {
  background-color: var(--bs-gray-900);
}
.header-wrapper .header-inner {
  z-index: var(--z-header-inner);
  display: flex;
}
.header-wrapper.is-sticky .header-inner {
  position: fixed;
  background-color: var(--bs-gray-900);
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-brand {
    color: #efefeb;
    font-size: 2rem;
    font-weight: bold;
  }
  .navbar-brand:hover {
    color: #c1bfb3;
  }
  .navbar-brand:hover span {
    color: #93907b;
  }
  .navbar-brand span {
    color: #c1bfb3;
  }

  .site-main-mobile-menu {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-main-mobile-menu .header-main {
    padding-top: 0.5rem;
  }
  .site-main-mobile-menu .header-main .nav-link {
    color: #efefeb;
    font-size: 1.1rem;
  }
  .site-main-mobile-menu .header-main .nav-link:hover {
    color: #c1bfb3;
  }
  .site-main-mobile-menu .header-aside {
    padding-top: 0.15rem;
    background: linear-gradient(0.25turn, rgba(239, 239, 235, 0), rgba(239, 239, 235, 0.05));
    border-style: solid;
    border-image-source: linear-gradient(0.25turn, rgba(239, 239, 235, 0), rgba(239, 239, 235, 0.3));
    border-image-slice: 1;
    border-width: 1px 0;
    color: #efefeb;
  }
  .site-main-mobile-menu .header-aside a {
    color: #efefeb;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-main-mobile-menu .header-aside a:hover {
    color: #c1bfb3;
  }
}
@media (min-width: 992px) {
  .header-wrapper.is-sticky .header-inner {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: var(--z-header-overlay);
  }

  .mobile-menu-open .offcanvas-collapse {
    visibility: visible;
    transform: translateX(-100%);
  }

  .mobile-menu-closed #main-wrapper .offcanvas-collapse {
    visibility: hidden;
    transform: translateX(0%);
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: var(--z-header-overlay);
  }

  .mobile-menu-open .offcanvas-collapse {
    visibility: visible;
    transform: translateX(-100%);
  }

  .mobile-menu-closed #main-wrapper .offcanvas-collapse {
    visibility: hidden;
    transform: translateX(0%);
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    color: #efefeb;
    font-size: 15px;
    font-weight: bold;
    padding: 0 !important;
  }
  .navbar-brand:hover {
    color: #c1bfb3;
  }
  .navbar-brand:hover span {
    color: #93907b;
  }
  .navbar-brand span {
    color: #c1bfb3;
  }

  .site-main-mobile-menu {
    background-color: var(--bs-gray-800);
    padding-right: 1rem;
    padding-left: 1rem;
    top: 56px;
    /* Height of navbar */
  }
  .site-main-mobile-menu .header-main {
    padding-top: 0.5rem;
  }
  .site-main-mobile-menu .header-main .nav-link {
    color: #efefeb;
    font-size: 1rem;
    border-style: solid;
    border-image-source: linear-gradient(0.25turn, rgba(239, 239, 235, 0), rgba(239, 239, 235, 0.3));
    border-image-slice: 1;
    border-width: 1px 0 0 0;
    color: #efefeb;
    padding-top: 12px;
  }
  .site-main-mobile-menu .header-main .nav-link:hover, .site-main-mobile-menu .header-main .nav-link:focus {
    color: #c1bfb3;
    background: linear-gradient(0.25turn, rgba(239, 239, 235, 0), rgba(239, 239, 235, 0.05));
  }
  .site-main-mobile-menu .header-main form[role=search] input {
    background-color: var(--bs-gray-900);
  }
  .site-main-mobile-menu .header-aside .header-aside-contact {
    margin-top: 1rem;
    font-size: 1.15rem;
  }
  .site-main-mobile-menu .header-aside .header-aside-contact .fa {
    padding-right: 0.4rem;
  }
  .site-main-mobile-menu .header-aside .header-aside-contact a {
    text-decoration: none;
    display: block;
  }

  .navbar-toggler .navbar-toggler-icon {
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
  }
}
section.about-main-1-0-0 .about-item span {
  color: #c44040;
  font-weight: 700;
}
section.about-main-1-0-0 .about-item .title-main {
  font-size: 2.5rem;
}

@media (min-width: 401px) {
  .bg-about {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 45%;
    min-height: 553px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
  }
}
.about-info-item h3 span {
  color: #c44040;
}

.cta-block-2 {
  background: #efefeb;
}
.cta-block-2 .section-title span {
  color: #c44040;
  font-weight: 700;
}
.cta-block-2 .section-title .title-main {
  font-size: 2rem;
}

.section .counter {
  padding: 75px 0;
}

.counter-item span.counter-stat {
  font-size: 50px;
}

section.cta {
  background: url("/_theme/default/images/pexels-kelly-2402233.jpg") no-repeat;
  background-size: cover;
}
section.cta .section-title span {
  color: #c44040;
  font-weight: 700;
}
section.cta .section-title .title-main {
  font-size: 2rem;
}

.cta-item {
  margin: 120px 0;
}

section.intro .section-title span {
  color: #c44040;
  font-weight: 700;
}
section.intro .section-title .title-main {
  font-size: 2.5rem;
}
section.intro .intro-item i {
  color: #c44040;
}

.partner-logos .partner {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1rem;
  flex-basis: 23%;
  text-align: center;
}
.partner-logos h2 {
  text-align: center;
  border-bottom: none;
  font-weight: 200;
  font-size: 1.25rem;
  margin-top: 40px;
  display: block;
  text-align: center;
  width: 100%;
  font-family: Avenir, Lato, Open Sans, Helvetica Neue, Helvitica, Arial, "sans-serif";
}
.partner-logos img {
  text-align: center;
  max-height: 70px;
  max-width: fill-available;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.partner-logos img:hover {
  transform: scale(1.5);
  opacity: 1;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  transition: transform 0.25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 0.5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.services-main-2-0-0 .section-title span {
  color: #c44040;
  font-weight: 700;
}
section.services-main-2-0-0 .section-title .title-main {
  font-size: 2.5rem;
}

.text-bg-dark-gogo {
  color: #fff !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 20%, transparent);
}

.has-slider .main-wrapper {
  padding: 0;
}

.slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 200px 0;
  position: relative;
}
.slider .block {
  position: relative;
}
.slider .block h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 600;
  color: #fff;
}
.slider .block span {
  letter-spacing: 1px;
}

section.team .section-title span {
  color: #c44040;
  font-weight: 700;
}
section.team .section-title .title-main {
  font-size: 2.5rem;
}
section.team .team-member img {
  max-height: 100%;
  max-width: 100%;
}

.testimonial-item {
  border: 2px solid #e6e6e6;
  margin-top: 1rem;
  margin-nottom: 2rem;
}

.testimonial .card-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-attestant-name {
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
}

@media (min-width: 992px) {
  .testimonial-item {
    margin: 1rem;
  }
}
footer.footer-1-1 {
  color: #dedede;
  background-color: var(--bs-gray-900);
  padding-top: 4rem;
  padding-bottom: 1rem;
}
footer.footer-1-1 h3 {
  font-weight: 200;
  font-size: 1.5rem;
  color: #dedede;
}
footer.footer-1-1 h4 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #dedede;
}
footer.footer-1-1 p.lead {
  font-weight: 200;
  font-size: 1rem;
  color: #929292;
}
footer.footer-1-1 a {
  display: block;
  padding: 8px 2px;
  text-decoration: none;
  color: #929292;
}
footer.footer-1-1 a :hover {
  text-decoration: none;
}
footer.footer-1-1 ul {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
}
footer.footer-1-1 ul li {
  line-height: 19px;
}
footer.footer-1-1 .menu li {
  float: none;
  display: block;
  font-size: 0.875rem;
}
footer.footer-1-1 .ftr-border {
  padding-top: 2rem;
  margin-top: 1rem;
}

.copyright-bar {
  padding-top: 20px;
  background-color: var(--bs-gray-900);
  border-top: 1px solid #454545;
}
.copyright-bar a {
  text-decoration: none;
  color: #dedede;
}
.copyright-bar a :hover {
  text-decoration: none;
}
.copyright-bar p {
  color: #dedede;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
}

.complaints {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.navbar-brand {
  position: relative;
  display: inline-block;
  min-height: 100px;
  min-width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-wrapper, .header-wrapper.is-sticky .header-inner {
  background-color: white;
}

section.slider {
  background-position-y: -100px;
  padding: 20px 0;
}
section.slider .block h1 {
  font-size: 3rem;
  line-height: 3rem;
}

.bg-about {
  min-height: 350px;
  background-size: cover;
}

section.custom-cards .align-items-stretch .col:nth-child(3) .card-cover {
  background-position-y: -20px !important;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  section.slider {
    background-position-y: -400px;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  #page, .main-wrapper {
    background-color: #191b1c;
  }

  .nav-item {
    font-size: 1.1rem;
    padding: 0 20px 0 0;
  }

  .inna-section {
    border-left: 0px solid #2b2929;
    border-right: 0px solid red;
    background: white;
  }

  .bg-about {
    min-height: 350px;
  }

  section.intro {
    padding-bottom: 0;
  }

  section.copyright {
    padding-top: 60px;
  }

  section.slider {
    background-position-y: -400px;
    background-size: cover;
    padding: 200px 0 !important;
  }
  section.slider .block h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

/*# sourceMappingURL=style.css.map */
  --z-modal: 9000;
  --z-overlay: 8000;
  --z-dropdown: 7000;
  --z-header-inner: 6000;
  --z-header-overlay: 5000;
  --z-footer: 4000;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.slider::before, .cta::before, section.page-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.page-title {
  background-size: cover;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

section .btn-main {
  background-color: #c44040;
  color: white;
  font-weight: 700;
}
section .btn-main:hover {
  background-color: #792525;
  color: white;
}

.mt-70 {
  margin-top: -70px;
}

.content-image-inline {
  float: right;
  position: relative;
  width: 30%;
}
.content-image-inline img {
  max-width: 400px;
}

.content-image-column {
  background: red;
}
.content-image-column .content-image {
  background: green;
  margin-left: 20px;
}
.content-image-column img {
  max-width: 400px;
}

html.overlay-scroll-lock, body.overlay-scroll-lock {
  max-height: 100%;
  overflow-y: hidden;
}

.main-wrapper {
  background-color: white;
  padding: 30px 0;
}
.main-wrapper.title-bg-image {
  padding: 0;
}

:root {
  --main-bg-color: brown;
}

.header-wrapper {
  background-color: var(--bs-gray-900);
}
.header-wrapper .header-inner {
  z-index: var(--z-header-inner);
  display: flex;
}
.header-wrapper.is-sticky .header-inner {
  position: fixed;
  background-color: var(--bs-gray-900);
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-brand {
    color: #efefeb;
    font-size: 2rem;
    font-weight: bold;
  }
  .navbar-brand:hover {
    color: #c1bfb3;
  }
  .navbar-brand:hover span {
    color: #93907b;
  }
  .navbar-brand span {
    color: #c1bfb3;
  }

  .site-main-mobile-menu {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-main-mobile-menu .header-main {
    padding-top: 0.5rem;
  }
  .site-main-mobile-menu .header-main .nav-link {
    color: #efefeb;
    font-size: 1.1rem;
  }
  .site-main-mobile-menu .header-main .nav-link:hover {
    color: #c1bfb3;
  }
  .site-main-mobile-menu .header-aside {
    padding-top: 0.15rem;
    background: linear-gradient(0.25turn, rgba(239, 239, 235, 0), rgba(239, 239, 235, 0.05));
    border-style: solid;
    border-image-source: linear-gradient(0.25turn, rgba(239, 239, 235, 0), rgba(239, 239, 235, 0.3));
    border-image-slice: 1;
    border-width: 1px 0;
    color: #efefeb;
  }
  .site-main-mobile-menu .header-aside a {
    color: #efefeb;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-main-mobile-menu .header-aside a:hover {
    color: #c1bfb3;
  }
}
@media (min-width: 992px) {
  .header-wrapper.is-sticky .header-inner {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: var(--z-header-overlay);
  }

  .mobile-menu-open .offcanvas-collapse {
    visibility: visible;
    transform: translateX(-100%);
  }

  .mobile-menu-closed #main-wrapper .offcanvas-collapse {
    visibility: hidden;
    transform: translateX(0%);
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: var(--z-header-overlay);
  }

  .mobile-menu-open .offcanvas-collapse {
    visibility: visible;
    transform: translateX(-100%);
  }

  .mobile-menu-closed #main-wrapper .offcanvas-collapse {
    visibility: hidden;
    transform: translateX(0%);
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    color: #efefeb;
    font-size: 15px;
    font-weight: bold;
    padding: 0 !important;
  }
  .navbar-brand:hover {
    color: #c1bfb3;
  }
  .navbar-brand:hover span {
    color: #93907b;
  }
  .navbar-brand span {
    color: #c1bfb3;
  }

  .site-main-mobile-menu {
    background-color: var(--bs-gray-800);
    padding-right: 1rem;
    padding-left: 1rem;
    top: 56px;
    /* Height of navbar */
  }
  .site-main-mobile-menu .header-main {
    padding-top: 0.5rem;
  }
  .site-main-mobile-menu .header-main .nav-link {
    color: #efefeb;
    font-size: 1rem;
    border-style: solid;
    border-image-source: linear-gradient(0.25turn, rgba(239, 239, 235, 0), rgba(239, 239, 235, 0.3));
    border-image-slice: 1;
