@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;800&display=swap');

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  color: #95945f;
}

hr {
  max-width: 80px;
  border-width: 3px;
  opacity: 0.09;
  margin-top: 15px;
  margin-bottom: 15px;
}

hr.light {
  border-color: #fff;
}

a {
  color: #00367d;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover,
a:focus {
  color: #00367d;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Montserrat', sans-serif;
  color: #95945f;
}

p {
  font-size: 13px;
}

.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.p-rel {
  position: relative;
}

.fs-16 {
  font-size: 16px;
}
.abs-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.mt-2 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 60px;
}

.mt-4 {
  margin-top: 40px;
}

.op-4 {
  opacity: 0.4;
}

.nav-collapse {
  display: contents;
}

.highlight-space {
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 20px;
}

.light-bg {
  background-color: #fff !important;
}
a {
  text-decoration: none !important;
}

.h a.outline-button {
  text-decoration: none !important;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
}

.outline-button {
  color: #95945f !important;
  background-color: transparent;
  text-align: center;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  font-size: 20px;
  line-height: 150%;
  -webkit-border-radius: 0;
  width: 60%;
  -moz-border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-width: 3px;
  border-style: solid;
  border-color: #95945f;
}

.outline-button:hover {
  color: #fff !important;
  background-color: #95945f !important;
}

.banner-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 50px;
  min-height: 400px;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #c9c9c9;

  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.flex {
  display: flex;
}
.ai-center {
  align-items: center;
}

.pl-2 {
  padding-left: 20px;
}

.p-2 {
  padding: 20px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-24 {
  margin-left: 24px !important;
}

.h-100 {
  height: 100%;
}

.im-4 {
  background-image: url('./images/4.jpeg');
}
.im-7 {
  background-image: url('./images/7.jpeg');
}
.im-8 {
  background-image: url('./images/8.jpeg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 94%;
  display: flex;
  flex-direction: column;
  gap: 10px;

  .row {
    display: flex;

    width: 100%;
    justify-content: end;
  }
}

.im-1 {
  background-image: url('./images/1.jpeg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.im-5,
.im-6 {
  background-size: cover;
  padding: 60px 0;
}

.im-5 {
  background-image: url('./images/5.jpeg');
}

.im-6 {
  background-image: url('./images/6.jpeg');
  background-position-y: center;
}

.im-9 {
  background-image: url('./images/9.jpeg');
  background-size: cover;
  min-height: 600px;

  .highlight-space {
    background-color: rgba(255, 255, 255, 0.85) !important;
    min-height: 520px;
    width: 80% !important;
  }
}

.transparent {
  background-color: transparent !important;
}

section#last .highlight-space,
section#last .map {
  height: 632px;
  padding-top: 40px;
}

section#last .map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  height: 600px;
}

.wide-space {
  letter-spacing: 1.6px;
}

.icon-lg {
  font-size: 50px;
  line-height: 18px;
}

.bg-primary {
  background-color: rgba(149, 148, 95, 0.1);
}

.bg-dark {
  color: #eee;
  background-color: #222;
}

.text-faded {
  color: rgba(245, 245, 245, 0.7);
}

.text-dark {
  color: #111;
}

.text-primary {
  color: #00367d;
}

section {
  padding: 70px 0;
}

footer {
  background-color: #95945f;

  padding: 15px;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
  color: #fff !important;
}

.no-padding {
  padding: 0;
}

.highlight-text {
  font-size: 60px;
  color: #00367d;
  font-weight: bold;
}

.section-title {
  font-size: 45px;
  font-weight: bold;
}

.navbar-default {
  border-color: rgba(35, 35, 35, 0.05);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  .navbar-header,
  .nav-logo {
    height: 90px !important;
  }

  .container-fluid {
    padding: 0 !important;
    background-color: #fff !important;
  }
}

.navbar-header > .navbar-brand {
  height: fit-content;

  padding: 0;
  -webkit-transition: padding 0.2s ease-in;
  -moz-transition: padding 0.2s ease-in;
  transition: padding 0.2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
  color: #00367d;
}

.navbar-toggle {
  margin-top: 27px !important;

  .icon-bar {
    width: 31px !important;
    height: 2px !important;
    background-color: #95945f !important;
  }
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent !important;

  .icon-bar {
    background-color: #00367d !important;
  }
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #181818;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse {
  border-color: transparent;
  background-color: #fff;
  margin-right: -20px !important;
  margin-left: -20px !important;
  overflow-y: unset !important;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #00367d;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #00367d;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

.inner {
  text-align: left;
  padding: 50px 19px 60px;
  background-color: rgba(255, 255, 255, 0.7);
}

.nav-item.contact {
  font-weight: 600;
}

@media (max-width: 870px) {
  .navbar-toggle {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .nav-link {
    padding-top: 36px !important;
  }

  .navbar-header > .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #f4f4f4;
  }

  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #95945f;
    padding: 20px;
    letter-spacing: 1.1px;
  }

  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #00367d;
  }

  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #00367d;
  }

  header .header-content .inner {
    width: 50%;
  }
}

header {
  position: relative;
  min-height: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #c9c9c9;
  background-image: url('./images/1.jpeg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
  z-index: 2;
}

header .header-content .inner h1 {
  margin-top: 0;
  margin-bottom: 0;
}

header .header-content .inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .icon-lg {
    font-size: 80px;
  }

  header {
    min-height: 100%;
  }

  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    display: flex;
    justify-content: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  section {
    min-height: 600px;
    padding: 100px 0;
  }
}

textarea {
  resize: none;
}

.feature {
  margin: 50px auto 0;
  max-width: 400px;
}

@media (min-width: 900px) {
  footer .column {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .feature {
    margin: 20px auto 0;
  }
}

.feature p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
  opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
  opacity: 0.7;
}

.btn.btn-primary {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  border-color: #f0f0f0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn.btn-primary:hover {
  opacity: 0.7;
}

.btn {
  border: 0;
  border-radius: 290px;
  font-family: 'Montserrat', sans-serif;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

.container,
.container-sm,
.container-md {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 1140px;
  }
}

.container-sm {
  max-width: 640px;
}

.container-md {
  max-width: 960px;
}

#menu-button {
  cursor: pointer;
  padding: 0.5rem;
  display: block;
}

@media (min-width: 968px) {
  #menu-button {
    display: none;
  }
}

#menu-button .bar1,
#menu-button .bar2,
#menu-button .bar3 {
  width: 35px;
  height: 3px;
  background-color: #00367d;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 5px);
  transform: rotate(-45deg) translate(-8px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.main-nav {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  padding: 1rem 2rem;
  position: absolute;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.main-nav > .content-wrapper-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 968px) {
  .main-nav {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.main-nav .navbar-brand {
  height: unset !important;
  padding: 0 !important;
  color: #ffffff;
  text-decoration: none;
}

.main-nav .nav-links {
  position: relative;
  top: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  overflow: hidden;
  height: 0;
  background: transparent;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

@media (max-width: 968px) {
  .main-nav .nav-links {
    position: absolute;
  }
}
@media (min-width: 968px) {
  .main-nav .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

.main-nav .nav-links li {
  margin: 1rem;
  text-align: center;
}

.main-nav .nav-links li a {
  color: #95945f;
  display: block;
  text-decoration: none;
}

.main-nav .nav-links li a:not(.call-to):hover,
.main-nav .nav-links li a:not(.call-to):focus:hover {
  color: #00367d;
}

.main-nav .nav-links li.active > a,
.main-nav .nav-links li.active > a:focus {
  color: #00367d;
  background-color: transparent;
}

.main-nav .nav-open {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: block;
  height: auto;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.main-nav .nav-open li {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-nav li a.active {
  color: #00367d !important;
}

.main-nav .nav-open li a {
  padding: 2rem 0;
}

.fixed-nav {
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
