/* Gotham family (self-hosted) */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Use it */
:root {
  --font-ui: "Gotham", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

html,
body {
  font-family: var(--font-ui);
  font-synthesis: none;
}

/* avoids fake bold/italic */
h1,
h2,
h3 {
  font-weight: 700;
}

/* Bold */
strong {
  font-weight: 700;
}

small {
  font-weight: 300;
}

/* Light */


/* Use it */
:root {
  --font-ui: "Gotham", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  font-family: var(--font-ui);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}


button {
  font-size: 13px !important;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color: rgba(17, 15, 16, 0.75);
  font-weight: 300;
}

img {
  max-width: 100%;
}

body {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  color: rgba(17, 15, 16, 0.75);
}

.main {
  overflow: hidden;
}

.main header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  /* background-color: rgba(0,0,0,0.8)!important; */
  /* background-color: rgba(40,92,166,0.5)!important; */
  background-color: #ffffff !important;
  z-index: 3;
}

header,
header nav.navbar-expand-lg {
  padding: 5px 0px !important;
  background: none !important;
}

.navbar-brand img {
  height: 20px;
}

header .navbar .navbar-nav li a {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px !important;
  border-bottom: 2px solid transparent;
}

header .navbar .navbar-nav li a.active {
  border-bottom: 2px solid #ffffff;
}

header .navbar .navbar-nav li:hover a {
  color: rgba(17, 15, 16, 0.75) !important;
  border-bottom: 2px solid #ffffff;
}

.button-transparent {
  font-size: 15px;
  font-weight: 400;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 11px 20px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: 0.5s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  display: inline-block;
  font-weight: 300;
}

.button-transparent:hover {
  border-color: #dddddd;
}

.button-transparent span {
  position: relative;
  top: -1px;
  width: 100%;
  transition: 0.5s;
}

.button-transparent::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  content: '';
  background-color: #dddddd;
  transition: 0.5s;
}

.button-transparent:hover::before {
  width: 100%;
}

.button-transparent:hover span {
  color: rgba(17, 15, 16, 0.75) !important;
}

.button {
  font-size: 15px;
  font-weight: 400;
  background: none;
  border: 1px solid rgba(17, 15, 16, 0.75) !important;
  color: rgba(17, 15, 16, 0.75) !important;
  padding: 11px 20px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: 0.5s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  font-weight: 300;
  overflow: hidden;
}

.button:hover {
  border-color: rgba(17, 15, 16, 0.75) !important;
}

.button span {
  position: relative;
  top: -1px;
  width: 100%;
  transition: 0.5s;
  display: block;
  line-height: initial;
  letter-spacing: 0px;
}

.button:hover span {
  color: #ffffff;
}

.button::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  content: '';
  background-color: rgba(17, 15, 16, 0.75) !important;
  transition: 0.5s;
}

.button:hover::before {
  width: 100%;
}

.navbar-toggler:focus {
  box-shadow: inherit;
}

.banner-outer {
  width: 100%;
  height: 100vh;
  display: block;
  padding: 120px 0px 156px;
  /* background-image: url("../images/banner-bg.png"); */
  background-color: rgba(17, 15, 16, 0.75) !important;
  background-repeat: no-repeat;
  background-position: center 0px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

.banner-wrapper {
  padding: 0px 0px 0px;
  height: 80vh;
  display: flex;
  align-items: center;
}

.banner-content {
  max-width: 700px;
  padding-top: 40px;
}

.banner-content h2 {
  font-size: 55px;
  font-weight: 100;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 88%;
}

.banner-content p {
  font-size: 16px;
  line-height: 27px;
  display: block;
  margin-bottom: 40px;
  clear: both;
}

.banner-content h2,
.banner-content p {
  color: #ffffff;
}

.arrow-outer a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-bottom: 17px;
}

.arrow-outer a {
  color: #15CF28;
  font-size: 20px;
  background-color: #ffffff;
}

.arrow-outer a:hover {
  background-color: #15CF28;
  color: #ffffff;
}

.year-experience {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -9px;
}

.year-experience span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 46px;
  font-weight: 500;
}

.rotate {
  animation: rotation 5s;
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}

.section-title {
  font-size: 30px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}

p {
  color: rgba(17, 15, 16, 0.75);
  font-size: 16px;
  display: block;
  line-height: 27px;
  font-weight: 300;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.about-us {
  position: relative;
}

.about-us:after {
  width: 100%;
  height: 0;
  border-top: 150px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 98vw solid #F5F5F5;
  content: '';
  position: absolute;
  bottom: 0px
}

.services {
  background-color: #F5F5F5;
}

.subtitle {
  font-size: 24px;
  font-weight: 300;
}

.service-outer {
  margin-bottom: 60px;
}

.service-img {
  overflow: hidden;
  max-width: 538px;
}

.service-outer img {
  transition: 0.5s;
}

.service-outer:hover img {
  transform: scale(1.5);
}

.service-outer p {
  max-width: 538px;
}


.casestudy {
  width: 100%;
  height: auto;
  background-image: url('../images/casestudy.png');
  /* background-color: rgba(17, 15, 16, 0.75)!important; */
  position: relative;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

.casestudy:after {
  width: 100%;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 150px solid transparent;
  border-left: 98vw solid #F5F5F5;
  content: '';
  position: absolute;
  top: -1px
}

.project-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item button {
  border: none;
  background: none;
}

.project-info {
  position: absolute;
  bottom: -257px;
  z-index: 2;
  left: 0px;
  background-image: url('../images/overlay-bg.png');
  background-repeat: no-repeat;
  height: 257px;
  width: 100%;
  padding-left: 30px;
  padding-top: 50px;
  transition: 0.5s;
  text-align: left;
  padding-right: 35%;
}

.project-item:hover .project-info {
  bottom:-5px;
}

.project-item:after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.5s;
  z-index: 1;
}

.project-item:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.project-info a {
  width: 53px;
  height: 53px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: rgba(17, 15, 16, 0.75) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}

.project-info a i {
  font-size: 30px;
}

.project-info label {
  font-size: 16px;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
  margin-bottom: 5px;
}

.project-info span {
  font-size: 23px;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
}

.client-outer {
  margin-bottom: 50px;
  position: relative;
}

.client-thumbnil {
  position: relative;
  z-index: 1;
  width: 370px;
  width: 370px;
  /* transform: skewX(-10deg); */
  border: 1px solid #ffffff;
  cursor: pointer;
  margin-left: 32px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.client-outer:after {
  position: absolute;
  content: '';
  width: 123px;
  height: 100px;
  /* transform: skewX(-11deg); */
  /* background-color: #666866; */
  border: 1px solid #dddddd;
  z-index: 0;
  right: 65px;
  top: -17px;
  transition: 0.5s;
}

.client-outer:hover:after {
  right: 30px;
  top: -30px;
}

.client-video-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  /* transform: skewX(10deg); */
  background: none;
  border: none;
}

.client-thumbnil .client-img {
  object-fit: cover;
  /* transform: skewX(10deg); */
  margin-left: -42px;
  width: calc(100% + 87px);
  max-width: initial;
}

.client-outer label {
  font-size: 24px;
  color: #ffffff;
  display: block;
}

.client-outer span {
  font-size: 22px;
  color: #ffffff;
  display: block;
}

.client-main {
  padding-left: 300px;
}

.client-graphics {
  position: absolute;
  left: 0px;
  bottom: -185px;
  z-index: 1;
}

.our-advisors {
  background-color: #fafafa;
}

.advisor-outer {
  width: 330px;
}

.advisor-outer img {
  width: 330px;
  height: 280px;
  display: block;
  margin-bottom: 10px;
}

.advisor-outer label {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
}

.advisor-outer span {
  font-size: 24px;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
  margin-bottom: 5px;
}

.advisor-outer p {
  font-size: 17px;
  color: #444444;
  padding-right: 20px;
}

.about-numbers {
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-top: 55px;
}

.about-numbers:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background-color: rgba(17, 15, 16, 0.75) !important;
  top: -10px;
  left: 50%;
  margin-left: -25px;
}

.about-numbers label {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 18px;
}

.about-numbers span {
  width: 100%;
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 69px;
  display: block;
}

.our-clients {
  background: #ffffff;
  height: 150px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}

.our-clients ul {
  list-style: none;
  display: flex;
}

.our-clients ul li {
  padding: 0px 30px;
}

.faq p a {
  color: rgba(17, 15, 16, 0.75) !important;
  text-decoration: underline;
}

.faq {
  background-color: #fafafa;
}

.faq .accordion-button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: none;
  font-size: 20px !important;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 300;
}

.faq .accordion-collapse p {
  padding: 15px;
}

/* Custom style */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

footer {
  background-image: url('../images/footer-bg.png');
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}

footer .footer-graphics {
  position: absolute;
  right: 0px;
  top: 40px;
}

.footer-wrapper {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.footer-wrapper h5 {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.footer-wrapper p {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.lets-talk {
  width: 245px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 19px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

.lets-talk label {
  z-index: 1;
}

.lets-talk:hover label {
  color: rgba(17, 15, 16, 0.75) !important;
}

.lets-talk span {
  width: 0px;
  height: 0px;
  background-color: none;
  display: inline-block;
  position: absolute;
  opacity: 0.4;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  z-index: 0;
}

.lets-talk:hover span {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ffffff;
}



.footer-left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-right {
  padding-left: 30px;
}

address {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-weight: 300;
}

address p {
  font-size: 17px !important;
  text-align: left !important;
  margin-top: 10px !important;
  font-weight: 300;
}

.hero-text {
  float: left;
  overflow: hidden;
  position: relative;
  height: 80px;
  line-height: 78px;
  margin-top: 5px;
}

.span1 {
  display: inline-block;
  color: #fff;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-animation: move 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  font-weight: 300;
}

@keyframes move {
  0% {
    top: 0px;
  }

  20% {
    top: -80px;
  }

  40% {
    top: -160px;
  }

  60% {
    top: -240px;
  }

  80% {
    top: -320px;
  }
}




.animate-swipe-right.swipe {
  animation: swipeRight 0.5s;
  opacity: 1;
}

.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}

.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}

.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}




.our-clients img {
  height: 70px;
  max-width: initial;
}


.my-slider {
  position: relative;
}

.my-slider .slick-next {
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 45px;
  text-indent: 200px;
  overflow: hidden;
  background-color: initial;
  border: none;
  background-image: url('../images/arrow-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.my-slider .slick-prev {
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 45px;
  left: initial;
  text-indent: 200px;
  overflow: hidden;
  background-color: initial;
  border: none;
  background-image: url('../images/arrow-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.slick-initialized .slick-slide {
  background-color: #b32532;
  color: #FFF;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slick-list.draggable {
  overflow: hidden;
}

.slick-track {
  display: flex;
}

.slick-dots {
  display: none !important;
}


.our-vision {
  width: 100%;
  height: 411px;
  background-image: url('../images/about.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.inner-content {
  padding-top: 60px;
}

.page-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px 0px;
}

.page-heading .title {
  font-size: 40px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 500;
  display: block;
  line-height: 54px;
}



.our-vision span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.our-vision p {
  font-size: 29px;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
}

.radius-right {
  -moz-border-radius: 5px 100px 5px 5px;
  -webkit-border-radius: 5px 100px 5px 5px;
  -ms-border-radius: 5px 100px 5px 5px;
  border-radius: 5px 100px 5px 5px;
}

.radius-left {
  -moz-border-radius: 100px 5px 5px 5px;
  -webkit-border-radius: 100px 5px 5px 5px;
  -ms-border-radius: 100px 5px 5px 5px;
  border-radius: 100px 5px 5px 5px;
}

.about-section {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.title {
  font-size: 40px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 400;
  display: block;
  line-height: 54px;
}

.team-outer span {
  color: #101828;
  font-size: 20px;
  display: block;
  margin-top: 15px;
}

.team-outer p {
  font-size: 18px;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-icon {
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 90px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 30px;
  border:1px solid #dddddd;
}

.contact-detail {
  padding-left: 20px;
}

.contact-detail label {
  font-size: 16px;
  display: block;
}

.contact-detail span {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 19px;
}

.send-message {
  width: 100%;
  padding: 25px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  background-color: #ffffff;
  margin-top:25px;

}

.send-message h3 {
  font-size: 24px;
  display: block;
  /* text-align: center; */
  display: block;
  margin-bottom: 30px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.form-field {
  display: block;
  margin-bottom: 20px;
}

.form-field label {
  font-size: 16px;
  display: block;
  color: #475467;
  margin-bottom: 5px;
}

.form-input, .form-select {
  border: 1px solid #aaaaaa;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-weight: 300;
}

.form-textarea {
  border: 1px solid #A6B1C8;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  resize: none;
}

.border-text {
  font-size: 195px;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #999999;
  left: 100%;
  transition: 0.5s;
}

.about-us:hover .border-text {
  left: 50%;
}

section {
  overflow: hidden;
}

.services .border-text {
  left: initial;
  right: 100%;
  color: #fafafa;
  z-index: 0;
}

.services:hover .border-text {
  right: 50%;
}

.casestudy .border-text {
  left: initial;
  right: 100%;
  color: aliceblue;
  z-index: 0;
  white-space: nowrap;
  top: 70px;
}

.casestudy:hover .border-text {
  right: 20%;
}

.faq .border-text {
  left: initial;
  right: 100%;
  color: #fafafa;
  z-index: 0;
}

.faq:hover .border-text {
  right: 70%;
}

button.close {
  background: none;
  border: none;
}

button.close i {
  font-size: 22px;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.banner-graphics {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -350px;
  z-index: 1;
  opacity: 0.8;
}

.banner-outer .container {
  z-index: 1;
  position: relative;
}

button.accordion-button:focus {
  box-shadow: initial !important;
}

.form-select {
  border: 1px solid #A6B1C8;
  padding: 10px 15px;
}

body header .navbar .navbar-nav .dropdown-menu li a {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 14px;
  padding: 6px 15px !important;
}

body header .navbar .navbar-nav .dropdown-menu li a:hover {
  background-color: #eeeeee;
  color: rgba(17, 15, 16, 0.75) !important;
}

body header .navbar .navbar-nav .dropdown-toggle::after {
  top: 2px;
  position: relative;
  left: 4px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: none;
}


.dropdown-menu li {
  position: relative;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
}

.dropdown-menu .submenu-left {
  left: 100%;
  right: auto;
}

.dropdown-menu>li:hover {
  background-color: #f1f1f1
}

.dropdown-menu>li:hover>.submenu {
  display: block;
}

.dropdown-item i {
  position: absolute;
  right: 8px;
  top: 7px;
  font-size: 13px;
}

.get-audit {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  padding: 30px;
  max-width: 80%;
  margin-left: auto;
}

.form-title {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.form-field {
  display: block;
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px 10px;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.theme-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  text-align: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.theme-btn.fill {
  background-color: #1F1F1F;
  color: #ffffff;
}


.theme-btn {
  border: 1px solid #1F1F1F;
  background: none;
  color: #1F1F1F;
  padding: 15px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-transform: uppercase;
  position: relative;
}

.theme-btn.white {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}

.theme-btn.fill {
  background-color: #1F1F1F;
  color: #ffffff;
}

.get-audit {
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  padding: 30px;
}

.text-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
}

.theme-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  text-align: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.text-default {
  transform: translateY(0);
}

.theme-btn:hover .text-default {
  transform: translateY(-100%);
  opacity: 0;
}

.text-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
  /* hidden below */
  opacity: 0;
}

.theme-btn:hover .text-default {
  transform: translateY(-100%);
  /* move up */
  opacity: 0;
}

.theme-btn:hover .text-hover {
  transform: translateY(0);
  /* slide into place */
  opacity: 1;
}


.about-us:after,
.casestudy:after,
.client-graphics {
  display: none;
}

.services {
  background: none;
}

.about-us .border-text,
.casestudy .border-text {
  color: #fafafa;
}

.casestudy {
  background-image: initial;
}

.casestudy .text-white {
  color: rgba(17, 15, 16, 0.75) !important;
}

.our-advisors,
.faq {
  background: #ffffff;
}

footer {
  background-color: #000000;
}

.footer-right a {
  display: block;
  padding: 4px 0px;
  color: #ffffff;
}

.footer-wrapper h5 {
  color: #ffffff;
}

.inner-banner {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/hero-banner.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

.inner-banner h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 55px;
  font-weight: 300;
  text-transform: uppercase;
}

.our-vision .section-title {
  color: #ffffff !important;
  font-weight: 300;
  font-size: 15px;
}

.our-vision p {
  font-weight: 300;
}

.title--overhead {
  color: #8d99a7;
  font-size: .87rem;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-top: .62rem;
  margin-bottom: .62rem;
  text-transform: uppercase;
}





.sub {
  color: var(--muted);
  margin-top: 6px;
  font-size: 15px
}



.tabs {
  gap: 10px;
  padding: 6px;
  border-radius: 12px;
  width: max-content;
}

.tab {
  padding: 10px 14px;
  border-radius:5px;
  cursor: pointer;
  font-weight: 600;
  color: rgba(17, 15, 16, 0.75) !important;
  border: 1px solid transparent;
  background: transparent;
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
  font-weight:300;
}

.tab:hover {
  /* background: #e7f0ff */
}

.tab:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px
}

.tab[aria-selected="true"] {
  background: var(--panel);
  color: var(--text);
  border-color: var(--border);
  box-shadow: 0 0 0 3px var(--ring)
}



.section {
  display: none
}

.section.active {
  display: block
}



.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px
}

.card {
  grid-column: span 12;
  background:#f5f5f5;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(16, 24, 40, .1), 0 3px 10px rgba(16, 24, 40, .08)
}

@media(min-width:720px) {
  .card {
    grid-column: span 6
  }
}

@media(min-width:1000px) {
  .card {
    grid-column: span 4
  }
}



.w-head {
  display: flex;
  gap: 12px;
  align-items: center
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eef2f7
}

.name {
  font-weight: 800
}

.role {
  color: var(--muted);
  font-size: 13px
}

.quote {
  margin-top: 10px;
  line-height: 1.65;
  font-size: 15px
}

.tag {
  margin-top: 12px;
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1b4fd1;
  border: 1px solid #d6e4ff
}


.stars {
  display: inline-flex;
  gap: 2px;
}

.star {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: linear-gradient(180deg, #ffd86b, #ffb743);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>') no-repeat center / contain
}



.thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  border: 1px solid var(--border);
  background: #00000010
}

.thumb iframe {
  width: 100%;
  height: 100%;
  display: block
}

.play {
  position: absolute;
  inset: auto auto 10px 10px;
  background: #111827cc;
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .3px
}

.v-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px
}

.v-left {
  display: flex;
  gap: 10px;
  align-items: center
}

.v-name {
  font-weight: 800
}

.v-role {
  color: var(--muted);
  font-size: 13px
}



.reveal {
  opacity: 0;
  transform: translateY(14px)
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease
}



footer {
  margin: 40px 0 10px;
  color: var(--muted);
  font-size: 13px
}



@media (prefers-reduced-motion: reduce) {

  .tab,
  .card,
  .reveal.in {
    transition: none !important
  }
}

.testimonial-outer {
  display: flex;
}

.testimonial-left {
  flex: 1;
}
.send-message{
  border:1px solid #dddddd;
}
.send-message .form-input, .send-message .form-select, .send-message textarea{
  border:none;
  padding:0px;
}


.about-us{
  position: relative;
  padding-left: 50px;
}
.about-us i{
  position: absolute;
  left: 0px;
  top:0px;
  font-size:35px;
}
.service-outer ul{
  padding-right: 30px;
  padding-left: 0px;
}
 .service-outer ul li{
  color: rgba(17, 15, 16, 0.75);
    font-size: 16px;
    display: block;
    line-height: 27px;
    font-weight: 300;
    display: block;
    margin-bottom:5px;
    padding-left:30px;
    position: relative;
}
 .service-outer ul li::after{
  content: '\F272';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0px;
  top:2px;
  font-size: 20px;
 }

 .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  overflow: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  width:40px;
  height: 3px;
  background-color: #444444;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  opacity: 0;
}

.navbar-expand-lg .navbar-nav .nav-link.active::after,
.navbar-expand-lg .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

  /* .navbar-expand-lg .navbar-nav .nav-link{
    position: relative;
  }
 .navbar-expand-lg .navbar-nav .nav-link::after{
  content:'';
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #444444;   
  left:calc(50% - 10px);
  bottom:0px;
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link.active::after,
.navbar-expand-lg .navbar-nav .nav-link:hover::after
{
  display: block;
} */
.banner-services h2{
  font-size: 45px;
}

.package-table th, .package-table td{
  padding:15px 10px;
}
.package-table th{
  font-weight:400;
}
.blog-detail-img{
  margin: 20px 0px;
}
.blog-detail-img img{
  width: 100%;
  height:400px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.recent-post{
  background-color:#f5f5f5;
  padding:15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  margin-bottom: 15px;
}
.post-img img{
  border-radius:5px;
  -webkit-border-radius:5px;
  min-width:80px;
  height:80px;
}
.post-content h4{
  font-size:17px;
  font-weight:300;
  display: block;
  margin-bottom: 10px;
}
.post-content p{
  line-height: initial;
  font-size: 13px;
  font-weight: 300;
  display: block;
  line-height:18px;
}
.post-content a:hover{
  text-decoration: underline!important;
}
.post-img{
  margin-right: 15px;
}
.inner-banner{
  display: flex;
}
.go-back{
  color: #444444;
  font-size: 17px;
}
.services-img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.highlight{
  text-shadow: 2px 2px 3px #FED201;
}

.stack { display: grid; gap: 40vh; padding: 10vh 6vw; }
.reveal-img { width: 100%; height: auto; display: block; border-radius: 16px; }

/* --- reveal animation --- */
.reveal-img {
  /* start fully hidden by clipping from the right */
  --wipe: 100%;
  clip-path: inset(0 var(--wipe) 0 0 round 16px);
  transition: clip-path 1.1s cubic-bezier(.2,.7,.1,1), filter .8s ease;
  filter: saturate(.8) contrast(.95);
  will-change: clip-path;
}

/* when in view, wipe to 0% (fully visible) */
.reveal-img.in-view {
  --wipe: 0%;
  filter: saturate(1) contrast(1);
}

/* optional: subtle shimmer during the wipe */
.reveal-img::after {
  content: "";
  position: absolute; /* we’ll anchor via a wrapper below if you prefer */
}

/* accessibility: minimize motion if user prefers */
@media (prefers-reduced-motion: reduce) {
  .reveal-img { transition: none; clip-path: none; }
}


.reveal-wrap { position: relative; }
.reveal-wrap::after {
  /* optional shimmer */
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%);
  transform: translateX(-60%);
  opacity: 0;
  pointer-events: none;
  transition: transform 1.1s cubic-bezier(.2,.7,.1,1), opacity .6s ease;
}
.reveal-img.in-view + /* sibling if you place ::after on wrap */ * ,
.reveal-wrap:has(.reveal-img.in-view)::after {
  transform: translateX(60%);
  opacity: .0; /* quick flash while wiping; tweak as desired */
}


.more-about-seo{
  /* background: #f5f5f5; */
  padding: 40px;
  display: block;
}
.graph-img{
  /* background: #f5f5f5; */
  /* border:1px solid #dddddd; */
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.w-20{
  width: 20%;
}

.floating-btns {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 10px;
}

.floating-btns a {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  font-size: 20px;
  color: #000000;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0px 12px;
  text-decoration: none;
  overflow: hidden;

  /* Smooth transition for size & padding */
  transition: all 0.3s ease;
}

.floating-btns a span {
  margin-left: 0px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  font-size: 15px;
  /* Smooth transition for fade + expand */
  transition: all 0.3s ease;
}

.floating-btns a:hover {
  padding-right: 12px;
}

.floating-btns a:hover span {
  opacity: 1;
  max-width: 200px; /* enough space for text */
  margin-left:8px;
}
