/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
@import url("https://fonts.googleapis.com/css2?family=Gwendolyn:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #202020;
}

body {
  color: #666666;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #202020;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PP Neue Montreal";
  color: #202020;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #202020;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #202020;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #202020;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #202020;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #666666;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #666666;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #202020;
  background: #202020;
}
.btn-theme:hover {
  background: #202020;
  color: #fff;
  border-color: #202020;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #202020;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #202020;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
  padding-top: 20px;
}
.preloader .preloader-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.preloader .preloader-inner .preloader-text-loading {
  opacity: 0;
}
.preloader .preloader-inner .preloader-text-loading .text {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .preloader .preloader-inner .preloader-text-loading .text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .preloader .preloader-inner .preloader-text-loading .text {
    font-size: 30px;
    line-height: 40px;
    flex-wrap: wrap;
  }
}
.preloader .preloader-inner .preloader-text-loading .text .rotating {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 55px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .preloader .preloader-inner .preloader-text-loading .text .rotating {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .preloader .preloader-inner .preloader-text-loading .text .rotating {
    height: 40px;
  }
}
.preloader .preloader-inner .preloader-text-loading .text-2 {
  opacity: 0;
}
.preloader .preloader-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  display: flex;
  align-items: flex-start;
}
.preloader .preloader-logo img {
  width: 60%;
  transform: translateY(100vh);
}

body {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 88px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 88px;
  }
}
body .open-sticky {
  padding-top: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .open-sticky {
    padding-top: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .open-sticky {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  body .open-sticky {
    padding-top: 75px;
  }
}

.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .header-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header-section.sticky-header {
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-section.sticky-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-section.sticky-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-section.sticky-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.header-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #202020;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-logo a img {
    max-width: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-logo a img {
    max-width: 54px;
  }
}
@media (max-width: 767px) {
  .header-logo a img {
    max-width: 54px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-right {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-right {
    gap: 20px;
  }
}
.header-right .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-right .main-menu ul li:hover > a:before {
  width: 100%;
}
.header-right .main-menu ul li a {
  position: relative;
  display: inline-flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #202020;
  gap: 10px;
  align-items: center;
  z-index: 1;
}
.header-right .main-menu ul li a i {
  font-size: 14px;
}
.header-right .main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #202020;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: -1;
}
.header-right .main-menu ul .has-dropdown {
  position: relative;
  z-index: 1;
}
.header-right .main-menu ul .has-dropdown > a .toggle-icon {
  width: 12px;
  height: 12px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.header-right .main-menu ul .has-dropdown > a .toggle-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #202020;
}
.header-right .main-menu ul .has-dropdown > a .toggle-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #202020;
  transition-delay: 0.3s;
}
.header-right .main-menu ul .has-dropdown:hover > a .toggle-icon {
  transform: rotate(180deg);
}
.header-right .main-menu ul .has-dropdown:hover > a .toggle-icon:after {
  opacity: 0;
}
.header-right .main-menu ul .has-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-right .main-menu ul .has-dropdown .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  background: #fff;
  display: block;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.header-right .main-menu ul .has-dropdown .sub-menu li {
  display: block;
}
.header-right .main-menu ul .has-dropdown .sub-menu li:hover > a {
  color: #fff;
}
.header-right .main-menu ul .has-dropdown .sub-menu li a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
}
.header-right .main-menu ul .has-dropdown .sub-menu li a:before {
  height: 100%;
}
.header-right .header-btn-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-right .header-btn-wrap .h-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #202020;
  padding: 8px 18px;
  background: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 130px;
}
.header-right .header-btn-wrap .h-btn a:hover {
  color: #FFFFFF;
  background: #202020;
}
.header-right .header-btn-wrap .h-btn a i {
  margin-right: 6px;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-right .header-btn-wrap .h-btn a span {
    display: none;
  }
}
.header-right .header-btn-wrap .h-btn-mobile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-right .header-btn-wrap .h-btn-mobile > div {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #202020;
  cursor: pointer;
}
.header-right .header-btn-wrap .h-btn-mobile a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #202020;
}

.open-menu-bar {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.open-menu-bar .bar {
  width: 18px;
  height: 2px;
  background: #202020;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.open-menu-bar.active .bar-2, .open-menu-bar:hover .bar-2 {
  opacity: 0;
}
.open-menu-bar.active .bar-1, .open-menu-bar:hover .bar-1 {
  transform: translateY(6px) rotate(-45deg);
}
.open-menu-bar.active .bar-3, .open-menu-bar:hover .bar-3 {
  transform: translateY(-6px) rotate(45deg);
}

.off-canvas-section {
  position: fixed;
  right: 0;
  top: 89px;
  width: 100%;
  height: calc(100% - 89px);
  background: #fff;
  overflow-y: auto;
  z-index: 99;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-section.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.off-canvas-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-menu ul li {
  display: block;
  border-bottom: 1px solid #202020;
}
.off-canvas-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #202020;
  padding-top: 20px;
  padding-bottom: 20px;
}
.off-canvas-menu ul .has-dropdown {
  position: relative;
  z-index: 1;
}
.off-canvas-menu ul .has-dropdown > a .toggle-icon {
  width: 12px;
  height: 12px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-menu ul .has-dropdown > a .toggle-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #202020;
}
.off-canvas-menu ul .has-dropdown > a .toggle-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #202020;
  transition-delay: 0.3s;
}
.off-canvas-menu ul .has-dropdown.active > a .toggle-icon, .off-canvas-menu ul .has-dropdown:hover > a .toggle-icon {
  transform: rotate(180deg);
}
.off-canvas-menu ul .has-dropdown.active > a .toggle-icon:after, .off-canvas-menu ul .has-dropdown:hover > a .toggle-icon:after {
  opacity: 0;
}
.off-canvas-menu ul .has-dropdown .sub-menu {
  display: none;
  padding-bottom: 20px;
}
.off-canvas-menu ul .has-dropdown .sub-menu li {
  display: block;
  border: 0;
}
.off-canvas-menu ul .has-dropdown .sub-menu li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
}
.off-canvas-menu ul .has-dropdown .sub-menu li a:before {
  height: 100%;
}

.off-canvas-extra p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
}

.popup-contact-form {
  position: fixed;
  right: 0;
  top: 89px;
  width: 100%;
  height: calc(100% - 89px);
  background: #fff;
  overflow-y: auto;
  z-index: 99;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.popup-contact-form.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.hero-section {
  position: relative;
}

.hero-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #202020;
}

.hero-title {
  overflow: hidden;
}
.hero-title h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title h1 {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-title h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.hero-content-wrap {
  overflow: hidden;
}
.hero-content-wrap .hero-thumb {
  height: 600px;
}
@media (max-width: 767px) {
  .hero-content-wrap .hero-thumb {
    height: 560px;
  }
}
.hero-content-wrap .hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-content-wrap .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-wrap .content-wrap {
    flex-direction: column;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .hero-content-wrap .content-wrap {
    flex-direction: column;
    padding: 24px 0;
  }
}
.hero-content-wrap .content-wrap .info {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-wrap .content-wrap .info {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .hero-content-wrap .content-wrap .info {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.hero-content-wrap .content-wrap .info:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 78px;
  height: 20px;
  width: 1px;
  background-color: #202020;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-wrap .content-wrap .info:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-content-wrap .content-wrap .info:before {
    display: none;
  }
}
.hero-content-wrap .content-wrap .info .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0;
}
.hero-content-wrap .content-wrap .info .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #202020;
  margin-bottom: 0;
}

.hero-slider-active {
  position: relative;
  z-index: 1;
}
.hero-slider-active .hero-button-next {
  position: absolute;
  right: 215px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #202020;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-button-next {
    left: 65px;
    right: auto;
    bottom: 25px;
    position: static;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-button-next {
    left: 65px;
    right: auto;
    bottom: 25px;
    position: static;
  }
}
.hero-slider-active .hero-button-next:hover {
  background: #202020;
  color: #fff;
}
.hero-slider-active .hero-button-prev {
  position: absolute;
  right: 265px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #202020;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-button-prev {
    left: 15px;
    right: auto;
    bottom: 25px;
    position: static;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-button-prev {
    left: 15px;
    right: auto;
    bottom: 25px;
    position: static;
  }
}
.hero-slider-active .hero-button-prev:hover {
  background: #202020;
  color: #fff;
}
.hero-slider-active .hero-pagination {
  position: absolute;
  bottom: 30px;
  right: 132px;
  display: inline-flex;
  align-items: center;
  width: 40px;
  left: auto;
  z-index: 10;
  gap: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-pagination {
    bottom: 30px;
    right: 46%;
    position: static;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-pagination {
    bottom: 32px;
    right: 46%;
    position: static;
  }
}
.hero-slider-active .hero-slider-indicator {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-slider-indicator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-slider-indicator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-slider-indicator .hero-navigator {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-slider-indicator .hero-navigator {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.hero-slider-active .hero-btn {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-btn {
    text-align: right;
    position: static;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-btn {
    text-align: right;
    position: static;
  }
}
.hero-slider-active .hero-btn:before {
  content: "";
  height: 1px;
  background: #202020;
  position: absolute;
  left: -50px;
  top: 0;
  right: -50px;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-btn:before {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-btn:before {
    display: block;
  }
}
.hero-slider-active .hero-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #202020;
  padding: 11px 30px;
  background: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 130px;
}
.hero-slider-active .hero-btn a:hover {
  background: #202020;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider-active .hero-btn a {
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .hero-slider-active .hero-btn a {
    padding: 13px 30px;
  }
}

.common-top {
  padding-top: 140px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
.common-top .common-top-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #202020;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .common-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.common-bottom {
  position: relative;
  z-index: 1;
}
.common-bottom .common-bottom-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #202020;
}

.common-title h3 {
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-title h3 {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-title h3 {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .common-title h3 {
    font-size: 40px;
    line-height: 1.1;
  }
}

.brand-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #202020;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .brand-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.brand-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 60%;
  height: calc(100% - 80px);
  width: 1px;
  background: #E8E8E8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-bottom:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .brand-bottom:before {
    display: none;
  }
}

.brand-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .brand-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .brand-wrapper .brand-wrap img {
    height: 25px;
  }
}

.brand-thumb {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-thumb {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .brand-thumb {
    padding-top: 40px;
  }
}
.brand-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #E8E8E8;
  height: 1px;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-thumb:before {
    display: block;
  }
}
@media (max-width: 767px) {
  .brand-thumb:before {
    display: block;
  }
}
.edge-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .edge-layout {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .edge-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.edge-content-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .edge-content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .edge-content-wrap {
    order: 2;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .edge-content-wrap {
    order: 2;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.edge-content-wrap .edge-content {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.edge-content-wrap .edge-content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.edge-content-wrap .edge-content .icon-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .edge-content-wrap .edge-content .icon-wrap .icon {
    width: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .edge-content-wrap .edge-content .icon-wrap .icon {
    width: 36px;
  }
}
@media (max-width: 767px) {
  .edge-content-wrap .edge-content .icon-wrap .icon {
    width: 36px;
  }
}
.edge-content-wrap .edge-content .icon-wrap h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .edge-content-wrap .edge-content .icon-wrap h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .edge-content-wrap .edge-content .icon-wrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .edge-content-wrap .edge-content .icon-wrap h3 {
    font-size: 20px;
  }
}
.edge-content-wrap .edge-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.edge-thumb {
  height: 100%;
}
@media (max-width: 767px) {
  .edge-thumb {
    height: 560px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.edge-thumb img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.promise-content-wrap {
  max-width: 600px;
}
.promise-content-wrap .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 16px;
}
.promise-content-wrap .description {
  margin-bottom: 24px;
}
.promise-content-wrap .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 8px;
}
.promise-content-wrap .description p:last-child {
  margin-bottom: 0;
}
.promise-content-wrap .author-info .name {
  font-family: "Gwendolyn", cursive;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.04em;
  color: #202020;
  margin-bottom: 4px;
}
.promise-content-wrap .author-info .designation {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

@media (max-width: 767px) {
  .promise-thumb {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.common-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #202020;
  padding: 17px 30px;
  background: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 130px;
}
@media (max-width: 767px) {
  .common-btn a {
    padding: 15px 20px;
  }
}
.common-btn a:hover {
  color: #FFFFFF;
  background: #202020;
}
.common-btn a i {
  margin-right: 5px;
}

.service-content-wrap {
  width: 100%;
  border-right: 1px solid #202020;
}
@media (max-width: 767px) {
  .service-content-wrap {
    border-bottom: 1px solid #202020;
  }
}
.service-content-wrap:hover .thumb img {
  transform: scale(1.1);
}
.service-content-wrap:hover .content h3 a:before {
  width: 100%;
}
.service-content-wrap .thumb {
  overflow: hidden;
}
.service-content-wrap .thumb a img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-content-wrap .content {
  padding: 48px 32px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-content-wrap .content {
    padding: 40px 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-content-wrap .content {
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  .service-content-wrap .content {
    min-height: 140px;
    padding: 16px 5px;
  }
}
.service-content-wrap .content h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-content-wrap .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-content-wrap .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-content-wrap .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .service-content-wrap .content h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.service-content-wrap .content h3 a {
  color: #202020;
  position: relative;
}
.service-content-wrap .content h3 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #202020;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-content-wrap .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-content-wrap .content p {
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .service-content-wrap .content p {
    font-size: 10px;
    line-height: 1.5;
    min-height: 48px;
  }
}
.service-content-wrap .content p span {
  margin: 0 16px;
}

@media (max-width: 767px) {
  .projects-section .service-content-wrap .content {
    min-height: 100px;
  }
  .projects-section .service-content-wrap .content p {
    min-height: 30px;
  }
}

.service-slider-active {
  padding-right: 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-slider-active {
    padding-right: 0;
    padding-bottom: 75px;
  }
}
.service-slider-active .service-navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
@media (max-width: 767px) {
  .service-slider-active .service-navigation {
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translateY(0);
    bottom: 18px;
    left: 16px;
  }
}
.service-slider-active .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 75px;
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .service-slider-active .pagination-wrapper {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
}
.service-slider-active .pagination-wrapper .service-navigation {
  position: static;
  transform: translate(0);
}
.service-slider-active .pagination-wrapper .service-pagination {
  width: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.4px;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 5px;
}
.service-slider-active .pagination-wrapper .view-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #202020;
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 130px;
}
.service-slider-active .pagination-wrapper .view-btn a:hover {
  color: #FFFFFF;
  background: #202020;
}

.service-button-prev, .service-button-next,
.testimonial-button-prev, .testimonial-button-next,
.projects-button-prev, .projects-button-next {
  font-size: 16px;
  color: #202020;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #202020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-button-prev:hover, .service-button-next:hover,
.testimonial-button-prev:hover, .testimonial-button-next:hover,
.projects-button-prev:hover, .projects-button-next:hover {
  color: #FFFFFF;
  background: #202020;
}

.testimonial-content-wrap {
  width: 100%;
  padding: 40px 32px;
  border-right: 1px solid #202020;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrap {
    padding: 35px 20px;
    min-height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-content-wrap {
    padding: 30px 20px;
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .testimonial-content-wrap {
    min-height: 500px;
    padding: 28px 20px;
    border-right: 0;
    border-bottom: 1px solid #202020;
  }
}
.testimonial-content-wrap .rating {
  font-size: 20px;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .testimonial-content-wrap .rating {
    margin-bottom: 28px;
  }
}
.testimonial-content-wrap .message p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .testimonial-content-wrap .message p {
    margin-bottom: 20px;
  }
}
.testimonial-content-wrap .author-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrap .author-wrapper {
    gap: 12px;
  }
}
.testimonial-content-wrap .author-wrapper .author-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-content-wrap .author-wrapper .author-wrap .info h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 0;
}
.testimonial-content-wrap .author-wrapper .author-wrap .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.testimonial-slider-active {
  padding-right: 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-slider-active {
    padding-right: 0;
    padding-bottom: 75px;
  }
}
.testimonial-slider-active .testimonial-navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
@media (max-width: 767px) {
  .testimonial-slider-active .testimonial-navigation {
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translateY(0);
    bottom: 18px;
    left: 16px;
  }
}
.testimonial-slider-active .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 75px;
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .testimonial-slider-active .pagination-wrapper {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
}
.testimonial-slider-active .pagination-wrapper .testimonial-navigation {
  position: static;
  transform: translate(0);
}
.testimonial-slider-active .pagination-wrapper .testimonial-pagination {
  width: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.4px;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-slider-active .pagination-wrapper .view-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #202020;
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 130px;
}
.testimonial-slider-active .pagination-wrapper .view-btn a:hover {
  color: #FFFFFF;
  background: #202020;
}

@media (min-width: 1200px) {
  .process-row {
    --bs-gutter-x: 48px;
  }
}

.process-content {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.process-content .icon {
  margin-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content .icon img {
    width: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-content .icon img {
    width: 30px !important;
  }
}
@media (max-width: 767px) {
  .process-content .icon img {
    width: 30px !important;
  }
}
.process-content .info {
  margin-left: 8px;
}
.process-content .info h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #202020;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content .info h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-content .info h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .process-content .info h3 {
    font-size: 24px;
  }
}
.process-content .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.process-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .process-section {
    padding-right: 0;
    padding-bottom: 75px;
  }
}
.process-section .common-bottom {
  position: relative;
  z-index: 1;
}

.process-thumb-active {
  position: absolute;
  z-index: 1;
  padding-right: 75px;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 780px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-thumb-active {
    max-width: 555px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-thumb-active {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .process-thumb-active {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.process-thumb-active .process-navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.process-thumb-active .process-navigation .process-button-prev, .process-thumb-active .process-navigation .process-button-next {
  font-size: 16px;
  color: #202020;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #202020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .process-thumb-active .process-navigation .process-button-prev, .process-thumb-active .process-navigation .process-button-next {
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translateY(0);
    bottom: 18px;
    left: 16px;
  }
}
.process-thumb-active .process-navigation .process-button-prev:hover, .process-thumb-active .process-navigation .process-button-next:hover {
  color: #FFFFFF;
  background: #202020;
}
.process-thumb-active .thumb {
  height: 100%;
}
.process-thumb-active .thumb img {
  width: 100%;
  max-width: 100%;
  min-height: 720px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-thumb-active .thumb img {
    aspect-ratio: 1;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .process-thumb-active .thumb img {
    aspect-ratio: 1;
    min-height: auto;
  }
}

.process-c-slider-active .swiper {
  width: 100%;
  height: 580px; /* Set the height depending on your need */
}
.process-c-slider-active .process-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -20px;
  border-top: 1px solid #202020;
  padding: 20px 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .process-c-slider-active .process-bottom-nav {
    padding: 20px 49px 0;
    margin-left: -49px;
    margin-right: -49px;
  }
}
.process-c-slider-active .process-bottom-nav .process-navigation {
  display: flex;
  gap: 16px;
}
.process-c-slider-active .process-bottom-nav .process-navigation .process-button-prev,
.process-c-slider-active .process-bottom-nav .process-navigation .process-button-next {
  font-size: 16px;
  color: #202020;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #202020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .process-c-slider-active .process-bottom-nav .process-navigation .process-button-prev,
  .process-c-slider-active .process-bottom-nav .process-navigation .process-button-next {
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translateY(0);
    bottom: 18px;
    left: 16px;
  }
}
.process-c-slider-active .process-bottom-nav .process-navigation .process-button-prev:hover,
.process-c-slider-active .process-bottom-nav .process-navigation .process-button-next:hover {
  color: #FFFFFF;
  background: #202020;
}
.process-c-slider-active .process-bottom-nav .process-pagination {
  display: inline-flex;
  align-items: center;
  width: 40px;
  gap: 5px;
}

.projects-slider-active {
  padding-right: 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .projects-slider-active {
    padding-right: 0;
    padding-bottom: 75px;
  }
}
.projects-slider-active .projects-navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
@media (max-width: 767px) {
  .projects-slider-active .projects-navigation {
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translateY(0);
    bottom: 18px;
    left: 16px;
  }
}
.projects-slider-active .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 75px;
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .projects-slider-active .pagination-wrapper {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
}
.projects-slider-active .pagination-wrapper .projects-navigation {
  position: static;
  transform: translate(0);
}
.projects-slider-active .pagination-wrapper .projects-pagination {
  width: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.4px;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 5px;
}
.projects-slider-active .pagination-wrapper .view-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #202020;
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 130px;
}
.projects-slider-active .pagination-wrapper .view-btn a:hover {
  color: #FFFFFF;
  background: #202020;
}

.quote-marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.quote-marquee .quote-marquee-layout {
  display: flex;
  align-items: center;
  flex: none;
  transform: translateX(0);
}
.quote-marquee .quote-marquee-layout .quote-content {
  flex: none;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .quote-marquee .quote-marquee-layout .quote-content {
    margin-right: 20px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.quote-content h3 {
  font-weight: 500;
  font-size: 170px;
  line-height: 204px;
  letter-spacing: -0.04em;
  color: #202020;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .quote-content h3 {
    font-size: 150px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quote-content h3 {
    font-size: 100px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-content h3 {
    font-size: 90px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .quote-content h3 {
    font-size: 64px;
    line-height: 1.3;
  }
}

.locale-section {
  overflow: hidden;
}

.locale-content-wrap {
  max-width: 610px;
}
.locale-content-wrap .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636466;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .locale-content-wrap .description p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .locale-content-wrap .description p {
    margin-bottom: 30px;
  }
}
.locale-content-wrap .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .locale-content-wrap .tag-wrap {
    gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .locale-content-wrap .tag-wrap {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .locale-content-wrap .tag-wrap {
    gap: 10px;
  }
}
.locale-content-wrap .tag-wrap a {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  text-transform: capitalize;
  color: #9E9E9E;
  background: transparent;
  padding: 16px 27px;
  border: 1px solid #9E9E9E;
  border-radius: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .locale-content-wrap .tag-wrap a {
    padding: 12px 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .locale-content-wrap .tag-wrap a {
    font-size: 18px;
    line-height: 1;
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .locale-content-wrap .tag-wrap a {
    font-size: 16px;
    line-height: 1;
    padding: 12px 16px;
  }
}
.locale-content-wrap .tag-wrap a:hover {
  color: #FFFFFF;
  background: #202020;
  border-color: #202020;
}

.locale-map {
  height: 680px;
  border-right: 1px solid #202020;
  border-left: 1px solid #202020;
}
@media (max-width: 767px) {
  .locale-map {
    margin: 0 -15px;
    height: 375px;
  }
}
.locale-map iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-section {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .contact-row {
    --bs-gutter-x: 75px;
  }
}

@media (min-width: 1200px) {
  .input-row {
    --bs-gutter-x: 15px;
  }
}

.contact-form-wrap .input-wrap {
  margin-bottom: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap .input-wrap {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap .input-wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap .input-wrap {
    margin-bottom: 25px;
  }
}
.contact-form-wrap .input-wrap input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #202020;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #202020;
}
.contact-form-wrap .input-wrap input::-webkit-input-placeholder {
  color: #202020;
  font-size: 16px;
}
.contact-form-wrap .input-wrap input:-moz-placeholder {
  color: #202020;
  font-size: 16px;
}
.contact-form-wrap .input-wrap input::-moz-placeholder {
  color: #202020;
  font-size: 16px;
}
.contact-form-wrap .input-wrap input:-ms-input-placeholder {
  color: #202020;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap .input-wrap input {
    padding: 10px 0;
  }
}
.contact-form-wrap .input-wrap textarea {
  height: 90px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #202020;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #202020;
}
.contact-form-wrap .input-wrap textarea::-webkit-input-placeholder {
  color: #202020;
  font-size: 16px;
}
.contact-form-wrap .input-wrap textarea:-moz-placeholder {
  color: #202020;
  font-size: 16px;
}
.contact-form-wrap .input-wrap textarea::-moz-placeholder {
  color: #202020;
  font-size: 16px;
}
.contact-form-wrap .input-wrap textarea:-ms-input-placeholder {
  color: #202020;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap .input-wrap textarea {
    padding: 10px 0;
  }
}
.contact-form-wrap .input-btn button {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #202020;
  padding: 15px 40px;
  background: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 130px;
}
.contact-form-wrap .input-btn button:hover {
  color: #FFFFFF;
  background: #202020;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap .input-btn button {
    padding: 10px 40px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap .input-btn button {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .contact-thumb {
    margin: 0 -15px;
  }
}
.contact-thumb img {
  width: 100%;
}

.faq-bottom {
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faq-bottom .faq-thumb {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  max-width: 455px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-bottom .faq-thumb {
    max-width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-bottom .faq-thumb {
    position: static;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .faq-bottom .faq-thumb {
    position: static;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq-bottom .faq-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-accordion .accordion .accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 16px;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-header .accordion-button.collapsed {
  border-bottom: 0;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-body p {
  border-bottom: 0;
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #202020;
  background: transparent;
  padding: 21px 48px 12px 24px;
  border-bottom: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding: 21px 30px 12px 0;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding: 21px 30px 12px 0;
  }
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  padding: 21px 48px 21px 24px;
  border-bottom: 1px solid #202020;
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 21px 30px 21px 0;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 21px 30px 21px 0;
  }
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  content: "+";
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq-accordion .accordion .accordion-item .accordion-header .accordion-button:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:before {
    right: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:before {
    right: 0;
    font-size: 20px;
  }
}
.faq-accordion .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq-accordion .accordion .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding: 0 52px 20px 24px;
  border-bottom: 1px solid #202020;
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .accordion-item .accordion-body p {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .accordion-item .accordion-body p {
    padding: 0 0 20px 0;
  }
}

.footer-top {
  border-bottom: 1px solid #202020;
}
@media (max-width: 767px) {
  .footer-top {
    border-bottom: 0;
  }
}

.footer-content .footer-logo {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-content .footer-logo {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer-content .footer-logo {
    margin-bottom: 16px;
  }
}
.footer-content .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-content .text p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer-content .text p {
    margin-bottom: 24px;
  }
}
.footer-content .footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-content .footer-social a {
  font-size: 28px;
  color: #202020;
  position: relative;
}
.footer-content .footer-social a:hover {
  color: #202020;
}
.footer-content .footer-social a:hover:before {
  width: 100%;
}
.footer-content .footer-social a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #202020;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.widget-wrap .widget-title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #202020;
  padding-bottom: 24px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-wrap .widget-title h3 {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .widget-wrap .widget-title h3 {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
.widget-wrap .widget-title h3 .widget-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #202020;
}
.widget-wrap .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-wrap .footer-menu ul li {
  margin-bottom: 12px;
}
.widget-wrap .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.widget-wrap .footer-menu ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  position: relative;
}
.widget-wrap .footer-menu ul li a:hover {
  color: #202020;
}
.widget-wrap .footer-menu ul li a:hover:before {
  width: 100%;
}
.widget-wrap .footer-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #202020;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.widget-wrap .footer-info .info-wrap {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 16px;
}
.widget-wrap .footer-info .info-wrap:last-child {
  margin-bottom: 0;
}
.widget-wrap .footer-info .info-wrap .icon {
  font-size: 16px;
}
.widget-wrap .footer-info .info-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.widget-wrap .footer-info .info-wrap p a {
  color: #666666;
  position: relative;
}
.widget-wrap .footer-info .info-wrap p a:hover {
  color: #202020;
}
.widget-wrap .footer-info .info-wrap p a:hover:before {
  width: 100%;
}
.widget-wrap .footer-info .info-wrap p a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #202020;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.copyright-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #666666;
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright-text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .copyright-text p {
    font-size: 14px;
  }
}
.copyright-text p span {
  color: #FF302F;
}
.copyright-text p a {
  color: #666666;
  position: relative;
}
.copyright-text p a:hover {
  color: #202020;
}
.copyright-text p a:hover:before {
  width: 100%;
}
.copyright-text p a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #202020;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/*# sourceMappingURL=main.css.map */
