/*================================================================================================
    Start About Me 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");

/* Why Choose  */
.bx-why-choose__shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 34px;
  top: 160px;
  z-index: -1;
}
.bx-why-choose__inner {
  background-color: #f6f6f6;
  border-radius: 6px;
  gap: 110px;
  justify-content: center;
  margin: 0px 30px;
  overflow: hidden;
}
.w-choose-content {
  max-width: 708px;
  min-width: 708px;
  padding: 90px 0px;
}
.w-choose-content .faq-inner {
  margin-top: 50px;
}
.w-choose-content .accordion-item {
  margin-bottom: 32px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  border-radius: 0 !important;
}
.w-choose-content .accordion-item:last-child {
  margin: 0;
}
.w-choose-content .accordion-item .accordion-button {
  background: transparent;
  color: var(--bx-title-color);
  padding: 0 0 20px;
  border-radius: 8px !important;
  box-shadow: none;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.w-choose-content .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
  padding-bottom: 32px;
}
.w-choose-content .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.w-choose-content .accordion-item .accordion-button span {
  color: var(--bx-title-color);
}
.w-choose-content .accordion-item .accordion-button svg {
  position: absolute;
  right: 4px;
  top: 12px;
}
.w-choose-content .accordion-body {
  padding: 0px 24px 32px 0px;
  border-radius: 0px 0px 8px 8px;
  transition: all 0.4s ease;
}
.w-choose-content .accordion-body .accordion-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
}
.w-choose-content .accordion-item .accordion-button::after {
  display: none;
}
.w-choose-action {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}
.w-choose-contact p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.w-choose-contact p i {
  color: var(--bx-title-color);
  position: relative;
  top: 2px;
}
.w-choose-contact a {
  font-size: 18px;
  font-weight: 700;
  color: var(--bx-title-color);
  line-height: 120%;
  margin-top: 4px;
}
.bx-why-choose__image {
  margin-top: 110px;
}
.bx-why-choose__image img {
  max-width: 610px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-why-choose__inner {
    margin: 0;
  }
  .w-choose-content {
    padding: 90px 40px 90px 0px;
  }
  .bx-why-choose__shape {
    left: 12px;
  }
}

/* About  */
.bx-about {
  overflow: hidden;
}
.bx-about__shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.bx-about .shape-1 {
  position: absolute;
  left: 14%;
  top: 34%;
  z-index: -1;
}
.bx-about .shape-2 {
  position: absolute;
  right: 10%;
  bottom: 150px;
  z-index: -1;
}
.bx-about__inner {
  margin: 0px 292px;
}
.bx-about__section-title {
  color: var(--bx-title-color);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 43px;
  margin: 0;
}
.bx-about__main {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 97px;
}
.bx-about__circle {
  max-width: 424px;
  min-width: 424px;
  height: 424px;
  border-radius: 424px;
  background: #cddada;
  text-align: center;
  padding: 120px 62px;
}
.bx-about__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-about__circle .title span {
  font-size: 48px;
  position: relative;
  top: -28px;
}
.bx-about__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-about__content {
  min-width: 460px;
}
.bx-about__content .text {
  color: var(--bx-paragraph-color);
  font-family: var(--bx-inter-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}
.bx-about__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;
}

/* 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;
}

/* Work Process  */
.bx-work-process {
  overflow: hidden;
}
.bx-work-process__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 116px;
  padding-left: 485px;
}
.w-process-card {
  position: relative;
}
.w-process-card.card-1 {
  margin-top: 190px;
}
.w-process-card.card-2 {
  margin-top: 115px;
}
.w-process-card.card-3 {
  margin-top: 45px;
}
.w-process-card.process-icon::before {
  position: absolute;
  content: "";
  background-image: url("../images/icons/process-line.svg");
  width: 312px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -96px;
  background-position: center;
  top: -21px;
  z-index: -1;
}
.w-process-card .process-number {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 1px solid var(--bx-title-color);
  border-radius: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: var(--bx-title-color);
  transition: all 0.3s ease;
}
.w-process-card:hover .process-number {
  background: var(--bx-primary-color);
  color: var(--bx-white-color);
  border: 1px solid transparent;
}
.w-process-card .process-content {
  margin-top: 42px;
}
.w-process-card .process-content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
.w-process-card .process-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
}
.bx-work-process__shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bx-work-process__arrow {
  position: absolute;
  left: 115px;
  top: 32%;
}
.bx-work-process__shape .shape-1 {
  position: absolute;
  right: 175px;
  top: 5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .w-process-card.process-icon::before {
    width: 250px;
  }
}

/* Testimonial  */
.owl-carousel.bx-testimonial__slider-2 {
  padding: 0px 190px;
}
.testimonial-inner {
  display: flex;
  align-items: center;
  gap: 78px;
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  padding-bottom: 72px;
  margin-bottom: 60px;
}
.testimonial-inner .quotation-icon {
  min-width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--bx-white-color);
  border-radius: 100%;
  text-align: center;
  border: 1px solid var(--bx-border-color);
}
.testimonial-inner .quotation-icon img {
  max-width: 40px;
  display: inline-block !important;
}
.testimonial-info img {
  max-width: 140px;
}
.testimonial-info .title {
  margin: 0;
  margin-top: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.4px;
  color: var(--bx-title-color);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 170px;
}
.testimonial-author .author-img img {
  max-width: 60px;
  height: 60px;
  border-radius: 199%;
  object-fit: cover;
}
.testimonial-author .author-info .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--bx-title-color);
  line-height: 120%;
  margin-bottom: 8px;
}

.testimonial-author .author-info .role {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--bx-paragraph-color);
}

/* Slider Controls  */
.owl-carousel.bx-testimonial__slider-2 .owl-dots {
  position: absolute;
  right: 190px;
  bottom: 25px;
  line-height: 0;
  display: flex;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 16px;
  background: var(--bx-title-color);
  display: block;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--bx-title-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span,
.owl-carousel.bx-testimonial__slider-2 .owl-dot:hover span {
  background: var(--bx-title-color);
}
.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Blog  */
.bx-blog {
  overflow: hidden;
}
.bx-blog__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.bx-blog__card {
  margin-top: 40px;
}
.bx-blog__cover {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.bx-blog__cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(34, 48, 53, 0.24);
  z-index: 2;
}
.bx-blog__cover img {
  width: 100%;
  border-radius: 8px;
}
.bx-blog__card:hover .bx-blog__cover img {
  transform: scale(1.04);
}
.bx-blog__content {
  margin-top: 24px;
}
.bx-blog__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}
.bx-blog__meta .category {
  padding: 12px 20px;
  border: 1px solid rgba(34, 48, 53, 0.25);
  border-radius: 56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: var(--bx-primary-color);
}
.bx-blog__meta .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: var(--bx-primary-color);
  text-transform: uppercase;
}
.bx-blog__content .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  color: var(--bx-title-color);
  margin-bottom: 16px;
}
.bx-blog__content .title:hover {
  color: var(--bx-primary-color);
}
.bx-blog__content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
}

.featured-blog .bx-blog__content .title {
  font-size: 40px;
}
.blog-list .bx-blog__card {
  border-radius: 8px;
  border: 1px solid rgba(34, 48, 53, 0.25);
  padding: 30px;
  gap: 30px;
}
.blog-list .bx-blog__cover {
  min-width: 306px;
}
.blog-list .bx-blog__content {
  margin-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  /* Why Choose  */
  .bx-why-choose__inner {
    gap: 80px;
    margin: 0px 20px;
  }
  .w-choose-content {
    max-width: 600px;
    min-width: 600px;
    padding: 70px 0px;
  }
  .bx-why-choose__image img {
    max-width: 520px;
  }
  .bx-why-choose__image {
    margin-top: 90px;
  }
  .w-choose-content .faq-inner {
    margin-top: 40px;
  }
  .w-choose-content .accordion-item {
    margin-bottom: 26px;
  }
  .w-choose-content .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 16px;
    gap: 16px;
  }
  .w-choose-content .accordion-body .accordion-text {
    font-size: 16px;
    line-height: 28px;
  }
  .w-choose-action {
    gap: 26px;
    margin-top: 35px;
  }
  .w-choose-contact a {
    font-size: 16px;
  }

  /* About  */
  .bx-about__inner {
    margin: 0px 150px;
  }
  .bx-about__main {
    gap: 60px;
  }
  .bx-about__circle {
    max-width: 350px;
    min-width: 350px;
    height: 350px;
    padding: 90px 40px;
  }
  .bx-about__circle .title {
    font-size: 110px;
    line-height: 80px;
  }
  .bx-about__circle .title span {
    font-size: 40px;
    top: -20px;
  }

  /* 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;
  }

  /* Work Progress  */
  .bx-work-process__wrapper {
    padding-left: 350px;
    gap: 80px;
  }
  .bx-work-process__arrow {
    left: 0px;
    top: 350px;
    transform: scale(0.85);
  }
  .w-process-card.card-1 {
    margin-top: 160px;
  }
  .w-process-card.card-2 {
    margin-top: 95px;
  }
  .w-process-card.card-3 {
    margin-top: 35px;
  }
  .w-process-card.process-icon::before {
    width: 260px;
    right: -80px;
  }
  .bx-work-process__shape .shape-1 {
    right: 120px;
  }
  .bx-work-process__shape .shape-2 {
    right: -20px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0px 40px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    gap: 40px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 34px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 22px;
    line-height: 130%;
  }
  .bx-blog__content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-list .bx-blog__card {
    padding: 25px;
    gap: 25px;
  }
  .blog-list .bx-blog__cover {
    min-width: 260px;
  }
  .bx-blog__meta .category {
    padding: 10px 16px;
    font-size: 13px;
  }
  .bx-blog__meta .date {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Why Choose  */
  .bx-why-choose__shape {
    left: 15px;
    top: 120px;
  }
  .bx-why-choose__inner {
    flex-direction: column;
    gap: 40px;
    margin: 0px 15px;
    align-items: center;
  }
  .w-choose-content {
    max-width: 100%;
    min-width: auto;
    width: 90%;
    padding: 60px 0px 70px;
  }
  .bx-why-choose__image {
    margin-top: 70px;
    display: flex;
    justify-content: center;
  }
  .bx-why-choose__image img {
    max-width: 90%;
  }
  .w-choose-content .faq-inner {
    margin-top: 35px;
  }
  .w-choose-content .accordion-item {
    margin-bottom: 22px;
  }
  .w-choose-content .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 14px;
    gap: 14px;
  }
  .w-choose-content .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 24px;
  }
  .w-choose-content .accordion-body {
    padding: 0px 20px 24px 0px;
  }
  .w-choose-content .accordion-body .accordion-text {
    font-size: 16px;
    line-height: 26px;
  }
  .w-choose-action {
    gap: 20px;
    margin-top: 30px;
  }
  .w-choose-contact p {
    font-size: 14px;
    line-height: 24px;
  }
  .w-choose-contact a {
    font-size: 16px;
  }

  /* About  */
  .bx-about__inner {
    margin: 0px 50px;
  }
  .bx-about__section-title {
    font-size: 22px;
    line-height: 36px;
  }
  .bx-about__main {
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
  }
  .bx-about__circle {
    max-width: 300px;
    min-width: 300px;
    height: 300px;
    padding: 70px 30px;
  }
  .bx-about__circle .title {
    font-size: 90px;
    line-height: 70px;
  }
  .bx-about__circle .title span {
    font-size: 36px;
    top: -15px;
  }
  .bx-about__content {
    min-width: auto;
    width: 100%;
    text-align: center;
  }
  .bx-about__content .text {
    font-size: 18px;
    line-height: 30px;
  }
  .bx-about__btn {
    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;
  }

  /* Work Progress  */
  .bx-work-process__wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    gap: 40px;
    margin-top: 60px;
  }
  .w-process-card.card-1,
  .w-process-card.card-2,
  .w-process-card.card-3 {
    margin-top: 0;
  }
  .w-process-card.process-icon::before {
    display: none;
  }
  .bx-work-process__arrow {
    display: none;
  }
  .w-process-card .process-number {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 22px;
  }
  .w-process-card .process-content {
    margin-top: 25px;
  }
  .w-process-card .process-content .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .w-process-card .process-content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .bx-work-process__shape .shape-1 {
    right: 50px;
    top: 80px;
    max-width: 120px;
  }
  .bx-work-process__shape .shape-2 {
    right: -20px;
    bottom: 40px;
    max-width: 80px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;
    padding-bottom: 48px;
  }
  .testimonial-inner .quotation-icon {
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    max-width: 80px;
  }
  .testimonial-inner .quotation-icon img {
    max-width: 24px;
  }
  .testimonial-info .title {
    margin-top: 16px;
    font-size: 32px;
    line-height: 43px;
  }
  .testimonial-inner {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .testimonial-author {
    margin-left: 0;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .testimonial-info {
    margin-top: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 30px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
  }
  .bx-blog__content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-list .bx-blog__card {
    padding: 20px;
    gap: 20px;
  }
  .blog-list .bx-blog__cover {
    min-width: 220px;
  }
  .bx-blog__meta {
    gap: 15px;
    margin-bottom: 10px;
  }
  .bx-blog__meta .category {
    padding: 8px 14px;
    font-size: 12px;
  }
  .bx-blog__meta .date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  /* Why Choose  */
  .bx-why-choose__shape {
    left: 0;
    top: 100px;
    display: none;
  }
  .bx-why-choose__inner {
    flex-direction: column;
    gap: 0;
    margin: 0px 10px;
  }
  .w-choose-content {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    padding: 40px 16px;
  }
  .bx-why-choose__image {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .bx-why-choose__image img {
    max-width: 100%;
  }

  .w-choose-content .faq-inner {
    margin-top: 30px;
  }
  .w-choose-content .accordion-item {
    margin-bottom: 20px;
  }
  .w-choose-content .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 12px;
    gap: 10px;
  }
  .w-choose-content .accordion-item .accordion-button svg {
    right: 0;
    top: 8px;
    width: 10px;
    height: 10px;
  }
  .w-choose-content .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 20px;
  }
  .w-choose-content .accordion-body {
    padding: 0px 15px 20px 0px;
  }
  .w-choose-content .accordion-body .accordion-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
  }
  .w-choose-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 25px;
  }
  .w-choose-contact p {
    font-size: 14px;
    line-height: 22px;
  }
  .w-choose-contact a {
    font-size: 15px;
    margin-top: 2px;
  }

  /* About  */
  .bx-about__inner {
    margin: 0px 15px;
  }
  .bx-about__section-title {
    font-size: 18px;
    line-height: 30px;
  }
  .bx-about__main {
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
  .bx-about__circle {
    max-width: 250px;
    min-width: 250px;
    height: 250px;
    padding: 60px 20px;
    margin: 0 auto;
  }
  .bx-about__circle .title {
    font-size: 70px;
    line-height: 60px;
  }
  .bx-about__circle .title span {
    font-size: 28px;
    top: -12px;
  }
  .bx-about__circle .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .bx-about__content {
    min-width: auto;
    width: 100%;
    text-align: center;
  }
  .bx-about__content .text {
    font-size: 16px;
    line-height: 28px;
  }
  .bx-about__btn {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
  .bx-about .shape-1 {
    left: 5%;
    top: 15%;
    width: 30px;
  }
  .bx-about .shape-2 {
    right: 5%;
    bottom: 50px;
    width: 30px;
  }

  /* 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;
  }

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

  /* Work Progress  */
  .bx-work-process__wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 30px;
    margin-top: 40px;
  }
  .w-process-card.card-1,
  .w-process-card.card-2,
  .w-process-card.card-3 {
    margin-top: 0;
  }
  .w-process-card.process-icon::before {
    display: none;
  }
  .bx-work-process__arrow {
    display: none;
  }
  .w-process-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .w-process-card .process-number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .w-process-card .process-content {
    margin-top: 20px;
  }
  .w-process-card .process-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .w-process-card .process-content .text {
    font-size: 15px;
    line-height: 24px;
  }
  .bx-work-process__shape .shape-1,
  .bx-work-process__shape .shape-2 {
    max-width: 60px;
  }

  .bx-work-process__shape .shape-1 {
    right: 20px;
    top: 60px;
  }

  .bx-work-process__shape .shape-2 {
    right: -10px;
    bottom: 30px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;
    padding-bottom: 48px;
  }
  .testimonial-inner .quotation-icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    max-width: 60px;
  }
  .testimonial-inner .quotation-icon img {
    max-width: 24px;
  }
  .testimonial-info .title {
    margin-top: 16px;
    font-size: 24px;
    line-height: 34px;
  }
  .testimonial-inner {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .testimonial-author {
    margin-left: 0;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .testimonial-info {
    margin-top: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 24px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .bx-blog__content .text {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-list .bx-blog__card {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
  .blog-list .bx-blog__cover {
    min-width: 100%;
  }
  .blog-list .bx-blog__content {
    margin-top: 15px;
  }
  .bx-blog__meta {
    gap: 12px;
    margin-bottom: 8px;
  }
  .bx-blog__meta .category {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 10px;
  }
  .bx-blog__meta .date {
    font-size: 11px;
  }
}

/*================================================================================================
    End About Me CSS
===================================================================================================*/
