.header-area .navbar-brand img {
  max-width: 200px;
}

.blog-body {
  padding: 3.5rem 0 0 0 !important;
}

.blog-minimal {
  border: none;
}

@media (max-width: 767px) {
  .paralax-section-slide-data {
    min-height: 200px;
  }
}
.paralax-section-slide-data .header-title {
  position: relative;
  text-align: center;
}
.paralax-section-slide-data .header-title .title {
  position: relative;
}
.paralax-section-slide-data .header-title .title .text {
  left: 0px;
  width: 100%;
  color: #fff;
  position: absolute;
  font-size: 3rem;
  text-align: center;
  padding: 17rem 0 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .paralax-section-slide-data .header-title .title .text {
    font-size: 2rem;
    padding: 8rem 0 0;
  }
}

.bottom-form {
  background-color: #333333;
  padding: 3rem 0;
}
.bottom-form .small-heading {
  color: #dddddd;
  margin-bottom: 1rem;
}

.service-section .card.service img {
  max-height: 55px;
}

@media (max-width: 767px) {
  .rev_slider .tp-caption,
  .rev_slider .caption {
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rev_slider .tp-caption,
  .rev_slider .caption {
    text-align: center !important;
    font-size: 30px !important;
    margin: 0 auto !important;
  }
}

footer.footer {
  background-color: #111111;
  color: #dddddd;
  padding: 2rem 0;
}

/** Process */
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 50px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #82B441;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
ul.timeline p {
  margin-bottom: 1rem;
}

.underline {
  width: 100px;
  height: 1px;
  background: #82B441;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}

.privacy-policy-content ul {
  list-style-type: disc;
  margin-left: 2rem;
}
.privacy-policy-content p {
  margin-top: 1rem;
}
.privacy-policy-content h4 {
  margin-top: 1rem;
}
.privacy-policy-content h5 {
  margin-top: 1rem;
}/*# sourceMappingURL=mystyle.css.map */