#page-local-contactus #page {
  padding: 0;
  margin: 0;
}
#page-local-contactus header#page-header {
  display: none;
}
#page-local-contactus #page-content span#maincontent {
  display: none;
}
#page-local-contactus #page-content {
  padding-bottom:0 !important
}
#page-local-contactus .main-inner{
  padding:0 !important;
  margin:0 !important;
}

.contactus{
  padding: 0 20px;
  margin-top:20px;
}
.cont-img img{
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.cont-img{
  position: relative;
}
#page.drawers .main-inner{
  padding: 0;
  margin: 0;
}
#page-wrapper #page{
  margin-top: 20px;
  padding: 0;
}
#page.drawers div[role="main"]{
  padding: 0;
}
.cont-img .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 45px;
  font-weight: 550;
  text-transform: uppercase;
}
.headingfont {
  font-weight: 700;
  text-transform: uppercase;
  background: #bfe2f2;
  padding: 10px;
  margin-bottom:0;
  font-size: 25px;
  border-left: 10px solid #2b4c82;
}
.contact-cnt {
  margin-bottom: 30px;
}
.countrylocation h3{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e8f3f8;
  padding: 10px;
}
.countrylocation_content {
  padding: 10px;
}
.countrylocation{
  border: 1px solid #c9e5f2;
  min-height: 230px;
  margin-top: 20px;
  border-radius: 10px;
}


@media(max-width:991px){

  .cont-img img {
    height: 210px;
    object-fit: cover;
  }
}
@media(max-width:767px){

  .contactus{
    padding:0 15px;
  }
  .cont-img img {
    height: 180px;
    object-fit: cover;
  }
  .cont-img .centered{
    font-size: 25px;
  } 
}



/*----------------------- gallery.css -----------------------*/

.gallery-wrapper {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.gallery-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 250px;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
    overflow: hidden;
}
.gallery-wrapper img:hover {
    transform: scale(1.1);
}
.image-modal img{
    transition: all 0.2s ease-in-out;
  transform: scale(1);
    overflow: hidden;
}
.image-modal img:hover{
transform: scale(1);
}
.gallery-wrapper .gallery-img img {
  cursor: pointer;
}

.gallery-wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 2;
  position: relative;
      padding-top: 6px;
}

.gallery-popup.active + .gallery-overlay {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgb(0 0 0 / 75%);
  z-index: 5;
  overflow: hidden;
}

.gallery-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  padding: 0px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 6;
  animation: showPopUp 0.45s linear;
}

.gallery-popup .close,
.gallery-popup .next,
.gallery-popup .prev {
  position: absolute;
  top: 0;
  right: 2rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-popup img {
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

.gallery-popup .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 0px;
  right: 0;
}

.gallery-popup .next {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  background-color: rgb(255 255 255 / 75%);
}

.gallery-popup .prev {
  left: 0px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  background-color: rgb(255 255 255 / 75%);
}
.gallery-wrapper .gallery-inner {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 4;
}


.image-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-modal .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.image-modal img {
  max-width: 90%;
  max-height: 80%;
}
.image-modal .prev,
.image-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
  padding: 3px;
  margin-top: -50px;
  user-select: none;
  font-size: 22px;
  background: #24427c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #fff;
}
.prev { left: 10px; }
.next { right: 10px; }

@keyframes showPopUp {
  0% {
      opacity: 0;
      visibility: hidden;
  }
  50% {
      opacity: 0.5;
      visibility: visible;
  }
  100% {
      opacity: 1;
      visibility: visible;
  }
}

@keyframes imgTransitionNext {
  0% {
      transform: translateX(100vw);
      opacity: 0;
  }

  5% {
      transform: translateX(95vw);
      opacity: 0.15
  }

  10% {
      transform: translateX(90vw);
      opacity: 0.1;
  }

  15% {
      transform: translateX(85vw);
      opacity: 0.20
  }

  20% {
      transform: translateX(80vw);
      opacity: 0.2;
  }

  25% {
      transform: translateX(75vw);
      opacity: 0.20
  }

  30% {
      transform: translateX(70vw);
      opacity: 0.3;
  }

  35%{
      transform: translateX(75vw);
      opacity: 0.35;
  }

  40% {
      transform: translateX(60vw);
      opacity: 0.4;
  }

  45%{
      transform: translateX(55vw);
      opacity: 0.45;
  }

  50% {
      transform: translateX(50vw);
      opacity: 0.5;
  }

  55%{
      transform: translateX(45vw);
      opacity: 0.55;
  }

  60% {
      transform: translateX(40vw);
      opacity: 0.6;
  }

  65%{
      transform: translateX(65vw);
      opacity: 0.65;
  }

  70% {
      transform: translateX(30vw);
      opacity: 0.7;
  }

  75%{
      transform: translateX(25vw);
      opacity: 0.75;
  }

  80% {
      transform: translateX(20vw);
      opacity: 0.8;
  }

  85%{
      transform: translateX(15vw);
      opacity: 0.85;
  }

  90% {
      transform: translateX(10vw);
      opacity: 0.9;
  }

  95%{
      transform: translateX(5vw);
      opacity: 0.95;
  }

  100%{
      transform: translateX(0vw);
      opacity: 1;
  }
}

@keyframes imgTransitionPrev {
  0% {
      transform: translateX(-100vw);
      opacity: 0;
  }

  5% {
      transform: translateX(-95vw);
      opacity: 0.15
  }

  10% {
      transform: translateX(-90vw);
      opacity: 0.1;
  }

  15% {
      transform: translateX(-85vw);
      opacity: 0.20
  }

  20% {
      transform: translateX(-80vw);
      opacity: 0.2;
  }

  25% {
      transform: translateX(-75vw);
      opacity: 0.20
  }

  30% {
      transform: translateX(-70vw);
      opacity: 0.3;
  }

  35%{
      transform: translateX(-75vw);
      opacity: 0.35;
  }

  40% {
      transform: translateX(-60vw);
      opacity: 0.4;
  }

  45%{
      transform: translateX(-55vw);
      opacity: 0.45;
  }

  50% {
      transform: translateX(-50vw);
      opacity: 0.5;
  }

  55%{
      transform: translateX(-45vw);
      opacity: 0.55;
  }

  60% {
      transform: translateX(-40vw);
      opacity: 0.6;
  }

  65%{
      transform: translateX(-65vw);
      opacity: 0.65;
  }

  70% {
      transform: translateX(-30vw);
      opacity: 0.7;
  }

  75%{
      transform: translateX(-25vw);
      opacity: 0.75;
  }

  80% {
      transform: translateX(-20vw);
      opacity: 0.8;
  }

  85%{
      transform: translateX(-15vw);
      opacity: 0.85;
  }

  90% {
      transform: translateX(-10vw);
      opacity: 0.9;
  }

  95%{
      transform: translateX(-5vw);
      opacity: 0.95;
  }

  100%{
      transform: translateX(0vw);
      opacity: 1;
  }
}
a:focus{
  box-shadow: none !important;
}
@media only screen and (max-width: 1280px) {
  .gallery-wrapper .gallery-inner {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .gallery-wrapper .gallery-inner {
      grid-template-columns: repeat(2, 1fr);
  }

  .gallery-popup .next {
      right: 0px;
  }

  .gallery-popup .prev {
      left: 0px;
  }

  .gallery-popup {
      top: 60px !important;
      left: 50% !important;
      transform: translate(-50%, 0%);
      height: calc(350px - 60px)
  }
}

@media only screen and (max-width: 600px) {
  .gallery-wrapper .gallery-inner {
      grid-template-columns: repeat(1, 1fr);
  }
}
