<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.location_sec {
  background-color: #000;
  padding: 90px 0;
}

.location_sec .location_title {
  text-align: center;
  margin-bottom: 64px;
}

.location_sec .location_title h2 {
  color: #fff;
}

.location_sec .location_centre {
  text-align: center;
  position:relative;
}

.location_sec .location_centre #world-map{
  position:relative;
}

.location_sec .locations_wrapper h5 {
  text-align: center;
  margin-top: 64px;
  margin-bottom:30px;
  color: #fff;
  font-family: Riona Sans Medium, sans-serif;
  text-decoration: underline;
  letter-spacing: 1px;
}

.location_sec .countries {
  max-width: 80%;
  margin: 0 auto;
}

.location_sec .countries .row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.location_sec .countries .country {
  padding: 5px 30px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color:#fff;
  cursor:pointer;
  margin: 0 15px;
  transition: 0.2s all ease-in-out;
}
.location_sec .countries .country.act_cont {
  transition: 0.2s all ease-in-out;
  color: #ff9800;
  background-color: rgba(255, 255, 255);
  font-family: Riona Sans Regular;
}
/* .head_loca_inn {
display: none; /* Initially hide the .head_loca_inn */
} */
.location_sec .countries .row:not(:last-child) {
  margin-bottom: 20px;
}

.location_sec .location_centre .headquaters_location .head_loca_inn {
  background-color: #fff;
  border-radius: 12px;
  display: none;
  padding: 17px 20px 12px;
  position: absolute;
  text-align: left;
  width: 230px;
  margin-left: 30px;
  z-index: 2;
}

.location_sec .location_centre .headquaters_location h5 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
  color: #FF9800;
  margin-bottom: 10px;
}

.location_sec .location_centre span.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 30px;
  top: 2px;
  left: -32px;
}
.location_sec .location_centre span.dot.active {
  background-color: #FF9800;
}
.location_sec .countries .row:first-child {
  margin-bottom: 24px;
}

.location_sec .location_centre .headquaters_location .head_loca_inn {
  max-height: 450px;
  overflow-y: auto;
  scrollbar-width: thin; 
  scrollbar-color: #888 #f1f1f1; 
}
.location_sec .location_centre .headquaters_location::-webkit-scrollbar {
  width: 4px;
}
.location_sec .location_centre .headquaters_location::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px grey;
}
.location_sec .location_centre .headquaters_location::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.location_sec .location_centre .headquaters_location::-webkit-scrollbar-thumb:hover {
  background: #36383a;
}
.location_sec .location_centre .headquaters_location img {
  width: 100%;
  /*   margin-bottom: 10px; */
}
.location_sec .location_centre span.dot:hover,
.location_sec .location_centre span.dot.active:hover,
.location_sec .location_centre span.dot.dot_cont{
  background-position: 100%;
  background-size: 300% auto;
  cursor: pointer;
}
.location_sec .location_centre span.dot:hover {
  -webkit-animation: pulseWhite 1.5s infinite;
  animation: pulseWhite 1.5s infinite;
}
.location_sec .location_centre span.dot.active:hover{
  -webkit-animation: pulseHoverOrange 1.5s infinite;
  animation: pulseHoverOrange 1.5s infinite;
}
.location_sec .location_centre span.dot.dot_cont{
  -webkit-animation: pulseClickOrange 1.5s infinite;
  animation: pulseClickOrange 1.5s infinite;
}

@keyframes pulseClickOrange {
  0% {
    box-shadow: 0 0 0 0 #f39a1e66;
  }

  70% {
    box-shadow: 0 0 0 20px rgba(218,103,68,0);
  }

  to {
    box-shadow: 0 0 0 0 rgba(218,103,68,0);
  }
}

@keyframes pulseHoverOrange {
  0% {
    box-shadow: 0 0 0 0 #f39a1e66;
  }

  70% {
    box-shadow: 0 0 0 10px rgba(218,103,68,0);
  }

  to {
    box-shadow: 0 0 0 0 rgba(218,103,68,0);
  }
}

@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }

  to {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@media screen and (max-width: 1366px){
  .location_sec .countries {
    max-width: 100%;
  }
}

@media (max-width: 1175px){
  .location_sec .location_centre .headquaters_location .head_loca_inn{
    left: -70px;
    top: 40px;
  }
  .location_sec .location_centre .headquaters_location .head_loca_inn{
    padding: 12px;
  }
}

@media screen and (max-width: 1141px){
  .location_sec .location_centre .headquaters_location {
    max-width: 170px;
    /*     width: 100%;
    transform: translate(4px, 30px); */
  }
  /*   .location_sec .countries .row {
  gap: 20px;
} */
  .location_sec .countries .country {
    margin: 0px 4px;
  }
}


@media screen and (min-width: 768px) and (max-width: 991px){
  .location_sec .countries {
    /*     max-width: 73%; */
  }
  .location_sec .location_centre .headquaters_location .head_loca_inn{
    left: -140px;
  }
  .location_sec .countries .row {
    gap: 20px;
  }
}

@media screen and (min-width: 768px){
  .location_sec .countries .count_name{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .location_sec .countries {
    max-width: 100%;
    padding: 0 30px;
  }
  .location_sec {
    padding: 64px 0;
  }
  .location_sec .location_title {
    margin-bottom: 100px;
    padding: 0 30px;
  }
  .location_sec .location_centre:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
  }
  .location_sec .location_centre .headquaters_location {
    left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    max-width: 80vw;
    top: -70px !important;
    transform: none !important;
    width: 100%;
    z-index: 2;
  }
  .location_sec .location_centre .headquaters_location#marker-india {
    top: -94px !important;
  }
  .location_sec .location_centre .headquaters_location span.dot {
    display: none;
  }
  .location_sec .countries .row {
    flex-direction: column;
    display: inline-flex;
  }  
  .location_sec .countries .row:not(:last-child){
    margin-bottom: 0px;
  }
  .location_sec .countries .count_name {
    color: #fff;
    text-align: center;
    margin: 30px 0 0;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
  }
  .location_sec .countries .count_name:after {
    content: "\f0da";
    font-family: Font Awesome\ 6 Free;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    margin-left: 17px;
    position: relative;
    text-rendering: auto;
    top: 0px;
    transform: rotate(90deg);
    transition: all .4s ease-in-out;
  }
  .location_sec .countries .loca_name_wrap{
    display: none;
    margin-top: 30px;
  }
  .locations_wrapper {
    text-align: center;
  }
  .location_sec .location_title h2 {
    text-align: left;
  }
}

@media screen and (max-width: 479px){
  .location_sec .location_centre .headquaters_location{
    max-width: 70vw;
  }
  .location_sec .countries .count_name {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px){
  .location_sec .countries .row {
    display: flex;
  }  
  .location_sec .countries .row:not(:last-child){
    margin-bottom: 20px;
  }
}</pre></body></html>