.sbc-main-header {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 90px);
}
.sbc-main-header .bg-img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sbc-main-header .bg-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sbc-main-header .title{
  font-size: 55px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px;
  line-height: 1;
}
.sbc-main-header .body-cont * {
  color: #fff;
}
@media (min-width: 1920px){
  .sbc-main-header .bg-video{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sbc-main-header{
    padding: 15vh 0;
  }
  .sbc-main-header .title{
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .sbc-main-header{
    height: calc(100vh - 58px);
  }
}


/**********************************************************************************/
/* Services Page */
.sbc-main-header.services-page{
  background-color: #000;
  padding-top: 0;
  padding-bottom: 50px;
  height: auto;
}
/**********************************************************************************/
/* Contact Page */
.sbc-main-header.contact-page{
  background-color: #000;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
  height: auto;
}
.sbc-main-header.contact-page .bg-img-bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sbc-main-header.contact-page .site-info .phone{
  font-size: 19px;
  color: #fff;
  margin-bottom: 70px;
}
.sbc-main-header.contact-page .site-info .phone a{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
  position: relative;
  top: 3px;
}
.sbc-main-header.contact-page .site-info .phone a:hover{
  color: #C12033;
}
.sbc-main-header.contact-page .site-info .city{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.sbc-main-header.contact-page .site-info .city-email{
  font-size: 16px;
  color: #fff;
  text-decoration: none !important;
}
.sbc-main-header.contact-page .site-info .city-email:hover{
  color: #C12033;
}
/**********************************************************************************/
/* Global Media  */
@media (max-width: 575px) {
  .sbc-main-header.services-page .icon-img,
  .sbc-main-header.contact-page .icon-img{
    max-width: 200px;
    width: 100%;
  }
}