/* default values */
html,
body {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #EFEFEF !important;
  overflow-x: hidden;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
h1 {
  color: #fff;
}
h1 span {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}
a,
a:hover {
  text-decoration: none !important;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
p {
  font-size: 14.6px;
  line-height: 20px;
  font-weight: 300;
}
/* menu custom */
.logo_ {
  max-width: 200px;
}
/* overlay menu */
.button_container {
  position: absolute;
  top: 30px;
  right: 4%;
  height: 27px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 9999;
}
.button_container:hover {
  opacity: 0.8;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.overlay {
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 999;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(n) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay nav {
  position: relative;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 15%;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media (min-width: 1199px) {
  .button_container {
    display: none !important;
  }
}
/* end overlay menu */
/* header - index */
.header-hero {
  position: relative;
  z-index: 2;
  /*overflow: hidden;*/
  background: transparent;
}
.header-hero .content {
  margin-bottom: 220px;
}
.hero-wrapper {
  padding: 10px 0 10% 0;
}
.header-hero .hero-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  z-index: -1;
}
/* end header - index */
/* nav default */
.menu-custom {
  background: transparent;
}
#menu-menu .menu-item {
  padding: 0 6px;
  color: #fff;
}
#menu-menu .menu-item a {
  color: #fff;
  font-weight: 300;
  font-size: 14.5px;
}
#menu-menu .current_page_item a {
  color: #fff;
  font-weight: 700;
}
#menu-menu .menu-item a:hover {
  color: #fff;
  font-weight: 700;
}
/* end nav default */
.btn-custom {
  color: #fff;
  font-weight: 400 !important;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 0.9px;
}
.btn-custom.btn-default {
  color: #fff;
}
.btn-custom.btn-default:hover {
  color: #AF8318;
}
.about-tile {
  margin-bottom: -250px;
  position: relative;
}
.card-blue {
  background-color: #0B206A;
  border-radius: 20px;
  min-height: 476px;
  box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.08);
}
.card-white {
  background-color: #fff;
}
.card-grey {
  background-color: #F7F7F7;
}
.rounded {
  box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.08);
}
.rounded div:nth-child(1) {
  border-radius: 20px 0px 0px 0px;
}
.rounded div:nth-child(2) {
  border-radius: 0px 20px 0px 0px;
}
.rounded div:nth-child(3) {
  border-radius: 0px 0px 0px 20px;
}
.rounded div:nth-child(4) {
  border-radius: 0px 0px 20px 0px;
}
.rounded div:nth-child(n) {
  min-height: 238px;
}
.rounded div:nth-child(n) h3 {
  height: 38px;
}
