/*
  Template Name: Structa
  Version: 1.0.0
*/
/*================================================
01. Default CSS  
02. Menu CSS  
03. Service CSS 
04. Project CSS
05. Faq CSS
06. Testimonial CSS
07. Team CSS
08. Blog CSS
09. Footer CSS
10. About CSS
11. Hero CSS
12. Brand CSS
13. Details Page CSS
14. Contact CSS

=================================================*/
/*================================================
01. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap");

/* Media Query Variable */
/*CSS Variable*/
:root {
  /*font Variable*/
  --ff-grotesk: "Space Grotesk", sans-serif;
  --ff-inria-sans: "Inria Sans", sans-serif;
  /*Color Variable*/
  --color-primary-red: #ed1c24;
  --color-primary-darkblue: #0a1526;
  --color-black: #19191a;
  --color-white: #ffffff;
}

p {
  font-size: 18px;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: var(--color-black) !important;
}

.inset-0 {
  inset: 0;
  z-index: 1;
}

figure {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  color: var(--color-black);
  font-family: var(--ff-grotesk);
  font-weight: 500;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 90px;
  line-height: 103.636%;
  /* letter-spacing: -3.3px; */
}

h2,
.h2 {
  font-size: 50px;
  line-height: 106.667%;
  letter-spacing: -1.2px;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 114.286%;
  letter-spacing: -0.28px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 116.667%;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.36px;
}

h6,
.h6 {
  font-size: 16px;
}

@media only screen and (max-width: 1399.98px) {

  h1,
  .h1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1199.98px) {

  h1,
  .h1 {
    font-size: 80px;
  }

  h2,
  .h2 {
    font-size: 50px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 60px;
  }

  h2,
  .h2 {
    font-size: 45px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 52px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h5,
  .h5 {
    font-size: 17px;
  }
}

html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
  color: var(--color-black);
  font-family: var(--ff-inria-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}

@media only screen and (max-width: 991.98px) {
  body {
    font-size: 16px;
  }
}

p {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Common Class */
.section-margin-top {
  margin-top: 130px;
}

.section-margin-bottom {
  margin-bottom: 130px;
}

.section-margin-top-bottom {
  margin-top: 100px;
  margin-bottom: 100px;
}

.row-margin-top {
  margin-top: 60px;
}

.row-margin-bottom {
  margin-bottom: 60px;
}

.section-padding-top {
  padding-top: 100px;
}

.section-padding-bottom {
  padding-bottom: 100px;
}

.section-padding-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.row-padding-top {
  padding-top: 60px;
}

.row-padding-bottom {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199.98px) {
  .section-margin-top {
    margin-top: 80px;
  }

  .section-margin-bottom {
    margin-bottom: 80px;
  }

  .section-margin-top-bottom {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .row-margin-top {
    margin-top: 45px;
  }

  .row-margin-bottom {
    margin-bottom: 45px;
  }

  .section-padding-top {
    padding-top: 80px;
  }

  .section-padding-bottom {
    padding-bottom: 80px;
  }

  .section-padding-top-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .row-padding-top {
    padding-top: 45px;
  }

  .row-padding-bottom {
    padding-bottom: 45px;
  }
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991.98px) {
  .section-margin-top {
    margin-top: 60px;
  }

  .section-margin-bottom {
    margin-bottom: 60px;
  }

  .section-margin-top-bottom {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .row-margin-top {
    margin-top: 35px;
  }

  .row-margin-bottom {
    margin-bottom: 35px;
  }

  .section-padding-top {
    padding-top: 60px;
  }

  .section-padding-bottom {
    padding-bottom: 35px;
  }

  .section-padding-top-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .row-padding-top {
    padding-top: 45px;
  }

  .row-padding-bottom {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .row-padding-bottom.extend {
    padding-bottom: 0px;
  }
}

.mt-24 {
  margin-top: 24px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-14 {
  margin-bottom: 14px !important;
}

@media only screen and (max-width: 1199.98px) {
  .mt-24 {
    margin-top: 20px;
  }

  .mt-40 {
    margin-top: 30px;
  }

  .mb-24 {
    margin-bottom: 20px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }
}

.section-middle {
  margin: 0 auto;
}

.bg_color_offwhite {
  background-color: #f6f6f6;
}

.bg_color_black {
  background-color: var(--color-black);
}

.text_color_red {
  color: var(--color-primary-red);
  font-weight: 600;
}

.text_bold {
  font-weight: 600;
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

.section-middle {
  margin: 0 auto;
}

.ft_object {
  -o-object-fit: cover;
  object-fit: cover;
}

.max_wd_content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.border-top-white {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-white {
  border-bottom: 1px solid #39393a;
}

.border-top {
  border-top: 1px solid #dfdfdf !important;
}

.border-bottom {
  border-bottom: 1px solid #dfdfdf !important;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-sz-20 {
  font-size: 20px;
}

.font-sz-40 {
  font-size: 40px;
}

.font-sz-28 {
  font-size: 28px !important;
}

.font-grotesk {
  font-family: var(--ff-grotesk);
}

/* Common Class End */
ul.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

#smooth-content {
  background-color: var(--color-white);
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--color-black);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-wrap {
  width: 180px;
  height: 180px;
  position: relative;
}

.preloader .spinner-wrap .preloader-logo {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner-wrap .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: 3px solid var(--color-primary-red);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(-5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

/*img-animation End**********************/
/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.1;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 10px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
@media (min-width: 100px) {
  .container.custom-container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .container.custom-container {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .container.custom-container {
    margin-left: calc((100% - 970px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }

  .container.custom-container.left-align {
    margin-right: calc((100% - 970px) / 2);
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container.custom-container {
    margin-left: calc((100% - 1143px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }

  .container.custom-container.left-align {
    margin-right: calc((100% - 1143px) / 2);
    margin-left: auto;
  }
}

@media (min-width: 1400px) {
  .container.custom-container {
    margin-left: calc((100% - 1366px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }

  .container.custom-container.left-align {
    margin-right: calc((100% - 1366px) / 2);
    margin-left: auto;
  }
}

.structa_screenfix_right {
  margin-right: calc((-100vw + 100%) / 2);
}

.structa_screenfix_left {
  margin-left: calc((-100vw + 100%) / 2);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1364px;
  }

  .container.container-ex-large,
  .container-lg.container-ex-large,
  .container-md.container-ex-large,
  .container-sm.container-ex-large,
  .container-xl.container-ex-large,
  .container-xxl.container-ex-large {
    max-width: 1660px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.section-title span {
  font-family: var(--ff-grotesk);
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  margin: 0;
  /* margin-bottom: 12px; */
}

.btn-wt-border {
  font-family: var(--ff-grotesk);
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  transition: all 0.3s;
  color: var(--color-primary-red);
  position: relative;
}

.btn-wt-border::before,
.btn-wt-border::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}

.project-box {
  padding: 18px;
  border: 1px solid #ddd;
  height: 100%;
}

.btn-wt-border::before {
  background-color: var(--color-primary-red);
}

.arrangement .h2 {
	position: static;
	margin: 0 0 50px;
}

@media (max-width: 767px) {
  .arrangement .h2 {
    margin: 0 0 30px;
  }
}

.btn-wt-border::after {
  transform: scaleX(1);
  transform-origin: 100% 0;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  background-color: var(--color-primary-red);
}

.btn-wt-border:hover::before {
  transform: scaleX(1);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  background-color: var(--color-black);
}

.btn-wt-border:hover::after {
  transform: scaleX(0);
  background-color: var(--color-black);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}

.common-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 24px;
  color: var(--color-white);
  font-family: var(--ff-grotesk);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.36px;
  z-index: 1;
  padding: 14px 22px;
  transition: all 0.5s ease-in-out;
  background-color: var(--color-primary-red);
}

.common-btn.border-button {
  background-color: transparent;
  border: 1px solid var(--color-black);
  color: var(--color-black);
}

@media only screen and (max-width: 1199.98px) {
  .common-btn {
    padding: 15px 20px;
    font-size: 16px;
  }

  .csr-decription h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991.98px) {
  .common-btn {
    padding: 9px 12px;
    gap: 9px;
    margin: 0;
  }
}

.common-btn .button-icon {
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
}

.common-btn .button-icon svg,
.common-btn .button-icon i {
  font-size: 24px;
}

.common-btn .button-icon.button-primary-hover-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0%;
  transform: translate3d(-26px, 26px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.common-btn .button-icon.button-primary-icon {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.common-btn::before {
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: var(--color-primary-red);
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover.hover-white {
  color: var(--color-black);
  background-color: var(--color-white);
}

.common-btn:hover.hover-black {
  background-color: var(--color-black);
  color: var(--color-white) !important;
}

.common-btn:hover .button-icon.button-primary-hover-icon {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.common-btn:hover .button-icon.button-primary-icon {
  transform: translate3d(26px, -26px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.search-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.search-btn i {
  color: var(--color-black);
  transition: all 0.3s ease;
}

.search-btn:hover i {
  color: var(--color-primary-red);
}

.search-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  padding: 80px 20px 0;
}

.search-form-overlay.active {
  display: flex;
}

.search-form-overlay .search-form-container {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 24px;
  animation: slideDown 0.3s ease;
}

.search-form-overlay .search-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.search-form-overlay .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-overlay .search-icon {
  position: absolute;
  left: 12px;
}

.search-form-overlay .search-input {
  flex: 1;
  height: 50px;
  border: 1px solid #e0e0e0;
  padding: 0 48px;
  font-size: 16px;
}

.search-form-overlay .search-input:focus {
  outline: none;
  border-color: var(--color-primary-red);
  box-shadow: 0 0 0 2px rgba(51, 102, 255, 0.2);
}

.search-form-overlay .search-input::placeholder {
  color: #a0a0a0;
}

.search-form-overlay .search-close-btn {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50%;
}

.search-form-overlay .search-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.search-form-overlay .search-submit-btn {
  align-self: flex-end;
  padding: 10px 28px;
  background-color: var(--color-primary-red);
  color: white;
  border: none;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.search-form-overlay .search-submit-btn:hover {
  background-color: var(--color-black);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*================================================
02. Menu CSS
=================================================*/
@keyframes anim-ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
  }
}

/*header css start*/
.structa-header {
  position: absolute;
  z-index: 41;
  width: 100%;
  top: 0;
  transition: all 0.4s;
  padding: 20px 0;
}

.structa-header.main-two {
  position: relative;
}

.structa-header.sticky-header {
  position: fixed;
  animation: slide_down_site 0.35s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  border-bottom: unset;
}

@media only screen and (max-width: 1199.98px) {
  .structa-header.sticky-header {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .structa-header.sticky-header {
    padding: 0px 0;
  }
}

.structa-header.v6.sticky-menu {
  background-color: var(--color-white);
}

@media only screen and (min-width: 992px) {
  .structa-header.v6 .sticky-wrap {
    padding-block: 14px;
  }
}

.structa-header.v6 .status {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 70px;
  position: relative;
}

.structa-header.v6 .status .status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-primary);
  position: relative;
}

.structa-header.v6 .status .status-dot::before,
.structa-header.v6 .status .status-dot::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  opacity: 0.6;
  animation: anim-ripple 2s infinite;
}

.structa-header.v6 .status .status-dot::after {
  animation-delay: 1.25s;
}

.structa-header.v6 .structa-menu-toggle.large {
  border: none;
  padding: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}

.structa-header.dark-header {
  background-color: transparent;
}

.structa-header.dark-header .main-menu a {
  color: var(--color-white);
  text-transform: uppercase;
}
.structa-header.dark-header .main-menu a:hover{
  color: var(--color-white) !important;
}
.structa-header.dark-header.sticky-header .main-menu a:hover{
  color: var(--color-black) !important;
}
.structa-header.dark-header .main-menu ul.sub-menu li a {
  color: var(--color-black);
}

.structa-header.dark-header .header-logo-sticky {
  display: none;
}

.structa-header.dark-header.sticky-menu {
  background-color: var(--color-primary);
}

.structa-header.dark-header.sticky-menu .main-menu a {
  color: var(--color-white);
}

.structa-header.dark-header.sticky-header {
  background: #fff;
}

.structa-header.dark-header.sticky-header .header-logo {
  display: none;
}

.structa-header.dark-header.sticky-header .header-logo-sticky {
  display: block;
}

.structa-header.dark-header.sticky-header .main-menu a {
  color: var(--color-black);
}

.structa-header.dark-header.sticky-header svg {
  color: var(--color-black);
}

.structa-header.has-border-bottom .container {
  border-bottom: 1px solid var(--color-4);
}

.structa-header.has-border-bottom.sticky-menu .container {
  border-bottom: none;
}

.structa-header.sticky-menu {
  animation: slide_down_site 0.35s ease-out;
}

@media (max-width: 991px) {
  .sticky-wrap {
    padding: 10px 0;
  }
}

.header-logo,
.header-logo-sticky {
  max-width: 270px;
  padding: 15px 0;
}

.main-menu a {
  color: var(--color-black);
  font-family: var(--ff-grotesk);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: lowercase;
  transition: all 0.5s;
}

.main-menu>ul>li {
  margin: 0 22px;
}

@media only screen and (max-width: 1199.98px) {
  .main-menu>ul>li {
    margin: 0 15px;
  }
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu li.menu-item-has-children>a::before {
  font-family: "remixicon";
  content: "\ea4e";
  position: absolute;
  left: 106%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.main-menu li.menu-item-has-children:hover a::before {
  transform: translateY(-50%) rotate(180deg);
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\ea4d";
  position: relative;
  margin-left: 2px;
  top: 2px;
  font-size: 20px;
  display: inline-block;
  font-family: "remixicon";
  transition: all 0.4s ease-in-out;
}

.main-menu ul li:hover.menu-item-has-children>a:after {
  transform: rotate(-180deg);
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 40px;
  left: 0;
  background-color: var(--color-white);
  visibility: hidden;
  min-width: 240px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu li a {
  color: var(--color-black);
  font-family: var(--ff-grotesk);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  transition: all 0.4s;
  position: relative;
}

.main-menu ul.sub-menu li:not(.menu-item-has-children)>a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: var(--color-black);
  transition: all 0.3s ease;
}

.main-menu ul.sub-menu li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}

.main-menu ul.sub-menu li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
  display: block;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
  content: none;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border:after {
  position: absolute;
  right: 0;
  content: "\ea6d";
}

.main-menu ul.sub-menu li.menu-item-has-children:hover a::after {
  transform: rotate(-90deg) !important;
}

.main-menu ul.sub-menu li ul.sub-menu {
  transition: all 0.4s;
  margin-left: 0px !important;
  transform: translateY(30px);
}

.main-menu ul.sub-menu li:hover ul.sub-menu {
  transform: translateY(0px);
}

.main-menu .main-menu ul.sub-menu>a .sub-menu-item.menu-item-has-children::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: auto;
  right: 0;
  height: 0 !important;
  width: 0;
  background-color: #0a165e;
  transition: all 0.3s ease;
}

.main-menu ul.sub-menu {
  padding: 12px 0;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 4px 10px 4px 20px;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.menu-style1>ul>li>a {
  padding: 32px 0;
}

/* .menu-style1 {
  margin-right: 40px;
} */

/*header css end*/
.menuBar-toggle {
  font-size: 28px;
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 5px;
  padding-inline: 5px;
  width: 50px;
  height: 42px;
}

.menuBar-toggle svg,
.menuBar-toggle i {
  color: var(--color-primary);
  width: 40px;
  height: 35px;
  position: relative;
  z-index: 9;
}

.menuBar-toggle .has-extend .menuBar-toggle svg,
.menuBar-toggle .has-extend .menuBar-toggle i {
  color: var(--color-primary);
}

.dark-header svg,
.dark-header i {
  /* color: var(--color-white); */
}

@-webkit-keyframes slide_down_site {
  from {
    transform: translateY(-150%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide_down_site {
  from {
    transform: translateY(-150%);
  }

  to {
    transform: translateY(0);
  }
}

.structa-menu-large-toggle {
  border: none;
  padding: unset;
  background: transparent;
}

.offcanvas {
  --bs-offcanvas-width: 532px;
}

.desktop-sidemenu {
  background-color: var(--color-primary);
}

.desktop-sidemenu .sidemenu-header {
  padding-inline: 80px 60px;
  padding-block-start: 20px;
}

.desktop-sidemenu .sidemenu-header .btn-close {
  background-image: unset;
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: var(--color-3);
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 1;
}

.desktop-sidemenu .sidemenu-header .btn-close i,
.desktop-sidemenu .sidemenu-header .btn-close svg {
  color: var(--color-white);
  width: 18.414px;
  height: 18.414px;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.desktop-sidemenu .sidemenu-header .btn-close:focus,
.desktop-sidemenu .sidemenu-header .btn-close:active {
  box-shadow: none;
}

.desktop-sidemenu .sidemenu-header .btn-close:hover i,
.desktop-sidemenu .sidemenu-header .btn-close:hover svg {
  transform: rotate(-45deg) scale(1.3);
}

.desktop-sidemenu .sidemenu-body {
  padding: 50px 80px 80px;
  display: flex;
  flex-direction: column;
}

.desktop-sidemenu .sidemenu-body .short-info>img,
.desktop-sidemenu .sidemenu-body .short-info>svg {
  margin-bottom: 32px;
}

.desktop-sidemenu .sidemenu-body p {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
}

.desktop-sidemenu .sidemenu-body .contact-info {
  margin-top: 80px;
  color: var(--color-white);
  max-width: 255px;
}

.desktop-sidemenu .sidemenu-body .contact-info h6 {
  color: var(--color-white);
  margin-bottom: 20px;
}

.desktop-sidemenu .sidemenu-body .contact-info .contact {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.desktop-sidemenu .sidemenu-body .contact-info .contact a {
  font-size: 18px;
  line-height: 166.667%;
}

.desktop-sidemenu .sidemenu-body .contact-info .contact a[href^="mailto:"] {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media only screen and (max-width: 1199.98px) {
  .desktop-sidemenu .sidemenu-body .contact-info {
    margin-top: 50px;
  }
}

.desktop-sidemenu .sidemenu-body .revew {
  margin-top: auto;
  max-width: 244px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.desktop-sidemenu .sidemenu-body .revew * {
  color: var(--color-white);
}

/*================================================
Mobile Menu Menu CSS
=================================================*/
.structa-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--color-black-rgb), 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.structa-menu-wrapper .mobile-logo {
  display: block;
  text-align: left;
  max-width: 120px;
  background-color: var(--color-white);
}

.structa-menu-wrapper .structa-menu-toggle {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  z-index: 1;
  color: var(--color-white);
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-left: 1px solid rgba(var(--color-black-rgb), 0.1);
  padding: 0;
  outline: 0;
}

.structa-menu-wrapper .structa-menu-toggle i {
  color: var(--color-black);
}

.structa-menu-wrapper .structa-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--color-white);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
  padding: 0;
}

.structa-menu-wrapper.structa-body-visible {
  opacity: 1;
  visibility: visible;
}

.structa-menu-wrapper.structa-body-visible .structa-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.structa-menu-wrapper.v2 {
  transition: all ease 0.6s;
}

.structa-menu-wrapper.v2 .structa-menu-area {
  transition: all ease 0.6s;
  max-width: 100%;
  display: flex;
  left: 110%;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  border-right: 1px solid var(--color-4);
  padding-inline: 60px;
  padding-block: 40px 60px;
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1399.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left {
    max-width: 300px;
    padding-inline: 30px;
    padding-block: 20px 30px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left {
    max-width: 250px;
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-logo {
  max-width: 176px;
  background-color: transparent;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info {
  max-width: 244px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .rating-point {
  color: var(--color-white);
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars {
  line-height: 1;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul {
  line-height: inherit;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul li {
  line-height: inherit;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul li i,
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul li svg {
  color: var(--color-white);
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info p {
  color: var(--color-white);
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center {
  width: 100%;
  background-color: var(--color-primary);
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
  min-height: 100%;
  padding-left: 136px;
  padding-block: 100px;
  /* For Firefox */
}

@media only screen and (max-width: 1399.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
    padding-left: 80px;
    padding-block: 80px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
    padding-left: 40px;
    padding-block: 60px;
  }
}

@media only screen and (max-width: 991.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
    padding-block: 40px;
    padding-left: 50px;
  }
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu::-webkit-scrollbar {
  width: 0px;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu scrollbar {
  scrollbar-color: transparent;
  scrollbar-width: unset;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li {
  border-bottom: none;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li:not(:first-of-type) {
  margin-top: 45px;
}

@media only screen and (max-width: 1399.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li:not(:first-of-type) {
    margin-top: 25px;
  }
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li.structa-active a {
  opacity: 1;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li a {
  opacity: 0.4;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
  color: var(--color-white) !important;
  font-size: 130px;
  font-weight: 600;
  line-height: 107.692%;
  letter-spacing: -3.9px;
  position: relative;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
}

@media only screen and (max-width: 1399.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
    font-size: 95px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
    font-size: 75px;
  }
}

@media only screen and (max-width: 991.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
    font-size: 65px;
  }
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a>.structa-mean-expand {
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: transparent;
  padding: 0;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a>.structa-mean-expand::before {
  content: unset;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu {
  margin-top: 40px;
}

@media only screen and (max-width: 1399.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu {
    margin-top: 20px;
  }
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li {
  line-height: 1;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li a {
  color: var(--color-white) !important;
  padding: 0;
  display: inline-block;
  line-height: 1;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li:not(:last-of-type) {
  margin-bottom: 16px;
}

@media only screen and (max-width: 991.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--color-primary);
  padding-inline: 60px;
  padding-block: 20px 60px;
}

@media only screen and (max-width: 1399.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right {
    max-width: 300px;
    padding-inline: 30px;
    padding-block: 20px 30px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right {
    max-width: 250px;
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: var(--color-3);
  color: var(--color-white);
  margin-left: auto;
  transition: all 0.25s ease-in-out;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle i,
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle svg {
  color: var(--color-white);
  line-height: 1;
  font-size: 30px;
  font-weight: 100;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle:hover {
  transform: rotate(90deg);
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .title {
  color: var(--color-white);
  font-weight: 600;
  line-height: 141.667%;
  letter-spacing: -0.24px;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .address {
  color: var(--color-white);
  font-size: 18px;
  line-height: 166.667%;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .contact a {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
  display: inline-block;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .contact a[href^="mailto:"] {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .contact a[href^="tel:"] {
  /* Styles for the tel link */
}

.structa-menu-wrapper.v2.structa-body-visible .structa-menu-area {
  left: 0;
}

.structa-mobile-menu {
  /* overflow-y: scroll; */
  max-height: calc(100vh - 200px);
  text-align: left;
}

.structa-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, 0.2);
  background-color: #000;
}

.structa-mobile-menu::-webkit-scrollbar {
  width: 2px;
  background-color: #000;
}

.structa-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #0a165e;
}

.structa-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.structa-mobile-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style-type: none;
}

.structa-mobile-menu ul li:last-child {
  border-bottom: 0;
}

.structa-mobile-menu ul li li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.structa-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 18px;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #000 !important;
  font-weight: 600;
}

.structa-mobile-menu ul li.structa-active>a {
  color: #2b4dff;
}

.structa-mobile-menu ul li.structa-active>a:before {
  transform: rotate(90deg);
}

.structa-mobile-menu ul li ul li {
  padding-left: 10px;
}

.structa-mobile-menu ul .structa-item-has-children>a .structa-mean-expand {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: 400;
  font-size: 16px;
  width: 60%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background-color: var(--color-white);
  color: #000;
  transition: all ease 0.4s;
}

.structa-mobile-menu ul .structa-item-has-children>a .structa-mean-expand:before {
  content: "\ea6d";
  display: inline-block;
  transition: all ease 0.3s;
  font-family: "remixicon" !important;
}

.structa-mobile-menu ul .structa-item-has-children.structa-active>a .structa-mean-expand:before {
  transform: rotate(-90deg);
}

.structa-mobile-menu>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.structa-menu-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}

@media (max-width: 400px) {
  .structa-menu-wrapper .structa-menu-area {
    width: 100%;
  }
}

.structa-mobile-menu-btn {
  text-align: start;
  padding: 20px 15px;
}

.structa-mobile-menu-btn .sidebar-wrap {
  margin-bottom: 20px;
}

.structa-mobile-menu-btn .sidebar-wrap h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 22px;
}

.structa-mobile-menu-btn .social-btn {
  display: flex;
  gap: 10px;
  padding-top: 5px;
}

.structa-mobile-menu-btn .social-btn a {
  height: var(--icon-size, 48px);
  width: var(--icon-size, 48px);
  line-height: 48px;
  display: inline-block;
  color: var(--title-color);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--smoke-color);
  background: var(--smoke-color);
}

.structa-mobile-menu-btn .social-btn a:hover {
  background: var(--title-color);
  color: var(--color-white);
  border-color: var(--title-color);
}

.structa-mobile-menu-btn .social-btn.style3 {
  gap: 20px;
}

.structa-mobile-menu-btn .social-btn.style3 .link-effect {
  height: 25px;
  position: relative;
  overflow: hidden;
  display: block;
  line-height: normal;
}

.structa-mobile-menu-btn .social-btn.style3 .link-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}

.structa-mobile-menu-btn .social-btn.style3 .link-effect:hover .effect-1 {
  top: -100%;
}

.structa-mobile-menu-btn .social-btn.style3 a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: var(--title-color);
  border: 0;
  font-size: 20px;
}

.structa-mobile-menu-btn .social-btn.style3 a:hover {
  background: transparent;
  color: var(--title-color);
}

a.structa-default-btn.sm-size {
  font-size: 16px;
  line-height: 1;
  padding: 17px 15px;
  border-radius: 6px;
  font-weight: 600;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--color-white) !important;
  background-color: var(--color-primary);
  z-index: 0;
  overflow: hidden;
  position: relative;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  transform-style: preserve-3d;
}

.header-top {
  padding: 12px 0;
}

.header-address-wrapper p {
  font-size: 16px;
}

.header-address-wrapper p b {
  transition: all 0.5s;
}

.header-address-wrapper p:hover b {
  color: var(--color-primary-red);
}

.desktop-sidemenu {
  background-color: #000;
}

.desktop-sidemenu .sidemenu-header {
  padding-inline: 80px 60px;
  padding-block-start: 20px;
}

.desktop-sidemenu .sidemenu-header .btn-close {
  background-image: unset;
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: var(--color-3);
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 1;
}

.desktop-sidemenu .sidemenu-header .btn-close i,
.desktop-sidemenu .sidemenu-header .btn-close svg {
  color: var(--color-white);
  width: 18.414px;
  height: 18.414px;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.desktop-sidemenu .sidemenu-header .btn-close:focus,
.desktop-sidemenu .sidemenu-header .btn-close:active {
  box-shadow: none;
}

.desktop-sidemenu .sidemenu-header .btn-close:hover i,
.desktop-sidemenu .sidemenu-header .btn-close:hover svg {
  transform: rotate(-45deg) scale(1.3);
}

.desktop-sidemenu .sidemenu-body {
  padding: 50px 80px 80px;
  display: flex;
  flex-direction: column;
}

.desktop-sidemenu .sidemenu-body .short-info>img,
.desktop-sidemenu .sidemenu-body .short-info>svg {
  margin-bottom: 32px;
}

.desktop-sidemenu .sidemenu-body p {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
}

.desktop-sidemenu .sidemenu-body .contact-info {
  margin-top: 80px;
  color: var(--color-white);
  max-width: 255px;
}

.desktop-sidemenu .sidemenu-body .contact-info h6 {
  color: var(--color-white);
  margin-bottom: 20px;
}

.desktop-sidemenu .sidemenu-body .contact-info .contact {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.desktop-sidemenu .sidemenu-body .contact-info .contact a {
  font-size: 18px;
  line-height: 166.667%;
}

.desktop-sidemenu .sidemenu-body .contact-info .contact a[href^="mailto:"] {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media only screen and (max-width: 1199.98px) {
  .desktop-sidemenu .sidemenu-body .contact-info {
    margin-top: 50px;
  }
}

.desktop-sidemenu .sidemenu-body .revew {
  margin-top: auto;
  max-width: 244px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.desktop-sidemenu .sidemenu-body .revew * {
  color: var(--color-white);
}

/*================================================
03. Service CSS
=================================================*/
.service-box {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 40px 32px;
}

.service-box.quality {
  height: 420px;
}

.service-box .service-icon {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.service-box.mission-vision-box .service-icon img {
  width: 84px;
  height: 100%;
}

.service-box.service-box-2:nth-child(2) {
  background-color: var(--color-black);
}

.service-box .service-info {
  margin-top: 80px;
}

@media only screen and (max-width: 991.98px) {
  .service-box .service-info {
    margin-top: 50px;
  }
}

.service-box .service-info p {
  margin: 14px 0 40px;
  /* max-width: 336px; */
}

/* .service-box:hover .service-icon {
  animation-name: bounce;
} */

.service-box.service-box-2 {
  max-width: 326px;
  padding: 0;
}

.service-box.service-box-2 .service-info {
  margin-top: 30px;
}

@media only screen and (max-width: 991.98px) {
  .service-box.service-box-2 {
    max-width: 100%;
  }

  .service-box.service-box-2 .service-info p {
    max-width: 100%;
  }
}

.service-box.service-box-3 {
  border: unset;
  padding: 0;
}

.service-box.service-box-3 .service-info {
  margin-top: 40px;
}

.service-box.service-box-3 .service-info p {
  max-width: 326px;
}

.service-box-4 .service-img img {
  transition: all 0.5s ease;
}

.service-box-4 .service-info-wrap {
  padding: 32px 32px 0;
  margin-top: -92px;
}

.service-box-4 .service-info-wrap .service-info {
  padding: 24px;
  /* padding: 32px; */
  background-color: #fff;
}

@media only screen and (max-width: 1399.98px) {
  .service-box-4 .service-info-wrap {
    padding: 25px 25px 0;
  }

  .service-box-4 .service-info-wrap .service-info {
    padding: 25px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .service-box-4 .service-info-wrap {
    padding: 18px 18px 0;
  }

  .service-box-4 .service-info-wrap .service-info {
    padding: 18px;
  }
}

.service-box-4:hover .service-img img {
  transform: scale(1.15);
}

.service-two-wrapper .single-service-two-border {
  position: relative;
}

.service-two-wrapper .single-service-two-border:not(:last-child)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #39393a;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991.98px) {
  .service-two-wrapper .single-service-two-border:not(:last-child)::before {
    height: 1px;
    width: 100%;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0px;
    transform: unset;
  }
}
.service-box.service-box-2.mission-vision-box.text-lg-start:nth-child(odd) {
    background-color: var(--color-black);
}
.service-box.service-box-2.mission-vision-box.text-lg-start {
  max-width: 100%;
  padding: 30px 25px;
  border: 1px solid #ddd !important;
  background-color: #fbfbfb !important;
}

.service-two-wrapper.wrapper-three .single-service-two-border:not(:last-child)::before {
  background-color: #dfdfdf;
}

.service-two-wrapper.work-process .single-service-two-border:not(:last-child)::before {
  right: 38px;
  top: 50%;
  transform: translate(-100%, -50%);
}

@media only screen and (max-width: 1199.98px) {
  .service-two-wrapper.work-process .single-service-two-border:not(:last-child)::before {
    right: 22px;
  }
}



.service-two-wrapper.details-blog-border .single-service-two-border:not(:last-child)::before {
  right: -46px;
}

@media only screen and (max-width: 1399.98px) {
  .service-two-wrapper.details-blog-border .single-service-two-border:not(:last-child)::before {
    display: none;
  }
}

.process-box span {
  color: var(--color-primary-red);
  font-family: var(--ff-grotesk);
  font-size: 80px;
  line-height: 1;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  margin-bottom: 80px;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.process-box .process-info {
  max-width: 244px;
}

@media only screen and (max-width: 1399.98px) {
  .process-box .process-info {
    max-width: 232px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .process-box span {
    font-size: 60px;
    margin-bottom: 50px;
  }
}

.process-box:hover span {
  animation-name: bounce;
}

.slider-button-wrap-arrow {
  gap: 16px;
}

.slider-button-wrap-arrow .slide-btn {
  width: 72px;
  height: 56px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.slider-button-wrap-arrow .slide-btn i {
  color: var(--color-black);
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}

.slider-button-wrap-arrow .slide-btn:hover {
  background-color: var(--color-primary-red);
}

.slider-button-wrap-arrow .slide-btn:hover i {
  color: var(--color-white);
}

.slider-button-wrap-arrow .slide-btn svg {
  transition: all 0.3s ease-in-out;
}

.slider-button-wrap-arrow .slide-btn:hover svg {
  color: var(--color-white);
}

@media only screen and (max-width: 991.98px) {
  .slider-button-wrap-arrow .slide-btn {
    width: 60px;
    height: 40px;
  }
}

.slider-button-wrap-arrow.two {
  top: 43%;
  padding: 0 90px;
}

@media only screen and (max-width: 991.98px) {
  .slider-button-wrap-arrow.two {
    padding: 0 40px;
  }
}

.slider-button-wrap-arrow.two .slide-btn {
  background-color: #fff;
}

.slider-button-wrap-arrow.two .slide-btn:hover {
  background-color: var(--color-primary-red);
}

.slider-button-wrap-arrow.two .slide-btn:hover i {
  color: var(--color-white);
}

@media only screen and (max-width: 1199.98px) {
  .slider-button-wrap-arrow.two.testimonial-nav {
    padding: 0 40px;
  }
}

.slider-button-wrap-arrow.three {
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  max-width: 1569px;
  padding-right: 30px;
  display: none!important;
}

@media only screen and (max-width: 1399.98px) {
  .slider-button-wrap-arrow.three {
    max-width: 1193px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .slider-button-wrap-arrow.three {
    bottom: 70px;
  }
}

.slider-button-wrap-arrow.three .slide-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: var(--color-white);
}

.slider-button-wrap-arrow.three .slide-btn:hover {
  background-color: #fff;
  color: var(--color-black);
}

.slider-button-wrap-arrow.four .slide-btn {
  background-color: #222223;
  color: var(--color-white);
}

.slider-button-wrap-arrow.four .slide-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--color-black);
}

.project-slider-two .slider-button-wrap-arrow.two {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.project-slider-two:hover .slider-button-wrap-arrow.two {
  opacity: 1;
  top: 46%;
}

.project-slider-single .project-slider-img img {
  transition: all 0.5s ease;
}

.project-slider-single:hover .project-slider-img img {
  transform: scale(1.15);
}

.project-slider-single .project-info h3 {
  transition: all 0.3s ease;
}

.project-slider-single .project-info h3:hover {
  color: var(--color-primary-red) !important;
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.service-two-box-single {
  padding: 28px 0;
  border-bottom: 1px solid #dfdfdf;
}

.service-two-box-single:first-child {
  border-top: 1px solid #dfdfdf;
}

.service-two-box-single .service-two-info-box h2 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  transition: all 0.4s;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1399.98px) {
  .service-two-box-single .service-two-info-box h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .service-two-box-single .service-two-info-box h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .service-two-box-single .service-two-info-box h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-two-box-single .service-two-info-box h2 {
    font-size: 35px;
  }
}

.service-two-box-single .service-two-info-box.current h2 {
  color: var(--color-primary-red);
}

.service-two-box-single .service-img {
  overflow: hidden;
  position: absolute;
  right: auto;
  left: 0;
  top: 50%;
  max-width: 180px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(0.9) translateY(-50%);
  z-index: 0;
  opacity: 0;
  transition: all 0.4s;
}

.service-two-box-single .service-img.two {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1199.98px) {
  .service-two-box-single .service-img {
    max-width: 140px;
    height: 150px;
  }
}

@media only screen and (max-width: 991.98px) {
  .service-two-box-single .service-img {
    max-width: 110px;
    height: 123px;
  }
}

@media only screen and (max-width: 991.98px) {
  .service-two-box-single .service-img {
    max-width: 85px;
    height: 92px;
  }
}

.service-two-box-single .service-img.current {
  transform: scale(1) translateY(-50%);
  opacity: 1;
}

/*================================================
04. Project CSS
=================================================*/
.project-box .project-img img {
  transition: all 0.5s ease;
}

.project-box:hover .project-img img {
  transform: scale(1.15);
}

.project-box .project-info h3 {
  transition: all 0.3s ease;
}

.project-box .project-info h3:hover {
  color: var(--color-primary-red) !important;
}

.project-box.box-two .project-info {
  max-width: 390px;
  padding: 40px 32px;
  margin: -68px 0 0 60px;
  transition: all 0.4s;
  opacity: 0;
}

@media only screen and (max-width: 767.98px) {
  .project-box.box-two .project-info {
    margin: -68px 0 0 20px;
    padding: 20px;
    max-width: 270px;
  }
}

.project-slider-three .project-box.box-two .project-info {
  /* max-width: 308px; */
  max-width: 308px;
  padding: 40px 23px;
  margin: -68px 0 0 20px;
}

.swiper-slide-active .project-box.box-two .project-info {
  opacity: 1;
  transition-delay: 0.4s;
}

.project-three-box .project-three-img img {
  transition: all 0.5s ease;
}

.project-three-box .project-three-img .project-three-info {
  padding: 40px 0 0 30px;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}

.project-three-box .project-three-img .project-three-info h3 {
  cursor: pointer;
  transition: all 0.3s ease;
}

.project-three-box .project-three-img .project-three-info h3:hover {
  color: var(--color-primary-red);
}

.project-three-box:hover .project-three-img img {
  transform: scale(1.15);
}

.project-three-box:hover .project-three-img .project-three-info {
  transform: translateY(0);
}

.work-mixi .mix {
  display: none;
}

.showcase-list {
  gap: 16px;
}

.showcase-list li {
  background-color: #f6f6f6;
  cursor: pointer;
  transition: all 0.3s;
  font-family: var(--ff-grotesk);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.32px;
  padding: 14px 20px;
}

.showcase-list li.active {
  background-color: var(--color-black);
  color: var(--color-white);
}

@media only screen and (max-width: 1399.98px) {
  .showcase-list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991.98px) {
  .showcase-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 5px;
  }
}

/*================================================
05. Faq CSS
=================================================*/
.faq-wrap .accordion-item {
  margin-bottom: 15px;
  /* border: none; */
  background: unset;
  border-top: 1px solid #dfdfdf;
  border-radius: unset;
  /* padding-top: 30px; */
  /* padding-bottom: 15px; */
}

/* .faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
} */

.faq-wrap .accordion-button {
  color: var(--color-black);
  font-family: var(--ff-grotesk);
  font-size: 24px;
  font-weight: 500;
  line-height: 116.667%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  background-color: unset;
  padding: 0;
  padding-right: 26px;
}

.faq-wrap .accordion-button svg,
.faq-wrap .accordion-button i {
  padding-right: 8px;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 0px;
  background-image: url(../images/plus.svg);
  transition: unset;
  font-size: 13px;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  transform: unset;
  background-image: url(../images/x.svg);
}



.faq-wrap .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-wrap.faq-two .accordion-button::before,
.faq-wrap.faq-two .accordion-button::after {
  display: none;
}

.faq-wrap.faq-two .accordion-button span {
  color: var(--color-primary-red);
  margin-right: 12px;
}

.faq-wrap.faq-two .accordion-body {
  padding: 24px 0px 0 0px;
}

.faq-wrap.for-black .accordion-button,
.faq-wrap.for-black .accordion-body {
  color: var(--color-white);
}

.faq-wrap.for-black .accordion-button::after {
  background-image: url(../images/icon/plus-white.svg);
}

.faq-wrap.for-black .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon/x-white.svg);
}

.faq-wrap.for-black .accordion-item {
  border-color: #39393a;
}

.chose-bottom-wrap {
  padding: 110px 120px;
}

@media only screen and (max-width: 1199.98px) {
  .chose-bottom-wrap {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chose-bottom-wrap {
    padding: 65px 30px;
  }
}

/*================================================
06. Testimonial CSS
=================================================*/
.quote-icon {
  color: var(--color-primary-red);
}

.testimonial-box .quoted-text {
  font-family: var(--ff-grotesk);
  font-size: 30px;
  line-height: 125%;
}

@media only screen and (max-width: 1199.98px) {
  .testimonial-box .quoted-text {
    font-size: 16px;
  }
}

.testimonial-box h5 {
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 120%;
  margin: 48px 0 4px;
}

@media only screen and (max-width: 1199.98px) {
  .testimonial-box h5 {
    margin: 35px 0 4px;
  }
}

.testimonial-box.two .quoted-info-wrap {
  margin-top: 44px;
}

@media only screen and (max-width: 1199.98px) {
  .testimonial-box.two .quoted-info-wrap {
    margin-top: 35px;
  }
}

.testimonial-box.two h5 {
  margin: 0px 0 4px;
}

.testimonial-slider .testimonial-box h5,
.testimonial-slider .testimonial-box p {
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.testimonial-slider .testimonial-box h5 {
  transition-delay: 0.4s;
}

.testimonial-slider .testimonial-box p {
  transition-delay: 0.6s;
}

.testimonial-slider .swiper-slide-active .testimonial-box h5,
.testimonial-slider .swiper-slide-active .testimonial-box p {
  opacity: 1;
  transform: none;
}

.structa-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #303031;
  opacity: 1;
  margin: 0 4px !important;
}

.structa-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-white);
}

.structa-pagination.testimonial-pagination {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 991.98px) {
  .structa-pagination.testimonial-pagination {
    position: relative;
    bottom: unset;
  }
}

.structa-pagination.structa-pagination-two .swiper-pagination-bullet {
  background: #e3e3e4;
}

.structa-pagination.structa-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-black);
}

.testimonial-wrapper {
  padding: 130px 120px;
}

@media only screen and (max-width: 1399.98px) {
  .testimonial-wrapper {
    padding: 130px 90px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .testimonial-wrapper {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .testimonial-wrapper {
    padding: 65px 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .testimonial-wrapper {
    padding: 65px 20px;
  }
}

.testimonial-wrapper.two {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 80px 80px;
  /* max-width: 1270px; */
}

@media only screen and (max-width: 1199.98px) {
  .testimonial-wrapper.two {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .testimonial-wrapper.two {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .testimonial-wrapper.two {
    padding: 30px 20px;
  }
}

.testimonial-cta-img {
  margin-top: -100px;
}

.cta-title {
  font-size: 80px;
  line-height: 105%;
  letter-spacing: -1.6px;
}

@media only screen and (max-width: 1199.98px) {
  .cta-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cta-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cta-title {
    font-size: 48px;
  }
}

.cta-banner {
  height: 700px;
  background-attachment: fixed;
}

@media only screen and (max-width: 1399.98px) {
  .cta-banner {
    height: 600px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .cta-banner {
    height: 500px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cta-banner {
    height: 400px;
  }
}

.fun-fact .fun-title-box {
  border-bottom: 1px solid #dfdfdf;
  height: 135px;
}

@media only screen and (max-width: 1399.98px) {
  .fun-fact .fun-title-box {
    height: 111px;
  }
}

@media only screen and (max-width: 991.98px) {
  .fun-fact .fun-title-box {
    height: 92px;
  }
}

.fun-fact .counter-item {
  font-size: 150px;
  line-height: 1;
  letter-spacing: -4.5px;
}

.fun-fact .counter-item .odometer-digit {
  display: inline-flex;
}

.fun-fact .counter-item .odometer-auto-theme {
  line-height: 1;
  vertical-align: unset;
}

.fun-fact .counter-item em {
  font-style: normal;
  margin-left: -32px;
  font-size: 112px;
  padding-right: 3px;
}

@media only screen and (max-width: 1399.98px) {
  .fun-fact .counter-item {
    font-size: 120px;
  }

  .fun-fact .counter-item em {
    margin-left: -17px;
    font-size: 90px;
  }
}

@media only screen and (max-width: 991.98px) {
  .fun-fact .counter-item {
    font-size: 70px;
  }

  .fun-fact .counter-item em {
    margin-left: 0px;
    font-size: 60px;
  }
}

@media only screen and (max-width: 991.98px) {
  .fun-max.max_wd_content {
    width: 100%;
  }
}

.fun-fact-wrapper.fun-max-wrap {
  flex-direction: column;
}

@media only screen and (max-width: 991.98px) {
  .fun-fact-wrapper.fun-max-wrap {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .fun-fact-wrapper.fun-max-wrap {
    justify-content: center;
  }
  .service-box.service-box-2.mission-vision-box.text-lg-start{
    padding: 14px;
  }
  .mission-vision-box h3{
    font-size: 16px !important;
  }
  .mission-vision-description p{
    font-size: 14px !important;
  }
  .service-box .service-info{
    margin-top: 18px !important;
    padding-top: 8px !important;
  }
}

.odometer-formatting-mark {
  display: none;
}

.subscribe-wrap {
  padding: 100px 0;
}

@media only screen and (max-width: 991.98px) {
  .subscribe-wrap {
    padding: 60px 0;
  }
}

.fun-box-img {
  height: 100%;
}

@media only screen and (max-width: 991.98px) {
  .fun-box-img {
    height: 400px;
  }
}

.skills-box {
  padding-right: 58px;
  padding-bottom: 4px;
}

.skills-box .skill-item:not(:last-child) {
  margin-bottom: 28px;
}

.skills-box .skill-item .skills-title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.skills-box .skill-item .skill-progress {
  height: 4px;
  background-color: transparent;
  position: relative;
}

.skills-box .skill-item .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  left: 0;
  background: var(--color-primary-red);
  transition: all 1.5s;
}

.skills-box .skill-item .skill-progress .progres::after {
  content: attr(data-value);
  position: absolute;
  left: 101.5%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-black);
  font-family: var(--ff-inria-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

/*================================================
07. Team CSS
=================================================*/
.team-box .team-img-wrap .team-img img {
  transition: all 0.5s ease;
}

.team-box .team-img-wrap .social-list {
  position: absolute;
  right: 28px;
  opacity: 0;
  transition: all 0.5s ease;
}

.team-box .team-info h4 {
  margin: 20px 0 4px;
  transition: all 0.3s ease;
}

.team-box .team-info h4:hover {
  color: var(--color-primary-red);
}

.team-box:hover .team-img-wrap .team-img img {
  transform: scale(1.08);
}

.team-box:hover .team-img-wrap .social-list {
  opacity: 1;
  top: 100%;
  transform: translateY(-50%);
}

.team-box.team-two .team-info {
  max-width: 280px;
  width: 100%;
  padding: 28px 10px 0 0;
}

.team-box.team-two .team-info h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1399.98px) {
  .team-box.team-two .team-info {
    max-width: 240px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .team-box.team-two .team-img-wrap .social-list {
    top: 0px;
    right: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .team-box.team-two:hover .team-img-wrap .social-list {
    top: 20px;
    transform: unset;
  }
}

.social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background-color: var(--color-primary-red);
  border-radius: 50px;
  color: var(--color-white);
  transition: all 0.5s ease;
  font-size: 14px;
}

.social-list li a:hover {
  background-color: var(--color-black);
}

.social-list.only-icon {
  gap: 16px;
}

.social-list.only-icon li a {
  height: unset;
  width: unset;
  color: var(--color-black);
  background-color: transparent;
  border-radius: unset;
}

.social-list.only-icon li a i {
  font-size: 20px;
}

.social-list.only-icon li a:hover {
  color: var(--color-primary-red);
}

.social-list.bg-ofwhite {
  gap: 10px;
}

.social-list.bg-ofwhite li a {
  background-color: #f6f6f6;
  color: var(--color-black);
}

.social-list.bg-ofwhite li a:hover {
  background-color: var(--color-black);
  color: #fff;
}

.social-list.only_white {
  gap: 10px;
}

.social-list.only_white li a {
  background-color: var(--color-primary-darkblue);
  color: var(--color-white);
}

.social-list.only_white li a:hover {
  /* background-color: var(--color-white); */
  color: #fff;
}
.social-list.only_white li a i{
  /* background-color: var(--color-white); */
  color: #fff;
}

.social-list.bg-black-list {
  gap: 10px;
}

.social-list.bg-black-list li a {
  background-color: #222223;
  color: var(--color-white);
}

.social-list.bg-black-list li a:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.social-list.structa-share-wrapper li {
  padding-top: 5px;
}

.social-list.structa-share-wrapper li a {
  border: 1px solid #dfdfdf;
  background-color: transparent;
}

.social-list.structa-share-wrapper li a:hover {
  border: 1px solid var(--color-primary-red);
  background-color: transparent;
  color: var(--color-black);
}

/*================================================
08. Blog CSS
=================================================*/
.structa-blog-box .structa-blog-thumb img {
  transition: all 0.5s ease;
}

.structa-blog-box .structa-blog-content .border-meta {
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 0;
}

.structa-blog-box .structa-blog-content h3 {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.structa-blog-box .structa-blog-content h3 a {
  color: inherit;
  line-height: inherit;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  position: relative;
  display: inline;
}

.structa-blog-box:hover .structa-blog-thumb img {
  transform: scale(1.08);
}

.structa-blog-box:hover .structa-blog-content h3 a {
  background-size: 100% 1px;
}

.structa-blog-box.blog-box-four .structa-blog-thumb {
  max-width: 270px;
  height: 322px;
  width: 100%;
}

.structa-blog-box.blog-box-four .img-overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(25, 25, 26, 0) 20%, rgba(25, 25, 26, 0.9) 80%);
  content: "";
}

.structa-blog-box.blog-box-four .img-overlay img {
  object-fit: cover;
  transition: all 0.3s;
}

.structa-blog-box.blog-box-four .structa-blog-content {
  padding: 40px 40px 0;
}

.structa-blog-box.blog-box-four .structa-blog-content .structa-meta {
  border-bottom: unset;
  padding: 24px 0;
}

@media only screen and (max-width: 991.98px) {
  .structa-blog-box.blog-box-four .structa-blog-content {
    padding: 100px 20px 0;
  }
}

.structa-blog-box.blog-box-four.right-side {
  height: 100%;
}

.structa-blog-box.blog-box-four.right-side .structa-blog-content ul.structa-meta {
  border-top: 1px solid #dfdfdf;
}

@media only screen and (max-width: 1399.98px) {
  .structa-blog-box.blog-box-four.right-side .structa-blog-content {
    padding: 30px 30px 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .structa-blog-box.blog-box-four.right-side {
    height: auto;
  }

  .structa-blog-box.blog-box-four.right-side .structa-blog-thumb {
    max-width: 100%;
    height: 211px;
    width: 100%;
  }
}

.structa-blog-wrapper {
  gap: 80px;
}

.structa-blog-wrapper .structa-blog-box .structa-blog-content h2.blog-title {
  transition: all 0.3s ease;
}

.structa-blog-wrapper .structa-blog-box .structa-blog-content h2.blog-title:hover {
  color: var(--color-primary-red);
}

@media only screen and (max-width: 1199.98px) {
  .structa-blog-wrapper {
    gap: 40px;
  }
}

/*================================================
09. Footer CSS
=================================================*/
.footer-desc {
  max-width: 440px;
  margin-top: 24px;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}

.footer-listing {
  gap: 10px;
}

.footer-listing li {
    position: relative;
    display: inline-block;
    width: auto;
    border: 1px solid #ddd;
    padding: 5px 9px;
}

.footer-listing li::before {
  position: absolute;
  height: 1px;
  width: 0;
  background-color: var(--color-black);
  content: "";
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}

.footer-listing li:hover::before {
  width: 100%;
}

.footer-big-logo-wrap img {
  margin-bottom: -10px;
}

.copy-text {
  padding: 24px 0;
  color: var(--color-black);
}

.footer-wrap.footer-black .footer-desc,
.footer-wrap.footer-black .footer-title,
.footer-wrap.footer-black .footer-listing li,
.footer-wrap.footer-black .footer-contact-box,
.footer-wrap.footer-black .copy-text {
  color: var(--color-white);
}

.footer-wrap.footer-black .footer-listing li::before {
  background-color: #fff;
}

.subscribe-form input {
  width: 100%;
  border: unset;
  padding: 16px 77px 16px 24px;
  background-color: var(--color-white);
}

.subscribe-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  padding: 0 20px;
  height: 100%;
}

/*================================================
10. About CSS
=================================================*/
.about-info-wrap {
  max-width: 750px;
}

.about-img-box {
  padding-right: 50px;
}

@media only screen and (max-width: 1399.98px) {
  .about-img-box {
    padding-right: 0px;
  }
}

.about-info-box {
  padding-bottom: 85px;
}

.about-info-box .section-title h4.text_color_red {
  font-weight: 400;
  text-transform: capitalize;
}

@media only screen and (max-width: 1199.98px) {
  .about-info-box {
    padding-bottom: 0px;
  }
}

.vision-area {
  margin-top: -63px;
}

@media only screen and (max-width: 1399.98px) {
  .vision-area {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .vision-area {
    margin-top: 50px;
  }
}

.vision-area.team-single-top {
  margin-top: -93px;
}

@media only screen and (max-width: 1399.98px) {
  .vision-area.team-single-top {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .vision-area.team-single-top {
    margin-top: 50px;
  }
}

.vision-wrap {
  padding: 50px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .vision-wrap {
    padding: 60px 20px;
  }
}

/* .vision-wrap::before {
  position: absolute;
  width: 1px;
  height: 38%;
  background-color: #39393a;
  content: "";
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%);
} */

@media only screen and (max-width: 767.98px) {
  .vision-wrap::before {
    width: 100%;
    height: 1px;
    background-color: #39393a;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.vision-single {
  max-width: 357px;
}

@media only screen and (max-width: 991.98px) {
  .vision-single {
    max-width: 288px;
  }
}

@media only screen and (max-width: 767.98px) {
  .vision-single {
    max-width: 100%;
  }
}

.about-bottom-info {
  max-width: 354px;
  margin: 0 0 0 auto;
}

.marquee-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-container .marquee {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll_x linear infinite;
  animation-duration: 20s;
  justify-content: space-between;
}

.marquee-container .marquee .marquee-item-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  gap: 15px;
}

.marquee-container .marquee .marquee-item-container .marquee-item {
  transform: none;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.marquee-container .marquee .marquee-item-container .marquee-item h2 {
  color: var(--color-primary-red);
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3.3px;
  text-transform: lowercase;
}

@media only screen and (max-width: 991.98px) {
  .marquee-container .marquee .marquee-item-container .marquee-item h2 {
    font-size: 70px;
  }
}

.marquee-container .marquee .marquee-item-container .marquee-item span {
  display: inline-block;
  width: 50px;
  text-align: center;
}

.marquee-container .marquee:hover {
  animation-play-state: paused;
}

@keyframes scroll_x {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/*================================================
11. Hero CSS
=================================================*/
.hero-area-two {
  padding: 106px 0 0px;
}

@media only screen and (max-width: 1399.98px) {
  .hero-area-two {
    padding: 60px 0 0px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-area-two {
    padding: 25px 0 0px;
  }
}

.hero-area-five {
  padding: 160px 0 120px;
}

@media only screen and (max-width: 1399.98px) {
  .hero-area-five {
    padding: 90px 0 70px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .hero-area-five {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-area-five {
    padding: 60px 0 0;
  }
}

.hero-info {
  padding: 220px 0 92px;
}

.hero-info .hero-sub {
  font-family: var(--ff-grotesk);
  font-size: 24px;
}

@media only screen and (max-width: 991.98px) {
  .hero-info {
    padding: 170px 0 90px;
  }
}

.hero-info .info-desc {
  font-size: 20px;
  line-height: 150%;
  max-width: 562px;
}

.hero-info .hero-avatar span {
  font-size: 16px;
  max-width: 208px;
  line-height: 150%;
}

.hero-info.info-five {
  max-width: 800px;
}

@media only screen and (max-width: 991.98px) {
  .hero-info.info-five {
    max-width: unset;
  }
}

.hero-content-sm-img li:not(:first-child) {
  margin-left: -17px;
}

.hero-slider-wrapper {
  display: flex;
  align-items: end;
  padding-top: 400px;
  height: 100vh;
}

@media only screen and (max-width: 1199.98px) {
  .hero-slider-wrapper {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-slider-wrapper {
    padding-top: 170px;
    /* padding-top: 200px; */
    height: 100%;
    /* margin-top: 78px; */
  }
  .swiper.hero-slider.position-relative.z-1.swiper-fade.swiper-initialized.swiper-horizontal{
    margin-top: 78px;
  }
  .header-logo, .header-logo-sticky{
    width: 90px !important;
  }
  .structa-header.dark-header{
    background: #fff;
    padding: 0;
  }
  .hero-slider .hero-slider-wrapper .hero-slider-info .slide-hero-title{
    font-size: 28px;
  }
  .hero-slider-section .swiper-slide{
    height: auto;
  }
}

.hero-slider-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(25, 25, 26, 0.6);
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}

.hero-slider-wrapper .hero-slider-info .hero-sub {
  font-family: var(--ff-grotesk);
  font-size: 24px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 700ms ease;
  transition-delay: 800ms;
  position: relative;
  z-index: 3;
}
/* 
.hero-slider-wrapper .hero-slider-info .slide-hero-title {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1000ms ease;
  transition-delay: 1300ms;
} */

.hero-slider-wrapper .hero-slider-bottom-info p {
  font-size: 24px;
  line-height: 150%;
  max-width: 708px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 700ms ease;
  transition-delay: 1800ms;
}

.hero-slider-wrapper .image-layer {
  /* transform: scale(1.1); */
  transition: all 7000ms linear;
}

.hero-slider .swiper-slide-active .hero-slider-wrapper .hero-slider-info .hero-sub {
  opacity: 1;
  transform: translateY(0px);
}

.hero-slider .swiper-slide-active .hero-slider-wrapper .hero-slider-info .slide-hero-title {
  /* opacity: 1; */
  /* transform: translateY(0px); */
}

.hero-slider .swiper-slide-active .hero-slider-wrapper .hero-slider-bottom-info p {
  font-size: 24px;
  line-height: 150%;
  max-width: 708px;
  opacity: 1;
  transform: translateY(0px);
}

.hero-slider .swiper-slide-active .hero-slider-wrapper .image-layer {
  transform: scale(1);
}

.hero-info-two h1 .title-text {
  font-size: 140px;
  line-height: 102.857%;
  letter-spacing: -4.2px;
  text-transform: uppercase;
}

.hero-info-two h1 abbr {
  padding-left: 190px;
}

.hero-info-two h1 abbr::before {
  position: absolute;
  left: 0;
  top: 64px;
  content: "";
  width: 170px;
  height: 10px;
  background-color: var(--color-primary-red);
}

.hero-info-two h1 abbr .hero-info-desc {
  font-family: var(--ff-inria-sans);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: initial;
  max-width: 715px;
}

.hero-info-two.info-three h1 .title-text {
  font-size: 135px;
}

.hero-info-two.info-three h1 abbr::before {
  top: 10px;
  height: 1px;
  background-color: var(--color-black);
}

.hero-info-two.info-three h1 abbr .hero-info-desc {
  max-width: 563px;
}

@media only screen and (max-width: 1399.98px) {
  .hero-info-two h1 .title-text {
    font-size: 110px;
  }

  .hero-info-two h1 .title-text img {
    height: 82px !important;
  }

  .hero-info-two.info-three h1 .title-text {
    font-size: 110px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .hero-info-two h1 .title-text {
    font-size: 90px;
  }

  .hero-info-two h1 .title-text img {
    height: 64px !important;
  }

  .hero-info-two h1 abbr {
    padding-left: 100px;
  }

  .hero-info-two h1 abbr::before {
    width: 80px;
  }

  .hero-info-two h1 abbr .hero-info-desc {
    font-size: 18px;
    max-width: 615px;
  }

  .hero-info-two.info-three h1 .title-text {
    font-size: 90px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-info-two h1 .title-text {
    font-size: 70px;
  }

  .hero-info-two h1 .title-text img {
    height: 50px !important;
  }

  .hero-info-two h1 abbr {
    padding-left: 0px;
  }

  .hero-info-two h1 abbr::before {
    display: none;
  }

  .hero-info-two.info-three h1 .title-text {
    font-size: 70px;
  }

  .hero-info-two.info-three h1 abbr .hero-info-desc {
    max-width: unset;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-info-two h1 .title-text {
    font-size: 50px;
  }

  .hero-info-two h1 .title-text img {
    display: none;
  }

  .hero-info-two h1 abbr {
    padding-left: 0px;
  }

  .hero-info-two h1 abbr::before {
    display: none;
  }

  .hero-info-two.info-three h1 .title-text {
    font-size: 50px;
  }
}

.hero-cta-box {
  display: inline-block;
  height: max-content;
}

.hero-cta-box .img-1 {
  animation: rotate2 15s linear infinite;
}

.hero-cta-box .img-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 54%;
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.bg-hero::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  content: "";
  background-color: var(--color-black);
}

@media only screen and (max-width: 991.98px) {
  .bg-hero::before {
    height: 200px;
  }
}

@media only screen and (max-width: 767.98px) {
  .bg-hero::before {
    height: 150px;
  }
}

.video-icon-wrap .video-icon-bg {
  display: inline-block;
  width: 200px;
  height: 120px;
  background: rgba(255, 96, 47, 0.8);
}

@media only screen and (max-width: 991.98px) {
  .video-icon-wrap .video-icon-bg {
    width: 100px;
    height: 80px;
  }
}

.video-icon-wrap i,
.video-icon-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  transition: all 0.5s;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  opacity: 1;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.video__player-wrapper .video-player {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.video-button #play-icon-wrap {
  cursor: pointer;
}

.video__player-wrapper .video-player.pointer {
  cursor: pointer;
}

.video__player-wrapper .play-btn.disabled {
  visibility: hidden;
  cursor: initial;
  opacity: 0;
}

.breadcrumb-area {
  padding: 110px 0 0;
}

.breadcrumb-area .hero-info h4.text_color_red {
  font-weight: 400;
  text-transform: none;
}

@media only screen and (max-width: 991.98px) {
  .breadcrumb-area {
    padding: 40px 0 0;
  }
}

.breadcrumb-area .breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.breadcrumb-area .breadcrumbs ul li {
  color: var(--color-primary-red);
  font-family: var(--ff-grotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 116.667%;
  text-transform: none;
  z-index: 0;
  padding: 0 20px;
  position: relative;
}

.breadcrumb-area .breadcrumbs ul li:first-child {
  padding-left: 0;
}

.breadcrumb-area .breadcrumbs ul li::before {
  content: "/";
  right: -7px;
  top: 6px;
  font-size: 24px;
  z-index: -1;
  line-height: 12px;
  position: absolute;
  font-weight: 400;
}

.breadcrumb-area .breadcrumbs ul li:last-child::before {
  display: none;
}

/*================================================
12. Brand CSS
=================================================*/
.brand-box {
  width: 320px;
  height: 240px;
  flex-shrink: 0;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}

.brand-box img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.brand-box:hover img {
  filter: grayscale(0%);
}

@media only screen and (max-width: 767.98px) {
  .brand-box {
    width: 296px;
    height: 196px;
  }
}

.brand-slide-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.brand-slide-wrap .swiper-wrapper .swiper-slide {
  width: auto;
}

/*================================================
13. Details Page CSS
=================================================*/
.sidebar-wrapper {
  gap: 54px;
}

.sidebar-link {
  gap: 16px;
}

.sidebar-link li a {
  border: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black);
  padding: 14px;
  font-family: var(--ff-grotesk);
  font-size: 16px;
  gap: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.4px;
  transition: all 0.4s;
}

.sidebar-link li a svg {
  min-width: 24px;
}

.sidebar-link li a:hover {
  background-color: var(--color-primary-red);
  border: 1px solid transparent;
  color: var(--color-white) !important;
}

.widget-search input {
  border: 1px solid #dfdfdf;
  padding: 16px 53px 16px 20px;
}

.widget-search button {
  right: 20px;
}

.widget-category ul {
  gap: 8px;
}

.widget-category ul li {
  transition: all 0.2s;
}

.widget-category ul li:hover {
  color: var(--color-primary-red);
}

.widget-recent-post .recent-post-wrapper {
  gap: 28px;
}

.widget-recent-post .recent-post-wrapper .recent-post-box {
  gap: 24px;
}

.widget-recent-post .recent-post-wrapper .recent-post-box .recent-post-img {
  flex-shrink: 0;
}

.widget-recent-post .recent-post-wrapper .recent-post-box .recent-post-img img {
  max-width: 104px;
  height: 112px;
}

.widget-recent-post .recent-post-wrapper .recent-post-box .recent-post-info h5 {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.widget-recent-post .recent-post-wrapper .recent-post-box:hover .recent-post-info h5 {
  color: var(--color-primary-red);
}

.structa-details-content p {
  margin-bottom: 20px;
}

.structa-details-content p.text-1 {
  margin-bottom: 0;
}

.structa-details-content p.text-2 {
  margin-bottom: 50px;
}

.structa-details-content .details-title {
  margin-bottom: 24px;
}

.structa-details-content .details-title.title-bottom {
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.6px;
}

.details-gap-bottom-80 {
  margin-bottom: 80px;
}

.details-gap-top-80 {
  margin-top: 80px;
}

@media only screen and (max-width: 1199.98px) {
  .details-gap-bottom-80 {
    margin-bottom: 40px;
  }

  .details-gap-top-80 {
    margin-top: 40px;
  }
}

.listing-wrap {
  gap: 12px;
}

.listing-wrap li {
  line-height: 150%;
}

.structa-pagination {
  gap: 16px;
}

.structa-pagination li a {
  line-height: 1;
  font-family: var(--ff-grotesk);
  font-size: 16px;
  font-weight: 500;
  padding: 18px 24px;
  background: #f6f6f6;
  transition: all 0.3s;
  display: inline-block;
}

.structa-pagination li a:hover {
  background-color: var(--color-black);
  color: #fff;
}

.structa-pagination li.active a {
  background-color: var(--color-black);
  color: #fff;
}

.tag-list {
  gap: 12px;
}

.tag-list li {
  font-family: var(--ff-grotesk);
  /* background: #f6f6f6; */
  font-weight: 500;
  padding: 12px 0px;
  color: #ddd;
  font-size: 16px;
  border-bottom: 1px solid;
  transition: all 0.4s;
}

/* .tag-list li {
  font-family: var(--ff-grotesk);
  background: #f6f6f6;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 16px;
  transition: all 0.4s;
} */

.tag-list li:hover {
  color: var(--color-primary-red);
}

.project-details-col .col {
  flex: 0 0%;
}

.project-details-col .col-info {
  max-width: 180px;
}

@media only screen and (max-width: 575.98px) {
  .project-details-col .col-info {
    max-width: 100%;
  }
}

.comments-wrap .single-comments-box {
  gap: 28px;
}

@media only screen and (max-width: 991.98px) {
  .comments-wrap .single-comments-box {
    gap: 12px;
  }
}

.comments-wrap .single-comments-box:not(:last-child) {
  margin-bottom: 42px;
}

.comments-wrap .single-comments-box:nth-child(even) {
  padding-left: 128px;
}

@media only screen and (max-width: 991.98px) {
  .comments-wrap .single-comments-box:nth-child(even) {
    padding-left: 20px;
  }
}

.comments-wrap .single-comments-box .comments-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.comments-wrap .single-comments-box .comments-info .btn-wt-border {
  border-bottom: 1.5px solid var(--color-primary-red);
}

.comments-wrap .single-comments-box .comments-info .btn-wt-border:hover {
  color: var(--color-primary-red);
}

/*================================================
14. Contact CSS
=================================================*/
.form-wrapper {
  padding: 100px;
}

.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-wrapper textarea,
.form-wrapper select {
  width: 100%;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /* border: none; */
  /* border-radius: 6px; */
  border-bottom: 1px solid var(--color-primary-red);
  transition: border-color 0.3s ease;
  background: inherit;
}

.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.form-wrapper textarea:focus,
.form-wrapper select:focus {
  border-bottom-color: var(--color-primary-red);
  box-shadow: none;
  outline: none;
  background: transparent;
}

.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=file])::placeholder,
.form-wrapper textarea::placeholder,
.form-wrapper select::placeholder {
  color: var(--color-black);
}

.form-wrapper.for-black input {
  font-family: var(--ff-inria-sans);
}

.form-wrapper.for-black input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-wrapper.for-black textarea {
  border-bottom: 1px solid #39393a;
  background-color: transparent;
  color: #fff;
}

.form-wrapper.for-black input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.form-wrapper.for-black textarea:focus {
  border-bottom-color: var(--color-primary-red);
  box-shadow: none;
  outline: none;
  background: transparent;
}

.form-wrapper.for-black input:not([type=checkbox]):not([type=radio]):not([type=file])::placeholder,
.form-wrapper.for-black textarea::placeholder {
  color: var(--color-white);
}

@media only screen and (max-width: 1199.98px) {
  .form-wrapper {
    padding: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .form-wrapper {
    padding: 30px;
  }
}

.form-wrapper.wrapper-two {
  border: 1px solid var(--color-primary-red);
  background: var();
  padding: 0px;
  padding: 70px;
}

.form-wrapper.wrapper-two .form-check-input[type=checkbox] {
  border-radius: 0;
}

@media only screen and (max-width: 1199.98px) {
  .form-wrapper.wrapper-two {
    padding: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .form-wrapper.wrapper-two {
    padding: 30px;
  }
}

.contact-address-info {
  gap: 32px;
}

.contact-address-info .single-address-info .info-address {
  font-size: 20px;
  display: inline-block;
  /* margin-top: 6px; */
}

.map-wrap {
  height: 600px;
}

.map-wrap iframe {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .map-wrap {
    height: 500px;
  }
}

@media only screen and (max-width: 991.98px) {
  .map-wrap {
    height: 350px;
  }
}

.error-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.error-wrap {
  height: calc(100vh - 102px);
}

.error-wrap .error-info {
  max-width: 680px;
}

@media only screen and (max-width: 991.98px) {
  .error-wrap {
    height: calc(100vh - 122px);
  }
}

/*================================================
15. Service CSS
=================================================*/

/*# sourceMappingURL=style.css.map */


.rs-breadcrumb-one {
  padding-top: 350px;
  padding-bottom: 300px;
}

.rs-breadcrumb-one .rs-breadcrumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.rs-breadcrumb-one .rs-breadcrumb-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000070;
}

.p-relative {
  position: relative;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul {
  display: inline-flex;
  gap: 15px 35px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
  color: #fff;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
  list-style: none;
  position: relative;
}

.rs-breadcrumb-menu ul li,
.rs-breadcrumb-menu ul li a {
  color: #fff;
  font-size: 22px;
  list-style: none;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before {
  content: "\f105";
  position: absolute;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 22px;
  inset-inline-end: -26px;
  opacity: 1;
}

.hero-info h1 {
  text-transform: capitalize;
  text-align: center;
}

.project-info h3 {
  font-size: 26px;
  color: var(--color-primary-red);
  margin-bottom: 18px;
}

.project-info p {
  font-size: 18px;
  margin-bottom: 18px;
}

.about-info-box p {
  margin-bottom: 18px;
}

.project-box:hover {
  border: 1px solid var(--color-primary-red);
}

ul.showcase-list.custom-ul.d-flex.justify-content-center {
  margin-top: 50px;
}

.service-box.amenities .service-info {
  margin: 0;
  margin-top: 30px;
}

.service-box.amenities .service-info p {
  margin-bottom: 0;
}

.service-box.amenities {
  height: 100%;
  margin-top: 20px;
}

.amenities-box {
  gap: 30px 0;
}

.mb-60 {
  margin-bottom: 60px;
}

.project-box iframe {
  height: 300px;
}

.project-box h3 {
  text-transform: capitalize;
}



.darksoul-card1 {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  padding: 24px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237); */
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  transition: all 2s;
  align-items: start;
  /* justify-content: center; */
}

.darksoul-card1:hover .circle1 {
  background-color: #b5b5b594;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #000;
  transition: all 0.5s;
}

.circle1 {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  margin-right: 0px;
  width: 50px;
  height: 50px;
  background: var(--color-primary-red);
  /* background:   radial-gradient(circle at 30% 125%, #f58220 65%, #00a651 4%); */
  border-radius: 0px 15px 0px 50px;
  transition: all 0.5s;
}

.darksoul-card1 h3 {
  position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-right: 5px;
  color: #fff;
  font-size: 26px;
}

.darksoul-card1:hover .content {
  color: #000;
}

.darksoul-card1:hover h3 {
  color: #000;
}

.darksoul-card1 .content {
  z-index: 100;
  /* transition: all .6s linear; */
  color: black;
  font-weight: 500;
  width: 100%;
}

.darksoul-card1:hover .content h6 {
  color: #000;
}


@media(max-width:768px) {

  .circle1 {
    width: 40px;
    height: 40px;
  }

  .darksoul-card1 h3 {
    padding-top: 6px;
    padding-right: 6px;
    font-size: 18px;
  }

  .content h6 {
    font-size: 16px;
    width: 85%;
  }

  .darksoul-card1 {
    padding: 14px 14px;
  }
}

.invester-box {
  gap: 30px 0;
}

.project-box.box-two.accolades {
  padding: 0;
  border: none;
}

.project-box.box-two.accolades:hover {
  border: none;
}

.project-slider-three .project-box.box-two.accolades .project-info {
  /* max-width: 308px; */
  max-width: 100%;
  padding: 30px 0px;
  margin: 0;
}

.project-slider-three .project-box.box-two.accolades .project-info h4 {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.vision-box {
  background-color: #ffffff;
  padding: 32px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 15%);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
}

/* .about-wrapper-area-five {
  padding: 0 20px;
} */

.invester-box .custom-ul {
  height: 55px;
  margin-bottom: 30px;
}

.darksoul-card1 .content ul {
  margin-bottom: 20px;
  height: auto;
}

.vision-box {
  margin-bottom: 50px;
}

.vision-box {
  height: 100%;
  width: 100%;
  padding: 20px;
  background-size: cover;
}

.csr-decription {
  padding: 0px 50px !important;
}

.crs-box {
  border: 1px solid #000;
  background-color: #f0f0f052;
  padding: 20px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 15%);
  border-radius: 20px;
  border: 1px solid #ddd;
}

.crs-box .about-img-box img {
  border-radius: 20px;
}

.career-page .form-group {
  position: relative;
}

.career-page .form-group i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: var(--color-primary-red);
  padding: 16px 18px;
}

.career-page .form-control {
  background-color: #fff;
  line-height: 2;
}

.career-page .form-control {
  height: 49px;
  padding: 7px 70px;
  /* line-height: 50px; */
  border: none;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 1px;
  padding: 10px 70px;
  font-size: 16px;
}

.modal-header .btn-close:hover {
  background-color: #d9d9d9;
}

.modal-footer .common-btn {
  padding: 12px 18px;
}

.single-address-info {
  padding: 20px;
  gap: 16px;
  display: flex;
  border: 1px solid #ddd;
  align-items: center;
}

.single-address-info.other-gmail {
  padding: 20px;
  gap: 16px;
  display: block;
  border: none;
  align-items: center;
}

.single-address-info .contact-icon {
  padding: 16px 20px;
  background: var(--color-primary-red);
  color: var(--color-white);
  border-radius: 50px;
}

.single-address-info .info-address {
  color: var(--color-black);
}

.single-address-info.other-gmail h3 {
  font-size: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
  color: var(--bs-secondary-text-emphasis);
  font-weight: 400;
}

.other-gamil-title {
  padding: 36px;
  position: relative;
  border: 1px solid #ed1c24;
}

.other-gamil-title::before,
.other-gamil-title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  top: 50%;
  background: radial-gradient(circle, rgb(237 28 36) 0%, rgba(221, 221, 221, 0) 100%);
  transform: translate(-50%, -50%);
}

.other-gamil-title::after {
  height: 1px;
  width: 100%;
}

.media-highlights-text {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  text-align: center;
}

.project-box:hover .media-highlights-text {
  border-color: var(--color-primary-red);
}

.media-main-title {
  margin-bottom: 40px;
  text-align: center;
}

.media-main-title h2 span {
  color: var(--color-primary-red);
}

.main-box-list {
  padding: 14px;
  border: 1px solid #ddd;
}

.main-box-list p {
  margin: 0;
}

.project-box.event-box {
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: 2px;
  overflow: hidden;
}

.project-box.event-box .media-highlights-text {
  padding: 15px;
  border: none;
}

.investor-table {
  border: 1px solid #dfdfdf;
  padding: 20px;
}

.investor-table table {
  border: none;
  margin: 0;
}

.investor-body {
  border-top: 1px solid #dfdfdf;
  padding: 24px;
}

/* .faq-wrap .accordion-body {
  padding: 18px 0;
} */
.faq-wrap .accordion-header {
  padding: 20px;
}

.pdf-box a {
  position: relative;
  text-align: center;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 13px;
  gap: 14px;
  display: flex;
  color: var(--color-black);
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 7%), 0 3px 6px rgb(0 0 0 / 4%);
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: 0.6s ease;
  border: 1px solid var(--color-primary-red);
}

.pdf-box a p {
  transition: 0.6s ease;
}

.pdf-box a:hover {
  background-color: var(--color-primary-red);
  color: var(--color-white);
}

.pdf-box a:hover svg {
  fill: #fff;
}

.pdf-box a:hover img {
  filter: invert(1);
}

.pdf-box a svg {
  width: 32px;
  transition: 0.6s ease;
  height: 32px;
  fill: var(--color-primary-red);
}

.pdf-box a .img-download {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: 0.6s ease;
  font-size: 15px;
  line-height: 15px;
}



.table-colour {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  border: 1px solid #ddd;
}

table.table-colour th {
  border: 1px solid #ddd;
}

table.table-colour td {
  border: 1px solid #ddd;
}

.chairman-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pdf-box p {
  text-align: left;
  line-height: 1.5;
}

.view-report-box a {
  padding: 8px 20px;
  box-shadow: none;
  background-color: var(--color-primary-red);
  color: var(--color-white);
}

.view-report-box svg {
  fill: var(--color-white) !important;
  width: 28px !important;
}

.view-report-box img {
  filter: invert(100%);
  width: 28px !important;
}

.pdf-box a strong {
  transition: 0.6s ease;
}

.pdf-box a:hover strong {
  color: var(--color-white);
}

.pdf-box a:hover p {
  color: var(--color-white);
}


.service-box-4 .corporate-announcements .logo-list-style-1 li {
  list-style: none;
  position: relative;
  padding: 10px 0px 20px 40px;
}

.service-box-4 .corporate-announcements {
  padding: 0px 20px 0 60px;
  margin-top: -140px;
}

.service-box-4 .corporate-announcements .logo-list-style-1 li a {
  font-size: 18px;
  color: var(--color-primary-red);
}

.service-box-4 .corporate-announcements .logo-list-style-1 li:before {
  content: "";
  position: absolute;
  background-image: url(../images/favicon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 28px;
  height: 28px;
  top: 10px;
  left: 0;
}

.pdf-main-box .project-img {
  max-width: 48px;
  /* height: 50%; */
  /* margin: auto; */
}


.team-block_one {
  position: relative;
  /* margin-bottom: 30px; */
}

.team-block_one-inner {
  position: relative;
}

.team-block_one-image {
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
}

.team-block_one-image:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  z-index: -1;
  left: 20px;
  bottom: 20px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.team-block_one-shares {
  position: absolute;
  right: 18px;
  top: 17px;
}

.team-block_one-socials {
  position: absolute;
  right: 2px;
  top: -150%;
  width: 50px;
  z-index: 1;
  opacity: 0;
  padding: 10px 0px;
  text-align: center;
  border-radius: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--color-white);
}

.team-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 25px 0px 25px 25px;
}

.team-block_one-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 50px;
  padding: 20px 15px;
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
}

.team-block_one-content:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.50);
}

.team-block_one-shares {
  position: absolute;
  right: 18px;
  top: 17px;
}

.team-block_one-image:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  width: 97px;
  height: 97px;
  background: url(../images/team-shape.png) no-repeat;
}

.team-block_one-share_icon {
  position: relative;
  width: 54px;
  height: 54px;
  z-index: 10;
  line-height: 24;
  font-size: 21px;
  display: flex !important;
  line-height: 54px;
  align-items: center;
  border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-primary-red);
  justify-content: center;
}

.team-block_one-title a {
  position: relative;
  color: var(--color-white);
}

.team-block_one-designation {
  position: relative;
  font-size: 16px;
  margin-top: 8px;
  color: var(--color-white);
}

h4.team-block_one-title.text-white a:hover {
  color: var(--color-white) !important;
}

h4.team-block_one-title.text-white {
  font-size: 20px;
}

/* .project-box .project-img img{
  height: 300px;
} */
.project-three-info.projects-content-box.max_wd_content.position-absolute.end-0.z-1.bg-white {
  transform: translateY(0%);
  padding: 20px 24px;
  width: 60%;
}

.team-block_one-share_icon.la.la-arrow-right {
  transform: rotate(325deg);
}

.project-four {
  padding: 15px;
}

.project-four::before {
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.project-four:hover::before {
  border-color: var(--color-primary-red);
}

.project-four img {
  transition: all 0.5s ease;
}

.project-four:hover img {
  transform: scale(1.1);
}





.circle-img {
  width: 100%;
  height: 420px;
  border: 8px solid #fff;
  object-fit: cover;
  border-radius: 50%;
}

.mission-box::before {
  height: 100%;
  content: "";
  background: #ddd;
  position: absolute;
  width: 84%;
  left: 16%;
}

.mission-box.vision-box-right::before {
  right: 16%;
  left: 0;
}

.mission-content {
  padding: 34px 50px;
}

.mission-content p {
  font-size: 16px;
}

/* .test-wrap:before {
    content: "";
    width: 10px;
    height: 100%;
    background: var(--color-white);
    top: 0%;
    position: absolute;
} */

.about-left-wrapper {
  display: flex;
}

.about-left-wrapper.about-right-side {
  flex-direction: row-reverse !important;
}

.about-left-wrapper.about-right-side h2 {
  border-right: 0px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 0px 0 30px;
}

/* .vision-box{
  background: url(../images/vision.jpg);
} */
.vision-box img {
  width: 100%;
}

.about-left-wrapper h2 {
  border-bottom: 4px solid #e50012;
  padding-bottom: 10px;
  letter-spacing: 0;
  /* text-orientation: revert; */
  /* text-orientation: upright; */
  writing-mode: sideways-lr;
  margin: 0 30px 0 0;
  padding: 20px;
  font-size: 3.8vw;
  letter-spacing: 10px;
  border: 0;
  text-align: center;
  color: var(--color-primary-red);
  font-weight: 600;
  border-right: 1px solid #ccc;
}

.vision-box img {
  width: 100%;
  max-width: 350px;
  height: 100%;
  border-radius: 30px 0 30px 0;
}

.media-box {
  box-shadow: 0 2px 4px rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 15%);
  border-radius: 10px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}





.lifeofganesh .swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px) {
  .lifeofganesh .swiper-container {
    min-height: auto;
    width: 25%;
  }
}

.lifeofganesh .swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 60vh;
  width: 100%;
}

@media (min-width: 991px) {
  .lifeofganesh .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.lifeofganesh .swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
  background: red;
  padding: 16px 22px;
  border-radius: 50px;
}

.lifeofganesh .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 16px;
}

.lifeofganesh .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 16px;
}

.lifeofganesh .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}

.lifeofganesh .swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.lifeofganesh .swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}

.lifeofganesh .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}

.lifeofganesh .swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.lifeofganesh .gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}

.lifeofganesh .gallery-top-2 {
  position: relative;
  width: 100%;
  height: 75vh;
}

.lifeofganesh .gallery-top-3 {
  position: relative;
  width: 100%;
  height: 75vh;
}

@media (min-width: 991px) {
  .lifeofganesh .gallery-top {
    width: 100%;
    height: 60vh;
    margin-right: 10px;
  }

  .lifeofganesh .gallery-top-2 {
    width: 100%;
    height: 60vh;
    margin-right: 10px;
  }

  .lifeofganesh .gallery-top-3 {
    width: 100%;
    height: 60vh;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 10vh;
  padding-top: 10px;
}

.gallery-thumbs-2 {
  width: 100%;
  height: 10vh;
  padding-top: 10px;
}

.gallery-thumbs-3 {
  width: 100%;
  height: 10vh;
  padding-top: 10px;
}

@media (min-width: 991px) {
  .gallery-thumbs {
    width: 20%;
    height: 60vh;
    padding: 0;
  }

  .gallery-thumbs-2 {
    width: 20%;
    height: 60vh;
    padding: 0;
  }

  .gallery-thumbs-3 {
    width: 20%;
    height: 60vh;
    padding: 0;
  }
}

.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}

.gallery-thumbs-2 .swiper-wrapper {
  flex-direction: row;
}

.gallery-thumbs-3 .swiper-wrapper {
  flex-direction: row;
}

@media (min-width: 991px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }

  .gallery-thumbs-2 .swiper-wrapper {
    flex-direction: column;
  }

  .gallery-thumbs-3 .swiper-wrapper {
    flex-direction: column;
  }
}

.gallery-thumbs .swiper-slide {
  width: 100%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}

.gallery-thumbs-2 .swiper-slide {
  width: 100%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}

.gallery-thumbs-3 .swiper-slide {
  width: 100%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}

/* @media (min-width: 480px) {
	 .gallery-thumbs .swiper-slide {
		 flex-flow: column nowrap;
		 width: 100%;
	}
} */
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs-2 .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs-3 .swiper-slide-thumb-active {
  opacity: 1;
}

.our-number-description h3 {
  margin: 35px 0px 14px 0px;
}

.our-number-description {
  display: block;
  padding-right: 24px !important;
}

@media (max-width: 991px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }

  .gallery-thumbs-2 .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }

  .gallery-thumbs-3 .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }

  .lifeofganesh .swiper-container-wrapper {
    flex-flow: column;
    height: 36vh;
  }

  .lifeofganesh .gallery-top {
    height: 25vh;
  }

  .lifeofganesh .gallery-top-2 {
    height: 25vh;
  }

  .lifeofganesh .gallery-top-3 {
    height: 25vh;
  }

}

.lifeofganesh .swiper-slide.swiper-slide-thumb-active.swiper-slide-visible.swiper-slide-active {
  border: 1px solid var(--color-primary-red) !important;
  padding: 6px !important;
}

.lifeofganesh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-video-wrap {
  border: 1px solid #ddd;
  padding: 10px;
}

.project-box.team-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: 8px;
}

.about-visionaries-box {
  padding: 0 3rem;
}

@media only screen and (max-width: 991.98px) {
  .service-two-wrapper.work-process .single-service-two-border:not(:last-child)::before {
    height: 1px;
    width: 100%;
    right: auto;
    top: auto;
    left: 0;
    bottom: -25px;
    transform: unset;
  }
    .h-x-large > img{
    width: 70px !important;
}
   
  .about-visionaries-box {
    padding: 0rem;
    padding-top: 0rem;
  }

  .rs-breadcrumb-menu ul li,
  .rs-breadcrumb-menu ul li a {
    font-size: 16px;
  }

  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 28px;
    line-height: normal;
  }

  .rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before {
    font-size: 16px;
  }

  .listing-wrap li svg {
    width: 22px;
  }

  .darksoul-card1 .content ul {
    margin-bottom: 16px;
    gap: 2px;
  }

  .btn-wt-border {
    font-size: 16px;
  }

  .form-wrapper.wrapper-two {
    padding: 16px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .mobile-mt-4 {
    margin-top: 24px !important;
  }

  ul.showcase-list.custom-ul.d-flex.justify-content-center {
    margin-top: 30px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .work-mixi .mix {
    padding: 0;
  }

  section.pb-50.pt-50 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .project-box h3 {
    font-size: 20px;
    margin: 0;
  }

  .testimonial-wrapper .quote-icon {
    width: 15%;
  }

  .about-left-wrapper {
    display: block;
  }

  .about-left-wrapper h2 {
    padding-bottom: 10px;
    writing-mode: horizontal-tb;
    margin: 20px 0;
    margin-top: 0;
    padding: 14px 0;
    font-size: 34px;
    letter-spacing: 3px;
    border: 0;
    text-align: left;
    color: var(--color-primary-red);
    font-weight: 600;
    border-bottom: 1px solid #ccc;
  }

  .about-left-wrapper.about-right-side h2 {
    border-left: none;
    margin: 0;
  }

  .hero-info.p-0.text-center.text-lg-start.position-relative.z-1 h2 {
    text-align: left !important;
  }

  .hero-info.p-0.text-center.text-lg-start.position-relative.z-1 p {
    text-align: left !important;
  }

  .service-box.quality {
    height: auto;
  }

  .csr-decription {
    padding: 20px 30px !important;
  }

  .other-gamil-title::before,
  .other-gamil-title::after {
    display: none;
  }

  .other-gamil-title {
    padding: 0;
  }

  .single-address-info.other-gmail {
    border-top: 1px solid var(--color-primary-red);
  }

  .mobile-text-left {
    text-align: left !important;
  }

  .single-address-info .contact-icon {
    padding: 9px 12px;
  }

  .contact-address-info .single-address-info .info-address {
    font-size: 16px;
  }

  .single-address-info {
    padding: 12px;
  }

  .contact-address-info {
    gap: 16px;
  }

  .single-address-info.other-gmail h3 {
    padding-top: 0;
    font-size: 20px;
  }

  .mobile-mb-30 {
    margin-bottom: 30px;
  }

  .hero-info h1 {
    font-size: 32px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: normal;
    text-align: left;
  }

  .mobile-mt-0 {
    margin-top: 0;
  }

  .faq-wrap .accordion-button {
    font-size: 18px;
  }

  /* h4{
    font-size: 16px !important;
  } */
  .investor-table {
    padding: 6px;
  }

  .investor-body {
    padding: 18px;
  }

  .faq-wrap .accordion-button::after {
    height: 26px;
    width: 26px;
  }

  .pdf-box a {
    padding: 10px;
    padding-right: 26px;
    gap: 6px;
  }

  .pdf-box a svg {
    min-width: 26px;
    height: 26px;
  }

  .pdf-box a .img-download {
    width: 24px;
    height: 24px;
    right: 10px;
  }

  .project-box h5 {
    font-size: 16px;
  }

  .project-box {
    padding: 14px;
    margin: 5px;
  }

  .mobile-h4 h4 {
    font-size: 16px !important;
  }

  .accordion-body.investor-body h4 {
    font-size: 16px;
  }

  .service-box-4 .corporate-announcements {
    padding: 0px 10px 0 30px;
    margin-top: -50px;
  }

  .service-box-4 .corporate-announcements .logo-list-style-1 li {
    padding: 8px 0px 8px 34px;
  }

  .service-box-4 .corporate-announcements .logo-list-style-1 li a {
    font-size: 16px;
  }

  .service-box-4 .corporate-announcements .logo-list-style-1 li:before {
    width: 20px;
    height: 20px;
    top: 9px;
  }

  .service-box-4 .service-info-wrap .service-info h2 {
    font-size: 24px;
  }

  .mobile-h2 {
    font-size: 24px;
    margin-bottom: 0px !important;
  }

  .fullsize-video {
    height: 100%;
  }

  .time-line .dates-wrap .date .date-content .date-text {
    height: auto;
  }

  .link-video-wrap iframe {
    height: 450px;
  }

  .mobile-p0 {
    padding: 0 !important;
  }
  
}

#inner-tab {
  border: 1px solid #ddd;
  background: #fafafa;
}

.gallery-top #footer {
  box-shadow: -1px -3px 6px -5px #333;
}


.rs-breadcrumb-menu ul li a:hover {
  color: var(--color-white) !important;
}

.media-news-box img {
  /* max-width: 148px; */
  /* height: 120px; */
  /* max-height: 60px; */
  height: 30px;
  max-width: 210px;
}

.img-description {
  position: absolute;
  top: 0;
  background: #ffffffba;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px;
  border-radius: 7px;
  text-align: center;
  width: 90%;
  /* margin: auto; */
  left: 50%;
  top: 18%;
  transform: translate(-50%, -50%);
}

.img-description p {
  font-size: 14px;
}

.media-news-box {
  box-shadow: 0 1px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 16%);
  border-radius: 6px;
  border: 1px solid #ddd;
  padding-bottom: 55px;
  position: relative;
  height: 100%;
  transition: all 0.5s ease;
}

.media-news-box .media-news-date {
  display: flex;
  align-items: center;
  gap: 20px;
}

.media-news-box .media-highlights-text {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.media-news-box .media-news-date i {
  padding: 18px;
  transition: all 0.5s ease;
  border-right: 1px solid #ddd;
}

.media-news-box .media-logo-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  transition: all 0.5s ease;
}

/* .media-news-box:hover .media-logo-title {
  border-color: var(--color-primary-red);
}
.media-news-box:hover .media-highlights-text  {
  border-color: var(--color-primary-red);
}
.media-news-box:hover .media-highlights-text i{
  border-color: var(--color-primary-red);
} */
.media-news-box:hover {
  border: 1px solid var(--color-primary-red);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--color-black);
}

.navbar-btn {
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--color-black);
  font-family: var(--ff-grotesk);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 8px;
  letter-spacing: -0.32px;
  padding: 14px 20px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--color-white);
}

.nav-pills .nav-link {
  border: 1px solid #ddd;
}

.milionmindtech-icon img {
  height: 70px;
}

.milionmindtech-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.aminities-icon-2 {
  padding: 40px 18px;
  transition: 0.8s;
  background: transparent;
  position: relative;
}

.service-box .service-info {
  margin-top: 34px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  /* text-align: center; */
}

.mb-20 {
  margin-bottom: 20px;
}

.aminities-icon-flex {
  padding: 25px 18px;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  overflow: hidden;
  transition: 0.8s;
  transform: perspective(1px) translateZ(0);
  position: relative;
  background-color: transparent;
}

.aminities-icon-flex.service-box .service-info {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.aminities-icon-flex .milionmindtech-icon img {
  max-height: 70px;
  max-width: 70px;
  padding: 10px;
  border: 1px solid #ddd;
}

.aminities-icon-flex:hover {
  color: white;
  box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.1)
}

.aminities-icon-flex::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
}

.aminities-icon-flex::before {
  clip-path: circle(0% at 50% 50%);
  background: var(--color-primary-darkblue);
  transition: 0.8s;
  opacity: 1;
}

.aminities-icon-flex:hover::before {
  clip-path: circle(100% at 50% 50%);
}

.aminities-icon-2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: var(--color-primary-darkblue);
  z-index: -1;
  transition: height 0.6s ease;
}

.aminities-icon-2:hover::before {
  height: 100%;
}

.aminities-icon-flex h5 {
  transition: all 0.8s ease;
}

.aminities-icon-flex:hover h5 ,
.aminities-icon-flex:hover h3{
  color: #fff;
}
.aminities-icon-2 h5 {
  transition: all 0.4s ease;
}

.aminities-icon-2:hover h5 {
  color: #fff;
}

.text_color_darkblue {
  color: var(--color-primary-darkblue);
}
.footer-contact-us {
    padding: 14px;
    display: flex;
    border: 1px solid #aaaaaa5e;
    gap: 15px;
    align-items: baseline;
}
.key-feture .aminities-icon-flex{
  align-items: center;
}
/* .h-x-large {
    letter-spacing: -.02rem;
    font-size: 3.75rem;
    font-weight: 200;
    line-height: 1.08;
} */

.text-none{
  text-transform: none;
}








.mission-vision-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 28px 0 18px;
    position: relative;
    padding-left: 14px;
}
.mission-vision-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 74%;
    background: linear-gradient(#ed1c24,#ff6b6b);
    transform: translateY(-50%);
    border-radius: 1px;
}