@charset "UTF-8";
/**
* Table Of Contents
*
* Service
*
*/
:root {
  /*Color Variables*/
  --primary-color: #179e66;
  /*Theme Brand Color*/
  --color-yellow: #F3A908;
  --secondary-color: #0a0a0a;
  --body-color: #333333;
  /*Theme Paragraph Color*/
  /*font Variables*/
  --poppins: "Poppins", sans-serif;
}

/**
 * ================= Contact Form 7 =================*
 * @format
 */
.contact-form-area .form-group input[type=submit] {
  width: auto;
  margin: 0 auto;
}

.contact-form-area {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

/*============= FAQs ===============*/
.faqs .single-faq .faq-heading .faq-title {
  margin-bottom: 0;
  font-weight: 600;
}

.clients .partner-slider.owl-carousel .owl-nav i {
  font-weight: normal;
  display: flex;
  align-items: center;
}

/*=============== Service Section ======================*/
/*================Blog Section ====================*/
.service_item {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.service_item img {
  width: 100%;
}
.service_item .contents {
  padding: 30px 10px 16px 25px;
}
.service_item .contents a h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

/*========== Responsive =============*/
@media (max-width: 991px) {
  .service_item {
    margin-bottom: 30px;
  }
}
/*=================== Portfolio Section ===================*/
.portfolio-slider-2 .slick-list {
  margin: 0 -100px;
}
.portfolio-slider-2 .portfolio-item {
  display: flex !important;
  align-items: flex-end;
  background-repeat: no-repeat;
  height: 532px;
  background-size: cover;
  position: relative;
  margin: 0 7.5px;
}
.portfolio-slider-2 .portfolio-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180.54deg, rgba(96, 96, 96, 0) 34.36%, rgba(0, 0, 0, 0.8) 93.76%);
}
.portfolio-slider-2 .portfolio-item .contents {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 36px 0 68px 40px;
}
.portfolio-slider-2 .portfolio-item .contents:hover {
  background: #2B2A2A;
}
.portfolio-slider-2 .portfolio-item .contents:hover a::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  display: block;
  color: #ffffff;
  background: var(--color-yellow);
  border-radius: 100%;
  padding: 10px 15px;
  font-size: 14px;
}
.portfolio-slider-2 .portfolio-item .contents .post_meta > span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.portfolio-slider-2 .portfolio-item .contents a {
  position: relative;
}
.portfolio-slider-2 .portfolio-item .contents a .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
.portfolio-slider-2 .portfolio-itemafter {
  background-color: #0A0A0A;
  opacity: 0.6;
  content: "";
}

/*========== Responsive =============*/
@media (max-width: 991px) {
  .portfolio-slider-2 .slick-list {
    margin: 0;
  }
  .portfolio-slider-2 .portfolio-item {
    height: 450px;
  }
}
/*================Blog Section ====================*/
.blog_post_item {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.blog_post_item img {
  width: 100%;
}
.blog_post_item .contents {
  padding: 30px 10px 18px 28px;
}
.blog_post_item .contents .post-meta {
  margin-bottom: 12px;
}
.blog_post_item .contents .post-meta li {
  font-size: 13px;
  color: #555;
  font-weight: 500;
}
.blog_post_item .contents .post-meta li.date {
  padding-right: 15px;
}
.blog_post_item .contents .post-meta li i {
  color: var(--primary-color);
  margin-right: 5px;
}
.blog_post_item .contents a h3 {
  font-size: 20px;
  line-height: 28px;
}

/*========== Responsive =============*/
@media (max-width: 991px) {
  .blog_post_item {
    margin-bottom: 30px;
  }
  .blog_post_item .contents a .title {
    font-size: 18px;
  }
}
/*=============== Testimonials Section ===================*/
.testimonials_item {
  margin: 0 15px;
  border-radius: 10px;
  padding: 30px 15px 30px 30px;
}
.testimonials_item .client_logo .quote {
  margin: 40px 0 18px;
}
.testimonials_item .client_logo .quote i {
  color: var(--color-yellow);
  font-size: 40px;
}
.testimonials_item .author-meta {
  margin-top: 26px;
}
.testimonials_item .author-meta .author-img {
  margin-right: 12px;
}
.testimonials_item .author-meta .author-img img {
  border-radius: 100%;
}
.testimonials_item .author-meta .author-info .name {
  font-size: 15px;
  color: #222222;
}
.testimonials_item .author-meta .author-info .designation {
  color: #8A8A8A;
  font-size: 12px;
}

.testimonial-slider-2 .slick-dots {
  bottom: -90px;
}
.testimonial-slider-2 .slick-dots li {
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
}
.testimonial-slider-2 .slick-dots li.slick-active button::before {
  color: #ffffff;
  opacity: 1;
}
.testimonial-slider-2 .slick-dots li button::before {
  font-size: 20px;
  color: #ffffff;
  opacity: 1;
  left: 23%;
  top: 23%;
}

/*# sourceMappingURL=custom.css.map */
