header{
  /*background-image:url('/themes/custom/rw/img/bg_header.png');*/
  width: 100%;
  /*height: 100vh;*/
  position: relative;

  background-repeat: no-repeat;
  background-position: bottom;
  background-position: 50% 50%;
  background-size: cover;
}
.br-9 {
  border-radius: 9px !important;
}
/*.grad-img::after {*/
/*  !*content: '';*!*/
/*  !*position: absolute;*!*/
/*  !*left: 13px;*!*/
/*  !*top: 0;*!*/
/*  !*width: 96%;*!*/
/*  !*height: 98%;*!*/
/*  !*background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(249, 216, 53, 0.5)));*!*/
/*  !*border-radius: 10px;*!*/
/*}*/
header .boost .vert{
  color: #fff;
  font-family: 'SF pro Display Medium';
  background: #00000054;
  width: fit-content;
  padding: 1.2rem 1rem;
  border-radius: 0.45rem;
  font-size:1rem;
}
header .sales p{
    font-family: 'SF pro Display Regular';
    font-size: 1.25rem;
    line-height: 1.65;


  color: #E8E8E8;

}
.justify-left{
  justify-content: left;
  padding-left: 15px;

}
header .business{    margin: 2rem 0;
}
header .boost h1 {
    font-family: 'SF pro Display heavy';
    /* letter-spacing: 1.3px; */
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 3.8rem;



}
header .boost .Business-btn a{

  position: absolute;
  top: 0.45rem;
  font-size: 1.1rem;
  /* letter-spacing: 1.1px; */
  right: 0.45rem;
  display: flex;
  justify-content: center;

  padding: 0.7rem 0;
  width: 12rem;
  text-align: center;
  border-radius: 10px;
  font-family: 'SF pro Display Medium';
  background-color: #1CC88A;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
header .boost .Business-btn:hover a{
  color: #fff;
}
header .boost .Business-btn a:hover,header .boost .Business-btn a:active{
  background-color: #099a66;

}
 header .business-email form{
  width: 33rem;

 }
header .business-email input{
  padding: 1.9rem 1.3rem;

  border-radius: 10px;
  font-size: 1.2rem;
  font-family: 'SF pro Display Regular';
color: #CECECE;
padding-right: 14rem;
width: 33rem;


}
header .business-email input::placeholder{
  color: #CECECE;

}
header .slideInDown{animation-iteration-count: infinite;}
.arrow-down{
    z-index: 2;
    position: absolute;
    bottom: 45px;
    left: 48%;
    right: 50%;
    cursor: pointer;
}

header .film a{
  border: 1px solid #fff;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    width: 9rem;
    text-align: center;
    height: auto;
    border-radius: 0.45rem;
    font-family: 'SF pro Display Regular';
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
    color: #fff;
    font-size: 1.05rem;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;

}
.film{
  display: flex;
  margin-top: 2rem;

}
.film .project a,header .film a:hover{
  background: linear-gradient(to right,#F9D835,#D0B037);
  border: 1px solid transparent;
}
.film .project a:hover{
  background: linear-gradient(to right,#D0B037 , #F9D835);
  border: 1px solid transparent;
}
.film .project a img{
  width: 0.7rem;
  margin-left: 0.5rem;
}

.background{
  background: #fff !important;
  box-shadow: 0px 3px 6px -4px #c1c1c1
}
.border-black{
  border: 1px solid #000000 !important;
  color: #000 !important;
}
.border-black:hover{
color: #fff !important;
border: 1px solid transparent !important;

}
.child{
    padding-top: 3rem;


}
header .p-fix{
  background: #ffffff7d;
}
header .get-started a{
  border: 1px solid #fff;
  color: #fff;
}
.child .row{
    margin-top: 4.5rem;


}
  .title-foundation span{
    color: #888888;
    font-family: 'SF pro Display Regular';
  font-size: 0.9rem;
  }
  .child h2{
    font-family: 'SF pro Display Bold';
  color: #000;
  font-size: 2.7rem;



  }
  .child h3{
    font-family: 'SF pro Display Bold';
  color: #C9C7C5;
  font-size: 2.7rem;
  margin-top: 1.5rem;



  }
  .child p{
    font-family: 'SF pro Display Regular';
  color: #888888;
  font-size: 0.95rem;

  line-height: 1.65;


  margin-top: 1.5rem;



  }
  .child .icon-about img{
    width: 3.5rem;

  }
  .child a{
    background: linear-gradient(to right,#F9D835,#D0B037);

    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    width: 9rem;

    text-align: center;
    height: auto;
    border-radius: 0.45rem;
    font-family: 'SF pro Display Regular';
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
    color: #fff;
    font-size: 1.05rem;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    margin-top: 1.5rem;

  }
  .child a:hover {
    background: linear-gradient(to right,#D0B037 , #F9D835);
  }
  .child .padding-50 {
      padding-left: 7rem;
  }



  .hero-carousel .owl-carousel{
    margin-top: 4.5rem;
  }
  .hero-carousel h4{
    color: #000;
    font-family: 'SF pro Display Medium';
    margin-top: 1.3rem;
    font-size: 1.2rem;

  }
  .hero-carousel.child p{
    margin-top: 0;
    color: #938F8C;
  }
  .child .col-lg-5 img{
    width: 100%;
  }
  .shapes {
    background: url(/themes/custom/rw/img/Shapes.svg);
    background-position: bottom;

    /* -webkit-animation: slide 20s linear infinite;
    -moz-animation: slide 20s linear infinite;
    -o-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite;
    background-repeat: no-repeat; */
    /* background-size: 100%; */
  }
  /* @-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position:0 -400px; }
}
@keyframes slide {
  from { background-position: 0 0; }
  to { background-position:10px -400px; }
} */

video{
  width: 100%;
  height: 77vh;

}
.my-video-dimensions {

  width: 100%;
  height: 77vh;

}
.video-js .vjs-big-play-button{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;

  padding-top: 0rem;
  line-height: 3.1rem;
}
.vjs-poster{
  background-size: inherit;

    background-position: bottom;
    border-radius: 0.35rem;
}
.modal-dialog {
  max-width: 70%;
  margin: 4.75rem auto 0;

}
.video-js .vjs-tech{
       object-fit: unset;

}
.modal .m-header button:hover{
  color: #fff;
}
.modal .m-header button{
  position: absolute;
  top: -0.7em;
  right: -0.8rem;
  color: #ffffff;
  z-index: 7;

  padding: 0.1rem 0.3rem;
  background: de0000;

  font-weight: 300;
  font-size: 3rem;
  border: none;
  outline: none;
  border: 1px solid #5e5426;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;

  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #625521;
  opacity: 1;
}

#block-views-block-slide-show-block-1 div.row{
  display: block !important;
}
#carouselExampleIndicators div.block-slider--image{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

#carouselExampleIndicators {
  z-index: 0;
}
