* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  padding-top: 119px;
}
body.show-menu {
  overflow-y: hidden;
}

@media (max-width: 991.5px) {
  body {
    padding-top: 90px;
  }
}
@media (max-width: 575.5px) {
  body {
    padding-top: 75px;
  }
}
.michroma {
  font-family: "Michroma", sans-serif;
}

#app {
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

.logo img {
  width: 101px;
}

@media (max-width: 991.5px) {
  .logo img {
    width: 86px;
  }
}
@media (max-width: 576px) {
  .logo img {
    width: 65px;
  }
}
.section-wavy {
  position: absolute;
  width: 105%;
  bottom: -2px;
  left: 0px;
  right: 0px;
  transform: scaleX(1.05);
}

section .border-top {
  border-top: 3px solid #000 !important;
}
section .section-heading {
  font-size: 36px;
  font-family: "Michroma", sans-serif;
}

@media (max-width: 991.5px) {
  section .section-heading {
    font-size: 24px;
  }
}
@media (max-width: 567.5px) {
  section .section-heading {
    font-size: 18px;
  }
}
.max-700 {
  max-width: 700px;
}

#strategy-and-purpose .img-wrapper {
  border-radius: 20px;
  overflow: hidden;
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#strategy-and-purpose .img-wrapper img {
  width: 100%;
}
#strategy-and-purpose p {
  line-height: 30px;
}

.border-top {
  border-top: 2px solid #000 !important;
}

#key-numbers .number {
  font-size: 85px;
  font-family: "Michroma", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 991.5px) {
  #key-numbers .number {
    font-size: 48px;
  }
  #key-numbers p {
    font-size: 12px;
  }
}
@media (max-width: 575.5px) {
  #key-numbers .number {
    font-size: 48px;
  }
  #key-numbers p {
    font-size: 14px;
    max-width: 250px;
    text-align: center;
  }
}
#quote {
  position: relative;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%), url("../imgs/jpg/qoute-bg.jpg") no-repeat left bottom;
  background-size: cover;
  min-height: 600px;
}
#quote blockquote {
  max-width: 800px;
  text-align: center;
  line-height: 30px;
}
#quote .section-wavy {
  transform: scaleX(-1.05);
}

@media (max-width: 991.5px) {
  #quote {
    background: linear-gradient(to bottom, white 0%, white 5%, rgba(255, 255, 255, 0.3) 100%), url("../imgs/jpg/qoute-bg.jpg") no-repeat left bottom;
    background-size: cover;
  }
}
.btn {
  border-radius: 10px;
  border-width: 0;
  font-size: 15px;
  font-weight: 500;
}
.btn:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-primary {
  color: #fff;
  background-color: #98694c;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #000;
}

.btn-primary-border {
  color: #98694c;
  background-color: transparent;
  border: 1px solid #98694c;
}
.btn-primary-border:hover, .btn-primary-border:not(:disabled):not(.disabled):active, .btn-primary-border:focus, .btn-primary-border:not(:disabled):not(.disabled):active:focus {
  border: 1px solid #98694c;
  background-color: #98694c;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #fff;
}

.btn-secondary-border {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.btn-secondary-border:hover, .btn-secondary-border:not(:disabled):not(.disabled):active, .btn-secondary-border:focus, .btn-secondary-border:not(:disabled):not(.disabled):active:focus {
  border: 1px solid #000;
  background-color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #fff;
}

.splash-screen {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  z-index: 2000;
}
.splash-screen .logo {
  width: 150px;
}

#main-nav {
  padding: 15px 10px;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
}
#main-nav .navbar-toggler {
  outline: 0;
  padding: 0px;
  z-index: 1001;
  border: 2px solid transparent;
}
#main-nav .navbar-toggler:hover, #main-nav .navbar-toggler:focus {
  outline: 0;
}
#main-nav .navbar-toggler .bar {
  width: 25px;
  background-color: #000;
  height: 2px;
  border-radius: 50px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
}
#main-nav .navbar-toggler .bar:nth-of-type(1) {
  transform-origin: 50%;
}
#main-nav .navbar-toggler .bar:nth-of-type(3) {
  transform-origin: 50%;
}
#main-nav .navbar-toggler.togglerClose {
  border-radius: 50%;
  border-color: #000;
}
#main-nav .navbar-toggler.togglerClose .bar:nth-of-type(1) {
  transform: translateY(7.5px) rotate(45deg) scaleX(0.7);
}
#main-nav .navbar-toggler.togglerClose .bar:nth-of-type(2) {
  transform: scale(0);
}
#main-nav .navbar-toggler.togglerClose .bar:nth-of-type(3) {
  transform: translateY(-7.5px) rotate(-45deg) scaleX(0.7);
}
#main-nav.navbar-top {
  padding: 30px 10px;
}
#main-nav .navbar-brand {
  padding: 0;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  position: relative;
  transition: font-weight 0.2s ease;
  padding: 0.4rem 1rem;
}
.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  display: block;
  height: 2px;
  border-radius: 50px;
  background-color: #000;
  transition: width 0.2s ease;
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
  font-weight: 600;
  color: #000;
  border-width: 0;
}
.navbar-nav .nav-item .nav-link.active::before, .navbar-nav .nav-item .nav-link:hover::before {
  content: "";
  width: 100%;
}

.top-menu .nav-item,
.bottom-menu .nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.top-menu .nav-item .nav-link,
.bottom-menu .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  transition: all 0.2s ease-in-out;
}

.bottom-menu .nav-item {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.bottom-menu .nav-item .nav-link {
  font-size: 0.6rem;
  white-space: nowrap;
}

@media (max-width: 1199.5px) {
  .top-menu .nav-item,
.bottom-menu .nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 991.5px) {
  #main-nav {
    padding: 10px 10px;
  }
  #main-nav.navbar-top {
    padding: 20px 10px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}
#full-overlay {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#full-overlay.show {
  visibility: visible;
  opacity: 1;
}
#full-overlay.show > .container {
  padding: 50px 0;
  opacity: 1;
  transform: none;
}
#full-overlay .navbar-nav .nav-item {
  margin-bottom: 20px;
}
#full-overlay .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
#full-overlay > .container {
  margin: auto;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
#full-overlay .logo {
  width: 200px;
  margin-bottom: 75px;
}

header {
  position: relative;
  background: linear-gradient(to bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 100%), url("../imgs/jpg/header-bg.jpg") no-repeat center;
  min-height: 400px;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: start;
}
header > .container {
  padding-bottom: 50px;
  margin: auto;
}
header .logo-header {
  width: 100%;
}
header .logo-text-wrapper {
  width: 85%;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
header .logo-text-wrapper img {
  width: 100%;
}
header .logo-text-wrapper + p {
  font-size: 20px;
}

@media (max-width: 1199.5px) {
  header .logo-text-wrapper + p {
    font-size: 18px;
  }
}
@media (max-width: 991.5px) {
  header {
    background: linear-gradient(to bottom, white 0%, white 40%, rgba(255, 255, 255, 0.3) 100%), url("../imgs/jpg/header-bg.jpg") no-repeat center;
    background-size: cover;
    min-height: 600px;
  }
  header .logo-header {
    width: 65%;
  }
  header .logo-text-wrapper {
    width: 65%;
  }
  header .logo-text-wrapper + p {
    width: 65%;
    font-size: 18px;
  }
  header > .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.5px) {
  header {
    min-height: 520px;
  }
  header .logo-header {
    width: 85%;
    flex-shrink: 0;
  }
  header .logo-text-wrapper {
    width: 85%;
  }
  header .logo-text-wrapper + p {
    width: 85%;
    font-size: 12px;
  }
}
@media (max-width: 575.5px) {
  header {
    min-height: 550px;
  }
  header .logo-header {
    width: 95%;
    flex-shrink: 0;
  }
  header .logo-text-wrapper {
    width: 95%;
  }
  header .logo-text-wrapper + p {
    width: 95%;
    font-size: 12px;
  }
}
@media (max-width: 450.5px) {
  header {
    min-height: 450px;
  }
}
@media (max-width: 380.5px) {
  header {
    min-height: 400px;
  }
}
.main-logo-wrapper {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #98694c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  background-color: #fff;
}
.main-logo-wrapper img {
  width: 70%;
}

.arrows-wrapper {
  margin-top: -15%;
  width: 82%;
  z-index: 1;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.about-children {
  margin-top: -13px;
  background-color: #fff;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  width: 100%;
}
.about-children .img-wrapper {
  flex: 1;
  padding: 0 10px;
}
.about-children .img-wrapper img {
  width: 100%;
}

@media (max-width: 991.5px) {
  .about-children {
    margin-top: -5px;
  }
  .about-children .img-wrapper {
    padding: 0 5px;
  }
  .about-children .img-wrapper img {
    width: 100%;
  }

  .main-logo-wrapper {
    width: 160px;
    height: 160px;
    border-width: 8px;
  }
}
@media (max-width: 767.5px) {
  .main-logo-wrapper {
    width: 150px;
    height: 150px;
    border-width: 6px;
  }
}
@media (max-width: 575.5px) {
  .main-logo-wrapper {
    width: 100px;
    height: 100px;
    border-width: 4px;
  }
}
@media (max-width: 400px) {
  .main-logo-wrapper {
    width: 80px;
    height: 80px;
    border-width: 4px;
  }
}
.modal .swiper-container {
  position: relative;
}
.modal .swiper-container .swiper-container {
  width: calc(100% - 130px);
  margin: auto;
}
.modal .swiper-container .swiper-button-prev,
.modal .swiper-container .swiper-button-next {
  margin-top: 0;
  transform: translateY(-50%);
  border: 2px solid #98694c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.modal .swiper-container .swiper-button-prev::after,
.modal .swiper-container .swiper-button-next::after {
  content: "";
  display: none;
}
.modal .swiper-container .swiper-button-prev:focus,
.modal .swiper-container .swiper-button-next:focus {
  outline: 0;
}
.modal .swiper-container .swiper-button-next {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
.modal .swiper-container .swiper-button-prev {
  left: 0;
}

.modal .swiper-container {
  border-radius: 20px;
}
.modal .swiper-container .swiper-button-prev,
.modal .swiper-container .swiper-button-next {
  border: 2px solid #000;
  background-image: url("../imgs/svg/arrow-left.svg");
}
.modal .swiper-container .swiper-button-next {
  right: 5px;
}
.modal .swiper-container .swiper-button-prev {
  left: 5px;
}

@media (max-width: 575.5px) {
  .modal .swiper-container .swiper-container {
    width: calc(100% - 80px);
  }
  .modal .swiper-container .swiper-button-prev,
.modal .swiper-container .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}
.custom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  grid-template-areas: "textarea none" "textarea img3" "img1 img3" "img2 img3";
}
.custom-grid.custom-grid-reverse {
  grid-template-areas: "none textarea" "img3 textarea" "img3 img1" "img3 img2";
}
.custom-grid .img-wrapper {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 150px;
}
.custom-grid h6 {
  font-size: 24px;
}
.custom-grid p {
  font-size: 16px;
}
.custom-grid .external-link {
  border-top: 1px solid #43a2da;
  color: #43a2da;
  font-size: 16px;
  display: inline-block;
  padding-top: 3px;
}
.custom-grid .external-link img {
  width: 16px;
}
.custom-grid .grid-item:nth-of-type(1) {
  grid-area: textarea;
}
.custom-grid .grid-item:nth-of-type(2) {
  grid-area: img1;
}
.custom-grid .grid-item:nth-of-type(3) {
  grid-area: img2;
}
.custom-grid .grid-item:nth-of-type(4) {
  grid-area: img3;
}

@media (max-width: 991.5px) {
  .custom-grid {
    grid-template-areas: "textarea img3" "textarea img3" "img1 img3" "img2 img3";
  }
  .custom-grid.custom-grid-reverse {
    grid-template-areas: "img3 textarea" "img3 textarea" "img3 img1" "img3 img2";
  }
  .custom-grid h6 {
    font-size: 18px;
  }
  .custom-grid p {
    font-size: 14px;
  }
}
@media (max-width: 575.5px) {
  .custom-grid {
    grid-template-areas: "textarea textarea" "img1 img3" "img2 img3";
  }
  .custom-grid.custom-grid-reverse {
    grid-template-areas: "textarea textarea" "img3 img1" "img3 img2";
  }
  .custom-grid h6 {
    font-size: 14px;
  }
  .custom-grid p {
    font-size: 12px;
  }
  .custom-grid .external-link {
    font-size: 14px;
  }
  .custom-grid .external-link img {
    width: 14px;
  }
  .custom-grid .img-wrapper {
    min-height: 100px;
  }
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal .modal-content {
  border-radius: 20px;
}
.modal .close {
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  transform: translate(-20%, 20%);
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.modal .close img {
  width: 25px;
}
.modal .close:not(:disabled):not(.disabled):focus, .modal .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  outline: none;
}

.modal-dialog {
  margin: 0 1.5rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
}
[data-target="#images-modal"] {
  cursor: pointer;
}

#success-modal .state-icon,
#failure-modal .state-icon,
#cookies-modal .state-icon {
  width: 90px;
}
#success-modal h4,
#failure-modal h4,
#cookies-modal h4 {
  max-width: 300px;
}
#success-modal p,
#failure-modal p,
#cookies-modal p {
  max-width: 400px;
}

@media (max-width: 576px) {
  #success-modal .btn,
#failure-modal .btn,
#cookies-modal .btn {
    font-size: 10px;
    white-space: nowrap;
  }
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  color: #000;
  font-family: "Michroma", sans-serif;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 10px 5px;
  font-size: 1rem;
  outline: 0;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  font-family: "Michroma", sans-serif;
  color: #000;
}
.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  font-family: "Michroma", sans-serif;
  color: #000;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: "Michroma", sans-serif;
  color: #000;
}
.contact-form input:focus,
.contact-form textarea:focus {
  font-family: "Michroma", sans-serif;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #000;
}
.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
  border-bottom: 2px solid #ca303c;
}
.contact-form textarea {
  height: 100%;
  resize: none;
}

.map {
  width: 100%;
  height: 300px;
  border: 0;
}

#contact-alert-container {
  display: none;
}

#contact-us h5 {
  font-size: 36px;
}

@media (max-width: 991.5px) {
  #contact-us h5 {
    font-size: 24px;
  }
}
@media (max-width: 575.5px) {
  #contact-us h5 {
    font-size: 18px;
  }
}
footer {
  font-size: 14px;
  font-weight: 500;
}
footer .exeltive {
  white-space: nowrap;
}
footer .exeltive img {
  width: 65px;
  margin-top: -4px;
}
footer .copyrights {
  font-size: 12px;
}
footer .logo img {
  width: 70px;
}

@media (max-width: 991.5px) {
  footer {
    font-size: 12px;
  }
  footer .exeltive img {
    width: 55px;
  }
  footer .copyrights {
    font-size: 10px;
  }
  footer .logo img {
    width: 60px;
  }
}
@media (max-width: 576px) {
  footer {
    font-size: 12px;
  }
  footer .exeltive img {
    width: 50px;
  }
  footer .copyrights {
    font-size: 9px;
  }
  footer .logo img {
    width: 45px;
  }
}
@media (max-width: 400px) {
  footer {
    font-size: 11px;
  }
  footer .exeltive img {
    width: 45px;
  }
  footer .copyrights {
    font-size: 8px;
  }
  footer .logo img {
    width: 40px;
  }
}
.error-page {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%), url("../imgs/jpg/error-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.error-page #app {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.error-page p {
  max-width: 400px;
  font-size: 14px;
}
.error-page .btn {
  font-size: 12px;
}
.error-page .error-img {
  width: 70%;
}

@media (max-width: 991.5px) {
  .error-page {
    background-image: linear-gradient(to bottom, white 35%, rgba(255, 255, 255, 0.3) 100%), url("../imgs/jpg/error-bg.jpg");
  }
  .error-page .btn {
    font-size: 10px;
  }
  .error-page .error-img {
    width: 70%;
  }
  .error-page h3 {
    font-size: 20px;
  }
  .error-page p {
    font-size: 14px;
    max-width: 400px;
  }
}

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