.pb_about .pb_about-inner {
  margin-bottom: 3.125rem;
}
@media (max-width: 992px) {
  .pb_about .pb_about-inner {
    margin-bottom: 1.125rem;
  }
}
.pb_about .pb_about-inner .pb_about-title {
  margin-bottom: 3.125rem;
}
@media (max-width: 992px) {
  .pb_about .pb_about-inner .pb_about-title {
    margin-bottom: 1.125rem;
  }
}
.pb_about .pb_about-inner .pb_about-title h4 {
  margin-bottom: 0;
}
.pb_about .pb_about-img {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
  width: 100%;
  height: 100%;
}
.pb_about .pb_about-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .pb_about .pb_about-con {
    margin-top: 1rem;
  }
}
.pb_about .pb_about-con p {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .pb_about .pb_about-con p {
    font-size: 1rem;
  }
}
.pb_about .pb_about-con .pb_about-card {
  padding: 1.563rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: var(--bg-light);
}
.pb_about .pb_about-con .pb_about-card:not(:last-child) {
  margin-bottom: 1.25rem;
}
.pb_about .pb_about-con .pb_about-card .title-wrap {
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.938rem;
}
.pb_about .pb_about-con .pb_about-card .pb_about-icon {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 1.875rem;
  background: rgba(45, 140, 255, 0.1);
}
.pb_about .pb_about-con .pb_about-card h6, .pb_about .pb_about-con .pb_about-card p {
  margin-bottom: 0;
}
.pb_about hr {
  width: calc(90% + 100px);
}

.pb_feature .pb_feature-title p {
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pb_feature .pb_feature-title p {
    font-size: 1rem;
  }
}
.pb_feature .pb_wrapper {
  margin-top: 1.125rem;
}
@media (max-width: 991px) {
  .pb_feature .pb_wrapper .st_wrapper .row {
    flex-direction: column-reverse;
  }
  .pb_feature .pb_wrapper .st_wrapper .row .col:not(:last-child) {
    margin-top: 40px;
  }
  .pb_feature .pb_wrapper .st_wrapper .content-wrapper .content_img-wrap {
    border-radius: 20px;
  }
  .pb_feature .pb_wrapper .st_wrapper .pr-4 {
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .pb_feature .pb_wrapper .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .pb_feature .pb_wrapper .pr-0 {
    padding-right: 15px;
  }
  .pb_feature .pb_wrapper .container-fluid {
    padding-left: 15px;
  }
  .pb_feature .pb_wrapper .pr-4 {
    padding-right: 15px !important;
  }
}
.pb_feature .pb_wrapper .tab-wrapper {
  display: block;
}
.pb_feature .pb_wrapper .tab-wrapper .tabs {
  position: relative;
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link {
  cursor: pointer;
  font-weight: 700;
  transition: all ease-in-out 0.5s;
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link.active h5 {
  color: var(--primary-color);
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link.active .title_wrapper p {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: opacity 0.3s ease-out;
  display: block;
  max-width: 31.25rem;
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media (max-width: 1366px) {
  .pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link.active .title_wrapper p {
    font-size: 1rem;
    max-width: 100%;
  }
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link.active .icon_wrapper {
  transform: rotate(-45deg);
  border-color: var(--primary-color);
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link.active .icon_wrapper svg path {
  stroke: var(--primary-color);
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link:hover h5 {
  color: var(--primary-color);
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link:hover .icon_wrapper {
  transform: rotate(-45deg);
  border-color: var(--primary-color);
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link:hover .icon_wrapper svg path {
  stroke: var(--primary-color);
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link .title_wrapper {
  width: 100%;
  padding-right: 3.438rem;
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link .title_wrapper p {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link .title_wrapper h5 {
  margin-bottom: 0.5rem;
  transition: all ease-in-out 0.5s;
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link .icon_wrapper {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 160px;
  border: 1px solid #000;
  transition: all ease-in-out 0.5s;
  position: absolute;
  right: 0;
  padding: 0.625rem;
}
.pb_feature .pb_wrapper .tab-wrapper .tabs .tab-link .number h5 {
  opacity: 0.3;
  color: #000;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
}
.pb_feature .pb_wrapper .content-wrapper .tab-content {
  display: none;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  opacity: 1;
  transform: translateY(15px);
}
.pb_feature .pb_wrapper .content-wrapper .tab-content.active {
  display: block;
}
@media (min-width: 1024px) {
  .pb_feature .pb_wrapper .content-wrapper .content_img-wrap {
    border-radius: 1.25rem 0 0 1.25rem;
    overflow: hidden;
  }
  .pb_feature .pb_wrapper .content-wrapper .content_img-wrap img {
    width: 100%;
    object-fit: cover;
    height: 560px;
  }
}
@media (max-width: 1024px) {
  .pb_feature .pb_wrapper .content-wrapper .content_img-wrap {
    border-radius: 1.25rem 0 0 1.25rem;
    overflow: hidden;
  }
  .pb_feature .pb_wrapper .content-wrapper .content_img-wrap img {
    width: 100%;
    object-fit: cover;
    height: 560px;
  }
}
@media (max-width: 991px) {
  .pb_feature .pb_wrapper .content-wrapper .content_img-wrap {
    margin-bottom: 2.25rem;
    border-radius: 1.25rem;
    overflow: hidden;
  }
  .pb_feature .pb_wrapper .content-wrapper .content_img-wrap img {
    width: 100%;
    object-fit: cover;
    height: 350px;
  }
}

@media (min-width: 1280px) {
  .content-wrapper {
    max-width: calc(100% + (100vw - 76rem) / 2 - 10px);
    width: calc(100% + (100vw - 76rem) / 2 - 10px);
  }
}
.pb_value {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.pb_value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.pb_value .pb_value-wrapper {
  z-index: 1;
  position: relative;
}
.pb_value .pb_value-wrapper .pb_value-card {
  padding: 1.875rem;
  border-radius: 0.938rem;
  background: var(--white-color);
  height: 100%;
}
.pb_value .pb_value-wrapper .pb_value-card .pb_value-icon {
  border-radius: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(45, 140, 255, 0.1);
  margin-bottom: 0.938rem;
}
.pb_value .pb_value-wrapper .pb_value-card .pb_value-con h6 {
  margin-bottom: 0.938rem;
}
.pb_value .pb_value-wrapper .pb_value-card .pb_value-con p {
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .pb_value .pb_value-wrapper .pb_value-card .pb_value-con p {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .pb_value .pb_value-wrapper .row .col:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 991px) {
  .pb_video .pb_video-wrapper .row {
    flex-direction: column-reverse;
  }
  .pb_video .pb_video-wrapper .row .pb_video-content {
    margin-top: 1rem;
  }
}
.pb_video .pb_video-wrapper .pb_video-content {
  max-width: 36.375rem;
  width: 100%;
}
@media (max-width: 992px) {
  .pb_video .pb_video-wrapper .pb_video-content {
    max-width: 100%;
  }
}
.pb_video .pb_video-wrapper .pb_video-content h6 {
  margin-bottom: 1rem;
}
.pb_video .pb_video-wrapper .pb_video-content p {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.pb_video .pb_video-wrapper .pb_video-content p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .pb_video .pb_video-wrapper .pb_video-content p {
    font-size: 1rem;
  }
}
.pb_video .pb_video-wrapper .pb_video-box {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
.pb_video .pb_video-wrapper .pb_video-box .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.wrapper iframe {
  width: 100%;
  height: 350px;
  object-fit: cover;
}/*# sourceMappingURL=about.css.map */