/*================================================================================================
    Start Business Consulting Home CSS
===================================================================================================*/
@import "../reset.css";
@import "../mobile-menu.css";
@import "../header.css";

:root {
  --bx-primary-color: #93ff7d;
  --bx-title-color: #011;
}

.bx-section-head__label {
  background: #f6f6f6;
  color: var(--bx-title-color);
}

.bx-btn {
  color: var(--bx-title-color);
}

/* Header  */
.bx-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.bx-header__block {
  border-bottom: 0;
}
.header-main.sticky {
  background: #001111ab;
}
.bx-header__inner {
  position: initial;
}
.bx-header__main {
  margin: 0px 10px;
}
.bx-header__logo {
  border-right: 0;
  padding-right: 0px;
  height: auto;
}
.bx-header__right {
  gap: 40px;
}
.bx-header__action {
  gap: 24px;
}
.bx-header__action-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bx-header__search,
.bx-header__menu {
  color: var(--bx-white-color);
  width: 44px;
  height: 44px;
  border: 1px solid var(--bx-white-color);
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}
.bx-header__search:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-header__menu {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.1);
}
.bx-header__menu:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-header__nav {
  border-right: none;
  padding: 0;
}
.bx-header__nav-menu li a {
  padding: 35px 0px;
}
.bx-header__nav-menu li a,
.bx-header__info .support-text i {
  color: var(--bx-white-color);
}
.mega-menu__item-action .bx-btn {
  color: var(--bx-title-color) !important;
}
.mega-menu__item-action .bx-btn:hover {
  color: var(--bx-white-color) !important;
}
.header-main.sticky .bx-header__nav-menu li .active {
  color: var(--bx-primary-color);
}

.offcanvas__sub_menu_item.active,
.offcanvas__menu_item.active,
.offcanvas__sub_menu_item:hover,
.offcanvas__menu_item:hover {
  color: #85a6a6;
}
.offcanvas__sub_menu_toggle::after,
.offcanvas__sub_menu_toggle::before {
  background-color: #85a6a6;
}

/* Hero  */
.bx-hero {
  padding-top: 452px;
  padding-bottom: 120px;
  overflow: hidden;
}
.bx-hero__inner {
  gap: 40px;
  margin: 0px 10px;
}
.bx-hero__content {
  max-width: 812px;
}
.hero-review-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-review-wrapper .reviewers-img-list li {
  display: inline-block;
}
.hero-review-wrapper .reviewers-img-list li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--bx-white-color);
}
.hero-review-wrapper .reviewers-img-list li {
  margin-left: -16px;
}
.hero-review-wrapper .reviewers-img-list {
  margin-left: 16px;
}
.hero-review-wrapper .trustpilot-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-review-wrapper .trustpilot-info span {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: -0.18px;
  color: var(--bx-white-color);
}
.hero-review-wrapper .trustpilot-info img {
  max-width: 96px;
}
.hero-review-wrapper .reviewers-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: var(--bx-white-color);
  margin-top: 8px;
}
.bx-hero__content .title {
  font-size: 77px;
  line-height: 91px;
  margin: 0;
  color: var(--bx-white-color);
  font-weight: 500;
  letter-spacing: -1.54px;
  margin-top: 40px;
}
.bx-hero__content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.44px;
  font-family: var(--bx-inter-font);
  max-width: 595px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 24px;
}

.bx-hero__form form {
  position: relative;
}
.bx-hero__form .title {
  color: var(--bx-white-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--bx-inter-font);
  margin-bottom: 24px;
  display: block;
}
.bx-hero__form form input {
  width: 555px;
  height: 72px;
  border-radius: 55px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.24);
  padding: 20px 180px 20px 34px;
  color: var(--bx-white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.bx-hero__form form input:focus,
.bx-hero__form form input::placeholder {
  color: var(--bx-white-color);
}
.bx-hero__form form .bx-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 52px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-hero {
    padding-top: 300px;
  }
}

/* About  */
.bx-about {
  overflow: hidden;
}
.bx-about__top {
  gap: 65px;
}
.bx-about__image-widget.widget-1 {
  transform: rotate(-16deg);
}
.bx-about__image-widget.widget-2 {
  transform: rotate(16deg);
}
.bx-about__image-widget img {
  max-width: 228px;
  border-radius: 6px;
}
.bx-about .bx-section-head {
  max-width: 734px;
  margin: 0;
}

.bx-about .bx-section-head__title {
  color: var(--bx-white-color);
  margin: 0;
}
.bx-about .bx-section-head__btn {
  margin-top: 40px;
}
.bx-about .bx-section-head__btn .bx-btn {
  background: var(--bx-primary-color);
  border: none;
}
.bx-about .bx-section-head__btn .bx-btn:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}

.bx-about__counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  margin-top: 140px;
}
.bx-about .single-counter {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bx-about .single-counter h4 {
  margin: 0;
  font-size: 76px;
  line-height: 70px;
  color: var(--bx-white-color);
  font-weight: 500;
}
.bx-about .single-counter .odometer.odometer-auto-theme,
.bx-about .single-counter .odometer.odometer-theme-default {
  font-family: var(--bx-inter-font);
  line-height: 70px;
  letter-spacing: -1px;
}
.bx-about .single-counter p {
  font-size: 20px;
  font-family: var(--bx-inter-font);
  font-weight: 400;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.75);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-about__counter-wrapper {
    gap: 60px;
  }
  .bx-about__top {
    justify-content: space-around;
  }
}

/* Service  */
.bx-service {
  overflow: hidden;
}
.bx-service .bx-section-head {
  gap: 40px;
}
.bx-service .bx-section-head__info {
  max-width: 636px;
}
.bx-service .bx-section-head__info.two {
  max-width: 480px;
}
.bx-service .bx-section-head__text {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.bx-service .bx-section-head__btn {
  margin-top: 32px;
}
.owl-carousel.bx-features__slider {
  padding-left: 176px;
  margin-top: 50px;
}
.bx-service__item {
  position: relative;
  padding-right: 50px;
  margin-right: 50px;
}
.bx-service__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 598px;
  right: 0;
  top: 0;
  background: rgba(34, 48, 53, 0.17);
}
.bx-service__item .service-img {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.service-img img {
  border-radius: 8px;
  transition: all 0.3s ease;
}
.bx-service__item:hover .service-img img {
  transform: scale(1.04);
}
.service-content {
  margin-top: 30px;
}
.service-content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
.service-content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  margin-top: 10px;
  color: var(--bx-white-color);
}
.service-content h4:hover {
  color: var(--bx-primary-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .owl-carousel.bx-features__slider {
    padding-left: 24px;
  }
}

/* Why Choose  */
.bx-why-choose__shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 34px;
  top: 160px;
  z-index: -1;
  opacity: 0.1;
}
.bx-why-choose__inner {
  background-color: #0f1f1f;
  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(255, 255, 255, 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-white-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-white-color);
}
.w-choose-content .accordion-item .accordion-button svg {
  position: absolute;
  right: 4px;
  top: 12px;
}
.w-choose-content .accordion-item .accordion-button svg path {
  fill: var(--bx-white-color);
}
.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;
  color: var(--bx-white-color);
}
.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;
  color: rgba(255, 255, 255, 0.8);
}
.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-white-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;
  }
}

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

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

/* Portfolio  */
.bx-portfolio .bx-section-head {
  gap: 40px;
}
.bx-portfolio .bx-section-head__info {
  max-width: 636px;
}
.bx-portfolio .bx-section-head__info.two {
  max-width: 480px;
}
.bx-portfolio .bx-section-head__text {
  color: var(--bx-white-color);
  margin: 0;
}
.bx-portfolio .bx-section-head__btn {
  margin-top: 32px;
}
.bx-portfolio__wrapper {
  margin-top: 40px;
}
.bx-portfolio__item {
  padding: 65px 0px;
  border-top: 1px solid rgba(34, 48, 53, 0.17);
}
.bx-portfolio__item:last-child {
  padding-bottom: 0px;
}
.bx-portfolio__item .portfolio-image {
  max-width: 720px;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 24px;
}
.bx-portfolio__item .portfolio-image img {
  max-width: 674px;
}
.bx-portfolio__item .portfolio-content {
  max-width: 430px;
}
.bx-portfolio__item .portfolio-content .number {
  display: block;
  color: var(--bx-white-color);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15px;
  width: 40px;
  height: 40px; 
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 100%;
  line-height: 40px;
}
.bx-portfolio__item .portfolio-content .category {
  margin-top: 50px;
  border-radius: 4px;
  background: #192828;
  display: inline-block;
  padding: 8px 18px;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.15px;
  font-weight: 500;
  color: var(--bx-white-color);
}
.bx-portfolio__item .portfolio-content .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  margin: 0;
  margin-top: 16px;
  color: var(--bx-white-color);
}
.bx-portfolio__item .portfolio-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-top: 16px;
}
.bx-portfolio__item .portfolio-content .key-ponits {
  margin-top: 32px;
}
.bx-portfolio__item .portfolio-content .key-ponits li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bx-portfolio__item .portfolio-content .key-ponits li:last-child {
  margin: 0;
}
.bx-portfolio__item .portfolio-content .key-ponits li i {
  color: #85a6a6;
  position: relative;
  top: 2px;
}
.bx-portfolio__item .portfolio-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bx-white-color);
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 120%;
  margin-top: 56px;
}
.bx-portfolio__item .portfolio-btn:hover{
  color: var(--bx-primary-color);
}
.bx-portfolio__item .portfolio-btn i {
  position: relative;
  top: 2px;
}

/* Text Move  */
.bx-text-move {
  overflow: hidden;
}
.swiper.text-move_slider-reverse {
  margin-top: 40px;
}
.bx-text-move .swiper-slide {
  width: auto !important;
}
.bx-text-move .swiper-wrapper {
  transition-timing-function: linear;
}
.bx-text-slide__item {
  display: flex;
  gap: 58px;
  justify-content: center;
  align-items: center;
}
.bx-text-slide__item .text {
  font-size: 77px;
  font-weight: 400;
  letter-spacing: -3.08px;
  color: var(--bx-white-color);
  line-height: 140%;
}
.bx-text-slide__item .text.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bx-white-color);
}
.bx-text-slide__item .arrow-img {
  max-width: 50px;
  max-height: 50px;
}

/* Team  */
.bx-team {
  background-color: #0F1F1F;
}
.bx-team__shape {
  position: absolute;
  right: 0;
  top: 145px;
}
.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-title-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 .name a{
  color: var(--bx-white-color);
}
.bx-team__content .name a:hover{
  color: var(--bx-primary-color);
}
.bx-team__content .designation {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.80);
}

/* Motivation  */
.bx-motivation__image {
  text-align: center;
}
.bx-motivation__image img {
  width: 100%;
  border-radius: 6px;
}
.bx-motivation__content {
  gap: 150px;
  justify-content: center;
  justify-items: end;
}
.bx-award__medal {
  margin-top: 128px;
}
.bx-award__medal .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: 55px;
}
.bx-award__medal-icons img {
	max-width: 90px;
	filter: brightness(0) invert(1);
}
.bx-motivation__widget {
  border-radius: 6px;
  background: var(--bx-primary-color);
  max-width: 342px;
  padding: 45px 30px 35px 30px;
  margin-top: -112px;
}
.bx-motivation__widget .title {
  color: #0b0b0b;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 13px;
}
.bx-motivation__widget .text {
  color: rgba(11, 11, 11, 0.75);
  font-family: var(--bx-inter-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.bx-motivation__widget img {
  margin-top: 28px;
}

/* Testimonial  */
.owl-carousel.bx-testimonial__slider-2 {
  padding: 0px 190px;
}
.testimonial-inner {
	display: flex;
	align-items: center;
	gap: 78px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	padding-bottom: 72px;
	margin-bottom: 60px;
}
.testimonial-inner .quotation-icon {
  min-width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--bx-primary-color);
  border-radius: 100%;
  text-align: center;
}
.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-white-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-white-color);
  line-height: 120%;
  margin-bottom: 8px;
}

.testimonial-author .author-info .role {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.75);
}

/* 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-white-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-white-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-white-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 {
	background-color: #0F1F1F;
}
.bx-blog .bx-section-head {
  align-items: end;
}
.bx-blog .bx-section-head__btn .bx-btn {
  color: var(--bx-title-color);
}
.bx-blog .bx-section-head__btn .bx-btn:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-blog .bx-section-head__text {
  margin: 0;
  color: var(--bx-white-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: #223131;
}
.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-white-color);
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.bx-blog__meta .category:hover {
  background: var(--bx-primary-color);
  color: var(--bx-title-color);
  border: 1px solid transparent;
}
.bx-blog__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.bx-blog__meta .date {
  color: var(--bx-white-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-white-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: rgba(255, 255, 255, 0.75);
}

/* Call Action  */
.bx-call-action {
  background-color: var(--bx-primary-color);
  overflow: hidden;
}
.bx-call-action__shapes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bx-call-action__shapes .shape {
  position: absolute;
  left: 8%;
  top: 20%;
}
.bx-call-action__shapes .shape-2 {
  position: absolute;
  right: -8%;
  bottom: -39%;
}
.bx-call-action__content {
  padding: 0px 66px;
}
.bx-call-action__content .sm-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: var(--bx-white-color);
  padding: 10px 18px;
  border-radius: 4px;
  display: inline-block;
  background: var(--bx-title-color);
}

.bx-call-action__content .title {
  margin: 0;
  margin-top: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -0.48px;
  color: var(--bx-title-color);
}

.bx-call-action__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 32px;
}
.bx-call-action__btn .bx-btn,
.bx-call-action__btn .bx-btn.outline-btn:hover {
  background: var(--bx-title-color);
  color: var(--bx-white-color);
  border: 1px solid transparent;
}
.bx-call-action__btn .bx-btn.outline-btn,
.bx-call-action__btn .bx-btn:hover {
  background: transparent;
  color: var(--bx-title-color);
  border: 1px solid var(--bx-title-color);
}

/* Footer  */
.bx-footer {
  z-index: 2;
  background-color: #001111;
}

.bx-footer__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 128px;
  padding: 100px 0px 140px;
}
.bx-footer__widget {
  margin-top: 40px;
}
.bx-footer__widget.bx-footer__about {
  min-width: 465px;
}
.bx-footer__logo img {
  max-width: 142px;
}
.bx-footer__about .title {
  color: var(--bx-white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  margin-top: 32px;
}
.bx-footer__social {
  margin-top: 56px;
}
.bx-footer__social li {
  display: inline-block;
  align-content: ;
  margin-right: 24px;
}
.bx-footer__social li a {
  font-size: 24px;
  color: var(--bx-white-color);
}
.bx-footer__social li a:hover {
  color: var(--bx-primary-color);
}
.bx-footer__social li:last-child {
  margin: 0;
}
.bx-footer__widget-group {
  min-width: 632px;
}
.bx-footer__widget-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 116px;
}
.bx-footer__widget .widget-title {
  color: var(--bx-white-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
.bx-footer__widget .list-links li {
  margin-bottom: 28px;
}
.bx-footer__widget .list-links li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.bx-footer__widget .list-links li:last-child {
  margin: 0;
}
.bx-footer__widget .list-links li a:hover {
  color: var(--bx-primary-color);
}
.bx-footer__widget .contact-item {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
.bx-footer__widget .contact-icon img {
  max-width: 53px;
}
.bx-footer__widget .contact-info .label {
  display: block;
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.bx-footer__widget .contact-info .links {
  color: var(--bx-white-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}
.bx-footer__widget .contact-info .links:hover {
  color: var(--bx-primary-color);
}
.bx-footer__widget .contact-item:last-child {
  margin: 0;
}
.bx-footer__copyright {
  background: #000000;
  padding: 12px 0px;
}
.bx-footer__copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bx-footer__links li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.bx-footer__links li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.16);
  right: 0;
  top: 4px;
}
.bx-footer__links li:last-child {
  padding: 0;
  margin: 0;
}
.bx-footer__links li:last-child::before {
  display: none;
}
.bx-footer__links li a {
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.bx-footer__links li a:hover {
  color: var(--bx-primary-color);
}
.copyright-text {
  color: rgba(255, 255, 255, 0.69);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.bx-footer__newsletter {
  margin-top: 64px;
  position: relative;
}
.bx-footer__newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 0;
  width: 100%;
  padding: 14px 180px 22px 0px;
  color: var(--bx-white-color);
  font-weight: 400;
}
.bx-footer__newsletter input:focus {
  color: var(--bx-white-color);
}
.bx-footer__newsletter .bx-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 15px;
  padding: 8px 18px;
  background: var(--bx-white-color);
  color: var(--bx-title-color);
  transition: all 0.3s ease;
}
.bx-footer__newsletter .bx-btn:hover {
  background: var(--bx-primary-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-footer__main {
    gap: 80px;
  }
  .bx-footer__widget-inner {
    gap: 60px;
  }
  .bx-footer__widget.bx-footer__about {
    min-width: 423px;
  }
  .bx-footer__widget-group {
    min-width: 560px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  /* Hero  */
  .bx-hero {
    padding-top: 350px;
    padding-bottom: 100px;
  }
  .bx-hero__content .title {
    font-size: 60px;
    line-height: 72px;
    margin-top: 30px;
  }
  .bx-hero__content .text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .bx-hero__form form input {
    width: 450px;
  }
  .bx-hero__form .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  /* About  */
  .bx-about__top {
    gap: 40px;
  }
  .bx-about .bx-section-head {
    max-width: 600px;
  }
  .bx-about .bx-section-head__btn {
    margin-top: 30px;
  }
  .bx-about__counter-wrapper {
    gap: 20px;
    margin-top: 100px;
  }
  .bx-about .single-counter h4 {
    font-size: 65px;
    line-height: 60px;
  }
  .bx-about .single-counter .odometer.odometer-auto-theme,
  .bx-about .single-counter .odometer.odometer-theme-default {
    line-height: 60px;
  }
  .bx-about .single-counter p {
    font-size: 18px;
    line-height: 30px;
  }

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

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

  /* Portfolio */
  .bx-portfolio .bx-section-head {
    gap: 30px;
  }
  .bx-portfolio .bx-section-head__info {
    max-width: 580px;
  }
  .bx-portfolio .bx-section-head__info.two {
    max-width: 420px;
  }
  .bx-portfolio .bx-section-head__btn {
    margin-top: 25px;
  }
  .bx-portfolio__item {
    padding: 50px 0px;
  }
  .bx-portfolio__item .portfolio-image {
    max-width: 600px;
    padding: 20px;
  }
  .bx-portfolio__item .portfolio-image img {
    max-width: 560px;
  }
  .bx-portfolio__item .portfolio-content {
    max-width: 380px;
  }
  .bx-portfolio__item .portfolio-content .category {
    margin-top: 40px;
  }
  .bx-portfolio__item .portfolio-content .title {
    font-size: 28px;
    line-height: 38px;
  }
  .bx-portfolio__item .portfolio-btn {
    margin-top: 45px;
  }

  /* Motivation  */
  .bx-motivation__image img {
    max-width: 100%;
  }
  .bx-motivation__content {
    gap: 100px;
  }
  .bx-award__medal {
    margin-top: 100px;
  }
  .bx-award__medal-icons {
    gap: 40px;
  }
  .bx-award__medal-icons img {
    max-width: 80px;
  }
  .bx-motivation__widget {
    margin-top: -90px;
    padding: 40px 25px 30px 25px;
  }

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

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

  /* Call Action  */
  .bx-call-action__content {
    padding: 0;
  }
  .bx-call-action__content .title {
    font-size: 36px;
    margin-bottom: 35px;
  }

  /* Footer  */
  .bx-footer__main {
    grid-template-columns: repeat(2, 1fr);
  }
  .bx-footer__widget.bx-footer__contact {
    margin-top: -160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Hero  */
  .bx-hero {
    padding-top: 250px;
    padding-bottom: 80px;
    background-position: center;
  }
  .bx-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
  .bx-hero__content {
    max-width: 100%;
  }
  .bx-hero__content .title {
    font-size: 48px;
    line-height: 58px;
    margin-top: 25px;
  }
  .bx-hero__content .text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    max-width: 100%;
  }
  .hero-review-wrapper .reviewers-img-list li img {
    width: 45px;
    height: 45px;
  }
  .bx-hero__form {
    width: 100%;
  }
  .bx-hero__form form input {
    width: 100%;
    max-width: 100%;
  }

  /* About  */
  .bx-about__top {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .bx-about__image-widget.widget-1,
  .bx-about__image-widget.widget-2 {
    transform: rotate(0);
  }
  .bx-about .bx-section-head {
    max-width: 100%;
    order: -1; /* Move section head to top */
  }
  .bx-about__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "header header"
      "img1 img2";
  }
  .bx-about .bx-section-head {
    grid-area: header;
  }
  .bx-about__image-widget.widget-1 {
    grid-area: img1;
    justify-self: center;
  }
  .bx-about__image-widget.widget-2 {
    grid-area: img2;
    justify-self: center;
  }
  .bx-about__counter-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
  }
  .bx-about .single-counter {
    width: 45%;
  }
  .bx-about .single-counter h4 {
    font-size: 60px;
    line-height: 56px;
  }
  .bx-about .single-counter .odometer.odometer-auto-theme,
  .bx-about .single-counter .odometer.odometer-theme-default {
    line-height: 56px;
  }
  .bx-about .single-counter p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Service  */
  .bx-service .bx-section-head {
    flex-direction: column;
    gap: 25px;
  }
  .bx-service .bx-section-head__info,
  .bx-service .bx-section-head__info.two {
    max-width: 100%;
  }
  .bx-service .bx-section-head__btn {
    margin-top: 20px;
  }
  .owl-carousel.bx-features__slider {
    padding-left: 60px;
    margin-top: 35px;
  }
  .bx-service .bx-section-head__text {
    margin-top: 12px;
  }
  .bx-service__item {
    padding: 0;
    margin-right: 24px;
  }
  .bx-service__item::before {
    display: none;
  }
  .service-content {
    margin-top: 25px;
  }
  .service-content h4 {
    font-size: 18px;
    margin-top: 8px;
  }

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

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

  /* Portfolio  */
  .bx-portfolio .bx-section-head {
    flex-direction: column;
    gap: 25px;
  }
  .bx-portfolio .bx-section-head__info,
  .bx-portfolio .bx-section-head__info.two {
    max-width: 100%;
  }
  .bx-portfolio .bx-section-head__btn {
    margin-top: 20px;
  }
  .bx-portfolio__wrapper {
    margin-top: 30px;
  }
  .bx-portfolio__item {
    padding: 40px 0px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .bx-portfolio__item .portfolio-content {
    max-width: 100%;
    order: 1;
  }
  .bx-portfolio__item .portfolio-image {
    max-width: 100%;
    order: 2;
  }
  .bx-portfolio__item .portfolio-image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-portfolio__item .portfolio-content .category {
    margin-top: 25px;
  }
  .bx-portfolio__item .portfolio-content .title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 12px;
  }
  .bx-portfolio__item .portfolio-btn {
    margin-top: 30px;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 34px;
    max-height: 34px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 32px;
  }

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

  /* Motivation  */
  .bx-motivation__image img {
    max-width: 100%;
  }
  .bx-motivation__content {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .bx-award__medal {
    margin-top: 60px;
    text-align: center;
  }
  .bx-award__medal .title {
    font-size: 24px;
    line-height: 34px;
  }
  .bx-award__medal-icons {
    gap: 30px;
    justify-content: center;
  }
  .bx-award__medal-icons img {
    max-width: 70px;
  }
  .bx-motivation__widget {
    margin-top: 0;
    max-width: 500px;
    text-align: center;
  }
  .bx-motivation__widget .title {
    font-size: 24px;
  }
  .bx-motivation__widget .text {
    font-size: 16px;
    line-height: 28px;
  }
  .bx-motivation__widget img {
    display: block;
    margin: 24px auto 0;
  }

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

  /* Call Action  */
  .bx-call-action__content {
    padding: 0;
  }
  .bx-call-action__content .title {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 30px;
  }
  .bx-call-action__shapes {
    display: none;
  }

  /* Footer  */
  .bx-footer__main {
    display: flex;
    gap: 40px;
    padding: 40px 0px 80px;
    flex-wrap: wrap;
  }
  .bx-footer__widget.bx-footer__about {
    min-width: 100%;
  }
  .bx-footer__about .title {
    font-size: 24px;
  }
  .bx-footer__social {
    margin-top: 40px;
  }
  .bx-footer__social li a {
    font-size: 20px;
  }
  .bx-footer__widget-group {
    min-width: 100%;
  }
  .bx-footer__copyright-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

@media only screen and (max-width: 767px) {
  /* Hero  */
  .bx-hero {
    padding-top: 180px;
    padding-bottom: 60px;
    background-position: center;
  }
  .bx-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin: 0;
  }
  .bx-hero__content {
    max-width: 100%;
  }
  .bx-hero__content .title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 20px;
    letter-spacing: -0.8px;
  }
  .bx-hero__content .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    max-width: 100%;
  }
  .hero-review-wrapper {
    gap: 10px;
  }
  .hero-review-wrapper .reviewers-img-list li img {
    width: 40px;
    height: 40px;
  }
  .hero-review-wrapper .trustpilot-info span {
    font-size: 16px;
    line-height: 22px;
  }
  .hero-review-wrapper .trustpilot-info img {
    max-width: 80px;
  }
  .hero-review-wrapper .reviewers-text {
    font-size: 14px;
    line-height: 20px;
  }
  .bx-hero__form {
    width: 100%;
  }
  .bx-hero__form .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .bx-hero__form form input {
    width: 100%;
    height: 60px;
    padding: 15px 140px 15px 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .bx-hero__form form .bx-btn {
    height: 44px;
    right: 8px;
    top: 8px;
    padding: 10px 15px;
    font-size: 14px;
  }

  /* About  */
  .bx-about__top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .bx-about__image-widget.widget-1,
  .bx-about__image-widget.widget-2 {
    transform: rotate(0);
  }
  .bx-about .bx-section-head {
    max-width: 100%;
    order: -1; /* Move section head to top */
  }
  .bx-about .bx-section-head__btn {
    margin-top: 25px;
  }
  .bx-about__counter-wrapper {
    gap: 30px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bx-about .single-counter {
    width: auto;
    display: block;
  }
  .bx-about .single-counter h4 {
    font-size: 50px;
    line-height: 46px;
  }
  .bx-about .single-counter .odometer.odometer-auto-theme,
  .bx-about .single-counter .odometer.odometer-theme-default {
    line-height: 46px;
  }
  .bx-about .single-counter p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Service  */
  .bx-service .bx-section-head {
    flex-direction: column;
    gap: 20px;
  }
  .bx-service .bx-section-head__info,
  .bx-service .bx-section-head__info.two {
    max-width: 100%;
  }
  .bx-service .bx-section-head__btn {
    margin-top: 15px;
  }
  .owl-carousel.bx-features__slider {
    padding-left: 15px;
    margin-top: 20px;
  }
  .bx-service__item {
    padding-right: 0px;
    margin-right: 16px;
  }
  .bx-service__item::before {
    display: none;
  }
  .service-content {
    margin-top: 20px;
  }
  .service-content span {
    font-size: 14px;
  }
  .service-content h4 {
    font-size: 16px;
    margin-top: 5px;
  }

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

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

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

  /* Portfolio  */
  .bx-portfolio .bx-section-head {
    flex-direction: column;
    gap: 20px;
  }
  .bx-portfolio .bx-section-head__info,
  .bx-portfolio .bx-section-head__info.two {
    max-width: 100%;
  }
  .bx-portfolio .bx-section-head__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .bx-portfolio .bx-section-head__btn {
    margin-top: 15px;
  }
  .bx-portfolio__wrapper {
    margin-top: 25px;
  }
  .bx-portfolio__item {
    padding: 30px 0px;
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
  .bx-portfolio__item .portfolio-content {
    max-width: 100%;
    order: 1;
  }
  .bx-portfolio__item .portfolio-image {
    max-width: 100%;
    order: 2;
    padding: 15px;
  }
  .bx-portfolio__item .portfolio-image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-portfolio__item .portfolio-content .number {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .bx-portfolio__item .portfolio-content .category {
    margin-top: 20px;
    padding: 6px 14px;
    font-size: 14px;
  }
  .bx-portfolio__item .portfolio-content .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
  .bx-portfolio__item .portfolio-content .text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }
  .bx-portfolio__item .portfolio-btn {
    margin-top: 25px;
    font-size: 15px;
  }
  .bx-portfolio__item .portfolio-content .key-ponits {
    margin-top: 20px;
  }
  .bx-portfolio__item .portfolio-content .key-ponits li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 24px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 24px;
  }

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

  /* Motivation  */
  .bx-motivation__image {
    text-align: center;
  }
  .bx-motivation__image img {
    max-width: 100%;
    border-radius: 6px;
  }
  .bx-motivation__content {
    gap: 150px;
    justify-content: center;
    justify-items: end;
    display: block !important;
  }
  .bx-award__medal {
    margin-top: 40px;
  }
  .bx-award__medal .title {
    margin: 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  .bx-award__medal-icons {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .bx-award__medal-icons img {
    max-width: 64px;
  }
  .bx-motivation__widget {
    border-radius: 6px;
    max-width: 100%;
    padding: 24px;
    margin-top: 40px;
  }
  .bx-motivation__widget .title {
    color: #0b0b0b;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 13px;
  }
  .bx-motivation__widget .text {
    color: rgba(11, 11, 11, 0.75);
    font-family: var(--bx-inter-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  .bx-motivation__widget img {
    margin-top: 28px;
  }

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

  /* Call Action  */
  .bx-call-action__content {
    padding: 0;
  }
  .bx-call-action__content .sm-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .bx-call-action__content .title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .bx-call-action__btn {
    flex-direction: column;
    gap: 16px;
  }
  .bx-call-action__shapes {
    display: none;
  }

  /* Footer  */
  .bx-footer__main {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px 0px 56px;
  }
  .bx-footer__widget.bx-footer__about {
    min-width: 100%;
  }
  .bx-footer__about .title {
    font-size: 24px;
    margin-top: 24px;
  }
  .bx-footer__social {
    margin-top: 24px;
  }
  .bx-footer__social li {
    margin-right: 22px;
  }
  .bx-footer__social li a {
    font-size: 20px;
  }
  .bx-footer__widget-group {
    min-width: 100%;
  }
  .bx-footer__main {
    gap: 0;
  }
  .bx-footer__widget .widget-title {
    font-size: 18px;
  }
  .bx-footer__widget-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .bx-footer__newsletter input {
    height: 48px;
  }
  .bx-footer__newsletter {
    margin-top: 40px;
  }
  .bx-footer__widget .contact-icon img {
    max-width: 40px;
  }
  .bx-footer__widget .contact-info .links {
    font-size: 16px;
    line-height: 120%;
  }
  .bx-footer__widget .contact-item {
    margin-bottom: 32px;
  }
  .bx-footer__copyright-inner {
    display: block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
    margin-top: 12px;
  }
  .bx-footer__links li {
    padding-right: 12px;
    margin-right: 12px;
  }
}

/*================================================================================================
  End Business Consulting Home CSS
===================================================================================================*/
