@import url("https://db.onlinewebfonts.com/c/1d590b71cf0b9bf6aa02c6e9722062a7?family=FH+Total+Fine+-+Test+Bold");
@import url("https://db.onlinewebfonts.com/c/0ef2d2c2d6c86f765d4670f06d10aec9?family=FH+Total+Fine+-+Test");
@import url("https://db.onlinewebfonts.com/c/0f1b11d9ed414edd82e9164a723fed22?family=FH+Total+Fine+-+Test+Thin");
@import url("https://db.onlinewebfonts.com/c/ac7bfe04ff536610775065067271ad60?family=FH+Total+Fine+-+Test+Light");
@import url(https://db.onlinewebfonts.com/c/3a5053ddc5b035b01cbe80eeedb8bbd7?family=canela+Light);
@import url(https://db.onlinewebfonts.com/c/9da955c8511328b8b914cf9163add256?family=canela);
@import url(https://db.onlinewebfonts.com/c/b1edfa746f416280b3502ba39df2c3ae?family=Canela-Thin);
@import url(https://db.onlinewebfonts.com/c/081c6520eea7d36489b215b9280c4d78?family=SD+Georgia+Light);
@import url(https://db.onlinewebfonts.com/c/2bf40ab72ea4897a3fd9b6e48b233a19?family=Garamond);
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&display=swap");

:root {
  --white-color: #ffffff;
  --title-color: #231f20;
  --black-color: #000;
  --primary-bg-color: #3f4c52;
  --font-lexend-deca: "Lexend Deca", serif;
  --font-lato: "Lato", serif;
  --font-fh-total-fine-bold: "FH Total Fine - Test Bold";
  --font-fh-total-fine-regular: "FH Total Fine - Test";
  --font-fh-total-fine-thin: "FH Total Fine - Test Thin";
  --font-fh-total-fine-light: "FH Total Fine - Test Light";
  --primary-color1: #fff;
}

/*================================================
03. Global Css
=================================================*/
.container-one {
  width: 100%;
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  transition-duration: 0.5s;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-anchor: auto;
}

input {
  border: none;
  outline: none;
}

input,
textarea,
select {
  font-size: 16px;
  /* or larger */
}

@supports (-webkit-touch-callout: none) {

  input,
  textarea,
  select {
    font-size: 16px;
  }
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-lexend-deca);
  font-size: 19px;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: 0.4;
  color: var(--white-color);
  margin-bottom: 25px;
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px !important;
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

ul {
  margin-left: 0;
  padding-left: 18px;
}

ul li {
  font-size: 16px;
  color: #484848;
  font-weight: 200;
  margin-top: 8px;
}

header {
  z-index: 999;
  transition: none;
  width: 100%;
  padding: 28px 0 3px;
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.page-template-front-page header {
  background-color: rgba(69, 69, 69, 0.4);
}

.page-template-page-contact header {
  background-color: rgba(0, 0, 0, 0.6);
}

.page-template-page-contact section.contact-section {
  margin-top: -190px;
}

/* .sticky kept for JS hooks; do not change background/opacity on scroll */
header.sticky {
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

/* Desktop (≥768px): on scroll show mobile burger right + same slide-out menu as mobile */
@media (min-width: 768px) {
  /* Same outer height before/after scroll — avoids jump when K + burger appear */
  header,
  header.sticky {
    min-height: 152px;
    box-sizing: border-box;
  }

  /* Reserve identical row bands for logo strip + nav strip (sticky or not) */
  header .container-one > .row > .col-lg-12:first-child {
    min-height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    top: 10px;
  }

  header .container-one > .row > .col-lg-12:nth-child(2) {
    min-height: 72px;
    box-sizing: border-box;
  }

  /* Fade full logo + horizontal nav before .sticky applies (see custom_js.js) */
  header.header-scroll-hiding:not(.sticky) .menu-and-search {
    opacity: 0 !important;
    transition: opacity 0.6s ease !important;
    pointer-events: none;
  }

  header.header-scroll-hiding:not(.sticky) .header-logo.menu-animate {
    opacity: 0 !important;
    transition: opacity 0.6s ease !important;
  }

  header.header-scroll-hiding:not(.sticky) .header-logo.menu-animate svg path {
    animation: none !important;
    opacity: 0 !important;
  }

  /* Same padding as base header — no flex column min-height tricks (those changed total height) */
  header.sticky {
    padding: 28px 0 3px;
    overflow: visible;
  }

  /* Inset K + burger from viewport edges (aligns with page gutter, not full-bleed) */
  header.sticky .container-one {
    max-width: none;
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
  }

  /* Wordmark → left “K” only (clip left slice of inline SVG) */
  header.sticky .header-logo {
    width: 64px;
    max-width: 64px;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0;
    margin-right: auto;
    padding: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    align-self: center;
  }

  /* Constrain hit area: SVG is 188px wide but only K shows — link must not extend past clip */
  header.sticky .header-logo a {
    display: block;
    width: 64px;
    max-width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  /* Wider slice + negative left inset so the K’s thin back stroke isn’t clipped */
  header.sticky .header-logo svg {
    width: 248px;
    max-width: none;
    height: auto;
    clip-path: inset(0 83.5% 0 -8px);
    transform: none;
    display: block;
    pointer-events: auto;
  }

  /* Sticky K: only first path visible — same fadeIn as footer; hide other paths’ anim cost */
  header.sticky .header-logo.menu-animate {
    animation: none;
    opacity: 1;
  }

  header.sticky .header-logo.menu-animate a {
    animation: none;
  }

  header.sticky .header-logo.menu-animate svg path:not(:first-child) {
    opacity: 0 !important;
    animation: none !important;
  }

  /* K in sync with burger (no footer-style 1s delay on scroll) */
  header.sticky .header-logo.menu-animate svg path:nth-child(1) {
    opacity: 1 !important;
    animation: none !important;
  }

  header.sticky .search-and-sb {
    display: flex !important;
    align-items: center;
    align-self: center;
    gap: 0;
    margin: 0;
    margin-left: auto;
    padding: 0;
    line-height: 0;
    position: relative;
    z-index: 1001;
    transition: none;
  }

  header.sticky .search-and-sb .search-icon {
    display: none !important;
  }

  header.sticky .mobile-menu-btn {
    display: flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 0;
    margin: 0;
  }

  header.sticky .mobile-menu-btn svg {
    display: block;
    vertical-align: top;
  }

  header.sticky .sidebar-button {
    opacity: 1 !important;
    transition: none !important;
    padding: 0;
    margin: 0;
    line-height: 0;
  }

  header.sticky .row > .col-lg-12:first-child {
    justify-content: space-between !important;
    align-items: center;
    min-height: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    top: 34px;
    z-index: 2;
  }

  header.sticky .menu-and-search .search-icon {
    display: none !important;
  }

  /* Row 2 min-height set globally above for both states */
  header.sticky .row > .col-lg-12:nth-child(2) {
    min-height: 72px;
  }

  /* Snap overlay off-screen when entering sticky (no transform transition = no scroll flash) */
  header.sticky .main-menu:not(.show-menu) {
    transition: none;
  }

  header.sticky .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 80px 20px 30px !important;
    overflow: auto;
    background: #454545;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  header.sticky .main-menu.show-menu {
    transform: translateX(0);
    transition: transform 0.28s ease;
  }

  header.sticky .main-menu .mobile-menu-logo {
    display: block;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 68px;
  }

  header.sticky .main-menu .menu-list > li {
    display: block;
    opacity: 1;
    padding: 5px;
    text-align: center;
    transition: none;
  }

  header.sticky .main-menu .menu-list > li::after {
    display: none;
  }

  header.sticky .main-menu .menu-list > li > a {
    font-size: 15px;
    padding: 10px 0;
    display: inline-block;
    width: auto;
  }

  header.sticky .main-menu > ul.menu-list {
    float: none;
    text-align: center;
    padding: 25px 0 20px;
  }
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

header .header-logo {
  opacity: 0;
}

header .header-logo svg {
  fill: var(--white-color);
  width: 188px;
}

header .header-logo.menu-animate {
  opacity: 1;
}

/* Letter-by-letter — same pattern as footer .footer-logo.aos-animate svg path */
header .header-logo.menu-animate svg path {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

header .header-logo.menu-animate svg path:nth-child(1) {
  animation-delay: 1s;
}

header .header-logo.menu-animate svg path:nth-child(2) {
  animation-delay: 0.6s;
}

header .header-logo.menu-animate svg path:nth-child(3) {
  animation-delay: 0.2s;
}

header .header-logo.menu-animate svg path:nth-child(4) {
  animation-delay: 1.2s;
}

header .header-logo.menu-animate svg path:nth-child(5) {
  animation-delay: 0.4s;
}

header .header-logo.menu-animate svg path:nth-child(6) {
  animation-delay: 0.8s;
}

header .header-logo.menu-animate svg path:nth-child(7) {
  animation-delay: 0s;
}

header .sidebar-button {
  opacity: 0;
  transition: 0.5s;
}

header .sidebar-button.menu-animate {
  opacity: 1;
}

header .main-menu {
  display: inline-block;
}

header .main-menu .mobile-menu-logo {
  display: none;
}

header .main-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  right: -70px;
}

header .main-menu .menu-list>li {
  display: inline-block;
  transition: none;
  position: relative;
  padding: 26px 17px;
  opacity: 0;
}

header .main-menu .menu-list>li::after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}

header .main-menu .menu-list>li:last-child::after {
  display: none;
}

header .main-menu .menu-list>li>a {
  color: var(--white-color);
  display: block;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  font-size: 12px;
  transition: border-color 0.35s ease-out, color 0.35s ease-out;
  position: relative;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid transparent;
}

header .main-menu .menu-list>li i {
  font-size: 20px;
  text-align: center;
  color: var(--title-color);
  position: absolute;
  right: -5px;
  top: 5px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}

header .main-menu .menu-list>li i.active::before {
  content: "\f2ea";
}

header .main-menu .menu-list>li:hover>a {
  border-color: #fff;
}

header .main-menu .menu-list>li.current-menu-item>a {
  font-weight: 400;
  border: unset;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header .main-menu .menu-list.menu-animate li {
  animation: fadeIn 0.5s forwards;
  transition: none;
  transform: none;
}

header .main-menu .menu-list.menu-animate li:nth-child(2) {
  animation-delay: 0.4s;
}

header .main-menu .menu-list.menu-animate li:nth-child(3) {
  animation-delay: 0.6s;
}

header .main-menu .menu-list.menu-animate li:nth-child(4) {
  animation-delay: 0.8s;
}

header .main-menu .menu-list.menu-animate li:nth-child(5) {
  animation-delay: 1s;
}

header .main-menu .menu-list.menu-animate li:nth-child(6) {
  animation-delay: 1.2s;
}

header .main-menu .menu-list.menu-animate li:nth-child(7) {
  animation-delay: 1.4s;
}

header .main-menu .menu-list li.menu-item-has-children>i {
  display: block;
}

header .mobile-menu-btn {
  display: none;
  visibility: hidden;
  cursor: pointer;
}

header .mobile-menu-btn svg {
  cursor: pointer;
}

.main-banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0;
}

.main-banner-section .banner-content {
  max-width: 530px;
  margin: 0 auto;
  padding-top: 120px;
}

.main-banner-section .banner-content h1 {
  color: var(--white-color);
  font-size: 58px;
  font-family: var(--font-fh-total-fine-thin);
  margin-bottom: 20px;
  font-weight: 300;
}

.main-banner-section .banner-content p {
  letter-spacing: 0.4;
  font-family: var(--font-lexend-deca);
  color: var(--white-color);
}

.main-banner-section.about-page .banner-content {
  max-width: 100%;
}

.global-section {
  background-color: var(--primary-bg-color);
  padding-top: 60px;
  min-height: 750px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.global-section .section-title {
  padding-bottom: 35px;
  position: relative;
  width: 100%;
}

.global-section .section-title::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section .section-title.aos-animate::after {
  width: 100%;
}

.global-section .section-title.aos-animate::before {
  width: 100%;
}

.global-section .section-title h2 {
  color: var(--white-color);
  font-size: 46px;
  line-height: 1.2;
  font-family: var(--font-fh-total-fine-thin);
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  width: 100%;
}

.global-section .section-title h6 {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-section .main-content {
  padding: 50px 0;
  position: relative;
  width: 100%;
}

.global-section .main-content p {
  text-align: justify;
}

.global-section .main-content p:last-child {
  margin-bottom: 0;
}

.global-section .main-content h3 {
  font-size: 50px;
  font-family: var(--font-fh-total-fine-thin);
  color: var(--white-color);
  margin-bottom: 20px;
  text-align: center;
}

.global-section .main-content.about-page p {
  text-align: center;
}

.global-section .main-content.about-page img {
  width: 100%;
}

.global-section .main-content.about-page .culture-logo-item img {
  width: unset;
  max-width: 100%;
}

.global-section .main-content.about-page .culture-logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-section .button-group-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.global-section .button-group-wrapper::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section .button-group-wrapper.aos-animate::after {
  width: 100%;
}

.global-section .button-group-wrapper .divider {
  position: relative;
}

.global-section .button-group-wrapper .divider::after {
  content: "";
  height: 0;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section .button-group-wrapper .divider.aos-animate:after {
  height: 100%;
}

.global-section .button-group-wrapper .main-btn {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 25px 100px;
  transition: all 0.4s ease 0s;
  width: 100%;
  position: relative;
  z-index: 1;
}

.global-section .button-group-wrapper .main-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease 0s;
}

.global-section .button-group-wrapper .main-btn.two::before {
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
}

.global-section .button-group-wrapper .main-btn:hover::before {
  width: 100%;
}

.global-section .button-group-wrapper .main-btn:hover.two::before {
  transform: scaleX(1);
}

.global-section .button-group-wrapper .main-btn:hover.light-gray {
  color: lightgray;
}

.global-section .button-group-wrapper .main-btn:hover {
  color: #484848;
}

.global-section .button-group-wrapper .col-sm-6:last-child .main-btn {
  justify-content: flex-start;
}

.global-section.have-be-img {
  background-color: unset;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.global-section.have-be-img .about-page {
  border-top: unset;
  padding-top: 0;
}

.global-section.have-be-img .about-page p {
  text-align: justify;
}

.global-section.have-be-img .main-content {
  border-bottom: unset;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.global-section.have-be-img .button-group-wrapper {
  position: relative;
}

.global-section.have-be-img.get-in-touch {
  min-height: unset !important;
}

.global-section.have-be-img .button-group-wrapper.aos-animate::after {
  width: 100%;
}

.global-section .sec-title-and-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.global-section.insight .primary-btn {
  margin-top: 25px;
}

.global-section.insight {
  display: flex;
  align-items: center;
}

.global-section.insight .section-title {
  margin-bottom: 50px;
  position: relative;
}

.global-section.insight .section-title::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section.insight .section-title.aos-animate::after {
  width: 100%;
}

.global-section.insight .container-one.d-md-flex.d-none {
  flex-direction: column;
}

.global-section.history-section {
  padding-top: 25px;
}

.global-section.history-section .section-title {
  padding-bottom: 25px;
}

.global-section.history-section .section-title h6 {
  margin-bottom: 0;
}

.global-section.history-section .history-grid {
  position: relative;
}

.global-section.history-section .history-grid::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #fff;
  width: 1px;
  height: 0;
  margin: 0px auto;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section.history-section .history-grid.aos-animate::after {
  height: 100%;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.global-section.history-section .history-grid .single-history {
  width: 50%;
  padding: 25px;
  text-align: left;
  padding-top: 200px;
}

.global-section.history-section .history-grid .single-history:first-child {
  padding-top: 100px;
}

.global-section.history-section .history-grid .single-history .history-wrap {
  opacity: 0;
}

.global-section.history-section .history-grid .single-history:nth-child(odd) .history-wrap.aos-animate {
  animation: fadeInLeft 0.8s forwards;
  opacity: 1;
}

.global-section.history-section .history-grid .single-history:nth-child(even) .history-wrap.aos-animate {
  animation: fadeInRight 0.8s forwards;
  opacity: 1;
}

.global-section.history-section .history-grid .single-history h2 {
  margin-bottom: 15px;
  font-size: 80px;
  font-weight: 300;
  font-family: var(--font-fh-total-fine-thin);
  color: var(--white-color);
}

.global-section.history-section .history-grid .single-history .content {
  text-align: left;
}

.global-section.history-section .history-grid .single-history .content p {
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

.global-section.people-details {
  background-color: rgba(216, 219, 220, 0.8509803922);
  border-bottom: 1px solid #484848;
  border-bottom: unset;
  min-height: unset;
  display: block;
}

.global-section.people-details.two {
  padding-top: 0;
}

.global-section.people-details.last {
  border-bottom: unset;
}

.global-section.people-details .section-title {
  padding-bottom: 20px;
  position: relative;
}

.global-section.people-details .section-title::after {
  background-color: #484848;
}

.global-section.people-details .section-title::before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section.people-details .section-title.aos-animate::before {
  width: 100%;
}

.global-section.people-details .section-title h2 {
  color: #484848;
  font-family: --;
}

.global-section.people-details .section-title h6 {
  font-size: 14px;
  color: #484848;
}

.global-section.people-details .main-content {
  border-bottom: 1px solid #484848;
  padding: 50px 0;
}

.global-section.people-details .main-content.two {
  border-bottom: unset;
}

.global-section.people-details .main-content p {
  text-align: justify;
  color: #484848;
}

.global-section.people-details .main-content p strong {
  font-weight: 700;
}

.global-section.people-details .main-content p:last-child {
  margin-bottom: 0;
}

.global-section.people-details .main-content p.intro {
  color: var(--white-color);
  font-size: 23px;
  line-height: 32px;
  transition: 0.45s;
}

.global-section.people-details .main-content p.intro.aos-animate {
  color: #484848;
}

.global-section.people-details .main-content h3 {
  font-size: 50px;
  font-family: var(--font-fh-total-fine-thin);
  color: #484848;
  margin-bottom: 20px;
  text-align: center;
}

.global-section.people-details .main-content .author-area {
  display: flex;
  gap: 15px;
}

.global-section.people-details .main-content .author-area .author-image img {
  height: 100px;
  width: 100px;
  border: 1px solid #484848;
}

.global-section.people-details .main-content .author-area .author-content h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-lexend-deca);
  margin-bottom: 0;
  color: #484848;
}

.global-section.people-details .main-content .author-area .author-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-section.people-details .main-content .author-area .author-content ul li {
  font-size: 14px;
  flex-wrap: 300;
  font-family: var(--font-lexend-deca);
  color: #484848;
}

.global-section.people-details .main-content .author-area .author-content ul li a {
  color: #484848;
}

.global-section.people-details .button-group-wrapper {
  position: relative;
}

.global-section.people-details .button-group-wrapper .main-btn {
  color: #484848;
}

.global-section.people-details .button-group-wrapper::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section.people-details .button-group-wrapper .divider::after {
  background-color: #484848;
}

.global-section.people-details .button-group-wrapper.aos-animate::after {
  width: 100%;
}

.services-details {
  background-color: var(--primary-bg-color);
  padding-top: 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.services-details .section-title {
  padding-bottom: 35px;
  position: relative;
  width: 100%;
}

.services-details .section-title::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.services-details .section-title::before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.services-details .section-title.aos-animate::after {
  width: 100%;
}

.services-details .section-title.aos-animate::before {
  width: 100%;
}

.services-details .section-title.no::before {
  display: none;
}

.services-details .section-title h2 {
  color: #484848;
  font-size: 46px;
  line-height: 1.2;
  font-family: var(--font-fh-total-fine-thin);
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
}

.services-details .section-title h6 {
  font-size: 14px;
  color: #484848;
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-details .main-content {
  padding: 50px 0;
  position: relative;
}

.services-details .main-content p {
  text-align: justify;
}

.services-details .main-content p:last-child {
  margin-bottom: 0;
}

.services-details .main-content h3 {
  font-size: 50px;
  font-family: var(--font-fh-total-fine-thin);
  color: #484848;
  margin-bottom: 20px;
  text-align: center;
}

.services-details .main-content.about-page p {
  text-align: center;
}

.services-details .main-content.about-page img {
  width: 100%;
}

.services-details .button-group-wrapper {
  overflow: hidden;
  position: relative;
}

.services-details .button-group-wrapper::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.services-details .button-group-wrapper.aos-animate::after {
  width: 100%;
}

.services-details .button-group-wrapper .divider {
  position: relative;
}

.services-details .button-group-wrapper .divider::after {
  content: "";
  height: 0;
  width: 1px;
  background-color: #484848;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.services-details .button-group-wrapper .divider.aos-animate:after {
  height: 100%;
}

.services-details .button-group-wrapper .main-btn {
  font-size: 14px;
  color: #484848;
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 25px 100px;
  transition: all 0.4s ease 0s;
  width: 100%;
  position: relative;
  z-index: 1;
}

.services-details .button-group-wrapper .main-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease 0s;
}

.services-details .button-group-wrapper .main-btn.two::before {
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
}

.services-details .button-group-wrapper .main-btn:hover::before {
  width: 100%;
}

.services-details .button-group-wrapper .main-btn:hover.two::before {
  transform: scaleX(1);
}

.services-details .button-group-wrapper .main-btn:hover {
  color: #484848;
}

.services-details .button-group-wrapper .col-sm-6:last-child .main-btn {
  justify-content: flex-start;
}

.services-details.services-details {
  background-color: rgba(216, 219, 220, 0.8509803922);
  border-bottom: unset;
  display: block;
  min-height: unset;
}

.services-details.services-details.two {
  padding-top: 0;
}

.services-details.services-details .section-title {
  padding-bottom: 20px;
}

.services-details.services-details .section-title h2 {
  color: #484848;
}

.services-details.services-details .section-title h6 {
  font-size: 14px;
  color: #484848;
  padding-top: 28px;
}

.services-details.services-details .main-content {
  padding: 50px 0;
}

.services-details.services-details .main-content.two {
  border-bottom: unset;
}

.services-details.services-details .main-content p {
  text-align: justify;
  color: #484848;
}

.services-details.services-details .main-content p:first-child {
  color: #fff;
}

.services-details.services-details .main-content ul {
  padding: 0;
  margin-left: 16px;
}

.services-details.services-details .main-content ul li {
  font-size: 1.5em;
  line-height: 1.3em;
  font-family: var(--font-lexend-deca);
  text-align: justify;
  color: #484848;
  font-weight: 200;
  margin-bottom: 10px;
}

.team-details-section .team-details-content ol {
  padding-left: 41px;
  margin-left: 0px;
}

.team-details-section .team-details-content ul {
  padding-left: 41px;
  margin-left: 0px;
}

.team-details-section .team-details-content ol li {
  font-size: 1.5em;
  line-height: 1.3em;
  font-family: var(--font-lexend-deca);
  color: #484848;
  font-weight: 200;
  margin-bottom: 10px;
}

.services-details.services-details .main-content ol {
  padding: 0;
  margin-left: 18px;
}

.services-details.services-details .main-content ol li {
  font-size: 16px;
  line-height: 1.3em;
  font-family: var(--font-lexend-deca);
  text-align: justify;
  color: #484848;
  font-weight: 200;
  margin-bottom: 10px;
}

@media (max-width: 1900px) {
  .team-details-section .team-details-content ol li {
    font-size: 16px;
    line-height: 26px;
  }
}

.services-details.services-details .main-content p strong {
  font-weight: 700;
}

.services-details.services-details .main-content p:last-child {
  margin-bottom: 0;
}

.services-details.services-details .main-content p.intro {
  color: #484848;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  transition: 0.45s;
}

.services-details.services-details .main-content p.intro.aos-animate {
  color: #fff;
}

.services-details.services-details .main-content h3 {
  font-size: 50px;
  font-family: var(--font-fh-total-fine-thin);
  color: var(--white-color);
  margin-bottom: 20px;
  text-align: center;
}

.services-details.services-details .main-content .author-area {
  display: flex;
  gap: 10px;
}

.services-details.services-details .main-content .author-area .author-image img {
  min-height: 100px;
  max-height: 100px;
  min-width: 100px;
  max-width: 100px;
  border: 1px solid #484848;
  object-fit: cover;
}

.services-details.services-details .main-content .author-area .author-content h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-lexend-deca);
  margin-bottom: 0;
  color: #484848;
}

.services-details.services-details .main-content .author-area .author-content h6 a {
  color: #484848;
}

.services-details.services-details .main-content .author-area .author-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-details.services-details .main-content .author-area .author-content ul li {
  font-size: 14px;
  flex-wrap: 300;
  font-family: var(--font-lexend-deca);
  color: #484848;
}

.services-details.services-details .main-content .author-area .author-content ul li a {
  color: #484848;
}

.services-banner {
  background-color: var(--primary-bg-color);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 180px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

section.services-banner.policy {
  min-height: unset;
  padding-bottom: 110px;
}

.services-banner .section-titles {
  padding-bottom: 35px;
  position: relative;
  width: 100%;
}

.services-banner .section-titles::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

section.services-banner.policy .section-titles {
  padding-bottom: 0;
}

section.services-banner.policy .section-titles::after {
  display: none;
}

.services-banner .section-titles.no-border::after {
  display: none;
}

.services-banner .section-titles.menu-animate::after {
  width: 100%;
}

.services-banner .section-titles.menu-animate::before {
  width: 100%;
}

.services-banner .section-titles h2 {
  color: var(--white-color);
  font-size: 42px;
  line-height: 1.2;
  font-family: var(--font-fh-total-fine-thin);
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  width: 100%;
}

.services-banner .section-titles h6 {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-banner .main-contents {
  padding: 50px 0;
  position: relative;
  width: 100%;
}

.services-banner .main-contents p {
  text-align: justify;
}

.services-banner .main-contents p:last-child {
  margin-bottom: 0;
}

.services-banner .main-contents h3 {
  font-size: 50px;
  font-family: var(--font-fh-total-fine-thin);
  color: var(--white-color);
  margin-bottom: 20px;
  text-align: center;
}

.services-banner .main-contents.about-page p {
  text-align: center;
}

.services-banner .main-contents.about-page img {
  width: 100%;
}

.services-banner .button-group-wrappers {
  /* overflow: hidden; */
  position: relative;
  width: 100%;
}

.services-banner .button-group-wrappers.new.services-menu-ww {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.services-banner .button-group-wrappers::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.4;
}

.services-banner .button-group-wrappers.menu-animate::after {
  width: 100%;
}

.services-banner .button-group-wrappers .dividers {
  position: relative;
}

.services-banner .button-group-wrappers .dividers::after {
  content: "";
  height: 0;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  opacity: 0.4;
}

.services-menu-ww.sticky {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.35);
}

.services-banner .button-group-wrappers .dividers.menu-animate:after {
  height: 100%;
}

.services-banner .button-group-wrappers.services-menu-ww.sticky .main-btn {
  color: #484848;
}

.services-banner .button-group-wrappers .main-btn {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 25px 100px;
  transition: all 0.4s ease 0s;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.services-banner .button-group-wrappers .services-mega-panels {
  width: 100%;
  flex-basis: 100%;
}

.services-banner .button-group-wrappers .service-sub-menu.mega-panel {
  flex-direction: column;
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  background-color: var(--white-color);
  z-index: 1;
  display: block;
  columns: unset;
  column-gap: unset;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease, max-height 0.45s ease,
    padding 0.35s ease;
  margin: 0;
  box-sizing: border-box;
}

.services-banner .button-group-wrappers .service-sub-menu.mega-panel[hidden] {
  display: none;
}

.services-banner .button-group-wrappers .mega-menu-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.services-banner .button-group-wrappers .mega-menu-table td {
  vertical-align: top;
  width: 33.33%;
  padding: 0;
  border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
}

.services-banner .button-group-wrappers .mega-menu-table tr:last-child td {
  border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
}

.services-banner .button-group-wrappers .mega-menu-table__cell--pad {
  border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
}

.services-banner .button-group-wrappers .mega-menu-empty {
  margin: 0;
  padding: 12px 0;
  color: var(--title-color);
  font-size: 14px;
}

.services-banner .button-group-wrappers .mega-panel-tablist {
  width: 100%;
}

/* .services-banner .button-group-wrappers .main-btn:hover ~ .service-sub-menu{
  max-height: 410px;
  padding: 25px 20px;
  opacity: 1;
  visibility: visible;
} */
.services-banner .button-group-wrappers .service-sub-menu.mega-panel.active {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  padding: 25px 20px;
  overflow: visible;
}

.services-banner .button-group-wrappers .main-btn.neta::before {
  width: 100%;
  transform: scaleX(1);
}

.services-banner .button-group-wrappers .main-btn.two.neta::before {
  width: 100%;
  transform: scaleX(1);
}

/* .services-banner .services-menu-ww.sticky .service-sub-menu.active{
  opacity: 0;
  visibility: hidden;
} */
/* @keyframes fade-up5 {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
} */
.services-banner .button-group-wrappers .service-sub-menu .nav-item .nav-link,
.services-banner .button-group-wrappers .mega-menu-table .nav-link {
  width: 100%;
  color: var(--title-color);
  font-size: 14px;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
  padding: 9px;
  transition: 0.45s;
  border-radius: 0;
  line-height: 1.6em;
}

.services-banner .button-group-wrappers .service-sub-menu .nav-item .nav-link:hover,
.services-banner .button-group-wrappers .mega-menu-table .nav-link:hover {
  border-color: rgba(63, 76, 82, 1);
}

/* .services-banner .button-group-wrappers .service-sub-menu .nav-item .nav-link.active{
  background-color: darkgrey;
  color: var(--white-color);
} */
.services-banner .button-group-wrappers .service-sub-menu .nav-item .nav-link.active,
.services-banner .button-group-wrappers .mega-menu-table .nav-link.active {
  background-color: transparent;
  color: var(--title-color);
}

.services-banner .button-group-wrappers .main-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease 0s;
}

.services-banner .button-group-wrappers .main-btn.hover-anim::before {
  background: darkgrey;
}

.services-banner .button-group-wrappers .main-btn.two::before {
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
}

.services-banner .button-group-wrappers .main-btn:hover::before {
  width: 100%;
}

.services-banner .button-group-wrappers .main-btn:hover.two::before {
  transform: scaleX(1);
}

.services-banner .button-group-wrappers .main-btn:hover {
  color: #484848;
}

.services-banner .button-group-wrappers .main-btn.hover-anim:hover {
  color: var(--white-color);
}

.services-banner .button-group-wrappers .main-btn.hover-anim.neta {
  animation: fadeIn 2s forwards;
  opacity: 0;
}

.new-btn-row {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 50% 50%;
  display: grid;
  transition: all 0.4s ease 0s;
}

.new-btn-row.active {
  grid-template-columns: 70% 30%;
}

/* .new-btn-row.active{
  grid-template-columns: 70% 30%;
} */
.new-btn-row.active.galib {
  grid-template-columns: 30% 70%;
}

.new-btn-row li {
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

/* Ensure hover area only covers button, not the gap below */
.new-btn-row li > .main-btn {
  position: relative;
  z-index: 2;
}

.new-btn-row li:last-child {
  border-right: unset;
}

.new-btn-row li:last-child a.main-btn {
  cursor: pointer;
}

.new-btn-row li:last-child a.main-btn {
  text-align: start;
  justify-content: flex-start;
}

.new-btn-row li a.main-btn:hover {
  justify-content: center;
}

.new-btn-row.active li a.main-btn {
  justify-content: center;
}

.main-services-details {
  /* transition: transform 1s; */
  transition: margin-top 0.7s ease-in-out;
}

.main-services-details.active {
  scroll-margin-top: 120px;
  margin-top: 0;
  /* transform: translateY(415px); */
}

.services-banner .button-group-wrappers .col-sm-6:last-child .main-btn {
  justify-content: flex-start;
}

.services-banner.team .section-title::after {
  width: 100%;
}

.services-banner.team .main-content {
  border-bottom: unset;
  padding-bottom: 0;
}

.services-banner.team .search-section {
  padding: 25px 15px;
  position: relative;
  width: 100%;
}

.services-banner.team .search-section::before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.services-banner.team .search-section::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.services-banner.team .search-section.menu-animate::before {
  width: 100%;
}

.services-banner.team .search-section.menu-animate::after {
  width: 100%;
}

.services-banner.team .search-section.menu-animate .form-inner {
  opacity: 1;
}

.services-banner.team .search-section .form-inner {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transition: 1.5s;
}

.services-banner.team .search-section .form-inner input {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--white-color);
  width: 100%;
  border: none;
}

.services-banner.team .search-section .form-inner input::-moz-placeholder {
  color: var(--white-color);
}

.services-banner.team .search-section .form-inner input::placeholder {
  color: var(--white-color);
}

.services-banner .insight-category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 43% 14% 43%;
  position: relative;
  width: 100%;
  border-bottom: unset;
}

.services-banner .insight-category::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.4;
}

.services-banner .insight-category::before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.services-banner .insight-category.menu-animate::before {
  width: 100%;
}

.services-banner .insight-category.menu-animate::after {
  width: 100%;
}

.services-banner nav.insight {
  width: 100%;
}

.services-banner .insight-category .nav-link {
  line-height: 1;
  opacity: 0;
}

.services-banner .insight-category .nav-link:last-child {
  border-right: unset;
}

.services-banner .insight-category .nav-link {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  border-radius: unset;
  border: unset !important;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
  background-color: transparent;
}

.services-banner .insight-category .nav-link:hover {
  color: #000;
}

.services-banner .insight-category .nav-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: var(--white-color);
  transition: all 0.4s ease 0s;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0.4;
}

.services-banner .insight-category .nav-link :hover {
  color: var(--title-color);
}

.services-banner .insight-category .nav-link:hover::before {
  transform: scaleX(1);
}

.services-banner .insight-category .nav-link.active::before {
  transform: scaleX(1);
}

.services-banner .insight-category .nav-link:nth-child(2) {
  text-align: end;
  justify-content: end;
}

.services-banner .insight-category .nav-link:nth-child(3)::before {
  transform-origin: center;
}

.services-banner .insight-category .nav-link:nth-child(4) {
  text-align: start;
  justify-content: start;
}

.services-banner .insight-category .nav-link:nth-child(4)::before {
  transform-origin: right;
}

.services-banner .insight-category.menu-animate .nav-link {
  animation: fadeIn 0.5s forwards;
}

.services-banner .insight-category.menu-animate .nav-link:nth-child(2) {
  animation-delay: 0.4s;
}

.services-banner .insight-category.menu-animate .nav-link:nth-child(3) {
  animation-delay: 0.6s;
}

.services-banner .insight-category.menu-animate .nav-link:nth-child(4) {
  animation-delay: 0.8s;
}

.services-banner .insight-category.menu-animate .nav-link:nth-child(5) {
  animation-delay: 1s;
}

.services-banner .insight-category.menu-animate .nav-link:nth-child(6) {
  animation-delay: 1.2s;
}

.services-banner .insight-category.menu-animate .nav-link:nth-child(7) {
  animation-delay: 1.4s;
}

.counter-area .counter-card .single-coundown .numbers {
  opacity: 0;
}

.counter-area .counter-card.aos-animate .single-coundown .numbers {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

.counter-area .counter-card.aos-animate .single-coundown .numbers span {
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}

.counter-area .counter-card.aos-animate:nth-child(1) .single-coundown .numbers {
  opacity: 0;
  animation-delay: 0.2s;
}

.counter-area .counter-card.aos-animate:nth-child(1) .single-coundown .numbers span:nth-child(1) {
  opacity: 0;
  animation-delay: 0.2s;
}

.counter-area .counter-card.aos-animate:nth-child(1) .single-coundown .numbers span:nth-child(2) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(1) .single-coundown .numbers span:nth-child(3) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(2) .single-coundown .numbers {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(2) .single-coundown .numbers span:nth-child(1) {
  opacity: 0;
  animation-delay: 0.2s;
}

.counter-area .counter-card.aos-animate:nth-child(2) .single-coundown .numbers span:nth-child(2) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(2) .single-coundown .numbers span:nth-child(3) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(3) .single-coundown .numbers {
  opacity: 0;
  animation-delay: 0.6s;
}

.counter-area .counter-card.aos-animate:nth-child(3) .single-coundown .numbers span:nth-child(1) {
  opacity: 0;
  animation-delay: 0.2s;
}

.counter-area .counter-card.aos-animate:nth-child(3) .single-coundown .numbers span:nth-child(2) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(3) .single-coundown .numbers span:nth-child(3) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(4) .single-coundown .numbers {
  opacity: 0;
  animation-delay: 0.8s;
}

.counter-area .counter-card.aos-animate:nth-child(4) .single-coundown .numbers span:nth-child(1) {
  opacity: 0;
  animation-delay: 0.2s;
}

.counter-area .counter-card.aos-animate:nth-child(4) .single-coundown .numbers span:nth-child(2) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(4) .single-coundown .numbers span:nth-child(3) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(5) .single-coundown .numbers {
  opacity: 0;
  animation-delay: 1s;
}

.counter-area .counter-card.aos-animate:nth-child(5) .single-coundown .numbers span:nth-child(1) {
  opacity: 0;
  animation-delay: 0.2s;
}

.counter-area .counter-card.aos-animate:nth-child(5) .single-coundown .numbers span:nth-child(2) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(5) .single-coundown .numbers span:nth-child(3) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(6) .single-coundown .numbers {
  opacity: 0;
  animation-delay: 1.2s;
}

.counter-area .counter-card.aos-animate:nth-child(6) .single-coundown .numbers span:nth-child(1) {
  opacity: 0;
  animation-delay: 0.2s;
}

.counter-area .counter-card.aos-animate:nth-child(6) .single-coundown .numbers span:nth-child(2) {
  opacity: 0;
  animation-delay: 0.4s;
}

.counter-area .counter-card.aos-animate:nth-child(6) .single-coundown .numbers span:nth-child(3) {
  opacity: 0;
  animation-delay: 0.4s;
}

.single-coundown {
  text-align: center;
  padding: 30px 0;
}

.single-coundown .numbers {
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 300;
  font-family: var(--font-fh-total-fine-thin);
  color: var(--white-color);
}

.single-coundown .content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.single-coundown .content span {
  font-size: 12px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  max-width: 125px;
  width: 100%;
  display: block;
}

.global-banner-section {
  background-color: unset;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.global-banner-section .main-content {
  max-width: 320px;
  padding-top: 190px;
  padding-bottom: 190px;
  min-height: 81vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.global-banner-section .main-content h2 {
  color: var(--white-color);
  font-size: 48px;
  line-height: 1.2;
  font-family: var(--font-fh-total-fine-thin), 'FH Total Display', "Garamond";
  margin-bottom: 10px;
  font-weight: 300;
}

.global-banner-section .main-content p:last-child {
  margin-bottom: 0;
}

.global-banner-section .name-deg {
  padding-bottom: 15px;
  opacity: 0;
  transition: 0.45s;
}

.global-banner-section .name-deg.aos-animate {
  opacity: 1;
}

.global-banner-section .name-deg h6 {
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  margin-bottom: 5px;
}

.global-banner-section .name-deg span {
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  opacity: 0.5;
}

.global-banner-section .button-group-wrapper {
  overflow: hidden;
  position: relative;
}

.global-banner-section .button-group-wrapper::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-banner-section .button-group-wrapper.aos-animate::after {
  width: 100%;
}

.global-banner-section .button-group-wrapper .divider {
  position: relative;
}

.global-banner-section .button-group-wrapper .divider::after {
  content: "";
  height: 0;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-banner-section .button-group-wrapper .divider.aos-animate:after {
  height: 100%;
}

.global-banner-section .button-group-wrapper .main-btn {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 25px 100px;
  transition: all 0.4s ease 0s;
  width: 100%;
  position: relative;
  z-index: 1;
}

.global-banner-section .button-group-wrapper .main-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease 0s;
}

.global-banner-section .button-group-wrapper .main-btn.two::before {
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
}

.global-banner-section .button-group-wrapper .main-btn:hover::before {
  width: 100%;
}

.global-banner-section .button-group-wrapper .main-btn:hover.two::before {
  transform: scaleX(1);
}

.global-banner-section .button-group-wrapper .main-btn:hover.light-gray {
  color: lightgray;
}

.global-banner-section .button-group-wrapper .col-sm-6:last-child .main-btn {
  justify-content: flex-start;
}

.global-banner-section.single-team {
  background-position: right;
  min-height: 100vh;
}

@media (max-width: 576px) {
  .global-banner-section.single-team .team-image {
    padding-top: 75px;
  }

  .global-banner-section.single-team .team-image img {
    min-height: 220px;
    object-fit: cover;
    object-position: right top;
  }

  .global-banner-section.single-team .main-content {
    padding: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    justify-content: flex-start;
    min-height: unset;
  }
}

.global-banner-section.single-team .main-content {
  padding-top: 330px;
}

.global-banner-section.single-team .main-content .team-image {
  margin-bottom: 25px;
}

.global-banner-section.single-team .main-content .team-image img {
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}

.global-banner-section.single-team .main-content .name-degs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.global-banner-section.single-team .main-content .name-degs h3 {
  font-size: 36px;
  font-weight: 300;
  font-family: var(--font-lexend-deca);
  color: var(--white-color);
  margin-bottom: 5px;
  text-align: start;
}

.global-banner-section.single-team .main-content .name-degs h6 {
  font-size: 20px;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  margin-bottom: 0;
  text-align: start;
  color: var(--white-color);
  margin-bottom: 5px;
}

.global-banner-section.single-team .main-content .contact {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  text-align: start;
}

.global-banner-section.single-team .main-content .contact li {
  line-height: 1;
  margin-bottom: 10px;
}

.global-banner-section.single-team .main-content .contact li:last-child {
  margin-bottom: 0;
}

.global-banner-section.single-team .main-content .contact li a {
  color: var(--white-color);
  font-size: 20px;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.global-banner-section.single-team .main-content .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

.global-banner-section.single-team .main-content .social-icon li {
  line-height: 1;
}

.global-banner-section.single-team .main-content .social-icon li a {
  line-height: 1;
}

.global-banner-section.single-team .main-content .social-icon li a svg {
  fill: var(--white-color);
  width: 38px;
  height: 30px;
}

.global-banner-section.single-team .main-content .social-icon li a img {
  width: 30px;
  height: 30px;
}

.global-banner-section.careers-banner {
  padding: 220px 0 100px;
}

.global-banner-section.careers-banner .main-content {
  padding: 0 !important;
}

.global-banner-section.careers-banner .cat-and-date {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.global-banner-section.careers-banner .cat-and-date li {
  line-height: 1;
  padding-right: 20px;
  position: relative;
}

.global-banner-section.careers-banner .cat-and-date li::after {
  content: "";
  height: 11px;
  width: 2px;
  background: var(--white-color);
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}

.global-banner-section.careers-banner .cat-and-date li:first-child::after {
  display: none;
}

.global-banner-section.careers-banner .cat-and-date li a {
  font-size: 14px;
  display: block;
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.primary-btn {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  padding: 25px 0;
  transition: 0.45s;
  background-color: transparent;
}

.primary-btn:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.insight-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 328px;
  overflow: hidden;
}

.insight-card .insight-image {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.insight-card .insight-image img {
  width: 100%;
  height: 180px;
  -o-object-fit: fill;
  object-fit: fill;
}

.insight-card .insight-content {
  padding: 18px 16px;
  /* height: 268px; */
  height: 100%;
  transition: 0.5s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  background-color: rgba(63, 76, 82, 0.5);
}

.insight-card .insight-content h6 {
  margin-bottom: 0px;
  line-height: 1;
  min-height: 58px;
}

.insight-card .insight-content h6 a {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  font-family: var(--font-lexend-deca);
  color: var(--white-color);
}

.insight-card .insight-content p {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 200;
  font-family: var(--font-lexend-deca);
  color: var(--white-color);
  opacity: 0;
  transition: 0.2s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  margin-bottom: 15px;
  padding-top: 25px;
  text-align: start;
}

.insight-card .insight-content .meta {
  padding-top: 15px;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.insight-card .insight-content .meta a {
  font-size: 11px;
  display: block;
  font-family: var(--font-lexend-deca);
  font-weight: 500;
  color: var(--white-color);
}

.insight-card .insight-content .meta a.date {
  font-weight: 300;
  color: #d6d5d5;
}

.insight-card:hover .insight-content {
  transform: translateY(-127px);
}

.insight-card:hover .insight-content p {
  opacity: 1;
}

.insight-card:hover .insight-content .meta {
  padding-top: 15px;
  position: relative;
  left: unset;
  bottom: unset;
}

footer {
  background-color: #000;
  padding: 80px 0;
}

footer .company-location-area {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .company-location-area .footer-logo {
  margin-bottom: 25px;
  opacity: 0;
}

footer .company-location-area .footer-logo svg {
  fill: var(--white-color);
  width: 188px;
}

footer .company-location-area .footer-logo.aos-animate {
  opacity: 1;
}

footer .company-location-area .footer-logo.aos-animate svg path {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

footer .company-location-area .footer-logo.aos-animate svg path:nth-child(1) {
  animation-delay: 1s;
}

footer .company-location-area .footer-logo.aos-animate svg path:nth-child(2) {
  animation-delay: 0.6s;
}

footer .company-location-area .footer-logo.aos-animate svg path:nth-child(3) {
  animation-delay: 0.2s;
}

footer .company-location-area .footer-logo.aos-animate svg path:nth-child(4) {
  animation-delay: 1.2s;
}

footer .company-location-area .footer-logo.aos-animate svg path:nth-child(5) {
  animation-delay: 0.4s;
}

footer .company-location-area .footer-logo.aos-animate svg path:nth-child(6) {
  animation-delay: 0.8s;
}

footer .company-location-area .footer-logo.aos-animate svg path:nth-child(7) {
  animation-delay: 0s;
}

footer .company-location-area ul.contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .company-location-area ul.contact li {
  font-size: 11px;
  font-weight: 300;
  font-family: var(--font-lexend-deca);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}

footer .company-location-area ul.contact li:last-child {
  margin-bottom: 0;
}

footer .company-location-area ul.contact li a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.45s;
}

footer .company-location-area ul.contact li a:hover {
  color: var(--white-color);
}

footer .office-map {
  height: 100%;
}

footer .office-map img {
  width: 100%;
  height: 100%;
}

footer .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 30px;
}

footer .social-icon li {
  margin-right: 5px;
}

footer .social-icon li a {
  height: 28px;
  width: 28px;
  background-color: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: 0.4s;
}

footer .social-icon li a img {
  width: 17px;
}

footer .social-icon li a svg {
  transition: 0.4s;
  width: 18px;
  height: 18px;
  fill: var(--white-color);
}

footer .social-icon li a:hover {
  background-color: var(--white-color);
}

footer .social-icon li a:hover svg {
  fill: #242424;
}

footer .copywright-text {
  font-size: 11px;
  font-weight: 300;
  font-family: var(--font-lexend-deca);
  color: var(--white-color);
  margin-bottom: 0;
}

footer .footer-logo-wrap {
  padding: 20px 0;
}

footer .secondary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  border-top: 1px solid #fff;
  margin-top: 30px;
}

footer .secondary-menu li {
  line-height: 0.2;
  position: relative;
  padding-right: 7px;
}

footer .secondary-menu li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  color: var(--white-color);
  font-weight: 200;
  font-family: var(--font-lexend-deca);
  line-height: 1;
  opacity: 0.8;
  pointer-events: none;
}

footer .secondary-menu li:last-child {
  padding-right: 0;
}

footer .secondary-menu li:last-child::after {
  content: none;
}

footer .menu-footer-menu-container .secondary-menu li {
  font-size: 1rem !important;
  padding-top: 0;
  padding-right: 7px;
}

/* Slightly smaller than link text (was inherit → matched 1rem and looked huge) */
footer .menu-footer-menu-container .secondary-menu li::after {
  font-size: 0.4em;
  opacity: 0.75;
}

footer .menu-footer-menu-container .secondary-menu li a,
footer ul.secondary-menu li a {
  text-decoration: none;
  border-bottom: none;
  text-transform: capitalize !important;
}

footer .menu-footer-menu-container .secondary-menu li a:hover {
  border-color: transparent;
  border-bottom: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}

footer .secondary-menu li a {
  font-size: 9px;
  color: var(--white-color);
  line-height: 1;
  transition: 0.45s;
  border-bottom: 1px solid transparent;
  text-transform: capitalize !important;
}

footer .secondary-menu li a:hover {
  border-color: #fff;
}

footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

footer .footer-menu li {
  line-height: 0.2;
  position: relative;
  padding-right: 7px;
}

footer .footer-menu li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  color: var(--white-color);
  font-weight: 200;
  font-family: var(--font-lexend-deca);
  line-height: 1;
  opacity: 0.8;
  pointer-events: none;
}

footer .footer-menu li:last-child {
  padding-right: 0;
}

footer .footer-menu li:last-child::after {
  content: none;
}

footer .footer-menu li a,
footer ul.footer-menu li a,
footer .menu-footer-menu-container ul.footer-menu li a {
  font-size: 9px;
  color: var(--white-color);
  line-height: 1;
  transition: 0.45s;
  border-bottom: 1px solid transparent;
  text-transform: capitalize !important;
}

footer .footer-menu li a:hover {
  border-color: #fff;
}

footer .company-logo-group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
}

footer .company-logo-group li img {
  width: 100%;
  background-color: var(--white-color);
}

.team-card .team-image {
  border: 1px solid #afafaf;
  display: inline-block;
  position: relative;
  transition: 0.35s;
  width: 100%;
}

.team-card .team-image img {
  width: 100%;
}

.team-card .team-image::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.35s;
}

.team-card .team-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 10px;
  transition: 0.35s;
}

.team-card .team-content .name-deg {
  transition: 0.35s;
}

.team-card .team-content .name-deg h6 {
  margin-bottom: 0;
  transition: 0.35s;
}

.team-card .team-content .name-deg h6 a {
  font-size: 14px;
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  color: var(--white-color);
  letter-spacing: 0.1em;
  transition: 0.35s;
}

.team-card .team-content .name-deg h6 a:hover {
  text-decoration: underline;
}

.team-card .team-content .name-deg span {
  font-size: 12px;
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  color: var(--white-color);
  letter-spacing: 0.1em;
  transition: 0.35s;
}

.team-card .team-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 48px;
  display: flex;
  gap: 5px;
  transition: 0.35s;
}

.team-card .team-content ul li {
  transition: 0.35s;
}

.team-card .team-content ul li a {
  display: inline-block;
}

.team-card .team-content ul li a svg {
  height: 19px;
  width: 19px;
  transition: 0.35s;
}

.team-card .team-content ul li a svg circle {
  transition: 0.35s;
  fill: var(--white-color);
}

.team-card .team-content ul li a svg path {
  transition: 0.35s;
  fill: var(--title-color);
}

.team-card .team-content ul li a svg:hover circle {
  fill: var(--title-color);
}

.team-card .team-content ul li a svg:hover path {
  fill: var(--white-color);
}

.team-card:hover .team-image::after {
  opacity: 1;
}

.team-details-section {
  background-color: rgba(216, 219, 220, 0.8509803922);
  overflow: hidden;
  position: relative;
}

.team-details-section::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.team-details-section.aos-animate::after {
  width: 100%;
}

.team-details-section .bob-btm {
  position: relative;
}

.team-details-section .bob-btm::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.team-details-section .bob-btm.aos-animate::after {
  width: 100%;
}

.team-details-section .divider {
  position: relative;
}

.team-details-section .divider::after {
  content: "";
  height: 0;
  width: 1px;
  background-color: #484848;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.team-details-section .divider.aos-animate:after {
  height: 100%;
}

.team-details-section .team-details-content {
  margin-left: auto;
  padding-top: 30px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .team-details-section .team-details-content {
    max-width: 86%;
    width: 100%;
  }
}

.team-details-section .team-details-content p {
  font-size: 16px;
  color: #484848;
}

.team-details-section .team-accrodian-area .accordion .accordion-item {
  background-color: transparent;
  position: relative;
}

.team-details-section .team-accrodian-area .accordion .accordion-item::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.team-details-section .team-accrodian-area .accordion .accordion-item.aos-animate::after {
  width: 100%;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-header {
  background-color: transparent;
  transition: 1s;
  position: relative;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-header::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
  transition: 1s;
  transform: scaleX(0);
  transform-origin: left;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4 !important;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 0;
  padding: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  transition: 0.45s;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
  visibility: hidden;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #484848;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-header:hover::after {
  transform: scaleX(1);
}

.team-details-section .team-accrodian-area .accordion .accordion-item:nth-child(even)::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0.5;
}

.team-details-section .team-accrodian-area .accordion .accordion-item:nth-child(even) .accordion-header::after {
  transform-origin: right;
}

.team-details-section .team-accrodian-area .accordion .accordion-item:nth-child(even) .accordion-header:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.team-details-section .team-accrodian-area .accordion .accordion-item:nth-child(even).aos-animate::after {
  transform: scaleX(1);
  transform-origin: right;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 40px 40px;
  color: #484848;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 16px;
  margin-bottom: 0;
  color: #484848;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-collapse .accordion-body li {
  font-size: 16px;
  margin-bottom: 5px;
  color: #484848;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-collapse .accordion-body li a {
  color: #484848;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin: 0;
  padding: 0;
}

.team-details-section .team-accrodian-area .accordion .accordion-item .accordion-collapse .accordion-body ul li .fa {
  color: #748b92;
  padding-right: 5px;
  display: none;
}

.careers-details-section {
  background-color: rgba(216, 219, 220, 0.8509803922);
  padding-top: 60px;
  overflow: hidden;
}

.careers-details-section .main-content p {
  text-align: justify;
  color: #484848;
}

.careers-details-section .main-content blockquote {
  color: #484848;
  font-size: 35px;
  line-height: 1.2;
  font-family: var(--font-fh-total-fine-thin);
  padding: 6px 0 25px;
  font-weight: 300;
  text-align: center;
}

.careers-details-section .main-content blockquote cite {
  font-size: 16px;
  font-style: normal;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  display: block;
}

.careers-details-section .accordion .accordion-item {
  background-color: transparent;
}

.careers-details-section .accordion .accordion-item.apply .accordion-collapse {
  display: block;
}

.careers-details-section .accordion .accordion-item.apply .accordion-collapse {
  border-bottom: 1px solid #939494;
}

.careers-details-section .accordion .accordion-item:first-child {
  position: relative;
}

.careers-details-section .accordion .accordion-item:first-child::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.careers-details-section .accordion .accordion-item:first-child.aos-animate::after {
  width: 100%;
}

.careers-details-section .accordion .accordion-item .accordion-header {
  background-color: transparent;
  position: relative;
  transition: 0.45s;
}

.careers-details-section .accordion .accordion-item .accordion-header::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4 !important;
}

.careers-details-section .accordion .accordion-item .accordion-header::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.careers-details-section .accordion .accordion-item .accordion-header.aos-animate::after {
  width: 100%;
}

.careers-details-section .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 0;
  padding: 30px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  transition: 0.45s;
}

.careers-details-section .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
  visibility: hidden;
}

.careers-details-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #484848;
}

.careers-details-section .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.careers-details-section .accordion .accordion-item .accordion-header:hover::before {
  transform: scaleX(1);
}

.careers-details-section .accordion .accordion-item:nth-child(even) .accordion-header {
  background-color: transparent;
  position: relative;
  transition: 0.45s;
}

.careers-details-section .accordion .accordion-item:nth-child(even) .accordion-header::before {
  transform-origin: right;
}

.careers-details-section .accordion .accordion-item:nth-child(even) .accordion-header::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #484848;
  transition: all 0.4s linear;
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0.5;
}

.careers-details-section .accordion .accordion-item:nth-child(even) .accordion-header.aos-animate::after {
  transform: scaleX(1);
  transform-origin: right;
}

.careers-details-section .accordion .accordion-item .accordion-collapse {
  border-bottom: 1px solid #fff;
}

.careers-details-section .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #484848;
  padding: 30px 0;
}

.careers-details-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
  color: #484848;
}

.careers-details-section .button-group-wrapper.single-insight {
  border-top: 1px solid rgba(72, 72, 72, 0.5);
}

.careers-details-section .button-group-wrapper {
  overflow: hidden;
}

.careers-details-section .button-group-wrapper .divider {
  position: relative;
}

.careers-details-section .button-group-wrapper .divider::after {
  content: "";
  height: 0;
  width: 1px;
  background-color: #484848;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  opacity: 0.5;
}

.careers-details-section .button-group-wrapper .divider.aos-animate:after {
  height: 100%;
}

.careers-details-section .button-group-wrapper .main-btn {
  font-size: 14px;
  color: #484848;
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 25px 100px;
  transition: all 0.4s ease 0s;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 2100px) {}

@media (min-width: 3000px) {}

.careers-details-section .button-group-wrapper .main-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease 0s;
}

.careers-details-section .button-group-wrapper .main-btn.two::before {
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
}

.careers-details-section .button-group-wrapper .main-btn:hover::before {
  width: 100%;
}

.careers-details-section .button-group-wrapper .main-btn:hover.two::before {
  transform: scaleX(1);
}

.careers-details-section .button-group-wrapper .main-btn:hover {
  color: #484848;
}

.careers-details-section .button-group-wrapper .col-sm-6:last-child .main-btn {
  justify-content: flex-start;
}

.video-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 250px 0 250px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.video-section .section-title {
  padding-bottom: 100px;
}

.video-section .section-title h2 {
  color: var(--white-color);
  font-size: 42px;
  line-height: 1.2;
  font-family: var(--font-fh-total-fine-thin);
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
}

.video-section .section-title span {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section .video-pleayer {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 50%;
  margin: auto;
}

.video-section .video-pleayer i {
  font-size: 40px;
  color: #484848;
}

.contact-section {
  line-height: 0.5;
}

.contact-section iframe {
  width: 100%;
  height: calc(100vh + 190px);
  min-height: 540px;
  line-height: 1;
}

.logo-container {
  width: 200px;
  /* Adjust the size as needed */
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#logo {
  width: 100%;
  height: auto;
}

.insight-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.will-fixed {
  background-size: 124% !important;
}

div[data-sticky-background="true"] {
  background-size: cover;
  /* Adjust as needed */
  background-repeat: no-repeat;
  background-position: center;
}

.accordion .accordion-collapse {
  transition: height 1s ease;
}

.button-group-wrapper .main-btn {
  opacity: 0;
}

.button-group-wrapper .main-btn.btn-animate {
  opacity: 1;
}

.button-group-wrappers .main-btn {
  opacity: 0;
}

.button-group-wrappers .main-btn.btn-animate {
  opacity: 1;
}

/* Sticky menu bar hidden — main header uses fixed + .sticky class on scroll */
.sticky-menu {
  display: none !important;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sticky-menu .header-logo a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--white-color); */
  border-radius: 5px;
}

.sticky-menu .burgermenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: visible;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 9999999;
}

.sticky-menu .burgermenu span {
  height: 3px;
  width: 25px;
  background-color: var(--black-color);
  display: flex;
  transition: transform 0.5s ease-in;
  position: absolute;
  top: 18px;
  right: 2;
}

.sticky-menu .burgermenu span::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: var(--black-color);
  content: "";
  top: -10px;
  right: 0;
}

.sticky-menu .burgermenu span::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 3px;
  right: 0;
  background-color: var(--black-color);
  content: "";
  top: 10px;
}

.sticky-menu .burgermenu.active span {
  background-color: transparent;
}

.sticky-menu .burgermenu.active span::before {
  transform: rotateZ(45deg) translate(8px, 6px);
  width: 35px;
  background-color: var(--white-color);
}

.sticky-menu .burgermenu.active span::after {
  transform: rotateZ(-45deg) translate(8px, -6px);
  width: 35px;
  background-color: var(--white-color);
}

.sticky-menu .main-menu2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px !important;
  z-index: 99999;
  height: 100%;
  overflow: auto;
  background: #454545;
  transform: translateX(100%);
  transition: transform 0.25s ease-in;
  border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px !important;
}

.sticky-menu .main-menu2.show-menu {
  transform: translateX(0);
}

.sticky-menu .main-menu2 .mobile-menu-logo {
  text-align: left;
  padding-top: 20px;
  display: block;
  padding-bottom: 8px;
}

.sticky-menu .main-menu2 ul.menu-list {
  float: none;
  text-align: left;
  padding: 25px 0px 0px 0;
  margin: 0;
}

.sticky-menu .main-menu2 .menu-list.menu-animate li {
  display: block;
  position: relative;
  padding: 5px 5px;
  /* animation: fadeIn 0.5s forwards; */
}

.sticky-menu .main-menu2 .menu-list>li>a {
  color: var(--white-color);
  display: block;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  font-size: 15px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
}

.sticky-menu .main-menu2 .menu-list>li>a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sticky-menu .main-menu2 .menu-list>li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.office-map iframe {
  width: 100%;
  height: 100%;
  border: 3px solid #959494 !important;
}

.post,
.page {
  margin: 0;
}

.page-template-page-services {
  background-color: rgb(217 219 221);
}

.single-lawer {
  margin-bottom: 30px;
}

.services-details.services-details.policy .main-content h3 {
  font-size: 18px;
  color: #484848;
}

.services-details.services-details.policy .main-content h1 {
  font-size: 18px;
}

.services-details.services-details.policy .main-content .wp-block-heading {
  color: #484848;
  font-family: var(--font-fh-total-fine-thin);
  text-align: start;
}

.services-details.services-details.policy .main-content p {
  font-size: 14px;
}

.services-details.services-details.policy .main-content li {
  font-size: 14px;
}

.careers-details-section .main-content ul {
  margin: 0;
  padding-left: 10px;
}

.careers-details-section .main-content ul li {
  font-family: var(--font-lexend-deca);
  font-weight: 200;
  font-size: 19px;
  margin-bottom: 10px;
  color: #484848;
}

.careers-details-section .main-content ol {
  margin: 0;
  padding-left: 10px;
}

.careers-details-section .main-content ol li {
  font-family: var(--font-lexend-deca);
  font-weight: 200;
  font-size: 19px;
  margin-bottom: 10px;
  color: #484848;
}

.careers-details-section .main-content a {
  color: #484848;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #898989;
}

.video-section .video-pleayer svg {
  width: 30px;
}

.footer-logo-wrap .client-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

section.main-banner-section.about-page .banner-content p {
  text-align: justify;
}

.global-section .main-content h3 span {
  font-size: 28px;
  display: block;
  margin-top: 14px;
  margin-bottom: 40px;
}

.careers-details-section .main-content blockquote cite {
  margin-top: 22px;
}

.page-template-page-about .footer-logo-wrap {
  display: none;
}

.careers-details-section .global-banner-section .main-content h2 {
  color: #6f7775;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.careers-details-section .global-banner-section .main-content {
  max-width: unset;
}

.careers-details-section .global-banner-section.careers-banner .cat-and-date li a {
  color: #6f7775;
}

.careers-details-section .global-banner-section.careers-banner .cat-and-date li::after {
  background: #6f7775;
}

/* mobile-search new */

.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0.7);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
}

.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .mobile-search {
    padding: 20px;
  }
}

.mobile-search label {
  color: #fff;
  margin-bottom: 10px;
  font-family: saira, sans-serif;
}

.mobile-search input {
  border: none;
  border-radius: unset;
  width: 100%;
  background: 0 0;
  transition: 0.3s ease-in-out;
  color: #212121;
  margin-bottom: 0px;
  background: #fff;
  padding: 7px 12px;
  font-size: 13px;
  font-family: saira, sans-serif;
}

.search-cross-btn.search-again-btn {
  top: 16px;
  position: relative;
  right: -7px;
}

.mobile-search input::-moz-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search input:-ms-input-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search input::placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.5s ease;
}

.mobile-search .search-cross-btn.two {
  position: absolute;
  right: 50px;
  top: 50px;
}

.mobile-search .search-cross-btn:hover {
  background: var(--primary-color1);
  color: #fff;
}

.mobile-search .search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

.mobile-search .search-cross-btn button {
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: 0.35s;
}

.mobile-search .search-cross-btn button i {
  color: var(--white);
  transition: 0.35s;
}

.mobile-search .search-cross-btn button:hover {
  background-color: var(--white);
}

.mobile-search .search-cross-btn button:hover i {
  color: var(--primary-color1);
}

.mobile-search .search-cross-btn.one i {
  font-size: 18px;
  cursor: pointer;
}

.container-one {
  margin: auto !important;
  width: 100%;
  max-width: 1040px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-search .container-one {
  margin-top: 100px !important;
}

.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: saira, sans-serif;
}

.mobile-search input {
  border: none;
  border-radius: unset;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: #fff;
  border-bottom: 1px solid #7d7d7d;
  padding: 5px 0px;
  height: 50px;
}

.no-results-found {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
}

.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: unset;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 43px;
  transition: 0.5s ease;
}

.mobile-search .mobile-search-wrap {
  width: 100%;
  height: 100%;
  padding: 35px 100px;
  position: fixed;
  overflow-y: auto;
}

.mobile-search .mobile-search-wrap::-webkit-scrollbar {
  width: 0;
}

.mobile-search .search-cross-btn i {
  font-size: 25px;
}

.mobile-search .search-cross-btn:hover {
  transform: scale(1.1);
  background: unset;
  color: #fff;
}

.search-option-filters {
  display: none;
}

.search-option-filters ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: saira, sans-serif;
}

.search-option-filters ul li label {
  margin-bottom: 0;
}

.search-option-filters ul li input {
  width: auto;
}

.mobile-search .people-list ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.main-search-ajax-loader {
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 40px;
}

.row.main-search-wrapper {
  padding-top: 30px;
}

.mobile-search .main-search-wrapper h5 {
  margin-bottom: 14px;
}

.mobile-search .main-search-wrapper h5 a {
  color: #fff;
  font-size: 20px;
  font-family: var(--font-Lubalin);
  font-weight: 700;
  transition: 0.35s;
}

.mobile-search .main-search-wrapper h5 a:hover {
  color: var(--primary-color1);
}

.mobile-search .main-search-wrapper .post-list {
  max-height: 250px;
  overflow: auto;
}

.mobile-search .main-search-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-search .main-search-wrapper ul li {
  line-height: 1.1;
  margin-bottom: 8px;
}

.mobile-search .main-search-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.mobile-search .main-search-wrapper ul li a span {
  color: #cbcbcb;
  display: inline-block;
  padding-left: 7px;
}

.mobile-search .main-search-wrapper ul.lawyers li a span {
  display: none;
}

.mobile-search .main-search-wrapper .post-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.mobile-search .main-search-wrapper .post-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.main-search-wrapper .view-all a {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color1);
  display: inline-block;
  transition: 0.35s;
  text-transform: uppercase;
}

.main-search-wrapper .view-all a:hover {
  color: #fff;
}

.global-section.lets-talk .section-title h2 {
  color: #ffffff;
}

.global-section.lets-talk .section-title::after {
  display: none;
}

.global-section.lets-talk {
  background-color: rgba(216, 219, 220, 0.8509803922);
  background-size: cover;
  background-repeat: no-repeat;
}

.global-section.lets-talk .accordion {
  width: 100%;
}

.global-section.lets-talk .accordion .accordion-item {
  background-color: transparent;
  border: unset;
}

.global-section.lets-talk .accordion .accordion-item.apply .accordion-collapse {
  display: block;
}

.global-section.lets-talk .accordion .accordion-item.apply .accordion-collapse {
  border-bottom: 1px solid #ffffff;
}

.global-section.lets-talk .accordion .accordion-item:first-child {
  position: relative;
}

.global-section.lets-talk .accordion .accordion-item:first-child::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section.lets-talk .accordion .accordion-item:first-child.aos-animate::after {
  width: 100%;
}

.global-section.lets-talk .accordion .accordion-item:last-child .accordion-header::after {
  display: none;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header {
  background-color: transparent;
  position: relative;
  transition: 0.45s;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4 !important;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: all 0.4s linear;
  opacity: 0.5;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header.aos-animate::after {
  width: 100%;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 0;
  padding: 30px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  transition: 0.45s;
  text-transform: uppercase;
  color: #fff;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
  visibility: hidden;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.global-section.lets-talk .accordion .accordion-item .accordion-header:hover::before {
  transform: scaleX(1);
}

.global-section.lets-talk .accordion .accordion-item:nth-child(even) .accordion-header {
  background-color: transparent;
  position: relative;
  transition: 0.45s;
}

.global-section.lets-talk .accordion .accordion-item:nth-child(even) .accordion-header::before {
  transform-origin: right;
}

.global-section.lets-talk .accordion .accordion-item:nth-child(even) .accordion-header::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: all 0.4s linear;
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0.5;
}

.global-section.lets-talk .accordion .accordion-item:nth-child(even) .accordion-header.aos-animate::after {
  transform: scaleX(1);
  transform-origin: right;
}

.global-section.lets-talk .accordion .accordion-item .accordion-collapse {
  border-bottom: 1px solid #ffffff;
}

.global-section.lets-talk .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 30px 0;
}

.global-section.lets-talk .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
  color: #f7f7f7;
}

.global-section.lets-talk .accordion .accordion-item .accordion-collapse .accordion-body a {
  color: #ffffff;
  text-decoration: underline;
}

.global-section.lets-talk .button-group-wrapper .divider::after {
  background-color: #ffffff;
}

.global-section.lets-talk .button-group-wrapper::after {
  background-color: #ffffff;
}

.global-section.lets-talk .button-group-wrapper .main-btn {
  color: #ffffff;
}

.global-section.lets-talk .main-content {
  padding-bottom: 0;
}

section.global-section.light-gray-bg {
  background-color: rgba(216, 219, 220, 0.8509803922);
}

.global-section.light-gray-bg .section-title h2 {
  color: #484848;
}

.global-section.light-gray-bg .section-title::after {
  background-color: #484848;
}

.global-section.light-gray-bg .main-content p {
  color: #484848;
}

.global-section.light-gray-bg .button-group-wrapper::after {
  background-color: #484848;
}

.global-section.light-gray-bg .button-group-wrapper .divider::after {
  background-color: #484848;
}

.global-section.light-gray-bg .button-group-wrapper .main-btn {
  color: #484848;
}

.services-banner.light-gray-bg .section-titles h2 {
  color: #484848;
}

.services-banner.light-gray-bg .insight-category .nav-link {
  color: #484848;
  border-color: rgba(72, 72, 72, 0.5) !important;
}

.services-banner.light-gray-bg .insight-category::after {
  background-color: #484848;
}

.services-banner.light-gray-bg .insight-category::before {
  background-color: #484848;
}

.light-gray-bg .primary-btn {
  color: #484848;
}

/* for insight page */

section.global-section.light-gray-bg.insight-page .section-title h2 {
  color: #000000;
}

section.global-section.light-gray-bg.insight-page .section-title::after {
  background-color: #000000;
}

section.global-section.light-gray-bg.insight-page .main-content p {
  color: #000000;
}

section.global-section.light-gray-bg.insight-page .button-group-wrapper::after {
  background-color: #000000;
}

section.global-section.light-gray-bg.insight-page .button-group-wrapper .divider::after {
  background-color: #000000;
}

section.global-section.light-gray-bg.insight-page .button-group-wrapper .main-btn {
  color: #000000;
}

section.global-section.light-gray-bg.insight-page .section-titles h2 {
  color: #000000;
}

section.global-section.light-gray-bg.insight-page .insight-category .nav-link {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.5) !important;
}

section.global-section.light-gray-bg.insight-page .insight-category::after {
  background-color: #000000;
}

section.global-section.light-gray-bg.insight-page .insight-category::before {
  background-color: #000000;
}

.light-gray-bg .primary-btn {
  color: #000000;
}

/* .light-gray-bg .insight-card{
  background-color: rgba(216, 219, 220, 0.8509803922);
}
.light-gray-bg .insight-card .insight-content{
  background-color: rgba(216, 219, 220, 0.8509803922);
}
.light-gray-bg .insight-card .insight-content h6 a{
  color: #484848;
}
.light-gray-bg .insight-card .insight-content .meta a{
  color: #484848;
}
.light-gray-bg .insight-card .insight-content p a{
  color: #484848;
} */
.global-section.light-gray-bg.have-be-img .section-title h2 {
  color: #fff;
}

.global-section.light-gray-bg.have-be-img .section-title::after {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .main-banner-section {
    background-attachment: unset !important;
  }

  .global-banner-section {
    background-attachment: unset !important;
  }

  .global-section {
    background-attachment: unset !important;
  }

  .global-banner-section.single-team {
    background-position: 86% !important;
  }
}

/* Team page: Hide 10th member on desktop (3 columns), show all 10 on mobile (2 columns) */
@media (min-width: 768px) {
  #team-load-more > .col-md-4:nth-child(10) {
    display: none;
  }
}