:root {
  --dark-slate-blue: #162d5f;
  --lime-green: #73b943;
  --light-grey: #ddd;
  --white: #fff;
  --black: #131313;
  --ligh-slate-blue: rgba(22, 45, 95, .73);
}

body {
  color: #333;
  font-family: Manrope Regular, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.menu {
  border-top: 5px solid var(--dark-slate-blue);
  border-bottom: 5px solid var(--lime-green);
  background-color: var(--light-grey);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 160px;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  display: flex;
}

.container.hero-container {
  height: 100%;
}

.nav-menu {
  color: var(--dark-slate-blue);
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.icon, .text-block {
  color: var(--dark-slate-blue);
}

.hero-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.h1 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Manrope Bold, sans-serif;
  font-size: 3.7rem;
  line-height: 1.2;
}

.h1.white {
  color: var(--white);
}

.p {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Manrope Medium, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.p.white {
  color: var(--white);
}

.categories-front {
  padding-top: 80px;
  padding-bottom: 80px;
}

.h2 {
  color: var(--dark-slate-blue);
  margin: 0 auto;
  font-family: Manrope Bold, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}

.categories-front-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  display: flex;
}

.category-front-block {
  background-color: var(--light-grey);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  align-self: stretch;
  min-width: 33.33%;
  text-decoration: none;
  transition: all .2s;
}

.category-front-block:hover {
  background-color: var(--lime-green);
}

.h3 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope Bold, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.h3.white {
  color: var(--white);
}

.h3.margin {
  margin-bottom: 20px;
}

.category-img {
  width: 100%;
}

.text {
  color: var(--black);
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: none;
}

.text.blue {
  color: var(--dark-slate-blue);
}

.text.blue.bold {
  font-family: Manrope Medium, sans-serif;
  font-weight: 500;
}

.text.white {
  color: var(--white);
}

.text.white.margin-right {
  margin-right: 11px;
}

.category-text-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-front {
  background-color: var(--lime-green);
  padding-top: 80px;
  padding-bottom: 80px;
}

.button {
  background-color: var(--dark-slate-blue);
  border-radius: 13px;
  padding: 25px 40px;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: all .2s;
}

.button:hover {
  background-color: var(--light-grey);
  color: var(--dark-slate-blue);
}

.about-txt-block {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 85px;
  padding-right: 85px;
}

.list {
  color: var(--black);
  margin-top: 30px;
  font-family: Manrope Medium, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.list-item {
  margin-bottom: 6px;
}

.usps {
  background-color: var(--lime-green);
  padding-top: 5px;
  padding-bottom: 5px;
}

.usps-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.usps-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.usps-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.footer {
  background-color: var(--dark-slate-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.foo-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.foo-block {
  width: 42%;
}

.foo-logo {
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-cnt {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.foo-logo-link {
  text-decoration: none;
}

.foo-cnt-contact {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.social-icon {
  color: var(--white);
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  transition: all .2s;
}

.social-icon:hover {
  color: var(--lime-green);
}

.social {
  margin-right: 11px;
}

.social-block {
  margin-top: 30px;
}

.certifications {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/slide-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  min-height: 500px;
}

.after-footer {
  background-color: var(--lime-green);
}

.after-footer-cnt {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-cnt--hz {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-divider {
  background-color: var(--ligh-slate-blue);
  width: 2px;
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-link {
  color: #131313;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
}

.text-link.blue {
  color: var(--dark-slate-blue);
  transition: all .2s;
}

.text-link.blue:hover {
  color: var(--white);
}

.text-link.white {
  color: var(--white);
  transition: all .2s;
}

.text-link.white:hover {
  color: var(--lime-green);
}

.text-link.white.margin {
  margin-top: 4px;
  margin-bottom: 8px;
}

.foo-menu-items-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.certi-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.certi-image {
  width: 200px;
}

.slider {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.after-foo {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.after-foo-block {
  width: 42%;
}

.main-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-content-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
}

.main-content-container.contact {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header {
  background-image: url('../images/header-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
}

.img-main-content {
  margin-top: 30px;
}

.link {
  color: var(--lime-green);
  text-decoration: underline;
}

.left-cnt-contact {
  width: 50%;
}

.image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 120px;
  }

  .container {
    padding: 15px 30px;
  }

  .hero-text {
    width: 85%;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .categories-front {
    padding-top: 60px;
  }

  .h2 {
    font-size: 2.4rem;
  }

  .categories-front-wrapper {
    margin-top: 40px;
  }

  .container-vertical {
    padding-left: 30px;
    padding-right: 30px;
  }

  .category-front-block {
    flex: 0 auto;
    width: 100%;
  }

  .h3.margin {
    font-size: 1.6rem;
  }

  .about-front {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-txt-block {
    padding-left: 0;
    padding-right: 0;
  }

  .usps-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 25px;
  }

  .usps-block {
    flex: 0 auto;
    width: 47%;
  }

  .footer {
    padding-bottom: 20px;
  }

  .foo-wrapper {
    flex-direction: column;
  }

  .foo-block {
    width: auto;
    margin-bottom: 30px;
  }

  .footer-cnt {
    margin-bottom: 30px;
  }

  .social-block {
    margin-top: 10px;
  }

  .certifications {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .certi-wrapper {
    margin-top: 40px;
  }

  .certi-image {
    width: 150px;
  }

  .slider {
    margin-top: 40px;
  }

  .after-foo {
    flex-direction: row;
    align-items: center;
  }

  .after-foo-block {
    width: auto;
    margin-bottom: 0;
  }

  .menu-button {
    padding: 0;
  }

  .main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-content-container.contact {
    flex-flow: column;
  }

  .left-cnt-contact {
    width: 100%;
  }

  .image {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 100px;
  }

  .container {
    padding: 10px 15px;
  }

  .hero-text {
    width: 90%;
  }

  .h1 {
    font-size: 3rem;
  }

  .p {
    font-size: 1.3rem;
  }

  .h2 {
    font-size: 2.2rem;
  }

  .categories-front-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .container-vertical {
    padding-left: 15px;
    padding-right: 15px;
  }

  .usps {
    padding-top: 0;
    padding-bottom: 0;
  }

  .usps-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .usps-block {
    flex: none;
    width: 46%;
  }

  .after-footer-cnt {
    margin-bottom: 10px;
  }

  .certi-image {
    width: 140px;
  }

  .after-foo {
    flex-direction: column;
    justify-content: center;
  }

  .main-content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .logo-link {
    padding-left: 0;
  }

  .hero-text {
    width: 100%;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .h2 {
    text-align: center;
    font-size: 2rem;
  }

  .container-vertical {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text.blue.bold {
    text-align: center;
    font-size: 1rem;
  }

  .about-txt-block {
    margin-top: 10px;
  }

  .usps-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .usps-block {
    width: 45%;
  }

  .usps-icon {
    width: 50px;
    height: 50px;
  }
}


@font-face {
  font-family: 'Manrope Regular';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Medium';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Bold';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}