@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #121313;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5rem;
  overflow-x: hidden;
  padding-top: 140px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 4px;
}

/* Flash messages */
#flash-messages {
  position: absolute;
  z-index: 1050;
  width: 100%;
  top: 15%;
}

#flash-messages .alert {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

@media screen and (max-width: 576px) {
  #flash-messages .alert {
    max-width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  #flash-messages .alert {
    max-width: 75vw;
  }
}
#navbar-main {
  font-weight: 400;
  min-height: 140px;
  padding-top: 0;
  padding-bottom: 0;
}
#navbar-main .nav-link {
  border-bottom: 7px solid transparent;
}
@media screen and (min-width: 992px) {
  #navbar-main .nav-link {
    height: 140px;
  }
}
#navbar-main .nav-link.active {
  border-bottom: 7px solid #034295;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  #navbar-main .nav-link.active {
    width: 100%;
  }
}
#navbar-main .price-offer {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #navbar-main .price-offer {
    margin-left: 40px;
    margin-top: -5px;
    font-size: 16px;
  }
}
#navbar-main li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  #navbar-main div > ul > li:not(:last-child)::after {
    content: " / ";
    color: #034295;
    position: absolute;
    right: -5px;
    top: 55px;
    font-size: 35px;
    font-weight: 300;
  }
}
@media screen and (max-width: 992px) {
  #navbar-main .dropdown-toggle::after {
    margin-top: 10px;
  }
}
#navbar-main .dropdown-menu[data-bs-popper] {
  top: 65%;
}

.header {
  position: relative;
}
.header .image-row {
  min-height: 100vh;
}
.header .left-image {
  background-image: url("../images/header_left.jpg");
  background-size: cover;
  background-position: center;
}
.header .right-image {
  background-image: url("../images/header_right.jpg");
  background-size: cover;
  background-position: center;
}
.header .overlay {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.header h1 {
  font-size: calc(3rem + 2vw);
  color: #fff;
  position: absolute;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    font-size: calc(2rem + 1vw);
    width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  .header h1 {
    font-size: 80px;
    max-width: 1000px;
  }
}
.header .scroll-down .scroll-downs {
  top: unset;
}

.sub-header-bg {
  background-color: #F1F1F1;
}

.sub-header {
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  padding-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sub-header {
    min-height: 145px;
  }
}
.sub-header .content {
  background-color: #034295;
  width: 100%;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: -60px auto 0 auto;
  min-height: 150px;
  padding: 35px 35px;
}
.sub-header .content .phone-number {
  letter-spacing: 3px;
}
.sub-header .plus-bg {
  background-image: url("../images/plus_bg.png");
  background-repeat: no-repeat;
  height: 140px;
  margin-top: -110px;
  position: absolute;
  width: 99%;
  z-index: -1;
}

.sub-header-big {
  color: #fff;
  min-height: 85px;
  background-position: left;
  background-size: contain;
  position: relative;
  letter-spacing: 2px;
  padding-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sub-header-big {
    min-height: 145px;
  }
}
.sub-header-big .content {
  background-color: #034295;
  width: 100%;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: -140px auto 0 auto;
  min-height: 130px;
  padding: 20px 35px;
  border: 2px #fff solid;
}
.sub-header-big .content .phone-number {
  letter-spacing: 4px;
}
.sub-header-big .plus-bg {
  background-image: url("../images/plus_bg.png");
  background-repeat: no-repeat;
  height: 140px;
  margin-top: -110px;
  position: absolute;
  width: 99%;
  z-index: -1;
}

.pricelist {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #F1F1F1;
}
.pricelist h2 {
  color: #034295;
}
.pricelist .action {
  font-size: 14px;
  color: #034295;
  font-weight: 400;
  text-align: center;
}
.pricelist .action .red {
  color: #FF0100;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .pricelist .row {
    filter: drop-shadow(-10px 10px 10px rgba(68, 68, 77, 0.5058823529));
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .pricelist .first-col {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.pricelist .main-col {
  color: #fff;
  background: rgb(41, 79, 137);
  background: linear-gradient(0deg, rgb(41, 79, 137) 0%, rgb(80, 115, 154) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .pricelist .main-col {
    margin-top: -100px;
    height: calc(100% + 100px);
  }
}
@media screen and (max-width: 1200px) {
  .pricelist .main-col {
    border-radius: 20px;
    filter: drop-shadow(-10px 10px 10px rgba(68, 68, 77, 0.5058823529));
  }
}
@media screen and (min-width: 1200px) {
  .pricelist .main-col .title-box {
    height: 195px;
  }
}
.pricelist .regular-col {
  color: #121313;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pricelist .regular-col {
    border-radius: 20px;
    filter: drop-shadow(-10px 10px 10px rgba(68, 68, 77, 0.5058823529));
  }
}
@media screen and (min-width: 1200px) {
  .pricelist .regular-col {
    padding-bottom: 9rem !important;
  }
  .pricelist .regular-col .title-box {
    height: 100px;
  }
}
.pricelist .price {
  font-size: 42px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.pricelist .interest {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .pricelist .interest {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 3rem;
    position: absolute;
  }
}

.pricelist-download {
  color: #fff;
  background-color: #034295;
  border-radius: 20px;
}
.pricelist-download img {
  border-radius: 20px;
}
.pricelist-download .download-form .form-control {
  border-radius: 20px;
}
.pricelist-download .download-form button {
  border-radius: 20px;
}

.about-us {
  color: #fff;
  font-weight: 400;
}
.about-us .header {
  background-image: url("../images/about_us.jpg");
  min-height: 750px;
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-us .header .overlay {
  background-color: rgba(0, 0, 0, 0.4392156863);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding-top: 7rem;
}
.about-us .header h2 {
  font-size: calc(2rem + 0.9vw);
  color: #fff;
  position: absolute;
  font-weight: 600;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 55px;
}
@media screen and (min-width: 1400px) {
  .about-us .header h2 {
    font-size: 40px;
  }
}
.about-us .content {
  position: relative;
}
.about-us .content .box-wrapper {
  margin-top: -140px;
}
@media screen and (min-width: 1200px) {
  .about-us .content .box-wrapper {
    margin-top: -265px;
  }
}
@media screen and (min-width: 1200px) {
  .about-us .content .box-wrapper .box-left.col-md-6 {
    width: 60%;
  }
  .about-us .content .box-wrapper .box-right.col-md-6 {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .about-us .content .box-wrapper .box-left p:nth-child(2) {
    width: calc(100% - 110px);
  }
}
.about-us .content .box-wrapper .box-left .bg {
  border-radius: 25px;
  background-color: #034295;
  padding: 3rem;
}
@media screen and (min-width: 1200px) {
  .about-us .content .box-wrapper .box-right {
    margin-top: 160px;
    right: -50px;
    position: absolute;
  }
}
.about-us .content .box-wrapper .box-right .bg {
  border-radius: 25px;
  background-color: #B6B6B6;
  padding: 3rem;
}

.alternate-divs {
  color: #fff;
  line-height: 2rem;
  font-weight: 300;
  background-color: #B6B6B6;
}
@media screen and (min-width: 1200px) {
  .alternate-divs {
    margin-top: 200px;
  }
}
.alternate-divs h2 {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 4px;
}
.alternate-divs p {
  margin-bottom: 0.5rem;
}

.consulting {
  padding: 40px 0px;
  background-color: #034295;
}
@media screen and (max-width: 500px) {
  .consulting h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .consulting {
    padding: 70px 0px;
  }
}
.consulting .plus-bg-wrapper {
  height: 60px;
  overflow-y: hidden;
}
.consulting .box {
  width: 100%;
}
.consulting .box .content {
  background-color: #fff;
  margin: 0 30px 30px 30px;
  border: 3px solid #B9B9B9;
  border-radius: 30px;
}
.consulting .timeline {
  width: 100%;
}
.consulting .timeline .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
.consulting .timeline .icon img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
}
.consulting .timeline .point {
  margin-top: -10px;
  margin-left: -10px;
  width: 25px;
  height: 25px;
  border-radius: 24px;
  background-color: #d9d9d9;
}
.consulting .timeline .point.active {
  background-color: #034295;
}
.consulting .timeline .point.active-big {
  width: 40px;
  margin-top: -18px;
  margin-left: -18px;
  height: 40px;
  border-radius: 24px;
  border: 2px solid #034295;
  padding: 6px;
  background-color: #fff;
}
.consulting .timeline .point.active-big .point {
  margin: 0;
}
.consulting .timeline .line {
  height: 5px;
  background-color: #D9D9D9;
}
.consulting .timeline .line.active {
  background-color: #034295;
}
.consulting .timeline .line.transparent {
  background-color: unset;
}

.consulting-offer {
  background-image: url("../images/consulting_offer.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  position: relative;
}
.consulting-offer .overlay {
  background-color: rgba(0, 0, 0, 0.4392156863);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.consulting-offer h2 {
  font-size: calc(3rem + 2vw);
  color: #fff;
  position: absolute;
  font-weight: bold;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .consulting-offer h2 {
    font-size: calc(2rem + 1vw);
  }
}
@media screen and (min-width: 1400px) {
  .consulting-offer h2 {
    font-size: 80px;
  }
}

.reviews h2 {
  font-size: 36px;
  letter-spacing: 5px;
  font-weight: 500;
}
.reviews .photo {
  max-width: 100px;
}
.reviews .carousel-inner {
  padding: 1em;
}
.reviews .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.reviews .carousel-control-prev,
.reviews .carousel-control-next {
  background-color: #034295;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 40vh;
  transform: translateY(-50%);
}
.reviews .carousel-item {
  margin-right: 0;
  flex: 0 0 100%;
  display: block;
}
@media (min-width: 768px) {
  .reviews .carousel-item {
    flex: 0 0 50%;
  }
}
.reviews .carousel-inner {
  display: flex;
}
.reviews .card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews .card img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .reviews .card .img-wrapper {
    height: 17em;
  }
}
@media (min-width: 767px) {
  .reviews .carousel-control-hider {
    display: none;
  }
}

.gallery {
  margin-top: 5rem;
}
.gallery .title-box {
  color: #fff;
  background-color: #034295;
  padding: 0px 10px;
  border-radius: 15px;
}
.gallery .title-box h3 {
  font-size: calc(1.1rem + 0.4vw);
  text-transform: uppercase;
  margin-top: 1rem;
}
.gallery .title-box h4 {
  font-weight: 300;
}
.gallery .gallery-tile {
  position: relative;
  box-shadow: 7px 7px 10px 3px rgba(22, 22, 26, 0.3);
}
.gallery .gallery-tile:hover .overlay {
  opacity: 1;
}
.gallery .gallery-tile .overlay {
  background-color: rgba(0, 0, 0, 0.5803921569);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.5s ease;
}

.contact {
  padding-top: 90px;
}
.contact .form-col {
  z-index: 2;
  border: 1px #aeacac solid;
  border-radius: 20px;
}
.contact .form-col-address {
  color: #034295;
  font-size: 18px;
}
.contact form {
  margin-top: 3rem;
}
.contact .form-group .form-control, .contact .form-group .form-select {
  background-color: #f2f2f2;
  border: 0;
  font-size: 14px;
  border-radius: 10px;
  padding: 1.2rem 0.75rem;
}
.contact .form-group .form-control::-moz-placeholder, .contact .form-group .form-select::-moz-placeholder {
  color: #B9B9B9;
  opacity: 1;
}
.contact .form-group .form-control::placeholder, .contact .form-group .form-select::placeholder {
  color: #B9B9B9;
  opacity: 1;
}
.contact .form-group .form-control:-ms-input-placeholder, .contact .form-group .form-select:-ms-input-placeholder {
  color: #B9B9B9;
}
.contact .form-group .form-control::-ms-input-placeholder, .contact .form-group .form-select::-ms-input-placeholder {
  color: #B9B9B9;
}
.contact .form-group .input-group-text {
  background-color: unset;
  border-right: 0;
  border-color: #034295;
}
.contact .form-group .form-control:focus + .input-group-text {
  color: #034295 !important;
}
.contact .form-group .form-control:focus {
  box-shadow: unset;
}
.contact .form-group select.form-select:required:invalid {
  color: #B9B9B9;
}
.contact .input-group {
  position: relative;
}
.contact .input-group .form-control {
  border-left: 0 !important;
  border-color: #034295;
  font-size: 14px;
  padding: 18px 15px;
  margin-left: 48px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius-topright: 10px !important;
  -moz-border-radius-bottomright: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.contact .input-group .input-group-text {
  background-color: unset;
  border-right: 0;
  border-color: #034295;
  font-size: 2rem;
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-bottom-left-radius: 10px !important;
  -moz-border-radius-topleft: 10px !important;
  -moz-border-radius-bottomleft: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 100%;
  position: absolute;
}
.contact .input-group .form-control:focus + .input-group-text {
  color: #034295 !important;
}
.contact .input-group .form-control:focus {
  box-shadow: unset;
}
.contact .input-group .form-control:focus::-moz-placeholder {
  color: #034295;
  opacity: 1;
}
.contact .input-group .form-control:focus::placeholder {
  color: #034295;
  opacity: 1;
}
.contact .input-group .form-control:focus:-ms-input-placeholder {
  color: #034295;
}
.contact .input-group .form-control:focus::-ms-input-placeholder {
  color: #034295;
}

.footer {
  color: #fff;
  background-color: #25292E;
  font-weight: 100;
  padding: 2rem 0 0 0;
  letter-spacing: 5px;
}
@media (min-width: 1200px) {
  .footer {
    padding: 2rem 90px 0 90px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer li {
  margin-bottom: 10px;
}
.footer a:hover, .footer a:focus {
  text-decoration: none;
  color: #FF0100;
}
.footer h3 {
  font-weight: 100;
}
.footer .contact-title-box {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 60px 30px;
  color: #fff;
}
.footer .contact-title-box .title {
  font-size: calc(3rem + 0.3vw);
  line-height: initial;
  font-weight: 400;
}
.footer .contact-footer {
  padding: 4rem 0;
}
.footer .contact-footer em {
  color: #034295;
}
@media (min-width: 992px) {
  .footer .contact-footer .footer-logo {
    position: absolute;
    bottom: 0;
  }
}

.opacity-square {
  width: 300px;
  height: 300px;
  border: 20px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-top: 35px;
  letter-spacing: 2px;
}

.radius-tile {
  border: 3px solid rgb(126, 171, 233);
  box-shadow: 0px 0px 10px 1px rgba(126, 171, 233, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(126, 171, 233, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(126, 171, 233, 0.75);
  -webkit-border-radius: 30px;
  -webkit-border-top-right-radius: 100px;
  -moz-border-radius: 30px;
  -moz-border-radius-topright: 100px;
  border-radius: 30px;
  border-top-right-radius: 100px;
  width: 300px;
  height: 300px;
  text-align: center;
  padding: 40px 15px;
}
.radius-tile .tile-icon {
  max-width: 100px;
}
.radius-tile .tile-title {
  text-transform: uppercase;
  color: #044295;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-xl {
  font-size: 16px;
  font-weight: bold;
  padding: 13px 35px;
  border-radius: 1rem;
}

.btn-xxl {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .btn-xxl {
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
  }
}

.btn-amesso {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  border-radius: 5px;
}
.btn-amesso span {
  position: relative;
  z-index: 1;
}
.btn-amesso:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.2, 1);
}

.btn-amesso:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-amesso-one {
  background-color: #034295;
}
.btn-amesso-one:before {
  background-color: #fff;
}

.btn-amesso-one:hover span {
  color: #034295;
}

.btn-amesso-one-b {
  background-color: #fff;
  color: #034295;
  border: 0;
}
.btn-amesso-one-b:before {
  background-color: #669BE3;
}

.btn-amesso-one-b:hover span {
  color: #fff;
}

.btn-amesso-one-a {
  color: #fff;
  background-color: #034295;
  border-color: #034295;
  letter-spacing: 3px;
  font-weight: 600;
}

.btn-amesso-one-a:hover {
  color: #034295;
  background-color: #fff;
  border: 1px solid transparent;
}

.btn-amesso-two {
  color: #fff;
  background-color: #034295;
  border-color: #034295;
  letter-spacing: 3px;
  font-weight: 600;
}

.btn-amesso-two:hover {
  color: #034295;
  background-color: #fff;
  border-color: #034295;
}

.main-divider {
  width: 100px;
  height: 5px;
  background-color: #034295;
}

.white-divider {
  width: 100px;
  height: 5px;
  background-color: #fff;
}

.text-second {
  color: #FF0100;
}

.main-shadow {
  box-shadow: 7px 7px 10px 3px rgba(22, 22, 26, 0.3);
}

.main-shadow-left {
  box-shadow: -7px 7px 10px 3px rgba(22, 22, 26, 0.3);
}

.scroll-down .scroll-downs {
  width: 34px;
  height: 55px;
}
.scroll-down .mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroll-down .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.citation blockquote {
  border-left: 10px solid #034295;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.citation blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.citation blockquote p {
  display: inline;
}
.citation blockquote span {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.zoom {
  transition: transform 0.2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.grecaptcha-badge {
  display: none !important;
}

.anchor {
  padding-top: 140px;
  margin-top: -140px;
}/*# sourceMappingURL=style.css.map */