body {
  font-family: "Lato", sans-serif;
  color: #000000;
}

body .container {
  max-width: 1200px;
}

body .text-yellow {
  color: #ffc61a;
}

body .bg-yellow {
  background: #ffc61a;
}

body .bg-black {
  background: #000000;
}

body h1 {
  font-size: 72px;
  font-weight: bold;
}

body h2 {
  font-size: 50px;
  font-weight: bold;
}

body h3 {
  font-size: 45px;
  font-weight: bold;
}

body h4 {
  font-size: 35px;
  font-weight: bold;
}

body h5 {
  font-size: 29.5px;
  font-weight: bold;
}

body h6 {
  font-size: 25px;
  font-weight: bold;
}

body p {
  font-size: 18px;
}

body .btn {
  border-radius: 8px;
  font-size: 20px;
  font-weight: bolder;
}

header {
  background: url(../img/Header/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 740px;
}

header .navbar {
  padding: 45px 80px;
}

header .fa {
  color: #fff;
  font-size: 180%;
}

header .nav-link {
  color: #fff;
  font-size: 1.25rem;
  border-radius: 10px;
}

header .nav-link:hover {
  background-color: #ffc61a;
  color: #000000;
}

header p {
  letter-spacing: 12px;
}

.services-section .right .btn {
  font-size: 26px;
}

.services-section input {
  border: 0;
  border-bottom: #22222231 solid 2px;
  border-radius: 0;
}

.tariff-section .card {
  border: 0;
  background-color: #f5f4f2;
}

.tariff-section .card-img-top {
  margin-top: -75px;
}

.tariff-section .card {
  position: relative;
}

.tariff-section .card-star {
  position: absolute;
  bottom: 0;
  right: 0;
}

.skill-section {
  background-image: url(../img/Header/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-section {
  background-image: url(../img/Header/header-bg.jpg);
}

.testimonial-section .card {
  border-radius: 2.5rem;
}

.contact-section {
  background-image: url(../img/Contact/contact-bg.jpg);
}

.contact-section hr {
  height: 0.3rem;
}

.contact-section .fa:hover {
  color: #ffc61a;
}

@media (max-width: 767px) {
  body {
    font-size: 80%;
  }
  .tariff-section .card {
    margin-bottom: 5rem;
  }
  .tariff-section .car-middle {
    margin-bottom: 5rem;
  }
  .tariff-section .car-low-middle {
    background-color: #ffc61a;
  }
}

@media (max-width: 552px) {
  html {
    font-size: 50%;
  }
  html h1 {
    font-size: 45px;
  }
  html h2 {
    font-size: 40px;
  }
  html h3 {
    font-size: 35px;
  }
  html h4 {
    font-size: 30px;
  }
  html h5 {
    font-size: 25px;
  }
  html h6 {
    font-size: 20px;
  }
  html p {
    font-size: 16px;
  }
  html .fa {
    font-size: 2rem;
  }
  html .fa-2x {
    font-size: 4em;
  }
  body {
    overflow-x: hidden;
  }
  header {
    height: 580px;
  }
  header p {
    font-size: 12px;
    letter-spacing: 4px;
  }
  header .navbar {
    padding: 15px 15px;
  }
  header .header-info {
    margin-top: 5rem;
  }
  header h1 {
    font-size: 40px;
  }
  .call-section h3 {
    font-size: 25px;
    font-weight: normal;
  }
  .call-section h1 {
    font-size: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
