/*!
Theme Name: Express Lease Theme
Author: Saqib
Author URI: https://bramblettgrp.com/
Description: Express Rentals Theme
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: express-lease-theme
*/
@font-face {
  font-family: "tondo";
  src: url("https://use.typekit.net/af/51767a/00000000000000007735fdd9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/51767a/00000000000000007735fdd9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/51767a/00000000000000007735fdd9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal
}

@font-face {
  font-family: "tondo";
  src: url("https://use.typekit.net/af/2a6bd8/00000000000000007735fdda/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2a6bd8/00000000000000007735fdda/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2a6bd8/00000000000000007735fdda/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-stretch: normal;
  font-weight: 800;
  font-style: normal
}

html {
  background-color: #163050
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "tondo", sans-serif;
  background-color: #fff;
  color: #000;
}

.no-scroll {
  overflow: hidden
}

.container,
.container-small {
  max-width: 1350px;
  margin: auto;
  padding: 0px 15px;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.container-small {
  max-width: 800px;
  font-size: 18px
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.text-centered {
  font-size: 18px
}

.nav {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15
}

.nav__top {
  background-color: #FFF;
  height: 70px;
  width: 100%
}

.nav__top__container {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px
}

@media only screen and (max-width: 1080px) {
  .nav__top__container {
    /* display: none */
  }
}

.nav__top__container .button__row {
  /* margin-left: 30px */
  margin-bottom: 0;
}

.nav__top__container .button__row .button,
.nav__top__container .button__row .button-gray,
.nav__top__container .button__row .button-darkgreen,
.nav__top__container .button__row .button-green,
.nav__top__container .button__row .button-white {
  margin-left: 5px
}

.nav__top__container .social__list li {
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.nav__bottom {
  width: 75%;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

@media only screen and (max-width: 1080px) {
  .nav__bottom {
    display: none
  }
}

.nav__bottom-scrolled {
  border-bottom: none
}

.nav__bottom__scrollbar {
  height: 57.5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.nav__bottom__scrollbar-scrolled {
  background-color: #FFF
}

@media only screen and (max-width: 1080px) {
  .nav__bottom__scrollbar {
    display: none
  }
}

.nav__logo {
  max-width: 200px;
  z-index: 11;
  position: relative;
  opacity: 1;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  height: auto
}

@media only screen and (max-width: 650px) {
  .nav__logo {
    max-width: 125px
  }
}

.nav__logo-scrolled {
  opacity: 0
}

@media only screen and (max-width: 1080px) {
  .nav__logo-scrolled {
    opacity: 1
  }
}

.nav__logo__container {
  /* margin-top: -3px; */
  position: relative
}

.nav__logo-sub {
  max-width: 200px;
  position: absolute;
  top: 0px;
  left: 0%;
  opacity: 1;
  z-index: 1;
  height: auto
}

.nav__logo-sub-scrolled {
  opacity: 1
}

.nav__links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 57.5px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  margin: 0px 0px
}

.nav__links li {
  margin: 0px 40px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__links li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  font-size: 20px
}

.nav__links li a:hover {
  color: #58cb91
}

.nav__links li:last-of-type {
  margin: 0px 0px 0px 50px
}

.nav__links-scrolled {
  margin: 0px 0px
}

.nav__btn {
  position: absolute;
  right: 15px;
  top: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -1000000000px;
  outline: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  z-index: 100
}

@media only screen and (max-width: 1080px) {
  .nav__btn {
    display: block
  }
}

.nav__btn-ui {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  width: 50px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  display: block;
  border-radius: 1px;
  background: #e1e2e7;
  position: absolute
}

.nav__btn-ui::before {
  -webkit-transform: translateY(-10px) rotate(0);
  transform: translateY(-10px) rotate(0);
  bottom: 5px;
  width: 35px
}

.nav__btn-ui::after {
  -webkit-transform: translateY(10px) rotate(0);
  transform: translateY(10px) rotate(0);
  margin-top: 5px;
  width: 40px
}

.nav__btn-ui::after,
.nav__btn-ui::before {
  content: "";
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  display: block;
  border-radius: 1px;
  background: #e1e2e7;
  position: absolute;
  height: 4px;
  right: 0px
}

.nav__btn-ui--active {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.nav__btn-ui--active::before {
  bottom: 0px;
  width: 50px
}

.nav__btn-ui--active::after {
  margin-top: 0px;
  width: 50px
}

.nav__btn-ui--active::before,
.nav__btn-ui--active::after {
  -webkit-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg)
}

.nav-mobile {
  background-color: #163050;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -100%;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

@media only screen and (min-width: 1080px) {
  .nav-mobile {
    display: none
  }
}

.nav-mobile-active {
  right: 0
}

.nav-mobile__links {
  padding: 120px 0px 0px 70px;
  color: #fff;
  list-style: none;
  text-align: left;
  max-height: 70vh;
  overflow-y: auto
}

@media only screen and (max-width: 650px) {
  .nav-mobile__links {
    padding: 100px 0px 0px 70px;
    text-align: left;
    position: relative;
    overflow-y: scroll;
    height: 62%
  }
}

.nav-mobile__links li {
  margin: 30px 0px
}

@media only screen and (max-width: 650px) {
  .nav-mobile__links li {
    margin: 20px 0px
  }
}

.nav-mobile__links li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  font-size: 30px
}

.nav-mobile__links li a:hover {
  color: #58cb91
}

@media only screen and (max-width: 650px) {
  .nav-mobile__links li a {
    font-size: 24px
  }
}

.nav-mobile__dropdown {
  position: relative
}

.nav-mobile__dropdown:hover .nav-mobile__dropdown__content {
  opacity: 1;
  pointer-events: all
}

.nav-mobile__dropdown__content {
  pointer-events: none;
  opacity: 1;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  position: relative
}

.nav-mobile__dropdown__content-right {
  right: 0
}

.nav-mobile__dropdown__content-left {
  left: 0
}

.nav-mobile__dropdown__content a {
  display: block;
  margin: 20px 0px;
  font-size: 20px !important;
  padding: 0px 20px
}

@media only screen and (max-width: 650px) {
  .nav-mobile__dropdown__content a {
    margin: 10px 0px
  }
}

.nav-mobile__dropdown-nolink {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  font-size: 20px !important
}

.nav-mobile__dropdown-nolink:hover {
  color: #58cb91
}

.nav-mobile .social__list {
  margin: auto;
  position: absolute;
  bottom: 125px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nav-mobile .social__list li {
  margin: 0px 70px
}

@media only screen and (max-width: 800px) {
  .nav-mobile .social__list li {
    margin: 0px 40px
  }
}

@media only screen and (max-width: 650px) {
  .nav-mobile .social__list li {
    margin: 0px 40px
  }
}

@media only screen and (max-width: 650px) {
  .nav-mobile .social__list {
    bottom: 80px
  }
}

.nav-mobile .social__icon {
  height: 50px;
  width: auto
}

@media only screen and (max-width: 800px) {
  .nav-mobile .social__icon {
    height: 40px
  }
}

@media only screen and (max-width: 650px) {
  .nav-mobile .social__icon {
    height: 30px
  }
}

.nav-mobile__cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12
}

.nav-mobile__cta .button__row {
  width: 100%;
  margin: 0px
}

.nav-mobile__cta .button__row li {
  width: 50%
}

.nav-mobile__cta .button__row li .button,
.nav-mobile__cta .button__row li .button-gray,
.nav-mobile__cta .button__row li .button-darkgreen,
.nav-mobile__cta .button__row li .button-green,
.nav-mobile__cta .button__row li .button-white {
  width: 100%;
  max-width: none;
  border-radius: 0;
  font-size: 30px;
  padding: 20px 0px
}

@media only screen and (max-width: 800px) {

  .nav-mobile__cta .button__row li .button,
  .nav-mobile__cta .button__row li .button-gray,
  .nav-mobile__cta .button__row li .button-darkgreen,
  .nav-mobile__cta .button__row li .button-green,
  .nav-mobile__cta .button__row li .button-white {
    font-size: 20px
  }
}

@media only screen and (max-width: 650px) {

  .nav-mobile__cta .button__row li .button,
  .nav-mobile__cta .button__row li .button-gray,
  .nav-mobile__cta .button__row li .button-darkgreen,
  .nav-mobile__cta .button__row li .button-green,
  .nav-mobile__cta .button__row li .button-white {
    font-size: 16px
  }
}

@media only screen and (min-width: 1080px) {
  .nav-mobile__cta {
    display: none
  }
}

.nav__dropdown {
  position: relative
}

.nav__dropdown:hover .nav__dropdown__content,
.nav__dropdown:hover .nav__dropdown__content-left,
.nav__dropdown:hover .nav__dropdown__content-right,
.nav__dropdown:hover .nav-mobile__dropdown__content-right,
.nav__dropdown:hover .nav-mobile__dropdown__content-left {
  opacity: 1;
  pointer-events: all
}

.nav__dropdown__content,
.nav__dropdown__content-left,
.nav__dropdown__content-right,
.nav-mobile__dropdown__content-right,
.nav-mobile__dropdown__content-left {
  pointer-events: none;
  opacity: 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  position: absolute;
  background-color: #fff;
  padding: 10px 20px;
  margin: 57.5px 0px;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px
}

.nav__dropdown__content-right {
  right: 0
}

.nav__dropdown__content-left {
  left: 0
}

.nav__dropdown__content a,
.nav-mobile__dropdown__content-right a,
.nav-mobile__dropdown__content-left a,
.nav__dropdown__content-right a,
.nav__dropdown__content-left a {
  color: #163050 !important;
  display: block;
  margin: 10px 0px
}

.nav__dropdown__content a:hover,
.nav-mobile__dropdown__content-right a:hover,
.nav-mobile__dropdown__content-left a:hover,
.nav__dropdown__content-right a:hover,
.nav__dropdown__content-left a:hover {
  text-decoration: underline
}

.nav__dropdown-nolink {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  font-size: 20px
}

.nav__dropdown-nolink:hover {
  color: #58cb91
}

.header {
  background-color: #fff;
  height: 900px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 425px
  }
}

.header__container {
  background-image: url('../img/BannerTrailers.png'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  height: 850px; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 70px;
}

.headerText {
  background-color: rgba(188, 218, 230, 0.8); /* Adjust opacity with rgba */
  padding: 2%;
  border-radius: 8px; /* Optional: rounded corners */
  max-width: 80%; /* Limit width of the text box */
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: subtle shadow */
}

.header__wave {
  position: absolute;
  bottom: -130px;
  z-index: 1;
  width: 100%;
  height: 320px
}

@media only screen and (min-width: 1950px) {
  .header__wave {
    display: none
  }
}

@media only screen and (max-width: 1080px) {
  .header__wave {
    bottom: -150px
  }
}

@media only screen and (max-width: 800px) {
  .header__wave {
    bottom: -180px
  }
}

@media only screen and (max-width: 650px) {
  .header__wave {
    bottom: -180px;
    height: 250px
  }
}

.header__title {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  color: #fff;
  font-size: 80px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  padding-left: 150px;
  z-index: 1
}

@media only screen and (max-width: 800px) {
  .header__title {
    padding-left: 50px;
    font-size: 34px
  }
}

@media only screen and (max-width: 650px) {
  .header__title {
    padding-left: 50px;
    font-size: 34px
  }
}

@media only screen and (max-width: 450px) {
  .header__title {
    padding-left: 20px;
    font-size: 34px
  }
}

.header__subtitle {
  font-size: 30px;
  display: block
}

@media only screen and (max-width: 800px) {
  .header__subtitle {
    font-size: 20px
  }
}

@media only screen and (max-width: 650px) {
  .header__subtitle {
    font-size: 20px
  }
}

.header__background {
  /*  position: absolute;
 -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  top: 50%;
  left: 50%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* -o-object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0 */
}

.header__overlay {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #163050;
  opacity: .6;
  z-index: 1;
  position: absolute
}

.header__buttons {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-left: 150px
}

@media only screen and (max-width: 800px) {
  .header__buttons {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (max-width: 450px) {
  .header__buttons {
    padding-left: 20px
  }
}

@media only screen and (max-width: 800px) {
  .header__buttons .button__row {
    display: block
  }
}

.header__buttons .button__row li {
  margin: 0px 10px
}

@media only screen and (max-width: 800px) {
  .header__buttons .button__row li {
    margin: 20px 0px
  }
}

.header__buttons .button__row li .button,
.header__buttons .button__row li .button-gray,
.header__buttons .button__row li .button-darkgreen,
.header__buttons .button__row li .button-green,
.header__buttons .button__row li .button-white {
  max-width: none
}

@media only screen and (max-width: 800px) {

  .header__buttons .button__row li .button,
  .header__buttons .button__row li .button-gray,
  .header__buttons .button__row li .button-darkgreen,
  .header__buttons .button__row li .button-green,
  .header__buttons .button__row li .button-white {
    max-width: 300px
  }
}

@media only screen and (max-width: 450px) {

  .header__buttons .button__row li .button,
  .header__buttons .button__row li .button-gray,
  .header__buttons .button__row li .button-darkgreen,
  .header__buttons .button__row li .button-green,
  .header__buttons .button__row li .button-white {
    max-width: none
  }
}

.header__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1350px;
  margin: auto;
  width: 100%
}

.footer {
  background-color: #fff;
  position: relative;
  z-index: 10
}

@media only screen and (max-width: 1080px) {
  .footer {
    padding: 30px 0px 100px 0px;
    text-align: center
  }
}

.footer__col {
  width: 33.33%;
  border-left: 1px solid #fff;
  margin: 30px 0px;
  padding-left: 40px
}

.footer__col:first-of-type {
  border-left: none;
  padding-left: 0px
}

@media only screen and (max-width: 1080px) {
  .footer__col {
    width: 100%;
    padding-left: 0px;
    border-left: none
  }
}

.footer__col a {
  margin: auto
}

.footer__logo {
  width: 75%;
  max-height: 100px;
  /* border: 3px solid #202857; */
  border-radius: 10px;
  background-color: #fff;
  /* margin: auto; */
  display: block;
  -ms-flex-item-align: center;
  align-self: center
}

@media only screen and (max-width: 1080px) {
  .footer__logo {
    margin-bottom: 20px
  }
}

.footer__link {
  color: #000;
  text-decoration: none;
  text-transform: uppercase
}

.footer__link:hover {
  text-decoration: underline
}

.footer__link__list {
  padding: 0px;
  list-style: none
}

.footer__link__list li {
  margin: 0px 0px 10px 0px
}

@media only screen and (max-width: 1080px) {
  .footer__link__list {
    display: none
  }
}

.footer__contact {
  color: #000;
  text-align: right;
}

@media only screen and (max-width: 1080px) {
  .footer__contact {
    font-size: 30px
  }
}

@media only screen and (max-width: 800px) {
  .footer__contact {
    font-size: 20px
  }
}

.footer__contact a {
  color: #000;
  text-decoration: none
}

.footer__contact a:hover {
  text-decoration: underline
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 1080px) {
  .footer-flex {
    display: block
  }
}

.section,
.section-gray,
.section-mb0,
.section-m0 {
  /* padding: 80px 0px;card__row */
  z-index: 1;
  position: relative
}

.section--gray {
  background-color: #e1e2e7
}

.section:first-of-type,
.section-gray:first-of-type,
.section-mb0:first-of-type,
.section-m0:first-of-type {
  /* padding: 40px 0px 80px 0px */
}

@media only screen and (max-width: 1080px) {

  .section:first-of-type,
  .section-gray:first-of-type,
  .section-mb0:first-of-type,
  .section-m0:first-of-type {
    padding: 10px 0px 80px 0px
  }
}

@media only screen and (max-width: 450px) {

  .section:first-of-type,
  .section-gray:first-of-type,
  .section-mb0:first-of-type,
  .section-m0:first-of-type {
    padding: 20px 0px 60px 0px
  }
}

.section:first-of-type:not(:has(.title-small>.title-sub:empty)),
.section-gray:first-of-type:not(:has(.title-small>.title-sub:empty)),
.section-mb0:first-of-type:not(:has(.title-small>.title-sub:empty)),
.section-m0:first-of-type:not(:has(.title-small>.title-sub:empty)) {
  padding-top: 0
}

.section-m0 {
  margin: 0px
}

.section-mb0 {
  margin-bottom: 0px
}

.section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.section__row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.section__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto
}

@media only screen and (min-width: 1080px) {
  .section__col {
    width: 80%
  }
}

.section__col-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section__col-100 .title,
.section__col-100 .title-small {
  text-align: center
}

.section__col-50 {
  width: 50%;
  font-size: 18px
}

@media only screen and (max-width: 1080px) {
  .section__col-50 {
    width: 100%
  }
}

.section-gray {
  background-color: #e1e2e7
}

.btnBlue {
  background: #1E376B;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 3px;
  padding: 20px 50px;
  line-height: 3.5em;
  text-decoration: none;
}
.btnBlue:hover {
  background: #5A5A5A;
}

.btnOrange {
  background: #F28720;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 3px;
  padding: 15px 35px;  
  text-decoration: none;
  border: none;
}
.btnOrange:hover {
  background: #5A5A5A;
}

.section-blue {
  background: rgb(77, 154, 189);
  padding: 20px;
  margin-top: 20px;
}

.section-gray .card,
.section-gray .card-large,
.section-gray .card-small {
  background-color: #fff
}

.title {
  margin: 30px auto 0px;
  color: #163050;
  font-size: 36px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  text-align: center;
}

.title-small {
  margin: 0px 0px 20px 0px;
  color: #163050;
  font-size: 32px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  text-align: center;
}

.title39 {
  font-size: 39px;
  text-align: left;
  font-weight: normal;
  font-family: "tondo", sans-serif;
}

.titleBlack41 {
  font-size: 41px;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-family: "tondo", sans-serif;
  padding-bottom: 8.75%;
}

.title22 {
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  font-family: "tondo", sans-serif;
}

.titleLightBlue {
  color: #4d9abd;
  font-size: 38px;
  font-weight: 700;
  font-family: "tondo", sans-serif;
}

.titleOrange {
  color: #fd8c00;
  font-size: 38px;
  font-weight: 700;
  font-family: "tondo", sans-serif;
}

.titleBlue {
  color: #313e81;
  font-size: 38px;
  font-weight: 700;
  font-family: "tondo", sans-serif;
}

.title20 {
  margin-top: 20px;
  font-size: 20px;
  text-align: left;
  font-family: "tondo", sans-serif;
  line-height: 1.5em;
}

.fontSize20 {
  font-size: 20px;
}

@media only screen and (max-width: 1080px) {

  .title,
  .title-small {
    margin-bottom: 10px
  }
}

@media only screen and (max-width: 650px) {

  .title,
  .title-small {
    line-height: 3.5rem;
    font-size: 34px
  }
}

@media only screen and (max-width: 1080px) {
  .title-small {
    font-size: 30px
  }
}

.title-sub {
  font-size: 30px;
  font-family: "tondo", sans-serif;
  display: block;
  margin-bottom: 15px;
  line-height: 1rem
}

@media only screen and (max-width: 650px) {
  .title-sub {
    font-size: 20px
  }
}

.card,
.card-large,
.card-small {
  background-color: #e1e2e7;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
  color: #163050;
  max-width: 300px;
  margin: 20px 35px
}

@media only screen and (max-width: 450px) {

  .card,
  .card-large,
  .card-small {
    margin: 20px 0px
  }
}

.card__icon {
  max-height: 50px;
  width: auto
}

@media only screen and (max-width: 450px) {
  .card__icon {
    max-height: 70px
  }
}

.card__title {
  font-size: 30px;
  font-family: "tondo", sans-serif;
  font-weight: 700
}

@media only screen and (max-width: 450px) {
  .card__title {
    margin-top: 5px
  }
}

.card__text {
  font-size: 18px
}

.card33 {
  width: 31%;
  text-align: center;
  margin: 0 auto;
  padding-right: 2.33%;
}

.card50 {
  width: 48%;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 1%;
}

.card55 {
  width: 55%;
  text-align: center;
  margin: 0 auto;
}

.card75 {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.borderBottom {
  margin: 30px 0px;
  border: 5px solid rgb(49, 62, 129);
}

.borderOrange {
  margin: 30px 0px;
  border: 5px solid #E18235;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.card__row__container {
  margin: 40px 0px
}

.card-small {
  max-width: 165px;
  margin: 10px 10px;
  min-height: 200px
}

.card-small__icon {
  max-height: 40px;
  width: auto
}

.card-small__title {
  font-size: 24px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  margin: 10px 0px 0px 0px
}

.card-small__text {
  margin: 5px 0px 0px 0px;
  font-size: 18px
}

.card-large {
  width: 400px;
  max-width: none
}

.card-large__icon {
  max-height: 70px;
  width: auto
}

.card-large__title {
  font-size: 30px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  margin: 10px 0px 10px 0px
}

.card-large__text {
  margin: 10px 0px 40px 0px;
  font-size: 20px
}

.card-large .button__row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.card-large .button__row li {
  margin: 10px auto
}

@media only screen and (max-width: 650px) {
  .card-large .button__row {
    display: block
  }

  .card-large .button__row li {
    width: 100%;
    margin-bottom: 20px
  }

  .card-large .button__row li a {
    width: 90%;
    max-width: none;
    margin: auto
  }
}

.testimonial {
  min-height: 450px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #58cb91;
  position: relative
}

@media only screen and (max-width: 1080px) {
  .testimonial {
    min-height: 400px
  }
}

.testimonial__image {
  max-width: 450px;
  position: absolute;
  height: auto
}

@media only screen and (max-width: 800px) {
  .testimonial__image {
    max-width: 300px
  }
}

.testimonial__content {
  width: 65%;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1080px) {
  .testimonial__content {
    width: 100%
  }
}

.testimonial__block {
  position: absolute;
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.testimonial__block-active {
  opacity: 1
}

.testimonial__name {
  color: #fff;
  font-size: 30px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 0px
}

.testimonial__rating {
  height: 30px;
  margin-bottom: 20px
}

.testimonial__rating__icon {
  height: 100%;
  width: auto
}

.testimonial__text {
  width: 90%;
  color: #fff;
  font-size: 18px
}

.testimonial__origin {
  max-width: 50px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%
}

@media only screen and (max-width: 1080px) {
  .testimonial__origin {
    top: 0
  }
}

.button,
.button-gray,
.button-darkgreen,
.button-green,
.button-white {
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  min-width: 150px;
  max-width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.button-white {
  background-color: #fff;
  color: #163050;
  border: 1px solid #fff
}

.button-white:hover {
  background-color: #163050;
  color: #fff;
  border: 1px solid #fff
}

.button-green {
  background-color: #3698B3;
  color: #fff;
  border: 1px solid #3698B3
}

.button-green:hover {
  background-color: #fff;
  color: #3698B3;
  text-decoration: none;
}

.button-darkgreen {
  background-color: #2c6548;
  color: #fff;
  border: 1px solid #2c6548
}

.button-darkgreen:hover {
  background-color: #fff;
  color: #2c6548
}

.button-gray {
  background-color: #e1e2e7;
  color: #163050;
  border: 1px solid #e1e2e7
}

.button-gray:hover {
  background-color: #163050;
  color: #fff;
  border: 1px solid #e1e2e7
}

.button__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  list-style: none
}

.social__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px
}

.social__list li {
  margin: 0px 25px
}

.social__icon {
  height: 20px;
  width: auto;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.social__icon:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25)
}

.violator,
.violator-blue,
.violator-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 600px;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width: 650px) {

  .violator,
  .violator-blue,
  .violator-white {
    height: 500px
  }
}

@media only screen and (max-width: 450px) {

  .violator,
  .violator-blue,
  .violator-white {
    height: 700px;
    padding: 1rem
  }
}

.violator__background {
  position: absolute;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0
}

.violator__sub {
  position: relative;
  font-size: 30px;
  margin: 0px
}

.violator__title {
  position: relative;
  font-size: 80px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  margin: 0px 0px 10px 0px
}

@media only screen and (max-width: 650px) {
  .violator__title {
    font-size: 34px
  }
}

.violator__text {
  font-size: 20px
}

.violator__content {
  position: relative;
  text-align: center;
  z-index: 2
}

.violator__content .button,
.violator__content .button-white,
.violator__content .button-green,
.violator__content .button-darkgreen,
.violator__content .button-gray {
  margin: auto
}

.violator__content-download {
  float: left;
  text-align: left
}

@media only screen and (max-width: 650px) {
  .violator__content-download {
    float: none
  }
}

.violator__content-heading {
  font-size: 24px;
  line-height: 1.2
}

@media only screen and (max-width: 650px) {
  .violator__content-heading {
    font-size: 20px
  }
}

.violator-white {
  color: #fff
}

.violator-blue {
  color: #163050
}

.violator__overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #e1e2e7;
  opacity: .8;
  z-index: 1
}

input[type=password] {
  width: 85%;
  border-width: 1px;
  border-color: #e2e2e2;
  font-size: 16px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px
}

.sdm_download.green {
  font-size: 14px
}

.text-centered {
  text-align: center
}

.text-lg p {
  font-size: 24px
}

.contact {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width: 1080px) {
  .contact {
    display: block
  }
}

@media only screen and (max-width: 650px) {
  .contact {
    width: 80%
  }
}

.contact__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px auto;
  font-size: 50px;
  color: #163050
}

.contact__header:first-of-type {
  margin: 0px auto 30px auto
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem
}

@media only screen and (max-width: 1080px) {
  .contact__row {
    display: block
  }
}

.contact__image {
  display: block;
  max-width: 200px;
  height: auto
}

@media only screen and (max-width: 1080px) {
  .contact__image {
    max-width: 250px;
    margin: auto
  }
}

@media only screen and (max-width: 650px) {
  .contact__image {
    max-width: 100%
  }
}

.contact__content {
  margin-left: 10px;
  color: #2b537e
}

@media only screen and (max-width: 1080px) {
  .contact__content {
    text-align: center;
    margin-top: 10px
  }
}

.contact__name {
  color: #58cb91;
  font-size: 20px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  margin: 0px;
  text-align: center
}

.contact__role {
  margin: 0px 0px 20px 0px;
  text-align: center
}

@media only screen and (max-width: 1080px) {
  .contact__role {
    margin: 0px 0px 10px 0px
  }
}

.contact__email {
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #2b537e;
  display: block;
  text-align: center
}

.contact__email:hover {
  text-decoration: underline
}

.contact__phone {
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #2b537e;
  display: block
}

.contact__phone:hover {
  text-decoration: underline
}

.contact__social {
  height: 25px;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 10px
}

.contact__social img {
  width: auto;
  height: 100%;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.contact__social img:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25)
}

.values__list {
  list-style: none;
  padding: 10px;
  margin: 0px;
  max-width: 750px;
  margin: 0 auto;
  background-color: #163050;
  border-radius: 10px;
  margin-top: 1rem
}

.values__block {
  background-color: #163050;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  margin: .5rem
}

.values__title {
  color: #58cb91;
  font-weight: 800;
  margin: 0px;
  font-size: 26px;
  text-align: center;
  margin-bottom: .5rem
}

.values__text {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center
}

@media only screen and (min-width: 1080px) {
  .values__text {
    width: 65%;
    font-size: 22px
  }
}

.career__container {
  background-color: #fff;
  max-width: 1350px;
  margin: 40px auto;
  padding: 40px 20px;
  border-radius: 50px
}

.career__title {
  max-width: 800px;
  margin: 0px auto 40px auto;
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.career__text {
  max-width: 900px;
  margin: 20px auto
}

.career__text__title {
  font-weight: 700;
  font-size: 20px
}

.career__text p {
  margin: 2px 0px;
  font-size: 18px
}

.career__text ul {
  list-style: none;
  padding: 0px;
  margin-top: 0px
}

.career__text ul p {
  margin: 2px 0px
}

.form__container {
  max-width: 800px;
  margin: auto
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%
}

@media only screen and (max-width: 650px) {
  .form__row {
    display: block
  }
}

.form__item,
.form__item-50 {
  padding: 10px;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form__item label,
.form__item-50 label {
  display: block;
  margin-bottom: 5px;
  color: #2b537e
}

.form__item-50 {
  width: 50%
}

@media only screen and (max-width: 650px) {
  .form__item-50 {
    width: 100%
  }
}

.form__input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e1e2e7;
  border: solid 1px #fff;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: 10px
}

.form__submit {
  background-color: #2c6548;
  color: #fff;
  border: solid 1px #2c6548;
  margin: 30px 10px 10px 10px;
  padding: 7px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.form__submit:hover {
  background-color: #fff;
  color: #2c6548
}

.right-5050__title .title,
.right-5050__title .title-small {
  padding-left: 50px
}

@media only screen and (max-width: 1080px) {
  .right-5050__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .right-5050__title .title,
  .right-5050__title .title-small {
    padding-left: 0px
  }
}

.right-5050__text {
  font-size: 18px
}

@media only screen and (max-width: 1080px) {
  .right-5050__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

/*# sourceMappingURL=style.min.css.map */
.asfd {
  width: 100%;
  position: absolute;
  background-color: #e1e2e7;
  opacity: 0.8;
  z-index: 1;
}

input[type=password] {
  width: 85%;
  border-width: 1px;
  border-color: #e2e2e2;
  font-size: 16px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.sdm_download.green {
  font-size: 14px;
}

.text-centered {
  text-align: center;
}

.text-lg p {
  font-size: 24px;
}

.contact {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1080px) {
  .contact {
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .contact {
    width: 80%;
  }
}

.contact__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px auto;
  font-size: 50px;
  color: #163050;
}

.contact__header:first-of-type {
  margin: 0px auto 30px auto;
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1080px) {
  .contact__row {
    display: block;
  }
}

.contact__image {
  display: block;
  max-width: 200px;
  height: auto;
}

@media only screen and (max-width: 1080px) {
  .contact__image {
    max-width: 250px;
    margin: auto;
  }
}

@media only screen and (max-width: 650px) {
  .contact__image {
    max-width: 100%;
  }
}

.contact__content {
  margin-left: 10px;
  color: #2b537e;
}

@media only screen and (max-width: 1080px) {
  .contact__content {
    text-align: center;
    margin-top: 10px; 
  }
}

.contact__name {
  color: #58cb91;
  font-size: 20px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}

.contact__role {
  margin: 0px 0px 20px 0px;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .contact__role {
    margin: 0px 0px 10px 0px;
  }
}

.contact__email {
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #2b537e;
  display: block;
  text-align: center;
}

.contact__email:hover {
  text-decoration: underline;
}

.contact__phone {
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #2b537e;
  display: block;
}

.contact__phone:hover {
  text-decoration: underline;
}

.contact__social {
  height: 25px;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 10px;
}

.contact__social img {
  width: auto;
  height: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.contact__social img:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.values__list {
  list-style: none;
  padding: 10px;
  margin: 0px;
  max-width: 750px;
  margin: 0 auto;
  background-color: #163050;
  border-radius: 10px;
  margin-top: 1rem;
}

.values__block {
  background-color: #163050;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  margin: 0.5rem;
}

.values__title {
  color: #58cb91;
  font-weight: 800;
  margin: 0px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.values__text {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

@media only screen and (min-width: 1080px) {
  .values__text {
    width: 65%;
    font-size: 22px;
  }
}

.career__container {
  background-color: #fff;
  max-width: 1350px;
  margin: 40px auto;
  padding: 40px 20px;
  border-radius: 50px;
}

.career__title {
  max-width: 800px;
  margin: 0px auto 40px auto;
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.career__text {
  max-width: 900px;
  margin: 20px auto;
}

.career__text__title {
  font-weight: 700;
  font-size: 20px;
}

.career__text p {
  margin: 2px 0px;
  font-size: 18px;
}

.career__text ul {
  list-style: none;
  padding: 0px;
  margin-top: 0px;
}

.career__text ul p {
  margin: 2px 0px;
}

.form__container {
  max-width: 800px;
  margin: auto;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .form__row {
    display: block;
  }
}

.form__item,
.form__item-50 {
  padding: 10px;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__item label,
.form__item-50 label {
  display: block;
  margin-bottom: 5px;
  color: #2b537e;
}

.form__item-50 {
  width: 50%;
}

@media only screen and (max-width: 650px) {
  .form__item-50 {
    width: 100%;
  }
}

.form__input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e1e2e7;
  border: solid 1px #fff;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: 10px;
}

.form__submit {
  background-color: #2c6548;
  color: #fff;
  border: solid 1px #2c6548;
  margin: 30px 10px 10px 10px;
  padding: 7px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.form__submit:hover {
  background-color: #fff;
  color: #2c6548;
}

.right-5050__title .title,
.right-5050__title .title-small {
  padding-left: 50px;
}

@media only screen and (max-width: 1080px) {
  .right-5050__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .right-5050__title .title,
  .right-5050__title .title-small {
    padding-left: 0px;
  }
}

.right-5050__text {
  font-size: 18px;
}

@media only screen and (max-width: 1080px) {
  .right-5050__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 991px) {
  .card33 {
    width: 100%;
  }
  
  .card50 {
    width: 100%;
  }
  
  .card55 {
    width: 100%;
  }

  .card75 {
    width: 100%;
    margin-left: 0.75rem;
  }

  .card50 img {
    width: 100%;
  }

  .button-green {
    min-width: 90px;
    max-width: 135px;
    text-transform: capitalize;
    padding: 5px;
    font-size: 12px;
  }
  .max-width90 {
    max-width: 90px;
  }
  .container {
    padding: 0px 10px;
  }
  .nav__logo__container {
    margin-top: 10px;
  }
  .header {
    /* height: auto; */
  }
  .title {
    font-size: 24px;
    line-height: 1.5rem;
  }
  .title22 {
    font-size: 18px;
  }
  .title-small {
    font-size: 21px;
    line-height: 1.5em;
  }
  .title39 {
    font-size: 30px;
  }
  .titleBlack41 {
    font-size: 28px;
  }
  .title20 {
      margin-top: 20px;
      font-size: 16px;
  }
  .section {
    padding: 20px 0px 0px 0px;
  }
  .footer__col picture{
    justify-content: center;
    display: flex;
  }
  .footer__contact {
    text-align: center;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .header__container {
    /* background-size: contain; */
    background-repeat: no-repeat;
    height: 380px;
    align-items: end;
  }
  .headerText {
    padding: 1%;
    max-width: 70%;
    font-size: 22px;
  }
  .title-small {
    font-size: 20px;
    line-height: 1.3em;
    padding-top: 10px;
  }
  .mt-30 {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.min.css.map */