@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 {
  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;
}
.service_item .contents a h3:hover {
  color: var(--color-yellow);
}

/*========== 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: 30px 0 60px 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: 7px 12px;
  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: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.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(--color-yellow);
  margin-right: 5px;
}
.blog_post_item .contents a h3 {
  font-size: 20px;
  line-height: 28px;
}
.blog_post_item .contents a h3:hover {
  color: var(--color-yellow);
}

/*========== 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.slick-active {
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
}
.testimonial-slider-2 .slick-dots li.slick-active button {
  margin-top: 4px;
}
.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%;
}

.pricing-area .pricing-tabs {
  display: inline-flex;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #676099;
}
.pricing-area .pricing-tabs li {
  display: inline-block;
}
.pricing-area .pricing-tabs li .nav-link {
  padding: 10px 29px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #4f4f4f;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.pricing-area .pricing-item {
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 50px 30px;
  text-align: center;
}



/*============ Contact Form ==================*/
.home-three-contact .form-group {
  margin-bottom: 30px;
}
.home-three-contact .form-group label {
  font-weight: 600;
  line-height: 1.47;
  color: #20292F;
  margin-bottom: 5px;
}
.home-three-contact .form-group input,
.home-three-contact .form-group textarea {
  width: 100%;
  background: #F0F4F8;
  border-radius: 3px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.07;
  color: #A4B0BA;
  padding: 15px;
}
.home-three-contact .form-group input:focus-visible,
.home-three-contact .form-group textarea:focus-visible {
  outline: 2px solid #F3A712;
}
.home-three-contact .bizwheel-btn {
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 28px;
  border: 1px solid var(--color-yellow);
  border-radius: 0;
}
.home-three-contact .bizwheel-btn:hover {
  box-shadow: none;
  background-color: transparent;
  color: var(--color-yellow);
}