/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* ===================================
DESIGN MODE 
=================================== */
/* primary */
/* secondary */
/* base */
/* logo colors */
/* ===================================
WIREFRAME MODE 
=================================== */
/* ===================================
   DESIGN MODE 
   =================================== */
.block.custom-hompage-hero {
  padding-top: 120px !important;
  /*padding-top: 158px !important;*/
  background-color: #080F0F;
  position: relative;
  /*
  .top::after{
  	   display: inline-block;
  	   content: "";
  	   text-shadow: none;
  	   background: none;
  	   background: url(/wp-content/themes/custom/assets/images/waves-100.svg) no-repeat left bottom;
  	   background-size: 100%;
  	   width: 105%;
  	   height: 90px;
  	   position: absolute;
  	   bottom: -1px;
  	   left:-5px; 
  	   right:0px;
  	   z-index:1;


  	   @include breakpoint(xs){  }
  	   @include breakpoint(sm){  }
  	   @include breakpoint(md){   }
  	   @include breakpoint(lg){   }
  	   @include breakpoint(xl){  }

  }
  */
}
@media (max-width: 576px) {
  .block.custom-hompage-hero {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.custom-hompage-hero {
    padding-top: 120px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .block.custom-hompage-hero {
    padding-top: 120px !important;
  }
}
.block.custom-hompage-hero .hero-nav {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -100px;
  margin-bottom: 100px;
  z-index: 9;
}
.block.custom-hompage-hero .hero-nav .nav {
  background: #ffffff;
  border-radius: 10px;
  padding: 3px;
  background: #62A87C !important;
  border-radius: 100px !important;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .hero-nav .nav {
    border-radius: 20px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .hero-nav .nav {
    border-radius: 35px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero .hero-nav .nav {
    border-radius: 35px !important;
  }
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .hero-nav .nav .nav-item {
    width: 100%;
  }
}
.block.custom-hompage-hero .hero-nav .nav .nav-item .icon {
  /* structure */
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  float: left !important;
  display: inline-block;
  height: 50px;
  width: 50px;
  /* design */
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .hero-nav .nav .nav-item .icon {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .hero-nav .nav .nav-item .icon {
    height: 20px;
    width: 20px;
  }
}
.block.custom-hompage-hero .hero-nav .nav .nav-item .nav-link {
  color: #ffffff !important;
  padding: 0.5rem 0.5rem;
  border-radius: 100px !important;
  border: solid 1px #62A87C;
}
.block.custom-hompage-hero .hero-nav .nav .nav-item .nav-link:hover {
  border: solid 1px #e07726;
}
.block.custom-hompage-hero .hero-nav .nav .nav-item .nav-link.active {
  background: #e07726;
  border-radius: 100px !important;
}
.block.custom-hompage-hero .hero-nav .nav.stuck {
  position: fixed;
  width: 826px !important;
  top: 140px;
  z-index: 9;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .hero-nav .nav.stuck {
    width: 93.5% !important;
    top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .hero-nav .nav.stuck {
    width: 741px !important;
    top: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero .hero-nav .nav.stuck {
    width: 750px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.custom-hompage-hero .hero-nav .nav.stuck {
    width: 826px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .block.custom-hompage-hero .hero-nav .nav.stuck {
    width: 933px !important;
  }
}
.block.custom-hompage-hero .top {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 80vh;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .top {
    height: 80vh;
    background-position: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .top {
    height: 80vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero .top {
    height: 80vh;
  }
}
.block.custom-hompage-hero .top .txt-hero {
  color: #ffffff;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .top .txt-hero {
    text-align: center;
  }
}
.block.custom-hompage-hero .top .txt-hero h1 {
  position: relative;
  margin-bottom: 2.5rem;
}
.block.custom-hompage-hero .top .txt-hero h1::after {
  display: inline-block;
  content: "";
  text-shadow: none;
  background: #EFB240;
  background: url(/wp-content/themes/custom/assets/images/underline-white.svg?v=1) no-repeat left center;
  width: 50%;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  height: 30px;
  right: 0;
  margin-left: 0;
  margin-right: auto;
  bottom: -20px;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .top .txt-hero h1::after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .top .txt-hero h1::after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
.block.custom-hompage-hero .top .txt-hero .lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.block.custom-hompage-hero .top .txt-hero .block-tabs {
  padding: 0px;
}
.block.custom-hompage-hero .bottom {
  background: #ffffff;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .bottom {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.block.custom-hompage-hero .bottom .tab-content {
  color: #080F0F;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .bottom .tab-content {
    padding-top: 2.25rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .bottom .tab-content {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero .bottom .tab-content {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.block.custom-hompage-hero .bottom .tab-content .btn {
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  margin-right: 1rem;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .bottom .tab-content .btn {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .bottom .tab-content .btn {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.custom-hompage-hero .bottom .tab-content .btn {
    display: block;
  }
}
.block.custom-hompage-hero .bottom .tab-content .btn-outline-primary {
  border: solid 1px #e07726 !important;
  color: #e07726 !important;
  margin-bottom: 20px;
}
.block.custom-hompage-hero .bottom .tab-content .btn-link {
  color: #e07726;
  border: solid 1px #e07726 !important;
}
.block.custom-hompage-hero .bottom .tab-content .btn-link:hover {
  color: #ffffff;
}
.block.custom-hompage-hero .bottom .tab-content img {
  border-radius: 2rem;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
}
.block.custom-hompage-hero .bottom .tab-content .right {
  padding-left: 2rem;
}
@media (max-width: 576px) {
  .block.custom-hompage-hero .bottom .tab-content .right {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.custom-hompage-hero .bottom .tab-content .right {
    padding-top: 2rem;
  }
}

.block.custom-hompage-hero.animate .nav, .block.custom-hompage-hero.animate .tab-content {
  /* animations */
  animation: fadeInUp;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

/*# sourceMappingURL=custom-hompage-hero.css.map */
