@charset "utf-8";
/*
Theme Name: IFAS
Author: Josh
Description: Custom theme
Version: 1.0.1
*/
.hero-block {
    height: 300px;
  }
  
  @media (min-width: 768px) {
    .hero-block {
      height: 500px;
    }
  }
  
  @media (min-width: 992px) {
    .hero-block {
      height: 600px;
    }
  }
  
  .hero-block.content-container {
    overflow: hidden;
    padding: 0 !important;
    max-width: 1536px !important;
  }
  @media (min-width: 1279px) {
    .hero-block.content-container {
        width: 100%;
      }
  }
  @media (max-width: 1279px) {
    .hero-block-container {
        max-width: 100% !important;
        padding-left: 0rem;
        padding-right: 0rem;
      }
  }
  @media (min-width: 1200px) {
    .hero-block.content-container {
       padding: 0 0em !important; 
       max-width: 100%;
    }
  }
  
  .hero-block.padding_keep {
    margin: 4% auto;
  }
  
  .hero-block.padding_remove_top {
    margin-bottom: 4%;
  }
  
  .hero-block.padding_remove_bottom {
    margin-top: 4%;
  }
  
  .hero-block .swiper-container {
    height: 100%;
  }
  
  .hero-block .swiper-container .swiper-button-next {
    right: 11px;
  }
  
  @media (min-width: 768px) {
    .hero-block .swiper-container .swiper-button-next {
      right: 30px;
    }
  }
  
  .hero-block .swiper-container .swiper-button-prev {
    left: 11px;
  }
  
  @media (min-width: 768px) {
    .hero-block .swiper-container .swiper-button-prev {
      left: 30px;
    }
  }
  
  .hero-block .swiper-container .swiper-button-white {
    color:white !important;
    height: 20px;
    width: 25px;
  }
  
  @media (min-width: 768px) {
    .hero-block .swiper-container .swiper-button-white {
      height: 50px;
      width: 45px;
    }
  }
  
  .hero-block .swiper-container .swiper-pagination {
    display: none;
    bottom: 35px;
  }
  
  @media (min-width: 768px) {
    .hero-block .swiper-container .swiper-pagination {
      display: block;
    }
  }
  
  .hero-block .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: grey;
    border-radius: 0;
    height: 4px;
    margin: 0 0.5em;
    opacity: 1;
    width: 70px;
  }
  
  .hero-block .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: white;
  }
  
  .hero-block .hero-block-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  
  .hero-block .hero-caption {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 888;
  }
  
  .hero-block .hero-caption-container {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    padding: 0 1em;
  }
  
  @media (min-width: 768px) {
    .hero-block .hero-caption-container {
      max-width: 800px;
      padding: 0 2em;
    }
  }
  
  .hero-block .hero-caption-container h2 {
    color: inherit;
    font-size: 1.5em;
  }
  
  @media (min-width: 768px) {
    .hero-block .hero-caption-container h2 {
      font-size: 2em;
      line-height: 1.1em;
    }
  }
  
  @media (min-width: 992px) {
    .hero-block .hero-caption-container h2 {
      font-size: 3em;
      line-height: 1em;
    }
  }
  
  .hero-block .hero-caption-container a {
    font-size: 0.7em;
  }
  
  @media (min-width: 768px) {
    .hero-block .hero-caption-container a {
      font-size: inherit;
    }
  }
  
  .hero-block .hero-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 777;
  }
  .swiper-container {
    width: 100%;
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-pagination {
    bottom: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: white;
    opacity: 1;
    border-radius: 10px;
    display: inline-block;
}
.btn-header{
    color:black !important;
    margin-top:50px;
}
.swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
