.navbar {
  background: #000; }
  .navbar .nav-item {
    padding-left: 1rem; }
    .navbar .nav-item .nav-link {
      text-transform: uppercase; }

.carousel-item {
  height: 450px; }

.carousel-img-1 {
  background: url("../img/image1.jpeg");
  background-size: cover; }

.carousel-img-2 {
  background: url("../img/image2.jpeg");
  background-size: cover; }

.carousel-img-3 {
  background: url("../img/image3.jpeg");
  background-size: cover; }

#homeicon .fa {
  font-size: 50px; }

#homegetstarted {
  position: relative;
  background: url("../img/pc.jpeg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px; }
  #homegetstarted .dark-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#home-video {
  position: relative;
  background: url("../img/people.jpeg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px; }
  #home-video .dark-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #home-video .dark-overlay .fa {
      font-size: 50px; }

#gallery img {
  min-height: 250px; }

#footer {
  background: #000; }

#page-header {
  background: url("../img/image2.jpeg");
  background-size: cover;
  background-attachment: fixed;
  height: 200px; }

#about img {
  width: 350px;
  height: 350px; }

#services-page-header {
  background: url("../img/image1.jpeg");
  background-size: cover;
  background-attachment: fixed;
  height: 200px; }

#blog-page-header {
  background: url("../img/image3.jpeg");
  background-size: cover;
  background-attachment: fixed;
  height: 200px; }

#contact-page-header {
  background: url("../img/image2.jpeg");
  background-size: cover;
  background-attachment: fixed;
  height: 200px; }

#testimonial .slick-prev::before {
  color: #000; }

#testimonial .slick-next::before {
  color: #000; }

@media (max-width: 767px) {
  .nav-item {
    padding-left: 0 !important; } }

@media (max-width: 480px) {
  .carousel h2 {
    font-size: 2.5rem; }
  #homegetstarted {
    min-height: 420px; } }
