/* 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: #ffffff !important;
  z-index: 3;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}

header,
header nav.navbar-expand-lg {
  padding:12px 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;
  margin-top: 45px;
}

.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:142px;
  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;
  width: 34px;
  height: 29px;
}

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 li{
    position: relative;
  }

.navbar-expand-lg .navbar-nav li.active::after{
  display: block;
}
.navbar-expand-lg .navbar-nav > li::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 li.active::after,
.navbar-expand-lg .navbar-nav li:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
.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 #f7541b;
}




.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;
}


/* Position submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.nav-tabs .nav-link {
  padding: 10px 25px;
  font-size:15px!important;
  transition: all 0.3s ease;
  color: #000000;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000000;
}

.tab-pane {
  transition: opacity 0.4s ease-in-out;
}

.digital-packages{
  border:1px solid #dddddd;
  border-radius:10px;
  -webkit-border-radius:10px;
  overflow: hidden;
}


.our-clients {
  padding: 30px 0;
  overflow: hidden;
}

.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;          /* track grows to fit all logos */
  animation: logo-scroll 35s linear infinite;
}

.logo-track li {
  flex: 0 0 auto;
  padding: 0 40px;
}

.logo-track img {
  max-height: 150px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.logo-track img:hover {
  filter: grayscale(0%);
}

/* Keyframes: only move half the (duplicated) track width */
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.reveal-img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    /* border-radius: 20px; */
  }

  /* overlay */
  .reveal-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(.77,0,.175,1);
    z-index: 2;
  }

  .reveal-img.in-view::before {
    transform: translateX(100%);
  }

  /* Image animation */
  .reveal-img img {
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.8s ease-out, transform 1.2s ease-out;
    width: 100%;
    display: block;
  }

  .reveal-img.in-view img {
    opacity: 1;
    /* transform: scale(1); */
  }



  /* ===== Video Modal – SEO Theme (light + gold) ===== */

.video-modal .modal-dialog {
  max-width: 880px;
  margin: 2rem auto;
}

@media (max-width: 767.98px) {
  .video-modal .modal-dialog {
    max-width: 100%;
    margin: 1rem;
  }
}

.video-modal .modal-content {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.16);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Header */

.video-modal .modal-header {
  border: none;
  padding: 1.25rem 1.75rem 0.5rem;
  align-items: center;
}

.video-modal .modal-title {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 600;
}

.video-modal .modal-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f7c948; /* gold dot */
  margin-right: 8px;
}

.video-modal .modal-title::after {
  content: "  CLIENT REVIEW";
  color: #111827;
}

/* Close button (subtle, theme-coloured) */

.video-modal .modal-header .btn-close {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, border-color 0.18s ease-out, background 0.18s ease-out;
}

.video-modal .modal-header .btn-close span,
.video-modal .modal-header .btn-close i {
  color: #111827;
  font-size: 1rem;
}

.video-modal .modal-header .btn-close:hover {
  transform: translateY(-1px);
  border-color: #f7c948;
  background: #fffaf0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

/* Body */

.video-modal .modal-body {
  border: none;
  padding: 1rem 1.75rem 1.5rem;
}

/* Video card */

.video-modal .ratio {
  border-radius: 18px;
  overflow: hidden;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

/* Footer */

.video-modal .modal-footer {
  border: none;
  padding: 0 1.75rem 1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.video-modal .modal-footer .button {
  border-radius: 999px;
  padding-inline: 1.9rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Optional helper text */

.video-modal .helper-text {
  font-size: 0.8rem;
  color: #6b7280;
}


.banner-outer {
  position: relative;
  overflow: hidden;
}

/* container that holds the video */
.banner-video-bg {
  position: absolute;
  inset: 0;          /* top:0; right:0; bottom:0; left:0; */
  z-index: 0;
  pointer-events: none; /* video is just a background, no clicks */
}

/* make iframe fill the banner */
.banner-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
}

/* overlay on top of video */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* adjust darkness */
  z-index: 1;
  pointer-events: none; /* don't block clicks to content */
}

/* content above overlay and video */
.banner-wrapper,
.banner-content {
  position: relative;
  z-index: 2;
}
.capch-input{
  border:1px solid #dddddd;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-weight: 300;
}

.contact-address{
  width: 100%;
  height: 100%;
  padding: 15px;
  border:1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.contact-address h6{
  display: block;
  margin-bottom:5px;
}
.contact-address a{
  text-decoration: underline;
  color: #444444;
  margin-bottom:5px;
  display: block;
}

.contact-address address{
  color: #444444;
}







.hero .menu-btn {
  position: absolute;
  top: 20px;
  right:15px;
  cursor: pointer;
  letter-spacing: 5px;
  font-weight: bold;
}
.hero .menu-btn:hover span:nth-child(1) {
  width:50px;
}
.hero .menu-btn:hover span:nth-child(2) {
  width:40px;
  margin-left: -10px;
}
.hero .menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width:40px;
  height: 4px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hero .menu-btn span:nth-child(2) {
  width: 30px;
  transition-delay: 0.1s;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.98);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu span {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 48px;
  cursor: pointer;
}
.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}
.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 4em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}
.menu .links-container a:hover {
  color: #f7541b;
  font-size: 2em;
  margin-left: 10px;
}
.menu .links-container a:before {
  color: whitesmoke;
}

.menu .menu-title {
  color: white;
  font-size: 1em;
  opacity: 0.4;
  letter-spacing: 10px;
}


.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}
.menu .links-container > li {
  margin: 10px 0;
}

.menu .links-container > li > a {
  width: auto;
  height: auto;
  font-size: 3em;
  text-decoration: none;
  color: whitesmoke;
  position: relative;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu .links-container > li > a:hover {
  color: #f7541b;
  font-size: 3.2em;
  margin-left: 10px;
}
.menu .submenu {
  list-style: none;
  margin: 0px 0 0 25px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.menu .has-submenu.open > .submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
.menu .submenu a {
  display: block;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  color: #cccccc;
  text-decoration: none;
  padding: 4px 0;
  transition: 0.3s ease;
}
.menu .submenu a:hover {
  color: #f7541b;
  margin-left: 5px;
}
.menu .dropdown-submenu .submenu {
  margin-left: 20px;
}
.menu .has-submenu > a::after {
  content: "+";
  font-size: 0.8em;
  margin-left: 10px;
}
.menu .has-submenu.open > a::after {
  content: "−";
}
.submenu .submenu a{
  color:#ffffff;
  font-size: 1.2em;
}

.menu .btn-close:hover{
  color:#ffffff;
}



.image-map-wrapper {
  position: relative;
  display: inline-block;
  z-index: 2; /* make sure it's above footer bg if needed */
}

.tooltip {
  position: absolute;       /* now relative to .image-map-wrapper */
  background: #ffffff;
  color: #000;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

area {
  cursor: pointer;
}
.tooltip strong {
  color: #000000;
  font-size: 14px;
}



