* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
  box-sizing: border-box;
}

:root {
  --theme-color: #f9bd0e;
  --theme-color2: #363846;
  --text-color:#fefefe;
  --theme-font: "Roboto", sans-serif;
  --heading-font: "Bebas Neue", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #212121;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--theme-font);
}

.darkbg {
  background-color: #1d1f22;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 300;
}

.theme-color {
  color: var(--theme-color);
  font-family: inherit;
}

section {
  overflow: hidden;
}

.theme-color2 {
  color: var(--theme-color2);
  font-family: inherit;
}

.common-img {
  border: solid 1px #000;
  padding: 10px;
}

ul li {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

.common-heading {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  color: #1d1f22;
  letter-spacing: -1.5px;
  margin-bottom: 3rem;
  position: relative;
  font-family: var(--theme-font);
}
.common-heading span {
  color: var(--theme-color);
  position: relative;
  display: inline-block;
}
.common-heading.with-line {
  padding-bottom: 20px;
}
.common-heading.with-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 4px;
  background: var(--theme-color);
  border-radius: 2px;
}

.common-before img {
  max-width: 100px;
  margin-bottom: 1.2rem;
}

.common-bg {
  background-color: var(--theme-color);
}

.common-space {
  padding: 120px 0;
}

.common-btn {
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
  color: #000;
  padding: 12px 30px;
  font-family: var(--theme-font);
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.common-btn:hover {
  background: #fff;
  color: #000;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.main-header.sticky {
  background-color: #000;
}
.main-header .navbar-brand img {
  max-width: 150px;
  transition: all 0.3s;
}
.main-header .nav-item {
  margin: 0 14px;
}
.main-header .nav-link {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: var(--heading-font);
  text-align: right;
  font-size: 18px;
}
.main-header .nav-link span {
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 400;
  font-family: roboto, sans-serif;
}
.main-header .nav-link.active {
  color: #fff;
}
.main-header .nav-item.dropdown .dropdown-menu a {
  color: #fff;
  background-color: #000;
  font-family: var(--heading-font);
}
.main-header .nav-item.dropdown .dropdown-menu a:hover {
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
}
.main-header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.main-header .header-contact a {
  display: flex;
}
.main-header .header-contact .right-call {
  background-color: #000;
  color: #fff;
}
.main-header .header-contact i {
  width: 48px;
  width: 48px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
}
.main-header .header-contact .call-text {
  font-size: 12px;
  line-height: 19px;
  color: #c6c6c6;
}
.main-header .header-contact .call-no {
  font-size: 18px;
  color: #fefefe;
  font-family: var(--heading-font);
  line-height: normal;
}
.main-header .header-contact .right-call {
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 8px 20px;
  flex-grow: 1;
}

.main-header.sticky .navbar-brand img {
  max-width: 96px;
}

.hero-slider-section {
  background-image: url(img/bg-slider1.jpg);
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-slider-section .hero-item {
  position: relative;
  padding: 100px 0;
  z-index: 5;
}
.hero-slider-section .hero-content .hero-title {
  font-size: clamp(60px, 8vw, 100px);
  color: #fff;
  line-height: 0.9;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.hero-slider-section .hero-content .hero-desc {
  color: #ccc;
  max-width: 450px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
.hero-slider-section .hero-btns {
  display: flex;
  gap: 20px;
}
.hero-slider-section .hero-btns .btn-hero-outline {
  border: 2px solid var(--theme-color);
  color: #fff;
  padding: 12px 30px;
  font-family: var(--heading-font);
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-slider-section .hero-btns .btn-hero-outline:hover {
  background: var(--theme-color);
  color: #000;
}
.hero-slider-section .hero-btns .btn-hero-solid {
  background-color: var(--theme-color);
  color: #000;
  padding: 12px 30px;
  font-family: var(--heading-font);
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-slider-section .hero-btns .btn-hero-solid:hover {
  background: #fff;
  color: #000;
}
.hero-slider-section .hero-image-wrapper {
  position: relative;
  z-index: 2;
}
.hero-slider-section .hero-image-wrapper .main-hero-img {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
}
.hero-slider-section .hero-image-wrapper .black-bg-box {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 90%;
  height: 90%;
  background-color: #000;
  z-index: 1;
}
.hero-slider-section .bg-outline-text {
  position: absolute;
  bottom: -20px;
  left: 5%;
  font-size: 15vw;
  font-family: var(--theme-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-slider-section .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 15%;
  display: flex;
  gap: 30px;
}
.hero-slider-section .owl-dots button {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 40px;
  height: 46px;
  position: relative;
}
.hero-slider-section .owl-dots button span {
  width: unset !important;
  font-family: var(--theme-font);
  height: unset !important;
  background-color: transparent !important;
  color: #fff;
}
.hero-slider-section .owl-dots button.active {
  color: #fff;
}
.hero-slider-section .owl-dots button.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--theme-color);
}

.about-section {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.about-section .about-bg-text {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  font-size: 18vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  z-index: 0;
  pointer-events: none;
}
.about-section .about-img-wrapper {
  position: relative;
  padding-left: 60px;
  z-index: 2;
}
.about-section .about-img-wrapper .main-about-img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.about-section .about-img-wrapper .about-offset-box {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 80%;
  height: 60%;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-left: solid 5px;
  border-bottom: solid 5px;
  min-width: 353px;
  min-height: 344px;
  background-image: url(img/banner-meta.jpg);
}
.about-section .about-img-wrapper .vertical-badge {
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: 5;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.about-section .about-img-wrapper .vertical-badge span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-family: var(--heading-font);
  letter-spacing: 2px;
  font-size: 20px;
}
.about-section .about-img-wrapper .vertical-badge .badge-icon {
  width: 25px;
  filter: invert(1);
}
.about-section .about-content {
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.about-section .about-content .about-title {
  font-family: var(--heading-font);
  font-size: 50px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}
.about-section .about-content .about-title span {
  color: var(--theme-color);
}
.about-section .about-content .about-desc {
  font-family: var(--theme-font);
  color: #a5a4a4;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.about-section .about-content .skills-wrapper .skill-item {
  margin-bottom: 30px;
}
.about-section .about-content .skills-wrapper .skill-item .skill-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--heading-font);
  letter-spacing: 1px;
  font-size: 16px;
}
.about-section .about-content .skills-wrapper .skill-item .skill-bar-container {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.about-section .about-content .skills-wrapper .skill-item .skill-bar-container .skill-bar {
  height: 100%;
  background: var(--theme-color);
  position: relative;
}
.about-section .about-content .skills-wrapper .skill-item .skill-bar-container .skill-bar .skill-marker {
  position: absolute;
  right: 0;
  top: -6px;
  width: 2px;
  height: 14px;
  background: var(--theme-color);
}
.about-section .about-content .about-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.about-section .about-content .about-actions .play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(41, 41, 41, 0.73);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 18px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.02);
  transition: 0.3s;
}
.about-section .about-content .about-actions .play-btn:hover {
  background: var(--theme-color);
  color: #000;
}
.about-section .about-content .about-actions .btn-hero-solid {
  background-color: var(--theme-color);
  color: #000;
  padding: 15px 40px;
  font-family: var(--heading-font);
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}
.about-section .about-content .about-actions .btn-hero-solid:hover {
  background: #fff;
}

.brands-section {
  background-color: #0d0d0d;
  background-image: url(img/marble-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brands-section .brands-wrapper {
  position: relative;
  padding-top: 60px;
}
.brands-section .brands-wrapper .brands-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1;
  pointer-events: none;
}
.brands-section .brands-wrapper .brands-accent-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}
.brands-section .brands-wrapper .hexagon-icon {
  position: absolute;
  left: -12px;
  top: 100px;
  z-index: 2;
  color: var(--theme-color);
  font-size: 24px;
  background: #0b0b0b;
  padding: 5px 0;
}
.brands-section .brands-main-title {
  font-family: var(--heading-font);
  font-size: 55px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  margin: 0;
}
.brands-section .logo-grid .brand-item {
  text-align: center;
  transition: 0.3s;
  opacity: 0.6;
}
.brands-section .logo-grid .brand-item:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.brands-section .logo-grid .brand-item img {
  max-width: 160px;
  margin-bottom: 15px;
}

.portfolio-section {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.portfolio-section .portfolio-top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
  z-index: 10;
}
.portfolio-section .portfolio-bg-text {
  font-size: 14vw;
  font-family: var(--heading-font);
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1490196078);
  z-index: 0;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  webkit-text-stroke-color: rgba(0, 0, 0, 0.1490196078);
  /* background-color: #ddd; */
  vertical-align: revert-layer;
  line-height: 0.68;
}
.portfolio-section .portfolio-item {
  padding: 0 15px 15px;
}
.portfolio-section .portfolio-item .portfolio-img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.portfolio-section .portfolio-item .portfolio-img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: 0.6s ease;
}
.portfolio-section .portfolio-item .portfolio-img-box .zoom-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.4s;
  z-index: 5;
}
.portfolio-section .portfolio-item .portfolio-img-box .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1e1e1e;
  padding: 30px;
  text-align: center;
  transform: translateY(100%);
  transition: 0.4s ease;
  z-index: 4;
}
.portfolio-section .portfolio-item .portfolio-img-box .portfolio-info .category {
  color: #fff;
  font-family: var(--theme-font);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.portfolio-section .portfolio-item .portfolio-img-box .portfolio-info .project-name {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.portfolio-section .portfolio-item .portfolio-img-box .portfolio-info .yellow-line {
  width: 40px;
  height: 2px;
  background: var(--theme-color);
  margin: 0 auto;
}
.portfolio-section .portfolio-item .portfolio-img-box .corner-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  transform: rotate(45deg);
  z-index: 5;
  opacity: 0;
  transition: 0.4s;
}
.portfolio-section .portfolio-item .portfolio-img-box:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.portfolio-section .portfolio-item .portfolio-img-box:hover .zoom-icon {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-section .portfolio-item .portfolio-img-box:hover .portfolio-info {
  transform: translateY(0);
}
.portfolio-section .portfolio-item .portfolio-img-box:hover .corner-accent {
  opacity: 1;
  bottom: -15px;
  right: -15px;
}
.portfolio-section .portfolio-nav-buttons button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  color: #000000;
  z-index: 10;
  transition: 0.3s;
}
.portfolio-section .portfolio-nav-buttons button:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #000;
}
.portfolio-section .portfolio-nav-buttons .portfolio-prev {
  left: -30px;
}
.portfolio-section .portfolio-nav-buttons .portfolio-next {
  right: -30px;
}

.goal-section {
  background-color: #000;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.goal-section .goal-bg-text {
  position: absolute;
  top: 50px;
  right: 5%;
  font-size: 15vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  z-index: 0;
  text-transform: uppercase;
}
.goal-section .goal-circles {
  position: absolute;
  top: 10%;
  right: 15%;
  z-index: 1;
  opacity: 0.4;
}
.goal-section .goal-circles img {
  width: 300px;
}
.goal-section .goal-video-wrapper {
  position: relative;
  z-index: 2;
}
.goal-section .goal-video-wrapper .goal-main-img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
}
.goal-section .goal-video-wrapper .video-play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.goal-section .goal-video-wrapper .video-play-wrap .goal-play-btn {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  position: relative;
  z-index: 10;
}
.goal-section .goal-video-wrapper .video-play-wrap .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: rippleEffect 3s linear infinite;
}
.goal-section .goal-video-wrapper .video-play-wrap .ripple:nth-child(2) {
  animation-delay: 1.5s;
}
.goal-section .goal-card-col {
  margin-left: -10%;
  z-index: 10;
}
.goal-section .goal-card {
  background: #1a1a1a;
  padding: 60px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.goal-section .goal-card .card-accent {
  position: absolute;
  top: 40px;
  left: 30px;
}
.goal-section .goal-card .card-accent .hexagon-sm {
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.goal-section .goal-card .card-accent .accent-line-l {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100px;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.goal-section .goal-card .goal-title {
  font-family: var(--heading-font);
  font-size: 38px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
  padding-left: 20px;
}
.goal-section .goal-card .goal-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.goal-section .goal-card .goal-tabs .tab-btn {
  flex: 1;
  background: #333;
  color: #fff;
  border: none;
  padding: 15px;
  font-family: var(--heading-font);
  font-size: 23px;
  transition: 0.3s;
  position: relative;
}
.goal-section .goal-card .goal-tabs .tab-btn.active {
  background: var(--theme-color);
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
  color: #000;
}
.goal-section .goal-card .goal-tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--theme-color);
}
.goal-section .goal-card .goal-tab-content-wrapper p {
  color: #a5a4a4;
  font-family: var(--theme-font);
  margin-bottom: 25px;
}
.goal-section .goal-card .goal-tab-content-wrapper .goal-list {
  list-style: none;
  padding: 0;
}
.goal-section .goal-card .goal-tab-content-wrapper .goal-list li {
  color: #fff;
  font-family: var(--theme-font);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.goal-section .goal-card .goal-tab-content-wrapper .goal-list li i {
  color: var(--theme-color);
  font-size: 14px;
}
.goal-section .goal-tab-content-wrapper {
  position: relative;
  min-height: 200px;
}
.goal-section .goal-tab-content-wrapper .tab-pane {
  display: none;
}
.goal-section .goal-tab-content-wrapper .tab-pane.active {
  display: block;
  animation: tabFadeIn 0.5s ease forwards;
}
@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rippleEffect {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
.review-section {
  background-color: #121111;
  background-image: url(img/bg-map.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.review-section .review-bg-text {
  position: absolute;
  top: 20px;
  left: -20px;
  font-size: 20vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
  z-index: 0;
  pointer-events: none;
}
.review-section .review-header-wrapper {
  position: relative;
  padding-top: 50px;
  margin-bottom: 80px;
}
.review-section .review-header-wrapper .review-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.review-section .review-header-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 33px;
  height: 30px;
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 2;
}
.review-section .review-header-wrapper .review-title {
  font-family: var(--heading-font);
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  padding-left: 30px;
}
.review-section .review-header-wrapper .review-title span {
  color: var(--theme-color);
}
.review-section .review-header-wrapper .review-top-desc {
  color: #a5a4a4;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.review-section .review-header-wrapper .show-more-btn {
  border: 2px solid var(--theme-color);
  color: #fff;
  padding: 12px 25px;
  font-family: var(--heading-font);
  font-size: 18px;
  transition: 0.3s;
}
.review-section .review-header-wrapper .show-more-btn:hover {
  background: var(--theme-color);
  color: #000;
}
.review-section .testimonial-card {
  background: #000;
  padding: 40px 30px;
  margin-top: 40px;
  position: relative;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.review-section .testimonial-card .client-img {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #0b0b0b;
}
.review-section .testimonial-card .client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-section .testimonial-card p {
  color: #ccc;
  font-family: var(--theme-font);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-top: 20px;
}
.review-section .testimonial-card .card-footer-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.review-section .testimonial-card .card-footer-box .client-info h5 {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 18px;
  margin: 0;
  letter-spacing: 1px;
}
.review-section .testimonial-card .card-footer-box .client-info span {
  color: #666;
  font-family: var(--theme-font);
  font-size: 14px;
}
.review-section .testimonial-card .card-footer-box .stars {
  color: var(--theme-color);
  font-size: 12px;
  display: flex;
  gap: 4px;
}
.review-section .testimonial-card:hover {
  transform: translateY(-10px);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.review-section .testimonial-card:hover .card-footer-box {
  border-top: 1px solid rgba(67, 67, 67, 0.4);
}
.review-section .testimonial-card:hover .card-footer-box .stars {
  color: #000;
}
.review-section .testimonial-card:hover p {
  color: #000;
}
.review-section .testimonial-card:hover .client-info h5 {
  color: #000;
}

.contact-section {
  background-color: #f9f9f9;
  background-image: url("img/h-bg-section-01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.contact-section .contact-bg-text {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  font-size: 18vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.04);
  z-index: 0;
  pointer-events: none;
}
.contact-section .contact-left-wrapper {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}
.contact-section .contact-left-wrapper .contact-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-section .contact-left-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 2;
}
.contact-section .contact-left-wrapper .contact-main-title {
  font-family: var(--heading-font);
  font-size: 50px;
  color: #000;
  line-height: 1.1;
  margin-bottom: 50px;
  padding-left: 30px;
}
.contact-section .contact-left-wrapper .contact-info-list .info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
.contact-section .contact-left-wrapper .contact-info-list .info-item .info-icon {
  width: 50px;
  height: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 18px;
  flex-shrink: 0;
}
.contact-section .contact-left-wrapper .contact-info-list .info-item .info-text h5 {
  font-size: 30px;
  color: #000;
  margin-bottom: 6px;
}
.contact-section .contact-left-wrapper .contact-info-list .info-item .info-text p {
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  margin: 5px 0 0;
  line-height: 1.4;
}
.contact-section .contact-image-wrap {
  position: relative;
  z-index: 1;
}
.contact-section .contact-image-wrap .man-img {
  max-width: 140%;
  margin-left: -20%;
  height: auto;
  position: relative;
  bottom: -120px;
}
.contact-section .contact-form-card {
  position: relative;
  z-index: 2;
}
.contact-section .contact-form-card .card-inner {
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.contact-section .contact-form-card .card-shadow-layer {
  position: absolute;
  bottom: -10px;
  left: 5%;
  width: 90%;
  height: 20px;
  background: #f1f1f1;
  z-index: 1;
}
.contact-section .contact-form-card .card-title {
  font-family: var(--heading-font);
  margin-bottom: 5px;
  font-size: 34px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.contact-section .contact-form-card .card-subtitle {
  font-family: var(--theme-font);
  color: #777;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.contact-section .contact-form-card .form-group {
  margin-bottom: 20px;
}
.contact-section .contact-form-card .form-group label {
  display: block;
  font-family: var(--theme-font);
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}
.contact-section .contact-form-card .form-group .input-wrap {
  position: relative;
}
.contact-section .contact-form-card .form-group .input-wrap input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #eee;
  font-family: var(--theme-font);
  font-size: 14px;
}
.contact-section .contact-form-card .form-group .input-wrap input::-moz-placeholder {
  color: #aaa;
}
.contact-section .contact-form-card .form-group .input-wrap input::placeholder {
  color: #aaa;
}
.contact-section .contact-form-card .form-group .input-wrap input:focus {
  outline: none;
  border-color: var(--theme-color);
}
.contact-section .contact-form-card .form-group .input-wrap i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: 14px;
}
.contact-section .contact-form-card .submit-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px;
  font-family: var(--heading-font);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.3s;
  margin-top: 10px;
}
.contact-section .contact-form-card .submit-btn:hover {
  background: var(--theme-color);
  color: #000;
}

.stats-section {
  background-color: #0b0b0b;
  background-image: url(img/marble-bg.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.stats-section .stat-decorative-swirl {
  position: absolute;
  bottom: -50px;
  right: -20px;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}
.stats-section .stat-decorative-swirl img {
  width: 350px;
}
.stats-section .stat-item {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 65px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.stats-section .stat-item.no-border {
  border-right: none;
}
.stats-section .stat-item .stat-icon {
  color: var(--theme-color);
  font-size: 50px;
  margin-bottom: 25px;
  line-height: 1;
}
.stats-section .stat-item .stat-icon img {
  max-width: 60px;
  max-height: 60px;
}
.stats-section .stat-item .stat-number {
  font-family: var(--heading-font);
  font-size: 70px;
  color: #fff;
  line-height: 0.8;
  margin-bottom: 2px;
  letter-spacing: 2px;
}
.stats-section .stat-item .stat-label {
  font-family: var(--theme-font);
  color: #999;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

.news-section {
  background-color: #0b0b0b;
  position: relative;
  overflow: hidden;
}
.news-section .news-bg-text {
  position: absolute;
  top: 50px;
  left: -30px;
  font-size: 20vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
  z-index: 0;
  pointer-events: none;
}
.news-section .news-header-wrapper {
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
}
.news-section .news-header-wrapper .news-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.news-section .news-header-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 2;
}
.news-section .news-header-wrapper .news-title {
  font-family: var(--heading-font);
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  padding-left: 30px;
}
.news-section .news-header-wrapper .news-top-desc {
  color: #a5a4a4;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.6;
}
.news-section .news-card {
  background: #141414;
  transition: 0.4s;
}
.news-section .news-card .news-img-box {
  position: relative;
  overflow: hidden;
}
.news-section .news-card .news-img-box img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: 0.5s;
}
.news-section .news-card .news-img-box .meta-ribbon {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  background: var(--theme-color);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  z-index: 5;
}
.news-section .news-card .news-img-box .meta-ribbon span {
  color: #000;
  font-family: var(--heading-font);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-section .news-card .news-img-box .meta-ribbon span i {
  font-size: 12px;
}
.news-section .news-card .news-img-box .meta-ribbon .divider {
  opacity: 0.3;
}
.news-section .news-card .news-content {
  padding: 40px 30px 30px;
  text-align: center;
}
.news-section .news-card .news-content .blog-title {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 25px;
  min-height: 60px;
  transition: 0.3s;
}
.news-section .news-card .news-content .content-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}
.news-section .news-card .news-content .read-more {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.news-section .news-card .news-content .read-more i {
  font-size: 10px;
  color: var(--theme-color);
  margin-left: 5px;
}
.news-section .news-card .news-content .read-more:hover {
  color: var(--theme-color);
}
.news-section .news-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.news-section .news-card:hover .blog-title {
  color: var(--theme-color);
}
.news-section .news-carousel .owl-dots {
  margin-top: 50px;
  text-align: center;
}
.news-section .news-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: var(--theme-color);
  margin: 5px 10px;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}
.news-section .news-carousel .owl-dots .owl-dot.active span {
  background: transparent;
  box-shadow: 0 0 0 4px var(--theme-color);
  transform: scale(1.2);
}

/* Join Section (CTA) */
.join-section {
  position: relative;
  padding-bottom: 315px;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(img/bg-footer1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.join-section .join-title {
  font-family: var(--heading-font);
  font-size: clamp(40px, 6vw, 70px);
  color: #000;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 800;
}
.join-section .join-btn {
  background: #000;
  color: #fff;
  padding: 18px 40px;
  font-family: var(--heading-font);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  text-decoration: none;
}
.join-section .join-btn i {
  color: var(--theme-color);
  transition: 0.3s;
}
.join-section .join-btn:hover {
  background: var(--theme-color);
  color: #000;
}
.join-section .join-btn:hover i {
  color: #000;
  transform: translateX(5px);
}
.join-section {
  /* Vertical Yellow Ribbon */
}
.join-section .award-ribbon {
  position: absolute;
  top: 0;
  left: 45%;
  width: 60px;
  height: 250px;
  background-image: linear-gradient(to right, #f4a21a, #ffde00);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 88%, 0% 100%);
}
.join-section .award-ribbon span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
}

/* Footer Intro with Slant */
.footer-top {
  padding: 58px 0 18px;
  position: relative;
  margin-top: -216px;
  z-index: 9999;
  background-image: linear-gradient(90deg, black 50%, transparent 50%);
}
.footer-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  background-color: #000;
  transform: rotate(-16deg);
  right: -581px;
}
.footer-top .footer-top-slant {
  z-index: 10;
}
.footer-top .footer-intro .footer-logo-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-top .footer-intro .footer-logo-box .footer-logo {
  width: 45px;
  filter: brightness(1);
}
.footer-top .footer-intro .footer-logo-box .brand-name {
  font-family: var(--heading-font);
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
}
.footer-top .footer-intro .footer-desc {
  color: #888;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.6;
}

.main-footer {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 40px;
}
.main-footer .footer-middle-space {
  padding-bottom: 80px;
}
.main-footer .footer-widget .footer-title {
  font-family: var(--heading-font);
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 1px;
}
.main-footer .footer-widget .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}
.main-footer .footer-widget .footer-text {
  color: #ccc;
  font-family: var(--theme-font);
  line-height: 1.6;
  margin-bottom: 25px;
}
.main-footer .footer-widget .footer-text .highlight-link {
  color: var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
}
.main-footer .footer-widget .footer-subscribe-form {
  display: flex;
  background: #fff;
  padding: 5px;
  margin-top: 30px;
}
.main-footer .footer-widget .footer-subscribe-form input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
}
.main-footer .footer-widget .footer-subscribe-form input:focus {
  outline: none;
}
.main-footer .footer-widget .footer-subscribe-form button {
  background: var(--theme-color);
  border: none;
  color: #000;
  padding: 10px 20px;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.main-footer .footer-widget .footer-subscribe-form button:hover {
  background: #000;
  color: #fff;
}
.main-footer .footer-widget .footer-contact-list {
  list-style: none;
  padding: 0;
}
.main-footer .footer-widget .footer-contact-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  color: #fff;
  font-family: var(--theme-font);
}
.main-footer .footer-widget .footer-contact-list li i {
  color: var(--theme-color);
  font-size: 14px;
  margin-top: 5px;
}
.main-footer .footer-widget .footer-contact-list li span {
  color: #ccc;
  font-size: 15px;
}
.main-footer .footer-widget .footer-links {
  list-style: none;
  padding: 0;
}
.main-footer .footer-widget .footer-links li {
  margin-bottom: 15px;
}
.main-footer .footer-widget .footer-links li a {
  color: #ccc;
  font-family: var(--theme-font);
  font-size: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-footer .footer-widget .footer-links li a i {
  font-size: 10px;
  color: var(--theme-color);
}
.main-footer .footer-widget .footer-links li a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}
.main-footer {
  /* Footer Bottom Bar */
}
.main-footer .footer-bottom {
  background-color: #111;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer .footer-bottom .copy-text {
  color: #fff;
  margin: 0;
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
}
.main-footer .footer-bottom .footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.main-footer .footer-bottom .footer-bottom-links li {
  position: relative;
}
.main-footer .footer-bottom .footer-bottom-links li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #333;
}
.main-footer .footer-bottom .footer-bottom-links li a {
  color: #fff;
  font-family: var(--theme-font);
  font-size: 14px;
  transition: 0.3s;
}
.main-footer .footer-bottom .footer-bottom-links li a:hover {
  color: var(--theme-color);
}

.services-section {
  background-color: #0b0b0b;
  position: relative;
  overflow: hidden;
}
.services-section .service-bg-text {
  position: absolute;
  top: 50px;
  left: -20px;
  font-size: 18vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  z-index: 0;
  pointer-events: none;
}
.services-section {
  /* Vertical Sidebar */
}
.services-section .side-social-bar {
  position: absolute;
  left: 20px;
  top: 80px;
  flex-direction: column;
  gap: 50px;
  z-index: 10;
}
.services-section .side-social-bar a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-family: var(--theme-font);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
.services-section .side-social-bar a i {
  transform: rotate(90deg);
  color: var(--theme-color);
}
.services-section .side-social-bar a:hover {
  color: var(--theme-color);
}
.services-section .service-header-wrapper {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}
.services-section .service-header-wrapper .service-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.services-section .service-header-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.services-section .service-header-wrapper .service-main-title {
  font-family: var(--heading-font);
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  padding-left: 30px;
}
.services-section .service-header-wrapper .service-top-desc {
  color: #999;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.7;
}
.services-section {
  /* Service Cards */
}
.services-section .service-card {
  background: #141414;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.services-section .service-card .card-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 1;
}
.services-section .service-card .card-hover-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.services-section .service-card .side-indicator {
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  background: var(--theme-color);
  opacity: 0;
  transform: translateX(-5px);
  transition: 0.4s;
  z-index: 5;
}
.services-section .service-card .side-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--theme-color);
}
.services-section .service-card .card-content-wrap {
  position: relative;
  z-index: 5;
}
.services-section .service-card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.services-section .service-card .card-top .service-icon {
  color: var(--theme-color);
  font-size: 45px;
}
.services-section .service-card .card-top .arrow-btn {
  width: 40px;
  height: 40px;
  background: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
.services-section .service-card .service-title {
  font-family: var(--heading-font);
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}
.services-section .service-card .service-title a {
  font-family: inherit;
}
.services-section .service-card p {
  color: #ccc;
  font-family: var(--theme-font);
}
.services-section .service-card .service-list {
  list-style: none;
  padding: 0;
}
.services-section .service-card .service-list li {
  color: #ccc;
  font-family: var(--theme-font);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.services-section .service-card .service-list li::before {
  content: "";
  width: 12px;
  height: 2px;
  background: var(--theme-color);
}
.services-section .service-card .watermark-icon {
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-size: 90px;
  color: var(--theme-color);
  opacity: 0.15;
  z-index: 2;
  transition: 0.4s;
}
.services-section .service-card .watermark-icon img {
  transition: all 0.4s;
  opacity: 0;
}
.services-section .service-card:hover .card-hover-bg {
  opacity: 1;
}
.services-section .service-card:hover .side-indicator {
  opacity: 1;
  transform: translateX(0);
}
.services-section .service-card:hover .arrow-btn {
  background: var(--theme-color);
  color: #000;
}
.services-section .service-card:hover .watermark-icon {
  opacity: 0.1;
  transform: scale(1.1);
}
.services-section .service-card:hover .watermark-icon img {
  transition: all 0.4s;
  opacity: 1;
}
.services-section .service-card:hover .service-title {
  color: var(--theme-color);
}

.breadcrumb-wrapper {
  position: relative;
  padding: 170px 0 65px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(img/bg-slider1.jpg);
}
.breadcrumb-wrapper h1, .breadcrumb-wrapper h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.33333;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb-wrapper .bred-list ul {
  padding-left: 0;
}
.breadcrumb-wrapper .bred-list ul li {
  position: relative;
  color: #fff;
  padding-right: 30px;
  margin-right: 15px;
  list-style: none;
  display: inline-flex;
}
.breadcrumb-wrapper .bred-list ul li a {
  color: #fff;
}
.breadcrumb-wrapper .bred-list ul li:before {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--theme-color);
  font-family: "fontawesome";
  font-size: 14px;
}
.breadcrumb-wrapper .bred-list ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb-wrapper .bred-list ul li:last-child::before {
  display: none;
}

.about-hero-section {
  background-color: #0b0b0b;
  position: relative;
  overflow: hidden;
}
.about-hero-section .about-bg-text {
  position: absolute;
  top: 50px;
  right: -30px;
  font-size: 20vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  z-index: 0;
}
.about-hero-section .about-header-wrapper {
  position: relative;
  padding-top: 50px;
  margin-bottom: 10px;
  z-index: 2;
}
.about-hero-section .about-header-wrapper .about-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.about-hero-section .about-header-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.about-hero-section .about-header-wrapper .about-main-title {
  font-family: var(--heading-font);
  font-size: clamp(40px, 6vw, 70px);
  color: #fff;
  padding-left: 30px;
}
.about-hero-section .bio-content {
  position: relative;
  z-index: 2;
}
.about-hero-section .bio-content p {
  color: #999;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.about-hero-section .bio-content p.highlight-p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.awards-section {
  background-color: #000;
}
.awards-section h2 {
  color: #fff;
  font-size: 40px;
}

.award-item {
  background: #141414;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: 0.3s;
  height: 100%;
}
.award-item i {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 20px;
}
.award-item p {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 18px;
  letter-spacing: 1px;
}
.award-item:hover {
  border-color: var(--theme-color);
  transform: translateY(-5px);
}

.partner-section {
  background-color: #1e1e1e;
}
.partner-section h2 {
  color: #fff;
  font-size: 40px;
}
.partner-section p {
  color: #c5c5c5;
}
.partner-section .partner-list-card {
  background: #111;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.partner-section .partner-list-card .goal-list li {
  color: #ccc;
  list-style: none;
  margin-bottom: 20px;
}
.partner-section .partner-list-card .goal-list li strong {
  color: var(--theme-color);
}

.service-card.mini {
  padding: 30px 20px;
}
.service-card.mini .service-title {
  font-size: 18px;
  margin-bottom: 0;
}
.service-card.mini:hover .service-title {
  color: var(--theme-color);
}

.services-section-page {
  background-color: #0b0b0b;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.services-section-page .service-bg-text {
  position: absolute;
  top: 50px;
  left: -20px;
  font-size: 18vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
  z-index: 0;
  pointer-events: none;
}
.services-section-page .service-main-title {
  font-size: 50px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}
.services-section-page {
  /* Vertical Sidebar */
}
.services-section-page .side-social-bar {
  position: absolute;
  left: 20px;
  top: 80px;
  flex-direction: column;
  gap: 50px;
  z-index: 10;
}
.services-section-page .side-social-bar a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-family: var(--theme-font);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
.services-section-page .side-social-bar a i {
  transform: rotate(90deg);
  color: var(--theme-color);
}
.services-section-page .side-social-bar a:hover {
  color: var(--theme-color);
}
.services-section-page .service-header-wrapper {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}
.services-section-page .service-header-wrapper .service-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.services-section-page .service-header-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.services-section-page .service-header-wrapper .service-main-title {
  font-family: var(--heading-font);
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  padding-left: 30px;
}
.services-section-page .service-header-wrapper .service-top-desc {
  color: #999;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.7;
}
.services-section-page {
  /* Service Cards */
}
.services-section-page .service-card {
  background: #141414;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.services-section-page .service-card .card-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 1;
}
.services-section-page .service-card .card-hover-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.services-section-page .service-card .side-indicator {
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  background: var(--theme-color);
  opacity: 0;
  transform: translateX(-5px);
  transition: 0.4s;
  z-index: 5;
}
.services-section-page .service-card .side-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--theme-color);
}
.services-section-page .service-card .card-content-wrap {
  position: relative;
  z-index: 5;
}
.services-section-page .service-card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.services-section-page .service-card .card-top .service-icon {
  color: var(--theme-color);
  font-size: 45px;
}
.services-section-page .service-card .card-top .arrow-btn {
  width: 40px;
  height: 40px;
  background: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
.services-section-page .service-card .service-title {
  font-family: var(--heading-font);
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}
.services-section-page .service-card .service-list {
  list-style: none;
  padding: 0;
}
.services-section-page .service-card .service-list li {
  color: #ccc;
  font-family: var(--theme-font);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.services-section-page .service-card .service-list li::before {
  content: "";
  width: 12px;
  height: 2px;
  background: var(--theme-color);
}
.services-section-page .service-card .watermark-icon {
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-size: 90px;
  color: var(--theme-color);
  opacity: 0.15;
  z-index: 2;
  transition: 0.4s;
}
.services-section-page .service-card .watermark-icon img {
  transition: all 0.4s;
  opacity: 0;
}
.services-section-page .service-card:hover .card-hover-bg {
  opacity: 1;
}
.services-section-page .service-card:hover .side-indicator {
  opacity: 1;
  transform: translateX(0);
}
.services-section-page .service-card:hover .arrow-btn {
  background: var(--theme-color);
  color: #000;
}
.services-section-page .service-card:hover .watermark-icon {
  opacity: 0.1;
  transform: scale(1.1);
}
.services-section-page .service-card:hover .watermark-icon img {
  transition: all 0.4s;
  opacity: 1;
}
.services-section-page .service-card:hover .service-title {
  color: var(--theme-color);
}

.service-details-page {
  background-color: #0b0b0b;
}
.service-details-page .service-sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-details-page .service-sidebar-menu ul li {
  background: #1a1a1a;
  margin-bottom: 5px;
  transition: 0.3s;
  border-left: 0px solid var(--theme-color);
}
.service-details-page .service-sidebar-menu ul li a {
  display: block;
  padding: 18px 25px;
  color: #fff;
  font-family: var(--heading-font);
  letter-spacing: 1px;
  text-decoration: none;
}
.service-details-page .service-sidebar-menu ul li.active, .service-details-page .service-sidebar-menu ul li:hover {
  border-left-width: 4px;
}
.service-details-page .service-sidebar-menu ul li.active a, .service-details-page .service-sidebar-menu ul li:hover a {
  color: var(--theme-color);
}
.service-details-page .sidebar-help-box .help-inner {
  position: relative;
  padding: 60px 40px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}
.service-details-page .sidebar-help-box .help-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.service-details-page .sidebar-help-box .help-inner .content {
  text-align: center;
}
.service-details-page .sidebar-help-box .help-inner .content span {
  color: var(--theme-color);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.service-details-page .sidebar-help-box .help-inner .content h3 {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 30px;
}
.service-details-page .sidebar-help-box .help-inner .content .phone-no {
  font-family: var(--heading-font);
  color: #fff;
  font-size: 45px;
  margin: 20px 0;
}
.service-details-page .sidebar-help-box .help-inner .content p {
  color: #ccc;
  margin-bottom: 25px;
}
.service-details-page .sidebar-help-box .help-inner .btn-group-help {
  display: flex;
  justify-content: center;
}
.service-details-page .sidebar-help-box .help-inner .btn-group-help .white-btn {
  background: #fff;
  color: #000;
  padding: 12px 20px;
  font-family: var(--heading-font);
  text-decoration: none;
}
.service-details-page .sidebar-help-box .help-inner .btn-group-help .yellow-link-btn {
  background: var(--theme-color);
  color: #000;
  padding: 12px 15px;
}
.service-details-page .sidebar-help-box .help-inner .yellow-corner-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.service-details-page .sidebar-help-box .help-inner .yellow-corner-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: var(--theme-color);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.service-details-page .service-main-content .main-hero-img img {
  width: 100%;
}
.service-details-page .service-main-content h2 {
  font-family: var(--heading-font);
  color: var(--theme-color);
  font-size: 40px;
  margin-bottom: 25px;
}
.service-details-page .service-main-content h3 {
  font-size: 35px;
  color: var(--theme-color);
}
.service-details-page .service-main-content h4 {
  font-size: 30px;
  color: var(--theme-color);
}
.service-details-page .service-main-content h5 {
  color: var(--theme-color);
  font-size: 25px;
}
.service-details-page .service-main-content ul {
  padding-left: 5px;
}
.service-details-page .service-main-content ul li {
  position: relative;
  list-style: none;
  color: #999;
  padding-left: 20px;
}
.service-details-page .service-main-content ul li::before {
  content: "\f00c";
  font-family: "fontawesome";
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
}
.service-details-page .service-main-content p {
  color: #999;
  font-family: var(--theme-font);
  line-height: 1.8;
  margin-bottom: 20px;
}
.service-details-page .service-main-content .sub-heading {
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 20px;
}
.service-details-page .feature-box {
  background: #111;
  padding: 30px;
  display: flex;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.service-details-page .feature-box .icon {
  color: var(--theme-color);
  font-size: 30px;
}
.service-details-page .feature-box h5 {
  color: var(--theme-color);
  font-family: var(--heading-font);
  margin-bottom: 10px;
}
.service-details-page .feature-box p {
  color: #888;
  margin-bottom: 0;
  font-size: 14px;
}
.service-details-page .benefit-item {
  padding: 20px;
}
.service-details-page .benefit-item .b-icon {
  width: 60px;
  height: 60px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border-radius: 8px;
  color: var(--theme-color);
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.service-details-page .benefit-item h6 {
  color: #fff;
  font-family: var(--theme-font);
  font-size: 16px;
}
.service-details-page .other-service-card {
  position: relative;
  background: #1a1a1a;
}
.service-details-page .other-service-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-details-page .other-service-card .service-tag-icon {
  position: absolute;
  bottom: 60px;
  right: 20px;
  width: 70px;
  height: 60px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  z-index: 5;
}
.service-details-page .other-service-card .card-footer {
  padding: 30px;
  text-align: center;
}
.service-details-page .other-service-card .card-footer h5 {
  color: #fff;
  font-family: var(--heading-font);
  margin: 0;
}
.service-details-page .mini-services p {
  margin-bottom: 0 !important;
}
.service-details-page .mini-services img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.contact-page-section {
  background-color: #0b0b0b;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.contact-page-section .contact-bg-text {
  position: absolute;
  top: 50px;
  left: -30px;
  font-size: 18vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  z-index: 0;
  pointer-events: none;
}
.contact-page-section .contact-header-wrapper {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}
.contact-page-section .contact-header-wrapper .contact-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-page-section .contact-header-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 22px;
  height: 22px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.contact-page-section .contact-header-wrapper .contact-title {
  font-family: var(--heading-font);
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  padding-left: 30px;
}
.contact-page-section .contact-header-wrapper .contact-top-desc {
  color: #777;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.6;
}
.contact-page-section .contact-info-card {
  background: #141414;
  padding: 60px 40px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.contact-page-section .contact-info-card .info-item {
  display: flex;
  gap: 25px;
  margin-bottom: 45px;
}
.contact-page-section .contact-info-card .info-item:last-child {
  margin-bottom: 0;
}
.contact-page-section .contact-info-card .info-item .icon {
  color: var(--theme-color);
  font-size: 35px;
  line-height: 1;
}
.contact-page-section .contact-info-card .info-item .text h5 {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.contact-page-section .contact-info-card .info-item .text p {
  color: #888;
  font-family: var(--theme-font);
  font-size: 15px;
  line-height: 1.6;
}
.contact-page-section .contact-form-wrap {
  position: relative;
  z-index: 2;
}
.contact-page-section .contact-form-wrap input {
  width: 100%;
}
.contact-page-section .contact-form-wrap .form-instruction {
  color: #fff;
  font-family: var(--theme-font);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 40px;
}
.contact-page-section .contact-form-wrap textarea {
  height: 80px;
}
.contact-page-section .contact-form-wrap .form-group label {
  display: block;
  color: #aaa;
  font-family: var(--theme-font);
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-page-section .contact-form-wrap .form-group input, .contact-page-section .contact-form-wrap .form-group textarea, .contact-page-section .contact-form-wrap .form-group select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0;
  color: #fff;
  font-family: var(--theme-font);
  font-size: 15px;
  transition: 0.3s;
}
.contact-page-section .contact-form-wrap .form-group input:focus, .contact-page-section .contact-form-wrap .form-group textarea:focus, .contact-page-section .contact-form-wrap .form-group select:focus {
  outline: none;
  border-bottom-color: var(--theme-color);
}
.contact-page-section .contact-form-wrap .form-group select {
  color: #555;
}
.contact-page-section .contact-form-wrap .form-group select option {
  background: #111;
  color: #fff;
}
.contact-page-section .contact-form-wrap .submit-btn {
  background: var(--theme-color);
  color: #000;
  border: none;
  padding: 15px 35px;
  font-family: var(--heading-font);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
  margin-top: 20px;
}
.contact-page-section .contact-form-wrap .submit-btn i {
  font-size: 16px;
}
.contact-page-section .contact-form-wrap .submit-btn:hover {
  background: #fff;
  color: #000;
}

.portfolio-page-section {
  background-color: #0b0b0b;
  background-image: linear-gradient(rgba(11, 11, 11, 0.95), rgba(11, 11, 11, 0.95)), url("img/world-map.png");
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.portfolio-page-section .portfolio-bg-text {
  position: absolute;
  top: 80px;
  left: -30px;
  font-size: 18vw;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  z-index: 0;
  pointer-events: none;
}
.portfolio-page-section .portfolio-header-wrapper {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}
.portfolio-page-section .portfolio-header-wrapper .portfolio-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.portfolio-page-section .portfolio-header-wrapper .hexagon-icon {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 22px;
  height: 22px;
  background: var(--theme-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.portfolio-page-section .portfolio-header-wrapper .portfolio-title {
  font-family: var(--heading-font);
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  padding-left: 30px;
}
.portfolio-page-section .portfolio-header-wrapper .portfolio-top-desc {
  color: #777;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1.6;
}
.portfolio-page-section .portfolio-tabs-wrap {
  position: relative;
  z-index: 5;
}
.portfolio-page-section .portfolio-tabs-wrap .filter-controls {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.portfolio-page-section .portfolio-tabs-wrap .filter-controls .control {
  font-family: var(--heading-font);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 5px 15px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.portfolio-page-section .portfolio-tabs-wrap .filter-controls .control.active {
  background: var(--theme-color);
  color: #000;
}
.portfolio-page-section .portfolio-tabs-wrap .filter-controls .control:hover:not(.active) {
  color: var(--theme-color);
}
.portfolio-page-section .portfolio-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.portfolio-page-section .portfolio-box img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.portfolio-page-section .portfolio-box:hover img {
  transform: scale(1.1);
}
.portfolio-page-section .portfolio-box h4 {
  position: absolute;
  left: 0;
  border: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 5px;
  color: #fff;
  background-color: #212121;
}

.filter-item {
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
  .footer-top:before {
    right: -511px;
  }
  .main-header .nav-link {
    font-size: 16px;
  }
  .common-space {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .hero-slider-section {
    height: auto;
    padding: 100px 0;
  }
  .hero-slider-section .hero-image-wrapper {
    margin-top: 50px;
  }
  .hero-slider-section .hero-image-wrapper .main-hero-img {
    margin: 0 auto;
    height: 400px;
  }
  .hero-slider-section .hero-image-wrapper .black-bg-box {
    right: 5%;
  }
  .hero-slider-section .owl-dots {
    right: 0;
    left: 0;
    justify-content: center;
    bottom: 20px;
  }
  .about-section .about-img-wrapper {
    padding-left: 0;
    margin-bottom: 80px;
  }
  .about-section .about-img-wrapper .main-about-img {
    height: auto;
  }
  .about-section .about-img-wrapper .vertical-badge {
    left: -10px;
  }
  .about-section .about-content {
    padding-left: 0;
  }
  .about-section .about-content .about-title {
    font-size: 35px;
  }
  .brands-section .brands-accent-line {
    display: none;
  }
  .brands-section .hexagon-icon {
    display: none;
  }
  .brands-section .brands-main-title {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
  }
  .brands-section .logo-grid {
    justify-content: center;
  }
  .portfolio-section .portfolio-nav-buttons {
    display: none;
  }
  .review-section .review-header-wrapper .review-accent-line,
  .review-section .review-header-wrapper .hexagon-icon {
    display: none;
  }
  .review-section .review-header-wrapper .review-title {
    padding-left: 0;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .review-section .review-header-wrapper .show-more-btn {
    margin-top: 20px;
    display: inline-block;
  }
  .review-section .testimonial-card {
    margin-bottom: 60px;
  }
  .goal-section .goal-card-col {
    margin-left: 0;
    margin-top: -50px;
  }
  .goal-section .goal-card {
    padding: 30px;
  }
  .goal-section .goal-title {
    font-size: 28px;
  }
  .contact-section .contact-left-wrapper .contact-main-title {
    font-size: 35px;
  }
  .contact-section .contact-image-wrap {
    display: none;
  }
  .contact-section .contact-form-card {
    margin-top: 50px;
  }
  .stats-section .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .stats-section .stat-item:last-child {
    border-bottom: none;
  }
  .stats-section .stat-decorative-swirl {
    display: none;
  }
  .join-section .award-ribbon {
    left: auto;
    right: 20px;
    height: 200px;
  }
  .join-section .join-title {
    font-size: 40px;
  }
  .main-footer .footer-top-slant {
    margin-top: -60px;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    padding: 100px 0 60px;
  }
  .main-header .navbar-toggler {
    filter: brightness(0) invert(1);
  }
  .navbar-nav {
    background-color: #000;
  }
  .header-contact {
    position: absolute;
    right: 125px;
    transition: all 0.3s;
    top: 40px;
  }
  header.sticky .header-contact {
    position: absolute;
    right: 125px;
    top: 16px;
  }
  .news-section {
    padding-bottom: 60px;
  }
  .footer-top {
    background-image: linear-gradient(90deg, black 100%, transparent 50%);
    margin-top: 0;
    position: unset;
  }
  .join-section .award-ribbon span {
    letter-spacing: 1px;
    font-size: 19px;
  }
  .footer-top:before {
    display: none;
  }
  .main-header .nav-link {
    text-align: left;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
  }
  .main-header .nav-item.dropdown .dropdown-menu a {
    background-color: #212121;
  }
  .navbar-nav {
    max-height: 90vh;
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-widget {
    margin-bottom: 40px;
  }
  .main-footer .footer-widget .ps-lg-4,
  .main-footer .footer-widget .ps-lg-5 {
    padding-left: 0 !important;
  }
  .main-footer .footer-bottom-links {
    justify-content: center;
    margin-top: 15px;
  }
  .service-details-page .sidebar-help-box .help-inner {
    display: none;
  }
}
@media (max-width: 576px) {
  header .header-contact {
    position: absolute;
    right: 87px;
    top: 16px;
  }
  header.sticky .header-contact {
    right: 87px;
  }
  .main-header .header-contact .right-call {
    padding: 8px;
  }
  .main-header .navbar-brand img {
    max-width: 93px;
  }
  .main-header.sticky .navbar-brand img {
    max-width: 93px;
  }
  .hero-slider-section {
    height: auto;
    padding: 100px 0 0;
  }
  .stats-section .stat-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-section .service-header-wrapper .service-main-title {
    font-size: 35px;
  }
  .contact-section .contact-form-card .card-inner {
    padding: 30px 30px;
  }
  .stats-section .stat-item .stat-number {
    font-size: 53px;
  }
  .stats-section .stat-item {
    padding-top: 41px;
    padding-bottom: 37px;
  }
  .main-footer .footer-bottom .footer-bottom-links {
    justify-content: center;
  }
  .main-footer .footer-middle-space {
    padding-bottom: 0;
  }
  .breadcrumb-wrapper h1, .breadcrumb-wrapper h2 {
    font-size: 38px;
  }
  .breadcrumb-wrapper {
    padding: 150px 0 40px 0;
  }
  .contact-page-section .contact-info-card {
    padding: 44px 18px;
  }
  .contact-page-section .contact-header-wrapper .contact-title {
    font-size: 35px;
  }
  .services-section-page .service-card {
    padding: 25px 25px;
  }
  .services-section-page .service-header-wrapper .service-main-title {
    font-size: 40px;
  }
  .portfolio-page-section .portfolio-header-wrapper .portfolio-title {
    font-size: 37px;
  }
  .service-details-page .service-main-content h3 {
    font-size: 25px;
  }
  .service-details-page .service-main-content h2 {
    font-size: 29px;
    margin-bottom: 16px;
  }
  .service-sidebar-menu {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */