@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .row {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#nav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#nav .logo {
  padding: 0px 7px;
  border: 3px solid #a87217;
}
#nav .logo h1 {
  margin: 0;
  color: #a87217;
}

p {
  line-height: 160%;
}

#hero {
  height: 100vh;
  width: 100%;
  background-image: url("../img/Hannibal-Hero-Background-4.jpg");
  background-size: cover;
  background-position-x: right;
  color: #fff;
  background-color: #020202;
  min-height: 900px;
}
#hero .row {
  min-height: 900px;
}
#hero .hero-content {
  padding-bottom: 200px;
}
@media (max-height: 799px) {
  #hero {
    height: 723px;
  }
}
@media (max-width: 767.98px) {
  #hero {
    background-image: url("../img/Hannibal-Hero-mobile-3.jpg");
    background-size: 100%;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
  }
  #hero .hero-content {
    padding-top: 120px;
  }
  #hero .fs-title {
    font-size: 44px;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2750px);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2750px);
  }
}
@-webkit-keyframes scrollMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1375px);
  }
}
@keyframes scrollMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1375px);
  }
}
#clients {
  background-image: url("../img/Logo-Clients-Background.jpg");
  background-size: cover;
  background-position: center;
}
#clients .slider {
  background: transparent;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#clients .slider::before, #clients .slider::after {
  background: linear-gradient(to right, #a87217 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
}
#clients .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
#clients .slider::before {
  left: 0;
  top: 0;
}
#clients .slider .slide-track {
  -webkit-animation: scroll 45s linear infinite;
          animation: scroll 45s linear infinite;
  display: flex;
  width: 5500px;
}
#clients .slider .slide {
  height: 100px;
  width: 250px;
  margin: 100px 20px;
}
@media (max-width: 767.98px) {
  #clients .slide-track {
    -webkit-animation: scrollMobile 45s linear infinite !important;
            animation: scrollMobile 45s linear infinite !important;
    width: 3000px;
  }
  #clients .slider .slide {
    height: 50px;
    width: 125px;
    margin: 50px 20px;
  }
}

#bio {
  padding: 100px 0;
}
#bio .fs-title {
  font-size: 52px !important;
}

#services {
  background-image: url("../img/Kudos-Background.jpg");
  padding: 100px 0px;
  background-size: cover;
  background-position: center;
}

#awards {
  background: #000;
  padding: 50px 0;
}

#service {
  padding: 100px 0px;
}

#contact {
  background-image: url("../img/Contact-Background.jpg");
  padding: 100px 0px;
  background-size: cover;
  background-position: 20%;
}
#contact a {
  text-decoration: none;
  color: #000;
}
#contact a:hover {
  color: #000;
  opacity: 0.7;
  text-decoration: none;
}

.form-control {
  border: none;
  border-radius: 0px;
  padding: 10px 15px;
}

textarea {
  resize: none;
}

.btn.btn-gold {
  background-color: #a87217;
  color: #fff;
}
.btn.btn-outline-red {
  color: #d63200;
  border-color: #d63200;
}
.btn.btn-outline-red:hover {
  background: #d63200;
  color: #fff;
}
.btn.btn-red {
  background-color: #d63200;
  border-color: #d63200;
  color: #fff;
}
.btn.btn-red:hover {
  opacity: 0.9;
}

.text-gold {
  color: #a87217;
}

.fs-title {
  font-size: 72px;
  line-height: 105%;
}
@media (max-width: 767.98px) {
  .fs-title {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .fs-title {
    font-size: 52px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #d63200;
}
a:hover {
  color: #d63200;
  opacity: 0.7;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */