body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

form::placeholder, textarea::placeholder, form, input, textarea  {
    font-family: 'Montserrat', sans-serif;
}

h3 {
    margin: 0;
}

#contact-block {
    margin-top: 2em;
} 

.text-link {
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-left: 1.5em;
    transition: 0.5s;
}

.footer-text-link {
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-left: 1.5em;
    transition: 0.5s;
    position: relative;
    padding-left: 3.25em;
}

.nav-mail-text-link {
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-left: 1.5em;
    transition: 0.5s;
    position: relative;
    padding-left: 3.25em;
}

.nav-mail-text-link::before {
    content: "";
    background: url(./images/yellowe.svg);
    height: 20px;
    position: absolute;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    top: -2px;
}

.nav-text-link {
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-left: 1.5em;
    transition: 0.5s;
    position: relative;
    padding-left: 3.25em;
}

.form-phone-text-link {
    color: white;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    padding-left: 3.25em;
    font-weight: bold;
}

.form-mail-text-link {
    color: white;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    padding-left: 3.25em;
    font-weight: bold;
    margin-top: 1em;
    display: inline-block;
    word-break: break-all;
}

.form-mail-text-link::before {
    content: "";
    background: url(./images/envelope.svg);
    height: 20px;
    position: absolute;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    top: 2px;
}

.form-phone-text-link::before {
    content: "";
    background: url(./images/phone.svg);
    height: 20px;
    position: absolute;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    top: -2px;
}

.nav-text-link::before {
    content: "";
    background: url(./images/phoney.svg);
    height: 20px;
    position: absolute;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    top: -2px;
}

.footer-text-link::before {
    content: "";
    background: url(./images/phoney.svg);
    height: 20px;
    position: absolute;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    top: -2px;
}

.footer-text-link:hover {
    color: #f8be20;
  }


.text-link:hover {
    color: #f8be20;
  }

.logo {
    height: 80px;
    width: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.footer-logo-wrapper {
    width: 150px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 2em;
    display: contents;
}

.footer-logo {
    height: 150px;
    width: 290px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    display: block;
    margin-bottom: -2em;
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
    position: relative;
}

.nav-links {
    float: right;
    margin-top: 35px;
}

h1 {
    text-transform: uppercase;
    font-size: 52px;
    line-height: 55px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.herobtn {
    background: #f8be20;
    padding: 1em 2em;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1em;
    position: relative;
    color: black;
    display: inline-block;
    border: 3px solid #f8be20;
    transition: 0.5s;
    font-weight: bold;
    min-width: 125px;
    text-align: center;
}

.herobtn:hover {
    background: transparent;
    color: #f8be20;
    border: 3px solid #f8be20;
  }

.black-btn {
    background: black;
    padding: 1em 2em;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1em;
    position: relative;
    color: #f8be20;
    display: inline-block;
    border: 3px solid black;
    transition: 0.5s;
    font-weight: bold;
}

.black-btn:hover {
    background: transparent;
    color: black;
    border: 3px solid black;
  }

.hero-text {
    color: white;
}

.container {
    padding: 2em 10em;
}

.container-xl {
    padding: 2em 30em;
    padding-bottom: 5em;
}

.hero-content {
    width: 50%;
    margin: 10em 0;
    z-index: 999;
    position: relative;
}

.hero {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -65px;
}

.hero::before {
    content: '';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background: rgb(0, 0, 4);
    opacity: 0.75;
}

.text-block {
    width: 100%;
    text-align: center;
    background: #ffc43c;
    margin-top: -5em;
    z-index: 9999;
    position: relative;
}

.text-block-content {
    padding: 3em 5em;
}

.footer {
    width: 100%;
    text-align: center;
    background: #1a1d3a;
}

.hero-caption {
    color: #f8be20;
    margin-bottom: 0;
}

.footer-text {
    color: #f8be20;
}

.promos {
    display: flex;
    justify-content: center;
}

.promo-caption {
    text-align: center;
    margin-bottom: 1em;
    width: 100%;
}

.promo-img {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 1em;
}

.promo {
    padding: 15px;
    display: table-cell;
    width: 30%;
}

.promo-half {
    padding: 15px;
    display: table-cell;
    width: 50%;
    text-align: center;
}

.promo-img-half {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 1em;
}



#contact-form {
    text-align: center;
    padding: 2em 0;
    box-shadow: 0 0 10px #a9a9a9;
}

.form-text {
    font-size: 14px;
    padding: 0 2em;
}

.mail-container {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
}

.mail-link {
    color: white;
    margin-top: 0.5em;
    display: inline-block;
    font-size: 12px;
    position: relative;
    width: fit-content;
    text-align: center;
    padding-left: 50px;
    margin-top: 15px;
}

.mail-link::before {
    content: "";
    background: url(./images/yellowe.svg);
    height: 20px;
    position: absolute;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    top: -2px;
}


.review-header {
    text-align: center;
    margin-bottom: -2em;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
    padding-bottom: 20px;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    transition: 0.5s;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    color: #f8be20;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #ffc43c;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .location {
    font-weight: bold;
    color: #f8be20;
  }

  .author {
    font-size: 22px;
    font-weight: bold;

  }




/* mobile */
@media only screen and (max-width: 1366px) {
    .container-xl {
    padding: 2em 18em;
    }
}

@media only screen and (max-width: 768px) {
    .herobtn {
        width: 100%;
    }
 }


@media only screen and (max-width: 1024px) {
    .container {
    padding: 2em 4em;
    }

    .promos {
        display: grid;
    }

    .promo {
        width: 100%;
        display: block;
        padding: 0;
    }

    .promo-half {
        padding: 15px;
        display: table-cell;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .promo-half-img {
        padding-left: 0;
    }
    

    .container-xl {
        padding: 2em;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-content {
        width: 85%;
        margin-bottom: 5em;
        margin-top: 7em;
    }

    .text-block-content {
        padding: 2em 2em;
    }

    .nav-links {
        display: none;
    }

    input, textarea {
        width: 80%;
    }
  }



  @media only screen and (max-width: 768px) {
    .container {
    padding: 2em 2em;
    }
  }



  #fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 10px #a9a9a9;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid black;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 0;
    
}

.fcf-form-control:focus {
    border: 2px solid #f8be20;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.25em;
}

.fcf-credit {
    padding-top: 10px;
    text-align: center;
}

.fcf-credit a {
    color: #545b62;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    background: #1a1d3a;
    padding: 0.75em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1em;
    position: relative;
    color: white;
    display: inline-block;
    border: 3px solid #1a1d3a;
    transition: 0.5s;
    font-weight: bold;
}

.fcf-btn-block {
    display: block;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

.fcf-h3 {
    text-align: center;
    margin-top: 0;
}

.fcf-p {
    text-align: center;
}