@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
.regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

header {
  padding-top: 35px;
  padding-bottom: 25px;
}
header .title-holder h1 {
  font-size: 32px;
  letter-spacing: 3.2px;
  margin-bottom: 10px;
}
header .title-holder h4 {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1.7px;
}
header .menu-holder {
  padding-top: 46px;
}
header .menu-holder ul {
  padding: 0;
}
header .menu-holder ul li {
  display: inline-block;
  margin-right: 35px;
}
header .menu-holder ul li a {
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: black;
}
header .menu-holder ul li a:hover {
  color: #be000f;
}
header .menu-holder ul li:last-child {
  margin-right: 0;
}

.banner {
  width: 100%;
  padding-top: 48.6%;
  height: 0;
  position: relative;
  max-height: 695px;
  width: 100%;
  padding-top: 48.6%;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.about-section {
  padding-top: 55px;
  padding-bottom: 75px;
}
.about-section h2 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-bottom: 15px;
}
.about-section p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.about-section .left-section h2 {
  font-weight: 700;
  margin-bottom: 45px;
}
.about-section .right-section {
  padding-top: 65px;
}
.about-section .right-section .holder {
  margin-bottom: 15px;
}
.about-section .right-section span {
  font-weight: 700;
  font-size: 17px;
}

.services {
  background-color: #ebebeb;
  padding-top: 70px;
  padding-bottom: 120px;
}
.services .title {
  letter-spacing: 3.2px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 75px;
  text-transform: uppercase;
}
.services .nav-pills .nav-link {
  border-radius: 10px;
  margin-bottom: 57px;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 0;
}
.services .nav-pills .nav-link:last-child {
  margin-bottom: 0;
}
.services .nav-pills .nav-link.active {
  color: inherit;
  background-color: white;
}
.services .nav-pills .nav-link img {
  width: 60px;
  vertical-align: top;
}
.services .nav-pills .nav-link span {
  color: black;
  font-size: 15px;
  letter-spacing: 3.2px;
  max-width: 170px;
  display: inline-block;
  text-transform: uppercase;
}
.services .tab-pane {
  background-color: white;
  line-height: 28px;
  padding: 40px;
}
.services .tab-pane h3 {
  font-size: 17px;
  letter-spacing: 3.2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.services .tab-pane p {
  font-size: 17px;
  margin-bottom: 30px;
  font-weight: 700;
}
.services .tab-pane p.not-bold {
  font-weight: 400;
}
.services .tab-pane p:last-of-type {
  margin-bottom: 0;
}

footer {
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #636363;
}
footer h2 {
  letter-spacing: 3.2px;
  font-size: 35px;
  color: white;
}
footer .top-section {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
footer .middle-section {
  width: 100%;
  margin-bottom: 60px;
}
footer .middle-section .holder {
  text-align: center;
  width: 33.333%;
}
footer .middle-section h5 {
  font-size: 17px;
  margin-bottom: 5px;
  color: white;
}
footer .middle-section h5:last-child {
  margin-bottom: 0;
}
footer span {
  margin: auto;
  font-size: 12px;
  color: white;
}

/* breakpoints */
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 421px) and (max-width: 959px) {
  header .menu-holder ul li {
    margin-right: 25px;
  }
  header .menu-holder ul li a {
    font-size: 12px;
  }
  header .menu-holder ul li a:hover {
    color: black;
  }

  .services .nav-pills {
    padding-left: 0;
    padding-right: 0;
  }
  .services .nav-pills .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  .services .nav-pills .nav-link span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 786px) {
  header .menu-holder ul li {
    margin-right: 12px;
  }
  header .menu-holder ul li a:hover {
    color: black;
  }

  .services .nav-pills .nav-link span {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 766px) {
  .about-section .left-section h2 {
    margin-bottom: 25px;
  }
  .about-section .right-section {
    padding: 0;
    margin-top: 5px;
  }

  .services {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .services .title {
    margin-bottom: 35px;
  }
  .services .services-tabs {
    padding-right: 15px;
    padding-left: 15px;
  }
  .services .nav-pills {
    padding-left: 0;
    padding-right: 0;
    flex-direction: row !important;
    margin-bottom: 25px;
  }
  .services .nav-pills .nav-link {
    width: 50%;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    margin-bottom: 30px;
  }

  footer h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  header .row {
    justify-content: center !important;
  }
  header .title-holder {
    text-align: center;
  }
  header .menu-holder {
    padding-top: 25px;
  }
  header .menu-holder ul li a {
    font-size: 13px;
  }
  header .menu-holder ul li a:hover {
    color: black;
  }

  .services .tab-content {
    padding: 0 !important;
  }
  .services .tab-pane {
    padding: 20px;
  }
  .services .nav-pills .nav-link {
    padding-top: 0;
    width: 50%;
  }
  .services .nav-pills .nav-link span {
    font-size: 11px;
    max-width: initial;
    text-align: center;
    padding: 3px;
  }

  footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  footer h2 {
    font-size: 22px;
  }
  footer .top-section {
    margin-bottom: 35px;
  }
  footer .middle-section {
    margin-bottom: 0px;
    display: block !important;
  }
  footer .middle-section .holder {
    width: 100%;
    margin-bottom: 33px;
  }
  footer .middle-section h5 {
    font-size: 15px;
  }
}
.no-margin {
  margin: 0 !important;
}