.owl-item {
  width: 300px;
}
.owl-item .card {
  background: #ffffff;
  border-bottom: 3px solid #21468b;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px;
}
.owl-item .card .img {
  width: 100%;
  height: 199px;
  overflow: hidden;
}
.owl-item .card .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.owl-item .card .img img:hover {
  transform: scale(1.1);
}
.trends .up {
  position: relative;
  top: -170px;
}
.owl-item .card span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #807e7e;
  margin-top: 20px;
}

.owl-item .card p {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #272727;
  margin: 5px 0px;
}
.owl-item .card a {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #f1652a;
  margin-top: 10px;
}
.bbb_nav {
  width: 30px;
  height: 30px;
}
.bbb_prev {
  width: 37px;
  height: 37px;
}
.bbb_next {
  width: 37px;
  height: 37px;
}
/* testimonial */

.testimonial {
  background-color: #f6f6fb;
  padding: 50px 0px;
}
.testimonial p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.03em;

  color: #272727;
}
.testimonial span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #272727;
}
.testimonial .col-lg-8 {
  padding-right: 45px;
}
/* faq */
.faq{
  padding: 120px 0px;
}
.faq h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;

  color: #272727;
}
.faq .accordion .accordion-item .accordion-body {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  padding: 10px;

  color: #807e7e;
}
.faq .accordion .accordion-item {
  border-radius: 5px !important;
  margin: 30px 0px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(10, 56, 131, 0.27);
}
.faq .accordion .accordion-item h2 button {
  font-style: normal;
  font-weight: 500;
  font-size: 22px !important;
  color: #272727;
  border: none;
  box-shadow: none;
  padding: 0 0 8px 10px;
}
.faq .accordion .accordion-item h2 button:active {
  border: none;
}
.faq .accordion-button::after {
  background-image: url(./assets/images/open.png);
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url(./assets/images/close.png);
  /* background-size: cover; */
}
.faq .accordion-button:not(.collapsed) {
  color: #272727;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(10, 56, 131, 0.27);
}
