/*================================================================================================
    Start About 2 CSS
===================================================================================================*/
@import url("reset.css");
@import url("mobile-menu.css");
@import url("global-header.css");
@import url("breadcrumbs.css");
@import url("call-action.css");
@import url("footer.css");

.bx-trust {
  background-color: #223035;
}
.bx-trust__newsletter {
  min-width: 605px;
  position: relative;
}
.bx-trust__newsletter::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 440px;
  background: rgba(255, 255, 255, 0.08);
  right: -98px;
  top: -149px;
  transform: rotate(-166deg);
}
.bx-trust__newsletter .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
  color: var(--bx-white-color);
}
.bx-trust__newsletter form {
  position: relative;
}
.bx-trust__newsletter input {
  width: 100%;
  padding: 20px 232px 20px 30px;
  color: var(--bx-white-color);
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.06);
  height: 72px;
  border-radius: 55px;
  background: #364347;
}
.bx-trust__newsletter input:focus {
  color: var(--bx-white-color);
}
.bx-trust__newsletter .bx-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  border-radius: 52px;
  text-align: center;
  padding: 16px 40px;
  justify-content: center;
  height: 52px;
}

.bx-trust__newsletter::before,
.bx-trust__review-inner::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 440px;
  background: rgba(255, 255, 255, 0.08);
  right: -98px;
  top: -149px;
  transform: rotate(-166deg);
}
.bx-trust__review-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}
.bx-trust__review .client-img-list li {
  display: inline-block;
}
.bx-trust__review .client-img-list li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--bx-white-color);
}
.bx-trust__review .client-img-list li {
  margin-left: -16px;
}
.bx-trust__review .client-img-list {
  margin-left: 16px;
}
.bx-trust__review {
  max-width: 328px;
}
.bx-trust__review .trustpilot-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bx-trust__review .trustpilot-info span {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: -0.18px;
  color: var(--bx-white-color);
}
.bx-trust__review .text {
  color: #748aa0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 8px;
}
.bx-trust__review .trustpilot-info img {
  max-width: 96px;
}
.bx-trust__review .review-text {
  color: var(--bx-white-color);
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.bx-trust__review .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  margin: 0px;
  margin-top: 32px;
}
.bx-award__medal-list .title {
  margin: 0;
  color: var(--bx-white-color);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.bx-award__medal-icons {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.bx-award__medal-icons img {
  max-width: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-trust__newsletter::before,
  .bx-trust__review-inner::before {
    right: -54px;
  }
}

/* Partners  */
.bx-partner__section-head {
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  padding-bottom: 40px;
}
.bx-partner__section-head .title {
  color: var(--bx-paragraph-color);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin: 0;
}
.owl-carousel.bx-partner__slider {
  margin-top: 40px;
}
.bx-partner__item img {
  max-width: 174px;
}

/* Funfact  */
.bx-funfact__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px 75px;
}
.bx-funfact__image img {
  max-width: 729px;
  border-radius: 8px;
}
.bx-funfact__inner {
  gap: 96px;
}
.bx-funfact .funfact-card {
  display: flex;
  gap: 30px;
}
.bx-funfact .funfact-card .icon {
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1px solid var(--bx-primary-color);
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.bx-funfact .funfact-card:hover .icon {
  border: 1px solid transparent;
  background: var(--bx-primary-color);
}
.bx-funfact .funfact-card:hover .icon svg path {
  fill: var(--bx-white-color);
}
.bx-funfact .funfact-card .title,
.bx-funfact .funfact-card .odometer {
  font-size: 77px;
  font-weight: 500;
  letter-spacing: -1.54px;
  line-height: 58px;
  font-family: var(--bx-inter-font);
  margin-bottom: 0px;
  display: flex;
  text-transform: uppercase;
  position: relative;
  top: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bx-title-color);
  transition: all 0.3s ease;
}
.bx-funfact .funfact-card:hover .title,
.bx-funfact .funfact-card:hover .odometer {
  -webkit-text-fill-color: var(--bx-title-color);
}
.bx-funfact .funfact-card .text {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-funfact__image img {
    max-width: 650px;
  }
}

/* Team  */
.bx-team {
  overflow: hidden;
}
.bx-team__shape {
  position: absolute;
  right: -58px;
  top: 145px;
  z-index: -1;
}
.bx-team__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.bx-team__head {
  position: relative;
  overflow: hidden;
}
.bx-team__img {
  border-radius: 8px;
  overflow: hidden;
}
.bx-team__img img {
  width: 100%;
  border-radius: 8px;
}
.bx-team__card:hover .bx-team__img img {
  transform: scale(1.04);
}
.bx-team__social {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.bx-team__card:hover .bx-team__social {
  bottom: 30px;
}
.bx-team__social li {
  display: inline-block;
  margin-right: 10px;
}
.bx-team__social li a {
  width: 42px;
  height: 42px;
  background: var(--bx-white-color);
  border-radius: 100%;
  line-height: 44px;
  text-align: center;
  color: var(--bx-title-color);
}
.bx-team__social li a:hover {
  color: var(--bx-white-color);
  background: var(--bx-primary-color);
}
.bx-team__social li:last-child {
  margin: 0;
}
.bx-team__content {
  margin-top: 32px;
}
.bx-team__content .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
.bx-team__content .designation {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

/* Portfolio */
.bx-portfolio .bx-container {
  max-width: 1680px;
}
.bx-portfolio__inner {
  margin-top: 40px;
}
/* .portfolio-row {
  --bs-gutter-y: 1.9rem;
  margin-top: 20px;
} */
.filter-menu {
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  text-align: center;
  margin-bottom: 50px;
}
.filter-menu .tab-btn {
  color: var(--bx-paragraph-color);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 20px 40px;
  line-height: 18px;
}
.filter-menu .tab-btn.active,
.filter-menu .tab-btn:hover {
  color: var(--bx-primary-color);
}
.filter-menu .tab-btn::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: rgba(34, 48, 53, 0.17);
  right: 0px;
  bottom: 0;
}
.portfolio-card {
  position: relative;
  overflow: hidden;
}
.portfolio-img {
  position: relative;
}
.portfolio-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(0, 16, 21, 0.65);
  z-index: 1;
  transition: all 0.3s ease;
}
.portfolio-card:hover .portfolio-img::before {
  background: var(--bx-primary-color);
}
.portfolio-img {
  overflow: hidden;
  border-radius: 8px;
}
.portfolio-img img {
  width: 100%;
  height: 524px;
  object-fit: cover;
  border-radius: 8px;
}
.portfolio-card:hover .portfolio-img img {
  transform: scale(1.04);
}
.portfolio-card .arrow-icon {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 2;
}
.portfolio-card:hover .arrow-icon path {
  fill: var(--bx-white-color);
}
.portfolio-content {
  position: absolute;
  padding: 40px;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
.portfolio-card:hover .portfolio-content {
  transform: translateY(0px);
}
.portfolio-content .sm-title {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.29);
  display: inline-block;
  color: var(--bx-white-color);
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.15px;
}

.portfolio-content .title {
  margin: 0;
  margin-top: 24px;
  color: var(--bx-white-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.portfolio-content p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  transition: all 0.3 ease;
  min-height: 90px;
}

/* Why Choose  */
.bx-why-choose {
  overflow: hidden;
}

.bx-why-choose__inner {
  margin: 0px 292px;
}
.bx-why-choose__section-title {
  color: var(--bx-title-color);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 43px;
  margin: 0;
}
.bx-why-choose__main {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 97px;
}
.bx-why-choose__circle {
  max-width: 424px;
  min-width: 424px;
  height: 424px;
  border-radius: 424px;
  background: #85a6a678;
  text-align: center;
  padding: 120px 62px;
}
.bx-why-choose__circle .title {
  font-size: 140px;
  font-weight: 500;
  line-height: 96px;
  color: var(--bx-title-color);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.bx-why-choose__circle .title span {
  font-size: 48px;
  position: relative;
  top: -28px;
}
.bx-why-choose__circle .text {
  color: var(--bx-paragraph-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-top: 32px;
}
.bx-why-choose__content {
  min-width: 460px;
}
.bx-why-choose__content .text {
  color: var(--bx-paragraph-color);
  font-family: var(--bx-inter-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}
.bx-why-choose__btn {
  margin-top: 56px;
  margin-left: 32px;
}

/* Video  */
.bx-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}
.bx-video__content {
  padding: 490px 0px 100px;
}
.bx-video__content .title {
  font-size: 40px;
  font-weight: 500;
  color: var(--bx-white-color);
  max-width: 600px;
  margin: 0;
  line-height: 140%;
}
.bx-video__player {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding-top: 24px;
}
.bx-video__player .video-content p {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: var(--bx-white-color);
}
.bx-video__player .video-content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  color: var(--bx-white-color);
  display: block;
  margin-top: 16px;
}
.bx-video__player .bx-video__btn {
  width: 76px;
  height: 76px;
  line-height: 82px;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff30;
  backdrop-filter: blur(4px);
  color: var(--bx-white-color) !important;
  border: 1px solid #ffffff57;
  z-index: 2;
  transition: all 0.3s ease;
}
.bx-video__player .bx-video__btn:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color) !important;
  border: 1px solid transparent;
}

/* Blog  */
.bx-blog {
  background-color: #f6f6f6;
}
.bx-blog .bx-section-head {
  align-items: end;
}
.bx-blog .bx-section-head__text {
  margin: 0;
  color: var(--bx-title-color);
}
.bx-blog .bx-section-head__btn {
  margin-top: 32px;
}
.bx-section-head__info.two {
  max-width: 480px;
}
.bx-blog__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.bx-blog__card {
  display: flex;
  gap: 30px;
  padding: 30px;
  border-radius: 8px;
  align-items: center;
  transition: all 0.3s ease;
  background: var(--bx-white-color);
}
.bx-blog__cover {
  min-width: 306px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.bx-blog__cover img {
  max-width: 306px;
  border-radius: 8px;
}
.bx-blog__card:hover .bx-blog__cover img {
  transform: scale(1.04);
}
.bx-blog__meta .category {
  padding: 12px 20px;
  border-radius: 57px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: var(--bx-title-color);
  display: inline-block;
  border: 1px solid rgba(34, 48, 53, 0.25);
}
.bx-blog__meta .category:hover {
  border: 1px solid transparent;
  background: var(--bx-primary-color);
  color: var(--bx-title-color);
}
.bx-blog__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.bx-blog__meta .date {
  color: var(--bx-title-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.bx-blog__content .title {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 400;
}
.bx-blog__content .title a {
  font-weight: 400;
  line-height: 40px;
  color: var(--bx-title-color);
}
.bx-blog__content .title a:hover {
  text-decoration: underline;
}
.bx-blog__content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  color: var(--bx-paragraph-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  /* Trust  */
  .bx-trust__newsletter {
    min-width: 450px;
  }
  .bx-trust__newsletter::before,
  .bx-trust__review-inner::before {
    right: -70px;
    height: 380px;
  }
  .bx-trust__newsletter .title,
  .bx-award__medal-list .title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .bx-trust__newsletter input {
    height: 65px;
    padding: 15px 55px 15px 25px;
  }
  .bx-trust__newsletter .bx-btn {
    padding: 14px 30px;
    height: 45px;
  }
  .bx-trust__review {
    max-width: 280px;
  }
  .bx-trust__review .review-text {
    margin-top: 24px;
    font-size: 15px;
    line-height: 24px;
  }
  .bx-award__medal-icons {
    gap: 20px;
  }
  .bx-award__medal-icons img {
    max-width: 70px;
  }

  /* Funfact  */
  .bx-funfact__inner {
    gap: 70px;
  }
  .bx-funfact__image img {
    max-width: 480px;
  }
  .bx-funfact__content {
    gap: 100px 50px;
  }
  .bx-funfact .funfact-card {
    gap: 25px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 24px;
    height: 24px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 50px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  /* Why Choose  */
  .bx-why-choose__inner {
    margin: 0px 200px;
  }
  .bx-why-choose__main {
    gap: 70px;
  }
  .bx-why-choose__circle {
    max-width: 380px;
    min-width: 380px;
    height: 380px;
    padding: 100px 50px;
  }
  .bx-why-choose__circle .title {
    font-size: 120px;
    line-height: 90px;
  }
  .bx-why-choose__circle .title span {
    font-size: 42px;
    top: -24px;
  }
  .bx-why-choose__content {
    min-width: 400px;
  }
  .bx-why-choose__content .text {
    font-size: 18px;
    line-height: 32px;
  }
  .bx-why-choose__btn {
    margin-top: 48px;
    margin-left: 24px;
  }

  /* Portfolio  */
  .portfolio-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Video  */
  .bx-video__content {
    padding: 450px 0px 90px;
  }
  .bx-video__content .title {
    font-size: 36px;
    max-width: 550px;
  }
  .bx-video__player {
    margin-top: 20px;
    padding-top: 20px;
  }
  .bx-video__player .video-content p {
    font-size: 20px;
  }
  .bx-video__player .video-content span {
    margin-top: 14px;
  }
  .bx-video__player .bx-video__btn {
    width: 70px;
    height: 70px;
    line-height: 76px;
    font-size: 18px;
  }

  /* Blog  */
  .bx-blog__card {
    display: block;
  }
  .bx-blog__cover img {
    max-width: 100%;
    width: 100%;
  }
  .bx-blog__content {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Trust  */
  .bx-trust__inner {
    flex-direction: column;
    gap: 40px;
  }
  .bx-trust__newsletter {
    min-width: 100%;
  }
  .bx-trust__newsletter::before,
  .bx-trust__review-inner::before {
    display: none;
  }
  .bx-trust__review {
    max-width: 100%;
  }
  .bx-trust__review-inner {
    justify-content: center;
  }
  .bx-award__medal-list {
    width: 100%;
  }

  /* Funfact  */
  .bx-funfact__inner {
    flex-direction: column;
    gap: 60px;
  }
  .bx-funfact__image {
    text-align: center;
  }
  .bx-funfact__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-funfact__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
  .bx-funfact .funfact-card {
    gap: 20px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 22px;
    height: 22px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  /* Team  */
  .bx-team__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Why Choose  */
  .bx-why-choose__shape {
    left: -60px;
    top: 140px;
    width: 230px;
  }
  .bx-why-choose__inner {
    margin: 0px 80px;
  }
  .bx-why-choose__section-title {
    font-size: 22px;
    line-height: 36px;
  }
  .bx-why-choose__main {
    margin-top: 40px;
    flex-direction: column;
    gap: 50px;
  }
  .bx-why-choose__circle {
    max-width: 320px;
    min-width: 320px;
    height: 320px;
    padding: 80px 40px;
  }
  .bx-why-choose__circle .title {
    font-size: 100px;
    line-height: 70px;
  }
  .bx-why-choose__circle .title span {
    font-size: 36px;
    top: -20px;
  }
  .bx-why-choose__circle .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
  }
  .bx-why-choose__content {
    min-width: auto;
    max-width: 600px;
  }
  .bx-why-choose__content .text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .bx-why-choose__btn {
    margin-top: 40px;
    margin-left: 0;
    text-align: center;
  }

  /* Video  */
  .bx-video__content {
    padding: 350px 0px 80px;
  }

  .bx-video__content .title {
    font-size: 32px;
    max-width: 500px;
  }

  .bx-video__player {
    margin-top: 18px;
    padding-top: 18px;
    gap: 16px;
  }

  .bx-video__player .video-content p {
    font-size: 18px;
    line-height: 20px;
  }

  .bx-video__player .video-content span {
    font-size: 15px;
    margin-top: 12px;
  }

  .bx-video__player .bx-video__btn {
    width: 65px;
    height: 65px;
    line-height: 70px;
    font-size: 16px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    display: grid;
    margin-top: 20px;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .bx-blog__cover {
    min-width: 100%;
    width: 100%;
  }
  .bx-blog__card {
    display: block;
    min-width: 100%;
    width: 100%;
    padding: 24px;
  }
  .bx-blog__cover img {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
  }
  .bx-blog__content .title {
    margin-bottom: 9px;
    font-size: 22px;
  }
  .bx-blog__content .title a {
    line-height: 32px;
  }
  .bx-blog__content .text {
    line-height: 25px;
  }
  .bx-blog__meta .category {
    padding: 8px 12px;
    line-height: 11px;
  }
  .bx-blog__content {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  /* Trust  */
  .bx-trust__inner {
    flex-direction: column;
    gap: 40px;
  }
  .bx-trust__newsletter {
    min-width: 100%;
  }
  .bx-trust__newsletter::before,
  .bx-trust__review-inner::before {
    display: none;
  }
  .bx-trust__newsletter .title,
  .bx-award__medal-list .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
  }
  .bx-trust__newsletter input {
    height: 60px;
    padding: 15px 170px 15px 20px;
    font-size: 14px;
  }
  .bx-trust__newsletter .bx-btn {
    padding: 12px 20px;
    height: 40px;
    font-size: 12px;
  }
  .bx-trust__review {
    max-width: 100%;
  }
  .bx-trust__review-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .bx-trust__review .review-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .bx-award__medal-list {
    width: 100%;
  }
  .bx-award__medal-icons {
    flex-wrap: wrap;
    gap: 15px;
  }
  .bx-award__medal-icons img {
    max-width: 60px;
  }

  /* Partner  */
  .bx-partner__section-head {
    padding-bottom: 24px;
  }
  .bx-partner__section-head .title {
    font-size: 18px;
  }
  .owl-carousel.bx-partner__slider {
    margin-top: 32px;
  }

  /* Funfact  */
  .bx-funfact__inner {
    flex-direction: column;
    gap: 40px;
  }
  .bx-funfact__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-funfact__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bx-funfact .funfact-card {
    gap: 15px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 20px;
    height: 20px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 36px;
    letter-spacing: -0.8px;
    line-height: 30px;
    -webkit-text-stroke-width: 0.5px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  /* Team  */
  .bx-team__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .bx-team__content {
    margin-top: 16px;
  }
  .bx-team__content .name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .bx-team__shape {
    display: none;
  }

  /* Portfolio   */
  .bx-portfolio__inner {
    margin-top: 20px;
  }
  .portfolio-row {
    margin-top: 0;
  }

  .filter-menu .tab-btn {
    font-size: 14px;
    padding: 6px 10px;
  }
  .filter-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 40px;
  }
  .filter-menu .tab-btn::before {
    display: none;
  }
  .portfolio-img img {
    height: auto;
  }
  .portfolio-content .sm-title {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .portfolio-content .title {
    margin-top: 16px;
    font-size: 18px;
  }
  .portfolio-content p {
    line-height: 27px;
  }
  .portfolio-content {
    padding: 24px;
  }
  .portfolio-card .arrow-icon {
    right: 30px;
    top: 30px;
    max-width: 40px;
  }
  .portfolio-content {
    bottom: 12px;
  }

  /* Why Choose  */
  .bx-why-choose__shape {
    left: -100px;
    top: 120px;
    width: 180px;
  }
  .bx-why-choose__inner {
    margin: 0px;
  }
  .bx-why-choose__section-title {
    font-size: 18px;
    line-height: 32px;
  }
  .bx-why-choose__main {
    margin-top: 32px;
    flex-direction: column;
    gap: 40px;
  }
  .bx-why-choose__circle {
    max-width: 280px;
    min-width: 280px;
    height: 280px;
    padding: 70px 30px;
  }
  .bx-why-choose__circle .title {
    font-size: 80px;
    line-height: 60px;
  }
  .bx-why-choose__circle .title span {
    font-size: 28px;
    top: -16px;
  }
  .bx-why-choose__circle .text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
  }
  .bx-why-choose__content {
    min-width: auto;
  }
  .bx-why-choose__content .text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  .bx-why-choose__btn {
    margin-top: 32px;
    margin-left: 0;
    text-align: center;
  }

  /* Video  */
  .bx-video__content {
    padding: 250px 0px 60px;
  }
  .bx-video__content .title {
    font-size: 26px;
    max-width: 100%;
    line-height: 130%;
  }
  .bx-video__player {
    margin-top: 15px;
    padding-top: 15px;
    gap: 12px;
  }
  .bx-video__player .video-content p {
    font-size: 16px;
    line-height: 18px;
  }
  .bx-video__player .video-content span {
    font-size: 14px;
    margin-top: 10px;
    line-height: 12px;
  }
  .bx-video__player .bx-video__btn {
    width: 55px;
    height: 55px;
    line-height: 60px;
    font-size: 14px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    display: grid;
    margin-top: 20px;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .bx-blog__cover {
    min-width: 100%;
    width: 100%;
  }
  .bx-blog__cover img {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
  }
  .bx-blog__card {
    display: block;
    min-width: 100%;
    width: 100%;
    padding: 24px;
  }
  .bx-blog__content .title {
    margin-bottom: 9px;
    font-size: 22px;
  }
  .bx-blog__content .title a {
    line-height: 32px;
  }
  .bx-blog__content .text {
    line-height: 25px;
  }
  .bx-blog__meta .category {
    padding: 8px 12px;
    line-height: 11px;
  }
  .bx-blog__content {
    margin-top: 32px;
  }
}

/*================================================================================================
    End About 2 CSS
===================================================================================================*/
