.homepage-banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 612px;
  position: relative;
  padding-top: 42px;
}


.home-header-section {
  height: 612px;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding:0;
  text-align:center;
}

.home-header-section .home-header-section-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%,-50%);
}

.home-header-section h1 {
  font-weight: bold;
  letter-spacing: 2.5px;
  font-size: 45px;
  margin-top: 100px;
  margin-bottom: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color:#fff;
}

.home-header-section p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.42857143;
}

.home-header-section .btn-wrapper a{
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation; 
  background-color: #75be16;
  border-color: #69ac11;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  border-radius: 7px;
  padding: 0 12px;
  margin-left: 6px;
  margin-right: 6px;
  position: relative; 
  cursor: pointer;
  line-height: 41px;
  text-align: left;
  min-width: 234px;
  text-transform: uppercase;
  font-weight: bold;
}


.home-header-section .icon-rounded-play-icon,
.home-header-section .icon-chevron-right {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 0 4px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.home-header-section a span {
  margin-left: 5px;
}

.home-header-section .icon-rounded-play-icon:before,
.home-header-section .icon-chevron-right:before {
  font-size: 26px;
  font-weight: normal;
  position: absolute;
  right: 15px;
}

.home-header-section .icon-chevron-right:before {
  margin-right: -4px;
  top: 11px;
}

.home-header-section .icon-chevron-right:before {
  font-size: 18px;
}

.home-header-section .btn-wrapper video-modal {
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #2d94f3;
  border: 1px solid #2582d1;
  min-width: 250px;
  display: inline-block;
  cursor: pointer;
  line-height: 41px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  border-radius: 7px;
  padding: 0 12px;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
}

.home-header-section .icon-rounded-play-icon:before {
  margin-right: -7px;
  top: 8px;
}

.home-header-section .btn-wrapper a:hover {
  border-color: #398439;
  color: #fff;
  background-color: #6bad15;
}

.home-header-section .btn-wrapper video-modal:hover {
  background-color: #2582d1;
  border: 1px solid #2582d1;
}


@media (max-width:767px) {
  .home-header-section h1 {
    font-size: 27px;
    margin-top: 45px;
    letter-spacing: initial;
    line-height: normal;
  }

  .home-header-section {
    height: auto;
  }

  .home-header-section .btn-wrapper a {
    min-width: 234px;
    max-width: 234px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .home-header-section .btn-wrapper video-modal {
    margin: 0 auto;
    min-width: 250px;
    max-width: 250px;
    margin-bottom: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .home-header-section p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.33;
  }
}


.home-header-section div#home-video-popup-iframe-container {
  margin: 30px auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  position: relative;
  z-index: 9;
}

.home-header-section div#home-video-popup-iframe-content {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 999;
  border: 1px solid #0003;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  position: relative;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}


.home-header-section iframe#home-video-popup-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-header-section div#home-video-popup-iframe-container.show-video {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.home-header-section div#home-video-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.home-header-section #home-video-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.home-header-section #home-video-popup-container.show-video {
  opacity: 1;
  visibility: visible;
}

.home-header-section #home-video-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.home-header-section div#home-video-popup-iframe-container {
  max-width: 900px;
}


@media (max-width:992px) and (min-width:768px) {
  .home-header-section div#home-video-popup-iframe-container {
    max-width: 600px;
    margin:30px auto;
  } 
}

@media(max-width:767px){

  .home-header-section div#home-video-popup-iframe-container {
    margin: 0 auto !important;
    padding: 10px;
    width: 100%;
  }

}

@media (min-width:1200px) {

  .homepage-banner-wrapper .content-title {
    width: 58.33333333%;
  }
}
.homepage-banner-wrapper .content-title {
  padding: 0 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.homepage-banner-wrapper h1.top-cover-header {
  font-size: 45px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.homepage-banner-wrapper .img-outer-wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.homepage-banner-wrapper .image-wrap-inner {
  float: none;
  max-width: 1205px;
  margin-top: 75px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  width:100%;
}

.homepage-banner-wrapper .box-wrapper {
  width: 255px;
  height: auto;
  float: left;
  margin-left: 35px;
}

.homepage-banner-wrapper .img-box {
  font-size: 79px;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 999px;
  height: 132px;
  width: 132px;
  background-color: none;
  text-align: center;
  line-height: 122px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.homepage-banner-wrapper .company-text {
  font-size: 18px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  color: #fff;
  float: none;
  margin-top: 25px;
}

.homepage-banner-wrapper .box-3 .img-box {
  font-size: 85px;
}

.homepage-banner-wrapper .box-4 .img-box {
  font-size: 70px;
}

.homepage-banner-wrapper .box-2 .img-box {
  font-size: 80px;
}


@media (max-width:1260px) {
  .homepage-banner-wrapper .box-wrapper {
    width: calc(25% - 35px );
  }
}


@media (max-width:1024px) and (min-width:768px) {
  .homepage-banner-wrapper h1.top-cover-header {
    font-size: 34px;
  }

  .homepage-banner-wrapper .image-wrap-inner {
    max-width: 590px;
    margin-top: 35px;
  }

  .homepage-banner-wrapper .box-wrapper {
    margin: 0;
    width: 50%;
  }


  .homepage-banner-wrapper .company-text {
    font-size: 22px;
  }

  .homepage-banner-wrapper .box-wrapper.box-4,.homepage-banner-wrapper .box-wrapper.box-3 {
    margin-left: 0;
    margin-top: 20px;
  }

}


@media (max-width:767px) {
  .homepage-banner-wrapper h1.top-cover-header {
    font-size: 27px;
    font-weight: bold;
    line-height: normal;
  }
  
  

  .homepage-banner-wrapper {
    background-size: cover;
    margin-top: -1px;
    padding-top: 25px;
    padding-bottom: 0;
    min-width: 100%;
    height: 250px;
    background-position: 71% 1px;
  }

  .homepage-banner-wrapper .image-wrap-inner {
    max-width: 180px;
    margin-top: 10px;
  }

  .homepage-banner-wrapper .box-wrapper {
    width: 150px;
    margin: 0;
  }


  .homepage-banner-wrapper .company-text {
    font-size: 18px;
    margin-top: 5px;
  }
  
  .home-header-section {
  height: 350px;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding:0;
  text-align:center;
}

  .home-header-section h1 {
    margin: 0 auto !important;
    padding: 10px;
    width: 100%;
  }

}

}