/*================================================================================================
    Start Agency Home CSS
===================================================================================================*/
@import "../reset.css";
@import "../mobile-menu.css";
@import "../header.css";

/* Home Reset  */
:root {
  --bx-primary-color: #93ff7d;
  --bx-secondary-color: #011;
  --bx-title-color: #011;
}
.bx-section-head__label {
  background: #f6f6f6;
  color: var(--bx-title-color);
}

/* Header  */
.bx-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.bx-header__block {
  border-bottom: 0;
}
.header-main.sticky {
  background: #001111c9;
}
.bx-header__inner {
  position: initial;
}
.bx-header__logo {
  border-right: 0;
  padding-right: 0px;
  height: auto;
}
.bx-header__right {
  gap: 40px;
}
.bx-header__action {
  gap: 40px;
}
.bx-header__btn .bx-btn {
  background: transparent;
  border: 1px solid var(--bx-primary-color);
  color: var(--bx-primary-color);
}
.bx-header__btn .bx-btn:hover {
  background: var(--bx-primary-color);
  border: 1px solid transparent;
  color: var(--bx-title-color);
}
.bx-header__action-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bx-header__search {
  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);
  border: 1px solid transparent;
}
.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);
}
.bx-header__nav-menu li .sub-menu {
  border-top: 2px solid var(--bx-title-color);
}

.bx-header__nav-menu li.active a,
.bx-header__nav-menu li .sub-menu li:hover > a,
.bx-header__nav-menu li .sub-menu li.active a {
  color: var(--bx-title-color);
}
.bx-header__nav-menu li:hover > a {
  color: var(--bx-white-color);
}
.bx-header__nav-menu li:hover > a:hover,
.bx-header__nav-menu li .sub-menu li:hover > a,
.bx-header__nav-menu li .active {
  opacity: 0.6;
}
.bx-searchbar .bx-searchbar-from .bx-btn {
  color: var(--bx-title-color);
}
.bx-searchbar .bx-searchbar-from .bx-btn:hover {
  color: var(--bx-white-color);
}
.bx-header__nav-menu .megamenu-active:hover > a,
.bx-header__nav-menu .megamenu-active a {
  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;
}

.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;
}
.mobile-menu-offcanvas-toggler .line {
  background: var(--bx-white-color);
}

/* Hero  */
.bx-hero {
  overflow: hidden;
  padding-top: 132px;
  padding-bottom: 108px;
}
.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 884px;
}
.hero-bg-overlay img {
  height: 884px;
  width: 80%;
}

.bx-hero__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bx-hero__shape img {
  filter: brightness(0) invert(1);
}
.bx-hero__shape .shape-1 {
  position: absolute;
  top: 17%;
  left: 48%;
}
.bx-hero__shape .shape-2 {
  position: absolute;
  bottom: 30%;
  left: 48%;
}
.bx-hero__content {
  position: relative;
  max-width: 736px;
}
.bx-hero__content .title {
  font-size: 90px;
  margin: 0;
  color: var(--bx-white-color);
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 107px;
}
.bx-hero__content .title span {
  display: block;
  font-size: 100px;
  line-height: 106px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -4px;
  margin-bottom: 16px;
}
.bx-hero__content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.44px;
  font-family: var(--bx-inter-font);
  color: var(--bx-white-color);
  margin-left: 164px;
  margin-top: 32px;
}
.bx-hero__content-btn {
  margin-top: 42px;
  margin-left: 164px;
}
.bx-hero__content-btn .bx-btn {
  background: var(--bx-primary-color);
  color: var(--bx-title-color);
}
.bx-hero__content-btn .bx-btn:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-hero__image img {
  max-width: 760px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-hero__content {
    max-width: 640px;
  }
  .bx-hero__content .title {
    font-size: 72px;
    line-height: 76px;
  }
  .bx-hero__image img {
    max-width: 660px;
  }
}

/* About  */
.bx-about__inner {
  position: relative;
  gap: 140px;
}
.bx-about__image {
  max-width: 694px;
}
.bx-about__image img {
  max-width: 694px;
}
.bx-about__arrow {
  position: absolute;
  right: 42%;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
}
.bx-about__content {
  max-width: 740px;
  min-width: 740px;
}
.bx-about__content .title {
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
  color: var(--bx-white-color);
}
.bx-about__content-btm {
  margin-left: 176px;
}
.bx-about__content .text {
  font-size: 20px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.75);
}
.bx-about__btn {
  margin-top: 32px;
}
.bx-about__btn .bx-btn {
  color: var(--bx-title-color);
}
.bx-about__btn .bx-btn:hover {
  color: var(--bx-white-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-about__inner {
    gap: 100px;
  }
  .bx-about__content .title {
    font-size: 44px;
    line-height: 58px;
  }
  .bx-about__content-btm {
    margin-left: 80px;
  }
  .bx-about__image img {
    max-width: 640px;
  }
}

/* Service  */
.bx-service .bx-section-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 17, 17, 0.15);
}
.bx-service .bx-section-head__btn a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bx-secondary-color);
  font-weight: 600;
  letter-spacing: -0.32px;
}
.bx-service .bx-section-head__btn a:hover {
  color: var(--bx-primary-color);
}
.bx-service .bx-section-head__btn a i {
  position: relative;
  top: 2px;
  font-size: 18px;
}

.bx-service__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.bx-service__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px 32px;
  border-radius: 100px;
  padding: 36px 40px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.bx-service__item:hover {
  background: var(--bx-primary-color);
  border: 1px solid transparent;
}
.bx-service__item:nth-child(1) {
  margin-left: 52px;
}
.bx-service__item:nth-child(3) {
  margin-right: 52px;
}
.bx-service__item img {
  max-width: 68px;
  filter: brightness(0) invert(1);
}
.bx-service__item span {
  color: var(--bx-white-color);
  font-size: 38px;
  font-weight: 500;
  line-height: 60px;
}
.bx-service__item:hover span {
  color: var(--bx-title-color);
}
.bx-service__item:hover img {
  filter: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-service__item:nth-child(1) {
    margin-left: 0;
  }
  .bx-service__item:nth-child(3) {
    margin-right: 0;
  }
}

/* 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;
}

/* Why Choose  */
.bx-why-choose__item {
  display: flex;
  align-items: center;
  gap: 140px;
}
.bx-why-choose__item.two {
  margin-top: 110px;
}
.why-choose-img img {
  max-width: 600px;
  border-radius: 6px;
}
.bx-why-choose__item .why-choose-content {
  max-width: 556px;
  min-width: 556px;
}
.bx-why-choose__item .bx-section-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 30px;
}
.bx-why-choose__item .bx-section-head__text {
  color: var(--bx-white-color);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-top: 16px;
}
.why-choose-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bx-white-color);
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 12px;
}
.why-choose-list li:last-child {
  margin: 0;
}
.why-choose-list li i {
  color: var(--bx-primary-color);
  position: relative;
  top: 2px;
}

/* Portfolio  */
.bx-portfolio {
  background-color: #0f1f1f;
}
.bx-portfolio__inner {
  gap: 80px;
}
.bx-portfolio .bx-section-head {
  max-width: 636px;
  margin: 0;
}
.bx-portfolio .bx-section-head__btn {
  margin-top: 40px;
}
.bx-portfolio .bx-section-head__btn .bx-btn {
  color: var(--bx-title-color);
}
.bx-portfolio .bx-section-head__btn .bx-btn:hover {
  color: var(--bx-white-color);
}
.bx-portfolio__wrapper {
  text-align: center;
}
.portfolio-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}
.portfolio-item:first-child {
  margin: 0;
}
.portfolio-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 17, 17, 0.16) 0%,
    rgba(0, 17, 17, 0.74) 100%
  );
  border-radius: 8px;
  z-index: 1;
}
.portfolio-img {
  position: relative;
  max-width: 1574px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}
.portfolio-img img {
  max-width: 1574px;
  border-radius: 8px;
}
.portfolio-item:hover .portfolio-img img {
  transform: scale(1.06);
}
.portfolio-item .date {
  position: absolute;
  padding: 9px 18px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.22);
  display: inline-block;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  color: var(--bx-white-color);
  top: 40px;
  left: 40px;
}
.portfolio-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  border: 1px solid var(--bx-white-color);
  border-radius: 100%;
  line-height: 50px;
  color: var(--bx-white-color);
  font-size: 24px;
  transform: rotate(-40deg);
}
.portfolio-item:hover .portfolio-icon {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  padding: 0px 40px 40px 40px;
  width: 100%;
}
.portfolio-content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  color: var(--bx-white-color);
  display: inline-block;
  margin-top: 12px;
}
.portfolio-content .title:hover {
  color: var(--bx-primary-color);
}
.portfolio-content .category li {
  display: inline-block;
  margin-right: 12px;
}
.portfolio-content .category li:last-child {
  margin: 0;
}
.portfolio-content .category li a {
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: var(--bx-white-color);
  line-height: 120%;
  letter-spacing: -0.36px;
}

/* Team  */
.bx-team__shape {
  position: absolute;
  content: "";
  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;
}

/* Testimonial  */

.owl-carousel.bx-testimonial__slider-5 {
  margin-top: 80px;
}
.bx-testimonial .bx-section-head {
  gap: 24px;
}
.clutch-review {
  min-width: 250px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  gap: 16px;
  padding: 12px 32px;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.clutch-review .clutch-info-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 30px;
}
.clutch-review .rattings {
  color: var(--bx-white-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}
.clutch-review .clutch-icon img {
  max-width: 32px;
  filter: brightness(0) invert(1);
}
.clutch-review .clutch-info img {
  max-width: 80px;
  min-width: 80px;
}
.clutch-review .clutch-info .text {
  color: var(--bx-white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.bx-testimonial .bx-section-head__title {
  font-size: 70px;
  max-width: 990px;
  margin: 0;
  color: var(--bx-white-color);
  line-height: 140%;
}
.bx-testimonial .bx-section-head__title span {
  color: #5b5b5b;
  font-weight: 500;
}
.testimonial-item {
  border-radius: 6px;
  background: #0f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.testimonial-info {
  padding: 40px 50px 50px 50px;
}

.testimonial-rattings li {
  color: var(--bx-primary-color);
  font-size: 22px;
  display: inline-block;
}
.testimonial-info .title {
  margin: 0;
  margin-top: 32px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  color: var(--bx-white-color);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding: 40px 50px 40px 50px;
}
.testimonial-author .author-img img {
  max-width: 60px;
  height: 60px;
  border-radius: 199%;
  object-fit: cover;
  border: 2px solid var(--bx-white-color);
}
.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);
}

/* Blog  */
.bx-blog {
  background-color: #0f1f1f;
}
.bx-blog .bx-section-head {
  align-items: end;
}
.bx-blog .bx-section-head__btn .bx-btn {
  background: var(--bx-primary-color);
  color: var(--bx-title-color);
}
.bx-blog .bx-section-head__btn .bx-btn:hover {
  background: var(--bx-title-color);
  color: var(--bx-white-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: #1d2c2c;
}
.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 {
  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-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__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__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: rgba(255, 255, 255, 0.1);
}
.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-white-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: #8aff13;
  color: var(--bx-title-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-white-color);
  border: 1px solid var(--bx-white-color);
}

/* Footer  */
.bx-footer {
  z-index: 2;
  background-color: #121212;
}

.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: 15px;
  font-size: 15px;
  padding: 6px 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);
  color: var(--bx-title-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__content .title {
    font-size: 70px;
    line-height: 85px;
  }
  .bx-hero__content .title span {
    font-size: 80px;
    line-height: 90px;
  }
  .bx-hero__content .text {
    margin-left: 120px;
    font-size: 18px;
    line-height: 28px;
  }
  .bx-hero__content-btn {
    margin-left: 120px;
  }
  .bx-hero__image img {
    max-width: 600px;
  }

  /* About  */
  .bx-about__inner {
    gap: 80px;
  }
  .bx-about__image {
    max-width: 550px;
  }
  .bx-about__image img {
    max-width: 550px;
  }
  .bx-about__content {
    max-width: 600px;
    min-width: auto;
  }
  .bx-about__content .title {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .bx-about__content-btm {
    margin-left: 120px;
  }
  .bx-about__content .text {
    font-size: 18px;
    line-height: 30px;
  }
  .bx-about__arrow {
    right: 45%;
    transform: scale(0.8);
  }

  /* Service  */
  .bx-service__item {
    padding: 24px 40px;
  }
  .bx-service__item span {
    font-size: 32px;
    line-height: 40px;
  }

  /* 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;
  }

  /* Why Choose  */
  .bx-why-choose__item {
    gap: 80px;
  }
  .why-choose-img img {
    max-width: 500px;
  }
  .bx-why-choose__item .why-choose-content {
    max-width: 480px;
    min-width: auto;
  }
  .bx-why-choose__item.two {
    margin-top: 80px;
  }

  /* Portfolio  */
  .bx-portfolio__inner {
    gap: 60px;
  }
  .bx-portfolio .bx-section-head {
    max-width: 500px;
  }
  .portfolio-img img {
    width: 100%;
  }
  .portfolio-content .title {
    font-size: 20px;
  }
  .portfolio-content .category li a {
    font-size: 16px;
  }

  /* Testimonial  */
  .bx-testimonial .bx-section-head__title {
    font-size: 60px;
  }
  .owl-carousel.bx-testimonial__slider-5 {
    margin-top: 60px;
  }
  .testimonial-info {
    padding: 35px 40px 40px 40px;
  }
  .testimonial-info .title {
    font-size: 26px;
    line-height: 40px;
    margin-top: 25px;
  }
  .testimonial-author {
    padding: 35px 40px 40px 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: 100px;
    padding-bottom: 80px;
  }
  .bx-hero__inner {
    flex-direction: column;
  }
  .bx-hero__content {
    max-width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .bx-hero__content .title {
    font-size: 56px;
    line-height: 68px;
  }
  .bx-hero__content .title span {
    font-size: 66px;
    line-height: 76px;
    margin-bottom: 10px;
  }
  .bx-hero__content .text {
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
    max-width: 600px;
    margin: 25px auto 0;
  }
  .bx-hero__content-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .bx-hero__image {
    text-align: center;
  }
  .bx-hero__image img {
    max-width: 500px;
  }
  .hero-bg-overlay img {
    width: 100%;
  }
  .bx-hero__shape .shape-1,
  .bx-hero__shape .shape-2 {
    display: none;
  }

  /* About  */
  .bx-about__inner {
    flex-direction: column;
    gap: 60px;
  }
  .bx-about__image {
    max-width: 100%;
    text-align: center;
  }
  .bx-about__image img {
    max-width: 80%;
  }
  .bx-about__content {
    max-width: 100%;
    min-width: auto;
  }
  .bx-about__content .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center;
  }
  .bx-about__content-btm {
    margin-left: 0;
    text-align: center;
  }
  .bx-about__content .text {
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto;
  }
  .bx-about__btn {
    margin-top: 25px;
  }
  .bx-about__arrow {
    display: none;
  }

  /* Service  */
  .bx-service .bx-section-head {
    display: flex;
  }
  .bx-service .bx-section-head__btn {
    margin-top: 0;
  }
  .bx-service__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .bx-service__item:nth-child(1) {
    margin-left: 0px;
  }
  .bx-service__item {
    gap: 24px;
    padding: 28px 38px;
  }
  .bx-service__item span {
    font-size: 32px;
  }
  .bx-service__item img {
    max-width: 53px;
  }

  /* 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;
  }

  /* Why Choose  */
  .bx-why-choose__item {
    flex-direction: column;
    align-items: start;
    gap: 60px;
  }
  .bx-why-choose__item.two {
    flex-direction: column-reverse;
    margin-top: 80px;
  }
  .why-choose-img img {
    max-width: 100%;
  }
  .bx-why-choose__item .why-choose-content {
    max-width: 100%;
    min-width: auto;
  }
  .why-choose-list {
    max-width: 100%;
    padding-top: 20px;
  }
  .why-choose-list li {
    font-size: 16px;
    line-height: 26px;
  }

  /* Portfolio  */
  .bx-portfolio__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .bx-portfolio .bx-section-head {
    position: relative;
    top: 0;
    max-width: 100%;
    text-align: center;
  }
  .bx-portfolio .bx-section-head__btn {
    margin-top: 30px;
    text-align: center;
  }
  .portfolio-item .date {
    padding: 7px 14px;
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .portfolio-icon {
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    line-height: 44px;
    font-size: 20px;
  }
  .portfolio-content {
    padding: 0px 20px 20px 20px;
  }
  .portfolio-content .title {
    font-size: 18px;
  }
  .portfolio-content .category li a {
    font-size: 15px;
  }

  /* Team  */
  .bx-team__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Testimonial  */
  .bx-testimonial .bx-section-head__info {
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
  }
  .bx-testimonial .bx-section-head__title {
    font-size: 48px;
    max-width: 100%;
    margin-top: 32px;
  }
  .owl-carousel.bx-testimonial__slider-5 {
    margin-top: 50px;
  }
  .testimonial-info {
    padding: 30px 35px 35px 35px;
  }
  .testimonial-info .title {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
  }
  .testimonial-rattings li {
    font-size: 18px;
  }
  .testimonial-author {
    padding: 30px 35px 35px 35px;
  }
  .testimonial-author .author-img img {
    max-width: 50px;
    height: 50px;
  }
  .testimonial-author .author-info .name {
    font-size: 16px;
  }
  .testimonial-author .author-info .role {
    font-size: 14px;
  }

  /* 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) {
  /* Header  */
  .bx-header__action {
    gap: 24px;
  }
  .bx-header__right {
    border-left: none;
  }

  /* Hero  */
  .bx-hero {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .bx-hero__inner {
    flex-direction: column;
  }
  .bx-hero__content {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .bx-hero__content .title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.8px;
  }
  .bx-hero__content .title span {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
  }
  .bx-hero__content .text {
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-top: 20px;
  }
  .bx-hero__content-btn {
    margin-left: 0;
    margin-top: 25px;
  }
  .bx-hero__image {
    text-align: center;
  }
  .bx-hero__image img {
    max-width: 100%;
  }
  .hero-bg-overlay {
    height: 100%;
  }
  .hero-bg-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bx-hero__shape .shape-1,
  .bx-hero__shape .shape-2 {
    display: none;
  }

  /* About  */
  .bx-about__inner {
    flex-direction: column;
    gap: 40px;
  }
  .bx-about__image {
    max-width: 100%;
    text-align: center;
  }
  .bx-about__image img {
    max-width: 100%;
  }
  .bx-about__content {
    max-width: 100%;
    min-width: auto;
  }
  .bx-about__content .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: -0.2px;
  }
  .bx-about__content-btm {
    margin-left: 0;
    text-align: center;
  }
  .bx-about__content .text {
    font-size: 16px;
    line-height: 28px;
  }
  .bx-about__btn {
    margin-top: 20px;
  }
  .bx-about__arrow {
    display: none;
  }

  /* Service  */
  .bx-service__wrapper {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
  }
  .bx-service .bx-section-head__btn {
    margin-top: 0;
  }
  .bx-service__item:nth-child(1) {
    margin-left: 0;
  }
  .bx-service__item span {
    font-size: 18px;
    line-height: 120%;
  }
  .bx-service__item img {
    max-width: 32px;
  }
  .bx-service__item {
    gap: 16px;
    padding: 16px 24px;
  }
  .bx-service .bx-section-head {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  /* 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;
  }

  /* Why Choose  */
  .bx-why-choose__item {
    flex-direction: column;
    gap: 40px;
  }
  .bx-why-choose__item.two {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .why-choose-img {
    text-align: center;
  }
  .why-choose-img img {
    max-width: 100%;
  }
  .bx-why-choose__item .why-choose-content {
    max-width: 100%;
    min-width: auto;
  }
  .bx-why-choose__item .bx-section-head {
    padding-bottom: 20px;
  }

  .bx-why-choose__item .bx-section-head__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .why-choose-list {
    padding-top: 15px;
  }
  .why-choose-list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  /* Portfolio  */
  .bx-portfolio__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .bx-portfolio .bx-section-head {
    position: relative;
    top: 0;
    max-width: 100%;
    text-align: center;
  }
  .bx-portfolio .bx-section-head__title {
    font-size: 24px;
  }
  .bx-portfolio .bx-section-head__title br {
    display: none;
  }
  .bx-portfolio .bx-section-head__btn {
    margin-top: 20px;
    text-align: center;
  }
  .bx-portfolio__wrapper {
    margin-bottom: 20px;
  }
  .portfolio-item {
    margin-top: 20px;
  }
  .portfolio-item .date {
    padding: 5px 10px;
    font-size: 12px;
    top: 15px;
    left: 15px;
  }
  .portfolio-icon {
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 38px;
    font-size: 18px;
  }
  .portfolio-content {
    padding: 0px 15px 15px 15px;
  }
  .portfolio-content .title {
    font-size: 16px;
    margin-top: 8px;
  }
  .portfolio-content .category li {
    margin-right: 8px;
  }
  .portfolio-content .category li a {
    font-size: 14px;
  }
  .portfolio-img,
  .portfolio-img img {
    max-width: 100%;
  }

  /* 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;
  }

  /* Testimonial  */
  .clutch-review {
    min-width: auto;
    padding: 10px 20px;
    gap: 12px;
  }
  .clutch-review .rattings {
    font-size: 22px;
    line-height: 30px;
  }
  .clutch-review .clutch-info img {
    max-width: 70px;
    min-width: 70px;
  }
  .clutch-review .clutch-info .text {
    font-size: 12px;
  }
  .bx-testimonial .bx-section-head__info {
    flex-direction: column;
    gap: 25px;
    padding-top: 30px;
    margin-top: 20px;
  }
  .bx-testimonial .bx-section-head__title {
    font-size: 32px;
    line-height: 130%;
  }
  .owl-carousel.bx-testimonial__slider-5 {
    margin-top: 40px;
  }
  .testimonial-info {
    padding: 25px 20px 30px 20px;
  }
  .testimonial-info .title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }
  .testimonial-rattings li {
    font-size: 16px;
  }
  .testimonial-author {
    padding: 25px 20px 30px 20px;
  }
  .testimonial-author .author-img img {
    max-width: 45px;
    height: 45px;
  }
  .testimonial-author .author-info .name {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .testimonial-author .author-info .role {
    font-size: 13px;
  }

  /* 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 Agency Home CSS
===================================================================================================*/
