html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 400;
  color: #CDC5B2!important;
  background: #181A1C!important;
  font-size: 14px;
  line-height: normal!important;
}

* {
  box-sizing: border-box!important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
}

.navbar .container-fluid,
.navbar .container {
  display: block!important;
}

.bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main#main {
  margin-top: 0;
}

header.site-header {
  border-bottom: 1px solid #CDC5B2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

header.site-header .arrow_button {
  border-right: 1px solid #CDC5B2;
  padding: 25px 60px 25px 30px;
  display: inline-flex;
  height: 100%;
  align-items: center;
  color: #CDC5B2;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  font-family: Louis George Cafe;
  font-weight: 700;
  background: #181A1C;
  position: relative;
}

header.site-header .arrow_button i {
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}

header.site-header .menu_icon_wrapper #nav-icon3 {
  margin-left: 10px;
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

header.site-header .menu_icon_wrapper #nav-icon3 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header.site-header .menu_icon_wrapper #nav-icon3 span:nth-child(1) {
  top: 0px;
}

header.site-header .menu_icon_wrapper #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

header.site-header .menu_icon_wrapper #nav-icon3 span:nth-child(4) {
  top: 36px;
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Background Image with Text Block */
.background_image_with_text_block {
  height: 100vh;
  position: relative;
  animation: bgZoom 10s ease-in-out infinite alternate;
}

.background_image_with_text_block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@keyframes bgZoom {
  from {
    background-size: 100%;
  }
  to {
    background-size: 110%;
  }
}

.background_image_with_text_block .text_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

