/* CSS Document */
/*------------------------------------*\
  #GENERAL HOME PAGE
\*------------------------------------*/
.home-space-block {
  margin-top: 200px;
  margin-bottom: 200px;
}
.home-space-block-top {
  margin-top: 200px;
}
.home-space-block-bottom {
  margin-bottom: 200px;
}
.home .black-background-section {
  margin-top: 0;
}
@media (max-width: 600px) {
  .home-space-block-top.home-finance {
    margin-top: 100px;
    padding: 10px;
  }
}
/*------------------------------------*\
 #VIDEO
\*------------------------------------*/
.home .video-container {
  margin-bottom: 75px !important;
}
.home-video-section {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-video-section .page-top-buttons {
  display: block;
  width: 100%;
  text-align: center;
}
/*------------------------------------*\
 #VIDEO + TEXT + ICONS
\*------------------------------------*/
.video-background-block .video-text {
  top: 10%;
  left: 100px;
  width: 30%;
  color: white;
}

@media (max-width: 1200px) {
  .video-background-block .video-text {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .video-background-block .video-text {
    width: 80%;
    left: 40px;
  }
}

@media (max-width: 425px) {
  .video-background-block .video-text {
    display: block;
  }
}
/*------------------------------------*\
 #TEAM SLIDER
\*------------------------------------*/
.home #team-slider .carousel-control-next-icon,
.home #team-slider .carousel-control-prev-icon {
  background-image: none;
}
/*------------------------------------*\
 #PARTNER SLIDER
\*------------------------------------*/
.home-partner-slider {
  background: url(https://assets.fiveguysroofing.com/wp-media-folder-five-guys-roofing/wp-content/uploads/red-logo-background-image-01.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom;
  padding-bottom: 300px !important;
}
.home-partner-slider #partner-slider img {
  margin: 0 auto;
  height: 45vh;
  object-fit: contain;
}
.home-partner-slider h2 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 60px;
  font-weight: 800;
}
.home-partner-slider h3 {
  font-weight: 400;
  font-size: 38px;
}
.hero-video-content {
  color: #fff;
  font-size: 25px;
  text-shadow: 3px 3px 12px #00000065;
  margin: 2rem 0;
  font-weight: 500;
}

@media (max-width: 992px) {
  .home-partner-slider h2 {
    font-size: 50px;
  }
  .home-partner-slider h3 {
    font-size: 28px;
  }
  .home-partner-slider #partner-slider img {
    width: 75% !important;
  }

  .home-partner-slider #partner-slider img {
    height: 35vh;
  }
}
@media (max-width: 650px) {
  .home-partner-slider h2 {
    font-size: 44px;
  }
  .home-partner-slider h3 {
    font-size: 28px;
  }

  .home-partner-slider #partner-slider img {
    height: 30vh;
    width: 100% !important;
  }
}
@media (max-width: 350px) {
  .home-partner-slider #partner-slider img {
    height: 20vh;
    width: 100% !important;
  }
  .home-partner-slider {
    padding-bottom: 350px !important;
  }
  .home-partner-slider h2 {
    font-size: 32px;
  }
  .home-partner-slider h3 {
    font-size: 24px;
  }
}

/*------------------------------------*\
 #HEADER CHANGES
\*------------------------------------*/
.menu-item:hover > a {
  color: #263c8e;
}
.header-navbar a.booknow-btn {
  margin-right: 1rem;
  color: #fff;
}
.nav-contact i {
  margin-left: 0.5rem;
}
/*------------------------------------*\
 #Various global changes
\*------------------------------------*/
.btn.btn-red-outline {
  background: #d10e1c;
  color: white;
}
.btn.btn-blue-outline,
#gform_submit_button_1 {
  background: #263c8e !important;
  color: white !important;
}
.btn.btn-red-outline:hover {
  color: #d10e1c;
  background: white;
}
.btn.btn-blue-outline:hover,
#gform_submit_button_1:hover {
  color: #263c8e !important;
  background: white !important;
}
.default-space-top {
  margin-top: 5rem;
}
.default-space-bottom {
  margin-bottom: 0;
}
.home-space-block {
  margin: 0;
}
.above-footer-content {
  margin: 100px auto;
}
.form-section-container {
  padding: 0 2rem;
}
.home-finance {
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .form-section-container {
    max-width: 100%;
  }
}
