body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: auto !important;
  max-width: 1920px;
}

#banner {
	height: 100vh;
	background-image: url("../img/banner.jpeg");
	max-height: 1080px;
	max-width: 1920px;
}

.banner {
  display: flex;
  justify-content: center;
  place-items: center;
}

.accent-thick {
  height: 6px;
  width: 100px;
  background: #e31d3b;
}

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  background: #252525;
  max-height: 1080px;
  max-width: 1920px;
  margin: auto;
}

.red-text {
  color: #e31d3b;
}

h3 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
}

.quote-author {
  position: relative;
  top: 20px;
  color: grey;
  font-size: 20px;
  margin: 0;
  text-transform: none;
}

.sm-col {
  flex: 1;
}

.border-right {
  border-right: 1px solid #62626221;
}

.counter-desc {
  text-align: center;
  margin: 0px;
  font-size: 12px;
  color: #626262;
  text-transform: uppercase;
}

.counter-number {
  text-align: center;
  font-size: 35px;
  margin: 0px;
}

.sm-col > img {
  max-width: 260px;
  box-shadow: 0 0 27px lightgray;
}

.people > img {
  max-width: 100%;
  width: 100%;
  box-shadow: none;
}

.row {
  display: flex;
}

#s5 {
  max-width: 1200px;
  padding: 100px 0px;
  margin: auto;
}

.ser-h {
  text-decoration: none;
  color: #404040;
  font-weight: 600;
}

.ser-p {
  max-width: 260px !important;
}

.banner-text {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  color: white;
  font-size: 80px;
  line-height: 95px;
  width: 70%;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col {
  position: relative;
  flex: 1;
  padding: 40px 70px;
}

.alt {
  display: flex;
}

.alt > div {
  width: 80%;
  height: 80%;
}

.lg-font {
  font-weight: 600;
  color: #c5c5c5;
  line-height: 45px;
  font-size: 38px;
  margin: 0px;
  max-width: 430px;
  text-transform: uppercase;
}

.nav {
  margin-bottom: 40px;
  padding: 0px;
}

.s3-div {
  display: flex;
  place-items: center;
  flex-direction: column;
}

#s3 > .alt {
  background-color: #e31d3b;
  color: white;
  align-items: center;
  justify-content: center;
}

.mid-font {
  line-height: 30px;
  font-size: 18px !important;
  max-width: 450px;
}

.md-font {
  line-height: 24px;
  font-size: 14px;
  font-family: Roboto;
  color: #626262;
  max-width: 400px;
}

.small-font {
  font-size: 14px !important;
}

.sm-font {
  font-size: 16px !important;
  max-width: 450px;
}

.quote {
  font-size: 200px;
  color: #000;
  margin: 0px;
  max-height: 100px;
  position: relative;
  top: -50px;
}

.black {
  color: black;
}

.nav > li {
  padding-bottom: 7px;
  font-size: 14px;
  display: inline;
  margin-right: 50px !important;
  margin: auto;
  color: #aa9b9b;
  font-family: Roboto;
  line-height: 17px;
}

.nav > .active {
  color: #7a5555;
  border-bottom: 2px solid #e31d3b;
}

.nav > li:hover {
  cursor: pointer;
  border-bottom: 2px solid #e31d3b;
}

#img_s1 {
  background-image: url("../img/s1.jpeg");
}

#img_s2 {
  background-image: url("../img/s2.jpeg");
}

#img_s4 {
  background-image: url("../img/s4_new.jpeg");
}

#img_s5 {
  background-image: url("../img/s5.jpeg");
}
#img_s6 {
  background-image: url("../img/s6.jpeg");
}
#img_s7 {
  background-image: url("../img/s7.jpeg");
}
#img_s8 {
  background-image: url("../img/s8.jpeg");
  place-items: center;
  justify-content: center;
  display: flex;
}

.input-div > input {
  padding: 10px;
  border: 1px solid teal;
  font-size: 18px;
  width: 100%;
  max-width: 330px;
  height: 40px;
  font-family: "KoHo", sans-serif;
}

.input-div > textarea,
select {
  padding: 10px;
  border: 1px solid teal;
  width: 100%;
  max-width: 330px;
  font-family: "KoHo", sans-serif;
}

.input-div > select {
  padding: 10px;
  border: 1px solid teal;
  width: 100%;
  max-width: 350px;
  background-color: white;
  height: 54px;
  font-family: "KoHo", sans-serif;
}

.input-div > button {
  text-align: center;
  margin: auto;
  width: 100px;
  height: 40px;
  outline: none;
  border: 3px solid teal;
  background-color: white;
  color: black;
  font-size: 18px;
}

label {
  background-color: #008080c2;
  padding: 4px 10px;
  color: white;
}

.input-div > button:hover {
  background-color: teal;
  color: whitesmoke;
  cursor: pointer;
}

.owl-carousel {
  max-width: 400px;
}

.input-div > input:focus {
  border-radius: 4px;
}

.item {
  padding: 40px;
}

.item:hover {
  cursor: move;
}

.input-div {
  margin: 20px 0px;
}

.test-img {
  width: 140px !important;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  margin: 0px 130px;
  border: 8px solid rgba(255, 255, 255, 1);
}

.test-name {
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.title-number {
  position: absolute;
  font-size: 100px !important;
  letter-spacing: -5px;
  line-height: 74px !important;
  margin: 0;
  padding: 0;
  right: -5px;
  top: 7%;
  color: white;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: 600;
}

.center {
  text-align: center;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.robot {
  font-family: Roboto;
}

.upper {
  text-transform: uppercase;
}

.white {
  color: white;
}

.no-m {
  margin: 0;
}

.tab {
  transition: all 400ms ease-out 0s;
}

.middle {
  transition: all 400ms ease-out 0s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 40px;
  background-color: #e31d3b;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.container {
  position: relative;
}

.container:hover .image {
  cursor: pointer;
  filter: grayscale(1);
}

.container:hover .middle {
  cursor: pointer;
  opacity: 1;
}

a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

.menu-button {
  position: fixed;
  z-index: 1000;
  padding: 0;
  width: 36px;
  height: 33px;
  border: none;
  text-indent: 2.5em;
  color: transparent;
  margin: 60px 70px;
  background-color: rgba(0, 0, 0, 0.37);
  background-image: url("../img/pull.png");
}

.menu-button:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.692);
}

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 208px;
  background: #fff;
  padding: 60px 30px;
  font-size: 1.15em;
  left: -500px;
  display: flex;
  flex-direction: column;
}
.sm-col-click:hover {
  cursor: pointer;
  opacity: 0.5;
}

.f15 {
  font-size: 15px;
  text-transform: uppercase;
}

.menu-button:focus {
  border: none;
  outline: none;
}

.line {
  width: 222px;
  background-color: #8080801a;
  height: 2px;
  margin: 25px 0px;
}

.close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  font-size: 14px;
  border: none;
  background: #000;
  color: white;
}
.m-top-100 {
  margin: 100px 0px;
}

.overlay-row {
  justify-content: center;
}

.overlay-row > div {
  padding: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding-top: 40px !important;
  padding: 10px;
  width: max-content;
  max-width: 90%;
  margin-bottom: 100px;
}

.close {
  color: #aaaaaa;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: -6px;
  right: 10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

.award-h {
  text-transform: uppercase;
  font-weight: 600;
}

.award-p {
  max-width: 480px;
  margin: auto !important;
  font-size: 14px;
}

@media screen and (max-width: 1043px) {
  #contact-form {
    padding: 40px;
  }
  .row {
    flex-direction: column;
    justify-content: center;
    place-items: center;
  }
  .border-right {
    border-right: none;
    padding: 40px;
  }

  .alt > div {
    margin: auto;
  }

  .m-top-100 {
    margin: 10px 0px;
  }
  .pad40 {
    padding: 40px 20px !important;
  }

  .col {
    padding: 40px 0px;
  }
  .alt {
    padding: 40px 0px;
  }
  .background {
    width: 100vw;
    max-width: 450px;
    min-height: 500px;
    padding: 0px;
  }
  .banner {
    min-width: 100vw !important;
  }

  .lg-font {
    line-height: 28px;
    font-size: 22px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .sm-col > img {
    width: 95vw;
    max-width: 400px;
    box-shadow: none;
  }
  .nav {
    margin: 0px;
  }
  div {
    overflow: hidden;
  }
  .col {
    overflow: visible;
  }

  .nav > li {
    margin-right: 39px !important;
    padding: 0px;
    line-height: 64px;
  }

  .banner-text {
    font-size: 2rem;
    line-height: 64px;
  }
  .mid-font{
    font-size: 14px !important;
    max-width: 600px !important;
  }
  .ser-p {
    width: 95vw;
    max-width: 400px !important;
    text-align: justify;
  }
  #s5 {
    padding: 0px 0px;
  }
  .modal-content {
    padding: 0px;
    max-width: 100vw;
  }
}
