body {
  font-family: "Poppins";
  font-size: 16px;
  color: #4c4c4c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
}

strong {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #222;
}

h1.header {
  padding: 20px 0;
  font-size: 24px;
}

h2.header {
  font-size: 20px;
}

header {
  background: #d90006;
  padding-bottom: 20px;
}

header.home {
  font-family: Helvetica, sans-serif;
  position: relative;
}

header.home h1 {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #333339;
}

header.home h3 {
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 69px;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  opacity: 0;
  animation: fade-in-header-home-h3 ease 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

header.home .top-space {
  height: 100px;
}

header.home p {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin-top: 50px;
  opacity: 0;
  animation: fade-in-header-home-h3 ease 2s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

header.home .actions {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  max-width: 490px;
  justify-content: space-around;
  opacity: 0;
  animation: fade-in-header-home-h3 ease 2s;
  animation-delay: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

header.home .actions a {
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 500;
  line-height: 52px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
}

header.home .actions a:first-child {
  border: 1px solid #fff;
  color: #fff;
}

header.home .actions a:last-child {
  background: #fff;
  color: #d90006;
}

@keyframes fade-in-header-home-h3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header nav.bg-transparent {
  padding: 13px 0;
}

header .navbar-brand {
  color: #fff !important;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 36px;
}

header .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 16px;
  font-weight: 400;
}

header nav {
  background: #fff;
}

header nav .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: -15px;
  background: #181818;
}

header nav .content .hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  cursor: pointer;
  margin-right: 15px;
}

header nav .content .hamburger span {
  height: 2px;
  background: #fff;
  width: 30px;
}

header nav .content a.brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #181818;
  padding: 10px 10px 10px 30px;
  margin-left: -15px;
}

header nav .content a.brand:hover {
  text-decoration: none;
}

header nav .content a.brand img {
  height: 50px;
}

header nav .content>ul {
  flex-grow: 1;
  margin: 0;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  flex-direction: row;
  justify-content: space-around;
  max-width: 700px;
  margin: 0 auto;
  display: none;
}

header nav .content ul li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #222;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

header nav .content ul li a:hover {
  color: #aaa;
}

header nav .side-bar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  background: #181818;
  z-index: 4;
  left: -280px;
  transition: left 200ms ease-in-out;
}

header nav .side-bar .hamburger {
  width: 30px;
  margin: 10px 20px 0 auto;
  cursor: pointer;
}

header nav .side-bar .hamburger svg {
  fill: rgb(153, 153, 153);
  height: 30px;
}

header nav .toggle-show {
  left: 0;
}

header nav .side-bar ul {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

header nav .side-bar ul li a {
  border-bottom: 1px solid rgb(48, 48, 48);
  display: block;
  padding: 30px 35px;
  line-height: 100%;
  color: rgb(153, 153, 153);
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.25s ease 0s;
  text-decoration: none;
}

@media (min-width: 1200px) {
  header nav .side-bar ul li.mobile-only {
    display: none;
  }

  header nav .content {
    background: #fff;
  }

  header nav .content ul {
    display: flex;
  }

  section.ondemand .actions {
    flex-direction: row;
  }

  header nav .content .hamburger span {
    background: #181818;
  }
}

header .title {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin: 40px 0 50px 0;
  text-align: center;
  color: #fff;
}

section.block {
  padding: 40px 0;
  min-height: 300px;
}

section.contact form {
  background-color: #fff;
  padding: 40px 40px 20px 40px;
}

section.contact form input,
section.contact form select,
section.contact form textarea {
  background: #ffffff;
  border: 0.5px solid #d2c8db;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

section.contact form label {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.4px;
  line-height: 16px;
  margin-bottom: 5px;
}

section.contact form textarea {
  min-height: 188px;
}

section.contact form button {
  background: #d90006;
  display: block;
  padding: 14px 42px;
  width: 177px;
  border: 0;
  color: #fff;
}

section.contact .form-row {
  margin-bottom: 25px;
}

section.about-us .values {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 400px;
}

section.about-us .our-values {
  display: flex;
  flex-direction: column;
}

section.about-us {
  background: #fff;
}

section.about-us .values .value,
section.about-us .our-values .value {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

section.about-us .values .value svg,
section.about-us .our-values .value svg {
  height: 14px;
  width: 14px;
}

section.about-us .values .value span,
section.about-us .our-values .value strong {
  margin-left: 10px;
}

section.about-us .our-values .value span {
  margin-left: 20px;
}

section.why-choose-us {
  background-image: url('../img/why-choose-us.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
  color: #fff;
}

section.about-us h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.more {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  background-color: #d90006;
  color: #fff;
  width: 155px;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
}

section.why-choose-us h2,
section.about-us h2,
section.services h2,
section.contact h2 {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.why-choose-us h4,
section.about-us h4,
section.contact h4 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

section.why-choose-us h2 {
  color: #fff;
}

section.why-choose-us .reason {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  margin: 10px 0 20px;
  align-items: center;
  border-radius: 10px;
}

section.why-choose-us .reason img,
section.services .service img {
  width: 45px;
  margin: 10px 0 20px 0;
}

section.why-choose-us .reason h4,
section.services h4 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  margin-bottom: 20px;
}

section.why-choose-us .reason h4 {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 27px;
  color: #34323e;
}

section.why-choose-us .reason p {
  color: #777777;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-align: center;
}

section.services .service {
  background-color: #d9e3ff;
  border: 1px solid #4C4C4C;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 10px 50px rgba(10, 55, 32, 0.1);
  margin-bottom: 15px;
}

section.products {
  background-color: #F1F1F1;
  padding-top: 80px;
  padding-bottom: 130px;
}

section.products .items {
  display: flex;
  flex-direction: column;
}

section.products .items .product {
  display: flex;
  flex-direction: column;
}

section.products .items .product h5{
  font-weight: 700;
  font-size: 26px;
  font-family: Helvetica, sans-serif;
  letter-spacing: 1.4px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #151919;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  section.products .items {
    flex-direction: row;
  }
  section.products .items .product {
    width: 33.3%;
  }
}

section.products h2 {
  font-weight: 700;
  font-size: 26px;
  font-family: Helvetica, sans-serif;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

section.reach-us h2 {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.reach-us h4 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

section.reach-us .space50 {
  height: 50px;
}

section.reach-us .step {
  border: 2px solid #aeaeae;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 10px 0 20px;
}

section.reach-us .step h2 {
  background-color: #d90006;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  color: #fff;
  font-size: 38px;
}

section.reach-us .step h4 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  margin-bottom: 20px;
}

section.contact {
  background: #f6efff;
  padding: 60px 0;
}

section.contact .sets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

section.contact .set h5 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

section.contact .set p {
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

footer {
  font-family: 'Poppins', serif;
  font-style: normal;
  text-align: center;
  background-color: #2b2b2b;
  border-top: 3px solid #cd2122;
}

footer .top {
  background: #323232 url('../img/footer-bg.png') no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 50px;
  color: #aeaeae;
}

footer .top .brand {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .top .brand img {
  border-radius: 10px;
}

footer .top .brand p {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.374px;
  padding: 0 23%;
  margin: 50px 0;
}

footer .top h4 {
  color: #f9f9f9;
  font-size: 24px;
  margin-top: 0;
  line-height: 35px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 16px;
  position: relative;
}

footer .top .address {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .top .address .line {
  display: flex;
  flex-direction: row;
}

footer .top .address .line svg {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

footer .top .address .line p {
  margin-left: 10px;
}

footer .bottom {
  padding: 40px 0;
}

footer .bottom p {
  color: #ccd2d5;
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

@media (min-width: 1200px) {
  footer .top h4::before {
    background-color: #cd2122;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    width: 37px;
    height: 2px;
    left: 0;
  }
  footer {
    text-align: left;
  }
  footer .top .address {
    align-items: start;
  }
}