@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=PT+Sans&display=swap");
body {
  background-color: #1a1a1a;
  padding: 0;
  margin: 0;
}

#hero-banner {
  height: calc(100vh - 100px);
  width: 100%;
  background-image: url("../img/main_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% center;
  position: relative;
}

#hero-banner::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url("../img/eclipse_bg.png");
  background-repeat: no-repeat;
  background-position: center left;
  mix-blend-mode: multiply;
}

#hero-banner .edge-shadow {
  position: absolute;
}

#hero-banner .edge-shadow.top {
  top: 0;
}

#hero-banner .edge-shadow.bottom {
  bottom: 0;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}

#hero-banner #tag-line {
  font-family: 'HudsonNYRegular';
}

#hero-banner p {
  font-family: 'Montserrat', sans-serif;
}

.edge-shadow {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#191919));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #191919 100%);
  width: 100%;
  height: 150px;
}

.knifes {
  position: relative;
  width: 100%;
  height: 100px;
}

.knifes img {
  position: absolute;
  height: 100px;
}

.knifes .right {
  right: 0;
}

#clients {
  margin: 50px 0px;
}

#clients .client-holder {
  min-width: 100%;
  overflow: hidden;
}

#clients .client-holder .client-item {
  text-align: center;
  padding: 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#clients .client-holder .client-item img {
  max-width: 100%;
  height: 80px;
  max-height: 80px;
}

#bio {
  background: #07306A;
  width: 100%;
  padding: 50px 0px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#awards {
  padding: 50px 0px;
}

#awards .award-holder {
  margin-bottom: 20px;
}

#awards .award-holder .award-item {
  padding: 30px;
}

#awards .video-holder {
  position: relative;
  width: 100%;
}

#awards .video-holder .thumbnail {
  width: 100%;
}

#awards .video-holder .play-button {
  position: absolute;
  top: calc(50% - 29.5px);
  left: calc(50%);
}

#feedback {
  background-image: url("../img/ezgif-7-7c5f717af2f4.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#feedback .feedback-holder {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

#feedback .feedback-holder .feedback-item {
  list-style: none;
  display: none;
}

#feedback .feedback-holder .feedback-item.active {
  display: block;
}

#feedback .feedback-holder .feedback-item .feedback-text-big {
  font-size: 56px;
  line-height: 100%;
}

#feedback .feedback-holder .feedback-item .feedback-author {
  margin-top: 30px;
}

#feedback .feedback-bullet-holder {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#feedback .feedback-bullet-holder li {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #EECC00;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  opacity: 0.5;
}

#feedback .feedback-bullet-holder li.active {
  background: #EECC00;
  border: 2px solid #fff;
  opacity: 1;
}

#contact {
  background: #07306A;
  width: 100%;
  padding: 50px 0px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.text-yellow {
  color: #EECC00;
}

.vh-75 {
  height: 75vh !important;
}

.vh-90 {
  height: 90vh !important;
}

.vh-80 {
  height: 80vh !important;
}

.text-hudson {
  font-family: 'HudsonNYRegular' !important;
}

.text-montserrat {
  font-family: 'Montserrat' !important;
}

.pointer {
  cursor: pointer;
}

.btn {
  font-family: 'HudsonNYRegular';
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.btn.btn-lg {
  padding: 15px 10px;
  font-size: 24px;
}

.btn.btn-sm {
  font-size: 12px;
  padding: 10px 30px;
}

.btn.btn-primary {
  background: #EECC00;
  color: #3F4739;
}

.form-group label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.form-group .form-control {
  border-radius: 0;
  padding: 25px;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'HudsonNYRegular';
  src: url("../fonts/font.woff");
}

@media (max-width: 575.98px) {
  #hero-banner #tag-line {
    font-size: 12vw !important;
  }
}

@media (min-width: 768px) {
  #hero-banner #tag-line {
    font-size: 7.5vw !important;
  }
}

@media (min-width: 992px) {
  #hero-banner #tag-line {
    font-size: 6vw !important;
  }
}

@media (min-width: 1200px) {
  #hero-banner #tag-line {
    font-size: 5vw !important;
  }
}

@media (min-width: 1400px) {
  #hero-banner #tag-line {
    font-size: 4vw !important;
  }
}

@media (min-width: 2000px) {
  #hero-banner #tag-line {
    font-size: 4vw !important;
  }
}
/*# sourceMappingURL=style.css.map */