.blog-banner-section .subscription-form {
  width: 100%;
  max-width: 80%;
  margin: 30px auto;
  position: relative;
}
.blog-banner-section .subscription-form .form-control {
  padding: 20px 130px 20px 50px;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
}
.blog-banner-section .subscription-form .btn-primary {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.blog-banner-section .subscription-form .search-sm-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.our-blog-section {
  padding: 80px 0;
  background-color: var(--main-section-bg);
}
.our-blog-section .blog-wrapper .slick-list {
  max-width: 93%;
  margin: auto;
}
.our-blog-section .blog-wrapper .blog-slide .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}
.our-blog-section .blog-wrapper .blog-slide .slick-arrow.slick-next {
  right: 0; /* unicode for fa-arrow-right */
}
.our-blog-section .blog-wrapper .blog-slide .slick-arrow.slick-next::before {
  font-family: "Font Awesome 5 Free"; /* for FA5/FA6 */
  font-weight: 900; /* required for solid icons */
  content: "\f061";
  color: var(--light-color);
}
.our-blog-section .blog-wrapper .blog-slide .slick-arrow.slick-prev {
  left: 0; /* unicode for fa-arrow-right */
}
.our-blog-section .blog-wrapper .blog-slide .slick-arrow.slick-prev::before {
  font-family: "Font Awesome 5 Free"; /* for FA5/FA6 */
  font-weight: 900; /* required for solid icons */
  content: "\f060";
  color: var(--light-color);
}
.our-blog-section .blog-wrapper .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 60px;
}
.our-blog-section .blog-wrapper .nav-tabs .nav-link {
  border: 1px solid var(--blog-border);
  padding: 17px 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--primary-color);
  border-radius: 10px;
  margin: 0 4px;
}
.our-blog-section .blog-wrapper .nav-tabs .nav-link.active, .our-blog-section .blog-wrapper .nav-tabs .nav-link:hover {
  color: var(--light-color);
  background-color: var(--primary-color);
}
.our-blog-section .blog-wrapper .update-card {
  box-shadow: 0px 4px 13.6px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--light-color);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.our-blog-section .blog-wrapper .update-card .update-header {
  height: 480px;
}
.our-blog-section .blog-wrapper .update-card .update-header img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.our-blog-section .blog-wrapper .update-card .update-body {
  padding: 32px 24px;
  position: relative;
}
.our-blog-section .blog-wrapper .update-card .update-body .update-profile-list {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--light-color);
  box-shadow: 0px 4px 17.6px 0px rgba(0, 0, 0, 0.12);
  padding: 10px 16px;
  border-radius: 8px;
  position: absolute;
  top: -20px;
  right: 24px;
}
.our-blog-section .blog-wrapper .update-card .update-body .update-profile-list li {
  color: var(--sub-heading-text);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.our-blog-section .blog-wrapper .update-card .update-body .update-profile-list li .fa-solid, .our-blog-section .blog-wrapper .update-card .update-body .update-profile-list li .fa-regular {
  margin-right: 6px;
}
.our-blog-section .blog-wrapper .update-card .update-body .update-profile-list li:last-child {
  margin: 0;
}
.our-blog-section .blog-wrapper .update-card .update-body p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
}

.blog-contact-section {
  background-color: var(--light-color);
}
.blog-contact-section .expert-rt-content {
  background-color: var(--main-section-bg);
}/*# sourceMappingURL=blog.css.map */