body {
  font-family: "Sarabun" !important;
  font-weight: normal;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #000 !important;
}

p {
  padding: 0;
  margin: 0;
  font-family: "Sarabun" !important;
}

.btn {
  font-family: "Sarabun" !important;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Sarabun" !important;
  font-weight: 700;
  color: var(--bs-dark-text1);
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.room-section1 {
  padding: 260px 0;
  width: 100%;
  /* height: 100vh; */
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(11 11 11 / 20%) 0%, #091a33ba 72%);
  display: flex;
  align-items: center;
}

.slider-text h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-text h1 span {
  color: #5174a7;
}

.slider-text p {
  font-weight: 400;
  color: #fff;
}

.btn.btn-primary {
  background: #0792b2;
  border: 1px solid #0792b2 !important;
  color: #fff !important;
}

.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000000 !important;
}

.feature-one {
  position: relative;
  margin-top: -96px;
}

.feature-one__list {
  padding: 0;

  border-radius: 3px;
  background-color: var(--bs-body-bg3);
  filter: drop-shadow(0 0 58.5px rgba(12, 62, 185, 0.08));
}

.feature-one__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 18px;
  padding: 50px 35px;
}

.feature-one__item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: var(--alefox-base, #5174a7);
  opacity: 0;
  transition: all 300ms linear;
}

.feature-one__item__image {
  width: 84px;
  height: 84px;
  background-color: var(--alefox-white, #fff);
  color: var(--alefox-base, #5174a7);
  font-size: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-shrink: 0;
  transition: all 400ms linear;
  transform: scale(1);
}

.feature-one__item__title {
  margin: 0 0 8px;
  color: var(--bs-dark-text1);
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95% / 0px 1px no-repeat;
  transition: all 300ms linear;
}

.feature-one__item__text {
  line-height: 26px;
  margin: 0;
  color: var(--bs-dark-text2);
}

.feature-one__item:hover .feature-one__item__image {
  transform: scale(0.9);
}

.feature-one__item:hover::before {
  opacity: 1;
  width: calc(100% - 70px);
}

.feature-one__item:hover .feature-one__item__title {
  background-size: 100% 1px;
}

.feature-one__item + .feature-one__item::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 120px;
  content: "";
  background-color: var(--alefox-border-color, #dddddd);
}

.section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-tittle h2 {
  font-size: 42px;
  color: var(--bs-dark-text1);
  display: block;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}

.support-company-area .right-caption .support-caption p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--bs-dark-text2);
  margin-bottom: 30px;
}

.btn_01 {
  color: #5174a7 !important;
  border: 1px solid #5174a7;
  display: inline-block;
  padding: 12px 44px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  background: none;
}

.product-two__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--bs-body-bg5);
  transition: all 500ms ease;
  filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.06));
  margin-bottom: 20px;
}

.product-two__item__img {
  background-color: var(--alefox-gray2, #e1eff0);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  width: 45%;
  min-height: 200px;
}

.product-two__item__img img {
  width: auto !important;
  height: auto;
  transition: all 500ms ease;
  max-width: 100%;
}

.product-two__item__flash {
  position: absolute;
  left: 18px;
  top: 0;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.section-tittle h5 {
  color: #5174a7;
}

.product-two__item__flash__off {
  background-color: var(--alefox-base, #5174a7);
  color: var(--alefox-white, #fff);
  font-size: 11px;
  font-weight: 500;
  padding: 8px 5px;
  letter-spacing: 0.6px;
  line-height: 0.8;
  text-transform: capitalize;
}

.product-two__item__img::after {
  background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}

.product-two__item:hover .product-two__item__img::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

@media (min-width: 1200px) {
  .product-two__item__content {
    padding-left: 40px;
  }
}

.product-two__item__content {
  position: relative;
  padding: 20px 30px;
  width: 55%;
}

.product-two__item__content p {
  font-size: 12px;
  color: #5174a7;
}

.product-two__item__cats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: -3px;
}

.product-two__item__title {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--alefox-black2, #202221);
  font-weight: bold;
  margin: 0;
  margin-bottom: 12px;
}

.product-two__item__title a {
  color: inherit;
  color: var(--bs-dark-text1);
  transition: all 500ms ease;
}

.product-two__item__ratings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: var(--alefox-base, #5174a7);
  letter-spacing: 6px;
}

.product-two__item__cats {
  font-size: 13px;
  color: var(--bs-dark-text2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 43px;
  margin-bottom: 10px;
}

.btn-box a {
  color: #fff !important;
  background: #5174a7;
}

.btn-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 20px 30px;
  width: 180px;
  border-radius: 50px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.blog-card {
  border-radius: 5px;
  background-color: var(--bs-body-bg5);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease-out;
  border: 1px solid #ffffff21;
}

.blog-card .blog-card-img-wrap {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.blog-card .blog-card-img-wrap .card-img {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 5px 5px 0 0;
  transition: all 0.5s ease-out;
}

.blog-card .blog-card-img-wrap .card-img img {
  border-radius: 5px 5px 0 0;
  transition: all 0.5s ease-out;
}

.blog-card .blog-card-img-wrap .card-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.blog-card:hover .blog-card-img-wrap .card-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.blog-card .blog-card-content {
  padding: 30px 20px;
}

.blog-card .blog-card-content .blog-card-content-top > ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-card .blog-card-content .blog-card-content-top > ul li {
  position: relative;
  color: var(--bs-dark-text2);
  font-family: var(--font-jost);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26px;
  text-transform: capitalize;
}

.blog-card .blog-card-content .blog-card-content-top > ul li a {
  color: var(--bs-dark-text2);
  font-family: var(--font-jost);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26px;
  text-transform: capitalize;
  text-decoration: underline;
  transition: 0.5s;
}

.blog-card .blog-card-content h5 {
  margin-bottom: 25px;
}

.blog-card .blog-card-content h5 a {
  color: var(--bs-dark-text1);
  font-family: var(--font-rubik);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.23px;
  text-transform: capitalize;
  transition: 0.5s;
}

.blog-card .blog-card-content .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.blog-card .blog-card-content .bottom-area > a {
  color: #5174a7;
  font-family: var(--font-rubik);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration-line: underline;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}

.blog-card .blog-card-content .bottom-area > a > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #5174a7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.blog-card .blog-card-content .bottom-area > a > span svg {
  stroke: #5174a7;
  transition: 0.5s;
}

.blog-card.two {
  display: flex;
  align-items: center;
}

.blog-card .blog-card-img-wrap .date {
  position: absolute;
  top: 13px;
  left: 13px;
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(16, 12, 8, 0.4);
  -webkit-backdrop-filter: blur(1.7px);
  backdrop-filter: blur(1.7px);
  transition: 0.5s;
  z-index: 9;
}

.blog-card .blog-card-img-wrap .date span {
  color: #fff;
  font-family: var(--font-rubik);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.blog-card .blog-card-img-wrap .date span strong {
  font-size: 17px;
  font-weight: 600;
}

.blog-card:hover .blog-card-img-wrap .date {
  background-color: #5174a7;
}

.two .blog-card-img-wrap {
  width: 30%;
}

.two .blog-card-content {
  width: 70%;
}

/*==================== 
    news-detail 
====================== */
.page-header {
  background-color: var(--alefox-black2, #263c5c);
  position: relative;
  padding-top: 155px;
  padding-bottom: 150px;
  overflow: hidden;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home/page-header-bg-1-1.jpg);
  opacity: 0.5;
}

@media (min-width: 768px) {
  .page-header__title {
    font-size: 65px;
  }
}

.page-header__title {
  margin: 0 0 11px;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: #5174a7;
  position: relative;
  z-index: 9999999;
}

.alefox-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.alefox-breadcrumb li {
  font-size: 18px;
  color: var(--alefox-white, #fff);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
}

.alefox-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.alefox-breadcrumb li span,
.alefox-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1.1;
}

.alefox-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}

.alefox-breadcrumb li span,
.alefox-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1.1;
}

.project-block {
  position: relative;
  margin-bottom: 80px;
}

.project-block .inner-box {
  position: relative;
}

.project-block .inner-box .content-column {
  position: relative;
}

.project-block .inner-box .content-column .inner-column {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-left: -40px;
  padding: 50px 0px 40px 60px;
  background-color: #ffffff;
}

.project-block .inner-box .content-column .inner-column h2 {
  position: relative;
  color: #242424;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2em;
  text-transform: capitalize;
}

.project-block .inner-box .content-column .inner-column h2:before {
  position: absolute;
  content: "";
  top: 18px;
  right: 103%;
  width: 82px;
  height: 2px;
  background-color: #0084ce;
}

.project-block .inner-box .content-column .inner-column .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 18px;
}

.project-block .inner-box .content-column .inner-column .read-more {
  position: relative;
  color: #0084ce;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-block .inner-box .content-column .inner-column1 {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  padding: 30px;
  background-color: #ffffff;
}

.project-block .inner-box .content-column .inner-column1 h2 {
  position: relative;
  color: #242424;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2em;
  text-transform: capitalize;
}

.project-block .inner-box .content-column .inner-1 .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 18px;
}

.project-block .inner-box .image-column .image {
  position: relative;
  display: block;
  background: #0b0b0b;
  overflow: hidden;
}

.project-block .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.project-block .inner-box .image-column .image img:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right !important;
}

.project-block-two {
  position: relative;
  margin-bottom: 80px;
}

.project-block-two .inner-box {
  position: relative;
}

.project-block-two .inner-box .content-column {
  position: relative;
  text-align: right;
}

.project-block-two .inner-box .content-column .inner-column {
  position: relative;
  margin-top: 50px;
  z-index: 1;
  margin-right: -40px;
  padding: 50px 60px 40px 40px;
  background-color: #ffffff;
}

.project-block-two .inner-box .content-column .inner-column h2 {
  position: relative;
  color: #242424;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2em;
  text-transform: capitalize;
}

.project-block-two .inner-box .content-column .inner-column h2 a {
  color: #242424;
}

.project-block .inner-box .content-column .inner-column h2 a {
  color: #242424;
}

.project-block-two .inner-box .content-column .inner-column h2:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 103%;
  width: 82px;
  height: 2px;
  background-color: #0084ce;
}

.project-block-two .inner-box .content-column .inner-column .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 18px;
}

.project-block-two .inner-box .content-column .inner-column .read-more {
  position: relative;
  color: #0084ce;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-block-two .inner-box .image-column .image {
  position: relative;
  display: block;
  background: #0b0b0b;
  overflow: hidden;
}

.project-block-two .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.project-block-two .inner-box .image-column .image img:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.blog_card_wrapper {
  background: #ffffff;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}

.blog_card_img {
  overflow: hidden;
}

.blog_card_img a img {
  width: 100%;
  transition: var(--transition);
}

.blog_card_text {
  padding: 20px 20px;
}

.blog_card_heading {
  padding-top: 10px;
}

.blog_card_heading h3 {
  line-height: 35px;
}

.blog_card_heading h3 a {
  color: #535353;
}

.blog_card_heading p {
  padding-top: 13px;
}

.blog_boxed_bottom_wrapper {
  border-top: 1px solid #c4c4c457;
  padding-top: 15px;
  margin-top: 17px;
}

.blog_bottom_boxed {
  display: flex;
  align-items: center;
  border-right: 1px solid #e6e6e6;
}

.blog_bottom_content {
  padding-left: 8px;
}

.blog_bottom_content h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.blog_bottom_content p {
  padding-top: 0;
  font-size: 14px;
  color: #818090;
}

.blog_boxed_bottom_wrapper .row .col-lg-6:last-child .blog_bottom_boxed {
  border-right: none;
}

.sidebar_boxed {
  background: #ffffff;
  box-shadow:
    -4px -4px 20px rgba(0, 0, 0, 0.08),
    8px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

.sidebar_heading_main {
  border-bottom: 1px solid #ededed;
  padding-bottom: 7px;
}

.recent_donet_item {
  display: flex;
  padding-top: 25px;
}

.recent_donet_img {
  width: 25%;
}

.recent_donet_text {
  width: 100%;
  padding-left: 15px;
}

.sidebar_inner_heading {
  display: flex;
  justify-content: space-between;
}

.sidebar_inner_heading h4 {
  font-size: 18px;
  font-weight: 600;
}

.recent_causes_wrapper .sidebar_inner_heading h4 a {
  line-height: 26px;
}

.sidebar_inner_heading h4 a {
  color: #000;
  font-size: 16px;
}

.recent_causes_wrapper .recent_donet_text h6 {
  padding-top: 0px;
  font-weight: 500;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .project-block .inner-box .content-column .inner-column {
    margin-left: 0px;
    margin-top: 0px;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .project-block-two .inner-box .content-column .inner-column {
    margin-right: 0px;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
  }

  .project-block .inner-box .content-column .inner-column {
    text-align: center;
  }

  .project-block .inner-box .content-column .inner-column1 {
    position: relative;
    z-index: 1;
    margin-top: 2px;
    padding: 0px;
    background-color: #ffffff;
  }
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.detal ul {
  display: inline-flex;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5174a7;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #5174a7;
  color: #5174a7;
  margin: 2px;
}

.s_product_text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
}

.s_product_text h2 {
  font-size: 24px;
  font-weight: 700;
  color: #5174a7;
  margin-bottom: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.s_product_text .list li {
  margin-bottom: 5px;
}

.s_product_text .list li a {
  font-size: 15px;
  font-weight: normal;
  color: #777777;
}

.s_product_text .list li a.active span {
  color: #555;
  -webkit-text-fill-color: #555;
}

.s_product_text .list li a span {
  width: 90px;
  display: inline-block;
  color: #555555;
}

.s_product_text p {
  padding-top: 20px;
  border-top: 1px dotted #eeeeee;
  border-bottom: 1px dotted #eeeeee;
  margin-top: 20px;
  padding-bottom: 26px;
  margin-bottom: 0;
  color: var(--bs-dark-text2);
}

.product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}

.product_count input {
  width: 126px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding-left: 10px;
}

.button {
  display: inline-block;
  border: 1px solid #09817d;
  border-radius: 3px;
  color: #222;
  font-weight: 500;
  padding: 15px 50px;
  background: #09817d;
  color: #fff;
  transition: all 0.4s ease;
}

.product-two11 {
  background-color: var(--alefox-gray2, #fff);
}
.support-caption .nav-pills .nav-link {
  font-size: small;
}

/*--------------------------------------------------------------
# QUALITY
--------------------------------------------------------------*/

.section1 {
  background-color: var(--bs-body-bg4);
  margin-right: -2%;
  padding: 5%;
}
.section1 h3 {
  color: var(--bs-dark-text1);
}
.section1 p {
  margin-top: 2%;
  color: var(--bs-dark-text2);
}
.section1 img {
  width: 100%;
}
.blog-post p {
  color: var(--bs-dark-text2) !important;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--bs-dark-text2) !important;
}
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.ftco-section {
  padding: 4em 0;
  position: relative;
}
.heading-section .subheading {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6887c6;
  letter-spacing: 2px;
  font-weight: 600;
}
.heading-section h2 {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
}

.contact-section .contact-form {
  width: 100%;
  border-radius: 5px;
  background-color: var(--bs-body-bg4);
}
.form-group {
  margin-bottom: 1rem;
}
.contact-section .contact-form .form-control {
  height: 56px;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
.contact-section .contact-form .form-control {
  border: none;
  border: 1px solid rgb(0 0 0 / 0%);
  padding: 10px 20px;
}
.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.contact-section .contact-form textarea.form-control {
  height: inherit !important;
}
.btn.btn-primary {
  background: #6887c6;
  border: 1px solid #6887c6 !important;
  color: #fff !important;
}
.dbox {
  width: 100%;
  margin-bottom: 0px;
}
.dbox .icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  margin-bottom: 20px;
}
.dbox .icon span {
  font-size: 20px;
  color: var(--bs-dark-text1) !important;
}
.dbox p a {
  color: #6887c6;
}
.dbox .text {
  width: calc(100% - 50px);
  padding-left: 15px;
  color: var(--bs-dark-text2) !important;
}
.dbox .text span {
  display: block;
  line-height: 1.2;
}
.dbox p span {
  font-weight: 500;
  color: var(--bs-dark-text1) !important;
}
.tab-content > .active {
  display: block;
  color: var(--bs-dark-text2);
}

.s_product h1 {
  color: var(--bs-dark-text1);
}

.ftco-section p {
  color: var(--bs-dark-text2);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
}

.background-black-3 {
  background-color: var(--wallpi-black3, #000);
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.main-footer__top {
  padding-top: 160px;
  padding-bottom: 18px;
  background: linear-gradient(270deg, rgb(0 0 0 / 72%) 0%, #131313e6 72%);
}

.footer-widget__col--about {
  width: 25.7%;
}

.footer-widget__col {
  margin-bottom: 36px;
}

.footer-widget__col__content__logo {
  display: inline-flex;
  margin-bottom: 23px;
}

.footer-widget__col__content__text,
.footer-widget__col__subscribe {
  margin: 0;
  color: var(--wallpi-text-white, #fff);
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 27px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer-widget__col__content__links li {
  font-size: 15px;
  color: var(--wallpi-text-white, #fff);
  line-height: 32px;
  margin-bottom: 3px;
}

.footer-widget__col__content__links li a {
  color: #fff;
  font-weight: 300;
}

.footer-widget__col__content__title {
  color: var(--wallpi-text-white, #fff);
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-footer__bottom {
  text-align: center;
  background: linear-gradient(270deg, rgb(0 0 0 / 72%) 0%, #131313e6 72%);
}

.main-footer__bottom__inner {
  padding: 37px 0;
  padding-bottom: 48px;
  border-top: 1px solid rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.2);
}

.main-footer__copyright {
  margin: 0;
  color: rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.8);
  font-size: 15px;
  font-weight: 400;
}

.main-footer__social {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.main-footer__socialtext {
  color: var(--wallpi-white, #fff);
  font-size: 16px;
  font-weight: 400;
}

.main-footer__social > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--wallpi-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wallpi-text, #2a2826);
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-size: cover;
  background-position: center center;
}

.background-black {
  background-color: var(--alefox-black, #122f2a);
}
