*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #fff;
}
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #6b0000;
  text-decoration: none;
  background-color: #fff;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #6b0000;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li i {
  color: #6b0000;
  margin-right: 8px;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-4,
.col-6,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-md-3,
.col-md-6,
.col-sm-12,
.col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.collapse:not(.show) {
  display: none;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.slider {
  position: relative;
  max-width: 100%;
  height: 85vh;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-light .navbar-brand {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-toggler {
  color: rgb(0 0 0 / 0.5);
  border-color: rgb(0 0 0 / 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: #000;
}
.navbar-light .navbar-text a {
  color: #6b0000;
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #6b0000;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mr-auto {
  margin-right: auto !important;
}
.text-center {
  text-align: center !important;
}
#primary-menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
}
body,
html {
  overflow-x: hidden;
}
html {
  font-size: 13px;
}
.text-client {
  font-size: 20px;
}
body {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #595959;
  line-height: 1.5;
  margin: 0;
  padding-right: 0 !important;
}
.wrapper {
  background-color: #fff;
}
* {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
}
::selection {
  background-color: #6b0000;
  color: #fff;
  text-shadow: none;
}
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #6b0000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #000;
  outline: none;
  text-decoration: none;
}
textarea {
  resize: none;
}
button.btn {
  margin-bottom: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.fullscreen {
  height: 100vh !important;
}
button {
  border: none;
  outline: none;
  background: none;
  padding: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
button:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
}
.h1,
h1 {
  font-size: 52px;
}
.h2,
h2 {
  font-size: 42px;
}
.h3,
h3 {
  font-size: 38px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.text--center {
  text-align: center !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-client {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-client {
    font-size: 20px;
  }
}
form,
ol,
p,
ul {
  margin-bottom: 20px;
}
section {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pr-40 {
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
#partner-normal {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pt-60-xs {
    padding-top: 60px !important;
  }
  .pb-60-xs {
    padding-bottom: 60px !important;
  }
}
.btn {
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 0;
  line-height: 43px;
  width: 170px;
  height: 45px;
  letter-spacing: 1px;
  border: none;
  color: #000;
}
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--primary {
  background-color: #6b0000;
  color: #fff;
  border: 2px solid #fff;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn--rounded {
  border-radius: 50px;
}
.btn--banner {
  margin-top: 5%;
  background-color: #fff;
  color: #6b0000;
  border: 1px solid #fff;
  border-radius: 50px;
  width: auto;
  font-size: 11px;
}
.btn--banner:active,
.btn--banner:focus,
.btn--banner:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.form-group {
  position: relative;
  margin-bottom: 1rem;
  --pad: .75rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #595959;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  padding-left: 5px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  border-bottom-color: #6b0000;
}
.form-control:focus .form-group:before {
  width: 100%;
}
form .btn i {
  margin-left: 15px;
}
ul.list {
  padding: 0;
  font-size: 13px;
  list-style-type: none;
  color: #595959;
}
ul.list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
.heading .heading--title {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 22px;
}
.heading .heading--subtitle {
  font-family: "Lato", sans-serif;
  color: #595959;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.heading .heading--desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.heading-2 .heading--title {
  font-size: 48px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading .heading--title {
    font-size: 30px;
  }
  .heading-2 .heading--title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-2 .heading--title {
    font-size: 40px;
  }
}
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  overflow: hidden;
}
.preloader .loader-eclipse {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
  -webkit-transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
}
.preloader .loader-eclipse .loader-content {
  position: absolute;
  -webkit-animation: loader-eclipse 1s linear infinite;
  animation: loader-eclipse 1s linear infinite;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  -moz-box-shadow: 0 4px 0 0 #6b0000;
  -webkit-box-shadow: 0 4px 0 0 #6b0000;
  box-shadow: 0 4px 0 0 #6b0000;
  -webkit-transform-origin: 40px 42px;
  transform-origin: 40px 42px;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
@keyframes loader-eclipse {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-eclipse {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  height: 100px;
}
.header-transparent {
  background-color: #fff;
}
.header-transparent + .page-title {
  position: relative;
  margin-top: -100px;
}
.header-transparent .navbar-brand .logo {
  line-height: 100px;
}
.header-1 .navbar-brand {
  min-width: 180px;
  line-height: 100px;
}
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 100px;
  border: none;
  z-index: 1030;
  padding: 0;
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-nav > li {
  margin-right: 30px;
  position: relative;
}
.header .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 100px;
  color: #595959;
  padding: 0;
  position: relative;
}
.navbar-nav > li.active > ul {
  margin-top: 0;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background-color: #fff;
  color: #6b0000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav {
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
  }
  .container .navbar-collapse,
  .container-fluid .navbar-collapse {
    width: 100%;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-nav > li {
    height: auto !important;
    margin-right: 0;
  }
  .navbar-nav li a {
    line-height: 40px;
    padding: 0;
  }
  .navbar-nav > li > .menu-item:before {
    display: block;
  }
  ul ul {
    list-style: none;
    padding: 0;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #fff;
  }
  .navbar-nav:not(.nav-pos-right) {
    margin-right: 0;
  }
  .container-fluid > .navbar-collapse,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-nav {
    width: 100%;
  }
  ul ul {
    list-style: none;
    padding: 0;
  }
  .navbar .navbar-brand {
    margin-left: 15px;
    height: 100px;
    line-height: 100px;
  }
  .navbar-toggler {
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    margin-right: 15px;
  }
  .navbar-collapse {
    background-color: #fff;
    padding: 0 15px;
    -moz-box-shadow: 0 12px 13px 0 rgb(41 44 58 / 0.03);
    -webkit-box-shadow: 0 12px 13px 0 rgb(41 44 58 / 0.03);
    box-shadow: 0 12px 13px 0 rgb(41 44 58 / 0.03);
  }
  .navbar .navbar-nav > li {
    margin-right: 0;
  }
  .navbar .navbar-nav li a {
    line-height: 40px;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 0.06);
    text-transform: uppercase;
    font-weight: 600;
  }
  .navbar-toggler {
    color: rgb(0 0 0 / 0.5);
    border-color: rgb(0 0 0 / 0.1);
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar > .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.blog-entry {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-entry .entry--img {
  overflow: hidden;
  position: relative;
}
.blog-entry .entry--img img {
  max-width: 100%;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.blog-entry .entry--img img:hover {
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.blog-img-overlay-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(139, 0, 0, 0.65);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 12px;
  letter-spacing: 0.4px;
  z-index: 2;
  display: inline-block;
  pointer-events: none;
}
.blog-entry .entry--content {
  position: relative;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-entry .entry--title {
  margin-bottom: 10px;
}
.blog-entry .entry--title p,
.blog-entry .entry--title h2 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-entry .entry--title p a,
.blog-entry .entry--title h2 a {
  color: inherit;
}
.blog-entry .entry--title p a:hover,
.blog-entry .entry--title h2 a:hover {
  text-decoration: underline;
  color: #6b0000;
}
.blog-entry .entry--bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 31px;
  font-family: "Lato", sans-serif;
  color: #595959;
}
.blog-entry .entry--more {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
}
.blog-entry .entry--more a:hover {
  color: #000;
}
.blog-entry .entry--meta {
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}
.blog-entry .entry--meta span {
  position: relative;
  margin-right: 21px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.blog-entry .entry--meta span a {
  color: inherit;
}
.blog-entry .entry--meta span:after {
  position: absolute;
  left: -19px;
  top: 2px;
  content: "|";
  font-weight: 600;
  line-height: 1;
  padding: 0 5px;
}
.blog-entry .entry--meta span:last-of-type {
  margin-right: 0;
}
.blog-entry .entry--meta span:first-of-type:after {
  display: none;
}
.blog-entry .entry--meta .meta--author a {
  color: #000;
}
.blog-entry .entry--meta .meta--author a:hover {
  color: #6b0000;
}
.banner-panel-hover .panel--content:hover {
  -moz-box-shadow: 0 0 30.4px 1.6px rgb(204 204 223 / 0.57);
  -webkit-box-shadow: 0 0 30.4px 1.6px rgb(204 204 223 / 0.57);
  box-shadow: 0 0 30.4px 1.6px rgb(204 204 223 / 0.57);
}
.blog-grid .blog-entry:hover {
  -moz-box-shadow: 0 0 30.4px 1.6px rgb(204 204 223 / 0.57);
  -webkit-box-shadow: 0 0 30.4px 1.6px rgb(204 204 223 / 0.57);
  box-shadow: 0 0 30.4px 1.6px rgb(204 204 223 / 0.57);
}
.blog-grid .blog-entry .entry--content {
  padding: 30px 30px 45px 35px;
}
.blog-grid .blog-entry .entry--title {
  margin-bottom: 38px;
}
.blog-grid .blog-entry .entry--title p a:hover,
.blog-grid .blog-entry .entry--title h2 a:hover {
  text-decoration-color: #a3a3a3;
}
.blog-grid .blog-entry .entry--meta span {
  color: #6b0000;
}
.blog-grid-2 .blog-entry {
  margin-bottom: 50px;
}
.blog-single .page-title .title {
  padding-top: 0;
  padding-bottom: 40px;
}
.blog-single .title--meta {
  text-align: left;
  padding: 160px 0 51px;
}
.blog-single .title--meta span {
  margin-right: 13px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.blog-single .title--meta span:last-of-type {
  margin-right: 0;
}
.blog-single .title--meta span:first-of-type :before {
  display: none;
}
.blog-single .title--meta span:nth-of-type(2):before {
  display: none;
}
.blog-single .title--meta .meta--author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog-single .title--meta .meta--author a {
  color: #000;
}
.blog-single .title--meta .meta--author a:hover {
  color: #6b0000;
}
.blog-single .blog-entry .entry--title {
  margin-bottom: 56px;
}
.blog-single .blog-entry .entry--title p,
.blog-single .blog-entry .entry--title h2 {
  font-size: 36px;
  line-height: 40px;
}
.blog-single .blog-entry .entry--bio {
  margin-bottom: 51px;
}
.blog-single .blog-entry .entry--bio p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
  color: #000;
  text-align: justify;
}
.blog-single .blog-entry .entry--bio p:first-child {
  color: #000;
}
.blog-single .blog-entry .entry--bio h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-single .title--meta {
    text-align: center;
    padding: 30px 0;
  }
}
.blog-grid .blog-entry {
  max-width: 370px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid .entry--content {
    padding-right: 0;
    padding-left: 15px;
  }
  .blog-grid .entry--title {
    margin-bottom: 20px;
  }
  .blog-grid .entry--title p {
    font-size: 15px;
  }
  .blog-grid .blog-entry {
    margin-bottom: 30px;
  }
}
@keyframes btn-loading {
  0% {
    background-color: #6b0000;
  }
  50% {
    background-color: #cccc;
  }
}
.contact-panel {
  position: relative;
}
.contact--icon {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  font-family: "Montserrat", sans-serif;
}
.contact--content {
  padding-left: 70px;
}
.contact--content h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 7px;
}
.contact--content li {
  font-size: 15px;
  line-height: 26px;
  color: #595959;
}
.contact--content li a {
  color: #595959;
}
.contact--content li a:hover {
  color: #6b0000;
}
.contact-result {
  margin-top: 15px;
}
.contact-3 .heading-2 {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 350px;
}
.contact-3 .heading-2 .heading--subtitle {
  color: #6b0000;
}
.contact-3 h3 {
  font-size: 24px;
  margin-bottom: 38px;
}
.contact-3 .form-control {
  border: none;
  height: 40px;
  border-radius: 20px;
  background-color: #f1f8fc;
  padding-left: 25px;
}
.contact-3 textarea.form-control {
  height: 140px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact-3 .heading-2 {
    left: 20px;
    right: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3 .heading-2 {
    left: 30px;
    right: auto;
    width: 100%;
  }
}
#wrapperParallax {
  position: relative;
  z-index: 1060;
  min-height: 100vh;
}
@media only screen and (max-width: 991px) {
  body #wrapperParallax {
    margin-bottom: 0 !important;
  }
}
.footer {
  padding: 0;
}
.footer ul {
  margin: 0;
}
.footer-widget {
  padding: 120px 0;
  border-top: 1px solid #ccc;
}
.widget--links li {
  display: inline-block;
}
.widget--links li a {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  position: relative;
  margin-right: 13px;
}
.widget--links li:last-of-type a {
  margin-right: 0;
}
.widget--social span {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  margin-right: 15px;
  display: inline-block;
}
.widget--social a {
  color: #595959;
  font-size: 18px;
  line-height: 1;
  margin-right: 19px;
  display: inline-block;
}
.widget--social a:hover {
  color: #6b0000;
}
.widget--links li a:hover {
  color: #6b0000;
}
.widget--logo-img {
  margin-bottom: 53px;
}
.footer--copyright {
  font-size: 15px;
  line-height: 20px;
}
.footer--copyright span {
  color: #000;
}
.footer-3 .footer-widget {
  border-top: none;
}
.footer--address {
  text-align: center;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-widget {
    padding: 50px 0;
  }
  .footer .container-fluid {
    padding: 0 15px;
  }
  .footer--copyright {
    text-align: center;
  }
  .widget--links ul,
  .widget--logo-img,
  .footer--copyright {
    margin-bottom: 30px;
  }
  .widget--social span {
    margin-right: 15px;
  }
  .contact--icon {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding: 70px 0;
  }
  .widget--links,
  .widget--social {
    text-align: center;
  }
  .widget--links ul,
  .widget--logo-img,
  .footer--copyright {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1070px) {
  .widget--social span {
    margin: 0 0 15px;
    display: block;
  }
}
.slider .btn {
  padding: 0 !important;
}
.navbar-nav {
  position: flex;
  width: 100%;
  justify-content: right;
}
.navbar-text {
  text-align: center;
}
.logo {
  width: auto;
  height: 100px;
}
.logo-footer {
  width: 300px;
  height: auto;
}
@media (max-width: 430px) {
  .logo {
    width: 250px;
  }
  .logo-footer {
    width: 100%;
  }
  .widget--social span {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .logo {
    width: 200px;
  }
}
.counter-container {
  background-color: #fff;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.counters {
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.counter {
  padding-top: 40px;
  padding-bottom: 40px;
}
.count {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  opacity: 0;
  transition: opacity 0.6s;
}
.count-label {
  font-size: 30px;
  font-weight: 700;
}
.counter.in-view .count {
  opacity: 1;
  animation: countAnimation 2s forwards;
}
@keyframes countAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.banner-panel {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.banner-panel .panel--content {
  position: relative;
  padding-left: 100px;
  padding-bottom: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.banner-panel .num {
  position: absolute;
  left: 0;
  top: 0;
  color: #6b0000;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  writing-mode: vertical-rl;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  height: auto;
}
.num img {
  color: #6b0000;
  width: 100px;
  height: 100px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner-panel h5 {
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}
.banner-panel li {
  font-size: 15px;
  line-height: 28px;
  color: #595959;
}
.panel--content .list-unstyled li {
  font-size: 13px;
  line-height: 20px;
  color: #595959;
  display: flex;
  align-items: flex-start;
}
.panel--content .list-unstyled li i {
  flex-shrink: 0;
  margin-top: 3px;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translateX(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-active {
  transform: translateX(0%);
  opacity: 1;
}
.slide-prev {
  transform: translateX(100%);
  opacity: 0;
}
.image-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}
.overlay {
  position: absolute;
  color: #fff;
  text-align: center;
  background-color: rgb(0 0 0 / 0.5);
  padding: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-in-out;
}
.title {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
}
.subtitle {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Montserrat";
}
.nav-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;
  top: 93%;
}
.dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dot.active {
  background-color: #fff;
}
.dot:hover {
  background-color: #fff;
}
label {
  position: absolute;
  left: var(--pad);
  top: var(--pad);
  margin-left: 15px;
  color: #595959;
  font-weight: 500;
  padding-inline: .3em;
  transition: transform 200ms;
  pointer-events: none;
  transform-origin: left;
  translate: -.3em;
  z-index: 10;
}
input::placeholder, textarea::placeholder {
  opacity: 0;
}
input:focus + label, textarea:focus + label,
input:not(:placeholder-shown) + label, textarea:not(:placeholder-shown) + label {
  transform: translateY(calc(-50% - var(--pad))) scale(.8);
}
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination a {
  color: #000;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #6b0000;
  color: #fff;
}
.pagination a:hover:not(.active) {background-color: #ccc;}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}
.entry--title h2 {
  line-height: 1.4;
  margin: 0;
}
.blog-img-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.blog-img-container img.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-entry .entry--footer {
  margin-top: auto;
}

.client-img-container .entry--img {
  max-width: 130px;
  margin: 0 auto;
}
.btn-search {
  top: 15%;
  right: 20px;
  position: absolute;
  width: auto;
  padding: 8px;
}
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  text-decoration: none;
  background-color: transparent;
}

.wa-text {
  background: white;
  color: #222;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  white-space: nowrap;
}

.whatsapp-float {
  width: 65px;
  height: 65px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulse 1.8s infinite;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

#loadingPopup,#messagePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  display: none
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / .2);
  text-align: center
}

.popup-loader {
  width: 80px;
  height: 80px;
  animation: loader-eclipse 1s linear infinite;
  -webkit-animation: loader-eclipse 1s linear infinite;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 4px 0 0 #6b0000;
  -webkit-box-shadow: 0 4px 0 0 #6b0000;
  box-shadow: 0 4px 0 0 #6b0000;
  -webkit-transform-origin: 40px 42px;
  transform-origin: 40px 42px;
  margin: 30px auto
}
