/* SCSS file content */
.about-our-presence {
  --pt: 50px;
  --pb: 50px;
  --white: #fff;
  padding: var(--pt) 0 var(--pb);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-our-presence {
    padding: 3.125rem 0 6.875rem;
  }
}
@media only screen and (min-width: 1420px) {
  .about-our-presence {
    padding: 4.375rem 0 6.875rem;
  }
}
.about-our-presence .title-wrap {
  max-width: 28.125rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
.about-our-presence .title-wrap .home-sub-head {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .about-our-presence .title-wrap .home-sub-head {
    margin-bottom: 1.25rem;
  }
}
.about-our-presence .title-wrap h2 {
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .about-our-presence .title-wrap h2 {
    margin-bottom: 1rem;
  }
}
.about-our-presence .title-wrap p {
  font-size: 1.125rem;
  max-width: 25rem;
  width: 100%;
}
.about-our-presence .map-wrap {
  max-width: 61.25rem;
  width: 100%;
  position: relative;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .about-our-presence .map-wrap {
    margin-top: -2.5rem;
  }
}
.about-our-presence .map-wrap figure {
  --bs-aspect-ratio: 60%;
  max-width: 61.25rem;
  width: 100%;
  position: relative;
}
.about-our-presence .map-wrap figure svg,
.about-our-presence .map-wrap figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.about-our-presence .map-wrap .country-dot {
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3 height ease-in-out;
  transition: 0.3 height ease-in-out;
  right: calc(var(--right) * 1%);
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.about-our-presence .map-wrap .country-dot::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  content: "";
  display: block;
  height: 0px;
  width: 1px;
  background-color: rgb(124, 124, 124);
  -webkit-transition: 0.3 height ease-in-out;
  transition: 0.3 height ease-in-out;
}
.about-our-presence .map-wrap .country-dot.active {
  -webkit-transform: translateY(-40%) translateX(0%);
          transform: translateY(-40%) translateX(0%);
}
.about-our-presence .map-wrap .country-dot.active .circles {
  height: 0.625rem;
  width: 0.625rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #000;
  border-radius: 50%;
}
.about-our-presence .map-wrap .country-dot.active .circles .circle {
  display: none;
}
.about-our-presence .map-wrap .country-dot.active::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap .country-dot.active::after {
    height: 4.5rem;
    width: 4.5rem;
  }
}
.about-our-presence .map-wrap .country-dot.active::before {
  height: 12.5rem;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
@media only screen and (min-width: 1199.98px) {
  .about-our-presence .map-wrap .country-dot.active::before {
    height: 21.625rem;
  }
}
@media only screen and (min-width: 991.98px) {
  .about-our-presence .map-wrap .country-dot.active::before {
    height: 15.375rem;
  }
}
@media only screen and (min-width: 767.98px) {
  .about-our-presence .map-wrap .country-dot.active::before {
    height: 12.5rem;
  }
}
.about-our-presence .map-wrap .country-dot.active .card-wrap {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.about-our-presence .map-wrap .country-dot.active .card-wrap h4,
.about-our-presence .map-wrap .country-dot.active .card-wrap .detail {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.about-our-presence .map-wrap .country-dot::after {
  content: "";
  display: block;
  border-radius: 50%;
  outline-offset: 2px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  opacity: 0;
  height: 2.8125rem;
  width: 2.8125rem;
  background: rgba(255, 190, 0, 0.4705882353);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap .country-dot::after {
    height: 0rem;
    width: 0rem;
  }
}
.about-our-presence .map-wrap .country-dot.india {
  top: 50%;
  --rightvw: 32vw;
  --right: 29.5;
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap .country-dot.india {
    --right: 31;
  }
}
.about-our-presence .map-wrap .country-dot.europe {
  top: 40.5%;
  --rightvw: 53.2vw;
  --right: 69;
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap .country-dot.europe {
    --right: 71;
  }
}
.about-our-presence .map-wrap .country-dot.states {
  top: 41%;
  --rightvw: 83.2vw;
  --right: 81;
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap .country-dot.states {
    --right: 83.7;
  }
}
.about-our-presence .map-wrap .country-dot .card-wrap {
  opacity: 0;
  top: 0px;
  padding: 1.625rem 1.25rem;
  border-radius: 1.125rem;
  background-color: rgba(0, 0, 0, 0.4745098039);
  width: 100%;
  min-width: calc(100vw - 100px);
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  right: -300px;
}
.about-our-presence .map-wrap .country-dot .card-wrap h4,
.about-our-presence .map-wrap .country-dot .card-wrap .detail {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1599px) {
  .about-our-presence .map-wrap .country-dot .card-wrap {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: 3.2rem !important;
  }
}
.about-our-presence .map-wrap .country-dot .card-wrap * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .about-our-presence .map-wrap .country-dot .card-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: translateY(-3.125rem);
            transform: translateY(-3.125rem);
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap .country-dot .card-wrap {
    top: 5rem;
    padding: 2.875rem 2.25rem;
    position: absolute;
    min-width: 34.125rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-our-presence .map-wrap .country-dot .card-wrap {
    margin-left: calc(-100vw + var(--rightvw) + 100px);
    display: none;
  }
}
.about-our-presence .map-wrap .country-dot .card-wrap h4 {
  font-size: 1.5rem;
  color: var(--white) !important;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-our-presence .map-wrap .country-dot .card-wrap h4 {
    font-size: 2.5rem;
    margin-bottom: 2.75rem;
  }
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail .address {
  padding-right: 2.75rem;
  border-right: 1px solid rgba(0, 0, 0, 0.116);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail .contact {
  padding-left: 3.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail .contact a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail .contact a::before {
  background-color: #ceab0e;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail h5 {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  color: #e5e5e5;
  font-weight: 400;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail p {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 400;
  max-width: 14.375rem;
  margin-bottom: 0px;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail a {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 10px;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail a path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail a:hover {
  color: #cdb234;
}
.about-our-presence .map-wrap .country-dot .card-wrap .detail a:hover svg path {
  fill: #cdb234;
}
@media (max-width: 767.98px) {
  .about-our-presence .mobile-txt {
    margin-top: 1.875rem;
  }
}
.about-our-presence .mobile-txt p {
  color: #5a5a5a;
  font-size: 1rem;
  margin-bottom: 1.875rem;
  line-height: 1.3;
  letter-spacing: -0.03rem;
}
@media (max-width: 1199.98px) {
  .about-our-presence .mobile-card-wrap {
    width: 80%;
    margin: -11.25rem auto 0;
  }
}
@media (max-width: 991.98px) {
  .about-our-presence .mobile-card-wrap {
    width: 80%;
    margin-top: -6.25rem;
  }
}
@media (max-width: 767.98px) {
  .about-our-presence .mobile-card-wrap {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .about-our-presence .mobile-card-wrap {
    width: 100%;
    margin-top: -60px;
  }
}
.about-our-presence .mobile-card-wrap .tab-pane.active .mobile-card {
  pointer-events: all;
}
.about-our-presence .mobile-card-wrap .mobile-card {
  opacity: 1;
  top: 0px;
  padding: 1.625rem 1.25rem;
  border-radius: 1.125rem;
  background-color: rgba(0, 0, 0, 0.4745098039);
  width: 100%;
  pointer-events: none;
  -webkit-transition: 0.35s opacity ease-in-out;
  transition: 0.35s opacity ease-in-out;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media (max-width: 575.98px) {
  .about-our-presence .mobile-card-wrap .mobile-card {
    min-width: calc(100vw - 100px);
  }
}
.about-our-presence .mobile-card-wrap .mobile-card h4 {
  font-size: 1.5rem;
  color: var(--white) !important;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
}
.about-our-presence .mobile-card-wrap .mobile-card .detail .address {
  padding-right: 1.4375rem;
  border-right: 1px solid rgba(0, 0, 0, 0.116);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail .contact {
  padding-left: 1.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail .contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail .contact .contact-item a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail h5 {
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
  color: var(--white);
  font-weight: 400;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail p {
  font-size: 0.8125rem;
  color: var(--white);
  font-weight: 400;
  max-width: 14.375rem;
  margin-bottom: 0px;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail a {
  font-size: 0.8125rem;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 0.125rem;
  -webkit-transition: 0.27s all ease-in-out;
  transition: 0.27s all ease-in-out;
  z-index: 4;
}
.about-our-presence .mobile-card-wrap .mobile-card .detail a:hover {
  color: #ceab0e;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    outline: 1px solid rgba(117, 117, 117, 0.322);
  }
  50% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%);
    -webkit-box-shadow: inset 0 0 0 2px rgb(206, 171, 14);
            box-shadow: inset 0 0 0 2px rgb(206, 171, 14);
    outline: 1px solid rgba(117, 117, 117, 0.6);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    -webkit-box-shadow: inset 0 0 0 2px rgb(196, 196, 196);
            box-shadow: inset 0 0 0 2px rgb(196, 196, 196);
    outline: 1px solid rgba(117, 117, 117, 0.322);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    outline: 1px solid rgba(117, 117, 117, 0.322);
  }
  50% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%);
    -webkit-box-shadow: inset 0 0 0 2px rgb(206, 171, 14);
            box-shadow: inset 0 0 0 2px rgb(206, 171, 14);
    outline: 1px solid rgba(117, 117, 117, 0.6);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    -webkit-box-shadow: inset 0 0 0 2px rgb(196, 196, 196);
            box-shadow: inset 0 0 0 2px rgb(196, 196, 196);
    outline: 1px solid rgba(117, 117, 117, 0.322);
  }
}
.about-our-presence .country-dot {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.about-our-presence .country-dot::after {
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.about-our-presence .country-dot .circles {
  pointer-events: none;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.about-our-presence .country-dot .circles .circle {
  -webkit-animation: growAndFade 1s infinite both ease-in;
          animation: growAndFade 1s infinite both ease-in;
  background-color: rgb(206, 171, 14);
  border-radius: 50%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  border: 45px solid rgb(206, 171, 14);
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .about-our-presence .country-dot .circles .circle {
    border: 50px solid rgb(206, 171, 14);
  }
}
@-webkit-keyframes growAndFade {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
@keyframes growAndFade {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
.about-our-presence .country-dot .circles .circle:nth-child(1) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.about-our-presence .country-dot .circles .circle:nth-child(2) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.about-our-presence .country-dot .circles .circle:nth-child(3) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.about-our-presence .country-dot .circles .circle:nth-child(4) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
@media (min-width: 992px) {
  .about-our-presence .card-wrap {
    scale: 0.8;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media (min-width: 1600px) {
  .about-our-presence .card-wrap {
    scale: 0.85;
  }
}

.zoom-125 .country-dot.active .card-wrap {
  -webkit-transform: translateY(0) scale(0.8) !important;
          transform: translateY(0) scale(0.8) !important;
  top: 3.2rem !important;
}