.text-justify{
    text-align: justify;
}
.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    /* background-color: #efefef; */
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}
ul.nav.nav-tabs.faq-cat-tabs {
    display: ruby;
}
.portfolio-carousel .swiper-slide.swiper-slide-active {
    width: 100% !important;
}
.faq-cat-tabs li a.active {
    background: #ffbb54 !important;
    color: #ffffff !important;
}
p.title.title1.aos-init.aos-animate {
    font-size: 33px;
    font-family: "Audrey";
    line-height: 0.8;
    margin-bottom: 8px;
}
p.title.title1.aos-init.aos-animate::before {
    position: absolute;
    content: url(../../assets/images/icon/x.png);
    z-index: 20;
    left: -55px;
    top: -7px;
    width: 30px;
    height: 15px;
    background : transparent;
}
p.title.title1.aos-init.aos-animate::after {
    position: absolute;
    content: url(../../assets/images/icon/x.png);
    z-index: 20;
    right: -55px;
    top: -7px;
    width: 30px;
    height: 15px;
    background : transparent;
}
.portfolio-carousel-1.top-menu .menu-content{
    /* box-shadow: 0px 0px 20px 20px #10609d2e; */
    padding-top: 30px;
    width:40%;
    margin: 0px auto 100px;
}
.faq-cat-content .menu-list h5 .txt, .faq-cat-content .menu-list h5 .price{
    background: #fff;
    color: #0e1927;
    z-index: 2;
}
.faq-cat-content .menu-list li p{
    color:#666666;
}
.top-image {
    content: url(../../assets/images/top_img.png);
    width: 65%;
    margin: 0 auto 30px;
    background : transparent;
    transform: rotate(180deg);
}
.bottom-image {
    content: url(../../assets/images/top_img.png);
    width: 65%;
    margin: auto;
    background : transparent;
}
.flat-tabs .content-tab .faq-cat-content .menu-list {
    max-width: 65%;
    padding: 10px 40px 0px 40px;
    border-left: 5px solid #2ebaef;
    border-right: 5px solid #2ebaef;
}
.xyz{
    border-left: 1px solid #8e4f0a;
    border-right: 1px solid #8e4f0a;
    padding: 10px 40px;
}
.portfolio-carousel .portfolio-carousel-1 .flat-tabs .menu-tab.main-menu-tab{
    margin-bottom: 20px;
}
.location .text{
    font-size:18px;
}
.top_service .services-box .content a{
    text-transform: capitalize;
}

#openMenuBtn {
    margin: 20px;
    padding: 3px 20px;
    font-size: 16px;
}

.popup_home {
    display: none;
    /* position: absolute; */
    top: 50px;
    left: 20px;
    padding: 10px;
}

.popup_home button {
    display: block;
    margin: 5px 0;
    padding: 10px;
    font-size: 14px;
}
#popupMenu .tf-button.style3{
    border-radius: 50px;
}
#popupMenu .tf-button.style3::before{
    height :0;
}


.wave {
    float: left;
    margin: 20px;
    animation: wave  ease-in-out 1.5s infinite alternate;
    transform-origin: center -36px;
  }
  
  .wave:hover {
    animation-play-state: paused;
    cursor: pointer;
  }
  
  .wave img {
    border: 5px solid #ffbb54;
    display: block;
    width: 200px;
    height: 250px;
  }
  
  .wave figcaption {
    text-align: center;
  }
  
  .wave:after{
    content: '';
    position: absolute;
    width: 20px; 
    height: 20px;
    border: 2.5px solid #ffbb54;
    top: -10px; 
    left: 50%;
    border-bottom: none;
    border-right: none;
    transform: rotate(46deg);
  }
         
  .wave:before{
    content: '';
    position: absolute;
    top: -29px;
    left: 50%;
    display: block;
    height: 44px;
    width: 47px;
    background-image: url(https://cdn.hashnode.com/res/hashnode/image/upload/v1602040503586/FW6g79WBY.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    z-index: 16;
  }
          
  @keyframes wave {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
  }

  
@media screen and (max-width: 1024px) {
    .s-book .book-content{
        padding: 50px 15px 50px;
    }
    .top-image, .bottom-image{
        width:95%;
    }
    .flat-tabs .content-tab .faq-cat-content .menu-list{
        max-width: 95%;
        padding: 0px 25px;
    }
    .portfolio-carousel-1.top-menu .menu-content{
        width: 60%
    }
    .footer{
        padding: 20px 0 0px;
    }
    .footer .widget {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .portfolio-carousel-1.top-menu .menu-content{
        width: 100%
    }
    .flat-tabs .content-tab .faq-cat-content .menu-list {
        max-width: 95%;
        padding: 0px 10px;
    }
    ul.menu-list li h5.name, .menu-list h5 span.price{
        font-size: 15px;
    }
    .menu-list li{
        margin-bottom: 10px;
    }
    .top-image{
        margin-bottom: 20px;
    }
    .footer{
        padding: 20px 0 0px;
    }
    .footer .widget {
        margin-bottom: 0px;
    }
    .flat-tabs .content-tab .faq-cat-content .menu-list img{
        width:60px !important;
    }
}






.testimonials .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
    color: #e6c9a2;
  }

  .testimonials .section-heading h1 {
    color: #ffffff;
  }
  
  .testi-wrap {
    position: relative;
    height: 725px;
    margin-top: -80px;
  }
  
  .client-single {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  .client-info,
  .client-comment {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .client-single.inactive .client-comment,
  .client-single.inactive .client-info {
    display: none;
  }
  .client-single.inactive .client-comment,
  .client-single.inactive .client-info {
    opacity: 0;
    visibility: hidden;
  }
  .client-single.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  .client-single.position-2 {
    left: -20px;
    top: 105px;
  }
  .client-single.position-3 {
    left: -40px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  .client-single.position-4 {
    left: 55px;
    top: 380px;
  }
  .client-single.position-5 {
    top: 30px;
    right: 55px;
  }
  .client-single.position-6 {
    top: 225px;
    right: -20px;
  }
  .client-single.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  .client-single.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
    background: #ffffff26;
    padding: 50px;
    margin-top: 100px;
    border-radius: 120px 0px;
    box-shadow: 15px 20px 20px 0px #0000004d;
    animation: radiuschange ease-in-out 2s infinite alternate;
  }

  @keyframes radiuschange {
    0% { border-radius: 120px 0px; }
    100% { border-radius: 0px 120px; }
  }

  .client-single .client-img img:hover{
    animation: shake 1.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
  }
  @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-5px, -4px) rotate(-5deg); }
    20% { transform: translate(-5px, 5px) rotate(5deg); }
    30% { transform: translate(3px, 4px) rotate(0deg); }
    40% { transform: translate(3px, -3px) rotate(5deg); }
    50% { transform: translate(-3px, 4px) rotate(-5deg); }
    60% { transform: translate(-5px, 3px) rotate(0deg); }
    70% { transform: translate(5px, 3px) rotate(-5deg); }
    80% { transform: translate(-3px, -3px) rotate(5deg); }
    90% { transform: translate(3px, 4px) rotate(0deg); }
    100% { transform: translate(2px, -4px) rotate(-5deg); }
  }

  .client-single.active .client-comment,
  .client-single.active .client-info {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
  }
  .client-single.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
    display: none;
  }
  .client-single.active .client-img:before {
    border-radius: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
    background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
    padding: 5px;
    width: 160px;
    height: 160px;
    top: -4px;
    left: 0px;
    position: absolute;
    z-index: -1;
  }
  .client-single .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
    animation: float 6s ease-in-out infinite;
  }


  @keyframes float {
    0% {
      box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
      transform: translatex(0px);
    }
    50% {
      box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
      transform: translatey(-50px);
    }
    100% {
      box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
      transform: translatex(0px);
    }
  }
  .client-single.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
  
  .client-comment {
    padding: 0 30px;
  }
  .client-comment h3 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }
  .client-comment span i {
    font-size: 60px;
    color: #3bbef0;
    margin: 40px 0 24px;
    display: inline-block;
  }
  
  .client-info h3 {
    color: #e6c9a2;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 34px;
    margin-top: 60px;
  }
  .client-info p {
    color: #3bbef0;
    text-transform: uppercase;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
    }
  
    .client-comment h3 {
      font-size: 18px;
      line-height: 28px;
    }
  
    .client-single.active {
      width: 67%;
    }
  
    .client-single:not(.active) {
      -webkit-transform: scale(0.55);
      transform: scale(0.35);
    }
  
    .client-single.position-3,
  .client-single.position-7 {
      -webkit-transform: scale(0.3) !important;
      transform: scale(0.3) !important;
    }
  
    .client-single.active .client-img img {
      max-width: 100px;
    }
  
    .client-single.active .client-img::before {
      padding: 5px;
      width: 108px;
      height: 108px;
      top: -4px;
      left: 6px;
    }
  
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
  
    .testi-wrap {
      height: 580px;
    }
  
    #testimonial-area {
      padding: 100px 0 0;
    }
    .client-info h3{
        margin-top: 30px !important;
    }
    .testimonials .client-single.active .client-comment ul{
        margin-top: 0px !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
    }
  
    .client-comment h3 {
      font-size: 14px;
      line-height: 21px;
    }
    .client-info h3{
        margin-top: 30px !important;
    }
    .testimonials .client-single.active .client-comment ul{
        margin-top: 0px !important;
    }
  
    .client-single.active {
      width: 67%;
    }
  .client-single.active{
      padding : 0px;
  }
    .client-comment span i {
      font-size: 40px;
    }
  
    .client-single:not(.active) {
      -webkit-transform: scale(0.55);
      transform: scale(0.35);
    }
  
    .client-single.position-5,
  .client-single.position-7 {
      right: 0;
    }
  
    .client-single.position-4 {
      left: 0;
    }
  
    .client-single.position-3,
  .client-single.position-7 {
      -webkit-transform: scale(0.3) !important;
      transform: scale(0.3) !important;
    }
  
    .client-single.active .client-img img {
      max-width: 80px;
    }
  
    .client-single.active .client-img::before {
      padding: 5px;
      width: 88px;
      height: 88px;
      top: -4px;
      left: 16px;
    }
  
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
  
    .testi-wrap {
      height: 530px;
    }
  }
  @media only screen and (min-width: 360px) and (max-width: 479px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
      line-height: 40px;
    }
  
    .client-comment h3 {
      font-size: 14px;
      line-height: 21px;
    }
  .client-info h3{
      margin-top: 10px;
  }
  .testimonials .client-single.active .client-comment ul{
      margin-top: 0px !important;
  }
  .client-comment {
    padding: 0 15px;
}
    .client-single.active {
      width: 80%;
    }
    .client-single.active {
        padding: 0px;
    }
  
    .client-comment span i {
      font-size: 40px;
    }
  
    .client-single:not(.active) {
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
    }
  
    .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
      right: -70px;
    }
  
    .client-single.position-4 {
      left: -60px;
    }
  
    .client-single.position-3 {
      left: -75px;
    }
  
    .client-single.position-3,
  .client-single.position-7 {
      -webkit-transform: scale(0.25) !important;
      transform: scale(0.25) !important;
    }
  
    .client-single.active .client-img img {
      max-width: 80px;
    }
  
    .client-single.active .client-img::before {
      padding: 5px;
      width: 88px;
      height: 88px;
      top: -4px;
      left: 16px;
    }
  
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
  
    .testi-wrap {
      height: 530px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 359px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
    }
  
    .client-comment h3 {
      font-size: 14px;
      line-height: 26px;
    }
  
    .client-single.active {
      width: 80%;
    }
  
    .client-comment span i {
      font-size: 40px;
    }
  
    .client-single:not(.active) {
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
    }
  
    .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
      right: -70px;
    }
  
    .client-single.position-4 {
      left: -60px;
    }
  
    .client-single.position-3 {
      left: -75px;
    }
  
    .client-single.position-3,
  .client-single.position-7 {
      -webkit-transform: scale(0.25) !important;
      transform: scale(0.25) !important;
    }
  
    .client-single.active .client-img img {
      max-width: 80px;
    }
  
    .client-single.active .client-img::before {
      padding: 5px;
      width: 88px;
      height: 88px;
      top: -4px;
      left: 16px;
    }
  
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
  
    .testi-wrap {
      height: 550px;
    }
  }

  .testimonials .client-single.active .client-comment ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 39px 0px 10px;
    color: #ffbb54;
    padding-bottom: 15px;
}



.s-gallery .swiper-slide{
  /* width: 32.5% !important; */
}
.carousel-gallery {
  /* margin: 50px 0; */
  padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 350px;
  margin:auto;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 9px solid #2ebaef;
  border-top: 9px solid #2ebaef;
  /* border-top: 9px solid #0d3e5f; */
}
.carousel-gallery .swiper-slide a:hover {
  width : 95%;
  border-radius : 50px;
  border: 4px solid #000000;
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 0.7;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: #1d1100;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #d63031;
}
button.fancybox-button.fancybox-button--share{
  display:none;
}

/* 
#app1 {
  position: relative;
  width:350px;
}

.image, .tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image svg, .tabs svg {
  width: 100%;
}

image {
  pointer-events: none;
}

.border {
  fill: white;
  fill-opacity: 0;
  stroke: white;
  stroke-width: 2;
  stroke-opacity: 0.7;
  cursor: pointer;
}
.border:hover {
  stroke-opacity: 1;
}

text {
  fill: white;
  font-size: 28px;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 0.75;
}

.tabs {
  z-index: 100;
}

.button {
  z-index: 101;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatex(50%) translatey(-50%);
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}
.button:hover {
  /* transform: translatex(52%) translatey(-48%); */
/*}
.s-menu .menu-main .list-img{
  justify-content: center;
  height: 100%;
} */

#app1, #app2 {
  position: relative;
  width: 350px;
  /* height: 00px; Added to ensure full height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image, .tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image svg, .tabs svg {
  width: 100%;
}

image {
  pointer-events: none;
}

.border {
  fill: white;
  fill-opacity: 0;
  stroke: white;
  stroke-width: 2;
  stroke-opacity: 0.7;
  cursor: pointer;
}

.border:hover {
  stroke-opacity: 1;
}

text {
  fill: white;
  font-size: 28px;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 0.75;
}

.tabs {
  z-index: 100;
}

.button {
  z-index: 101;
  width: 50px;
  height: 50px;
  border: 3px solid #0e3f60;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
  
  /* Center the button */
  position: absolute;
  top: 1%;
  right: 7%;
  transform: translate(-4%, 290%);
  box-shadow: 0px 0px 0px 5px #ffffff !important;
}

.button:hover {
  /* Adjust hover effect */
  /* Optional: Slightly scale the button on hover */
  transform: translate(-4%, 290%) scale(1.05);
}

.s-menu .menu-main .list-img {
  justify-content: center;
  height: 100%;
}

.gift-vouchers .container{
  width: 82%;
}

.column div {
  position: relative;
  float: left;
  margin: 0 0 0 25px;
  padding: 0;
}
figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  transition: .3s ease-in-out;
}
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover03 figure:hover {
  border-radius: 30px;
  box-shadow: 0px 0px 0px 7px #ffbb54;
}
.event figure{
  background : transparent;
  overflow: inherit;
}
.menu-text{
  width:100%;
  padding-left: 10px;
}
.map_border{
  border: 10px double #0e3f60 !important;
}
.services-box .icon img{
  transform: scale(0.6) !important;
}
.home-3 .s-menu .menu-content .block-text p:last-child{
    width: 90%;
}
@media only screen and (max-width: 1500px) {
    .home-3 .s-menu .menu-content .block-text p:last-child{
        width: 82%;
    }
}
@media only screen and (max-width: 1400px) {
    .home-3 .s-menu .menu-content .block-text p:last-child{
        width: 77%;
    }
}
@media only screen and (max-width: 1300px) {
    .home-3 .s-menu .menu-content .block-text p:last-child{
        width: 73%;
    }
}
@media only screen and (max-width: 1200px) {
    .home-3 .s-menu .menu-content .block-text p:last-child{
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .home-3 .s-menu .menu-content .block-text p:last-child{
        width: 100%;
    }
}