html{
  scroll-behavior: smooth;
}
body{
   font-family: 'Lora', serif!important;
}
h1,h2,h5{

  font-family: 'Lora', serif;
  font-weight:900;
}
p{
  line-height: 2.1;
  text-align: justify!important;
}
.mt{
  margin-top:35px;
}
.landing{
  padding:0;
  margin:0;
  background-size: cover;
  background-color: #f1f0f0;
  height:100vh;

}
.bg-color{
  padding-bottom:40px;
}

/*----------About Page----------*/
.logo{
width:100%;
}
.about-banner .logo img{
width:200px;
}
.about-banner{
  background-position: center;
  background-size: cover;
  min-height:100vh;
  height:100%;
}
.about-banner .btn{
  width:273px;
  font-size:15px;
}
.about-content p{
  font-size:16px;
  line-height: 2.1;
  color:#353d3d;
  text-align:justify;
}
.our-contents{
  background-image: url(../images/about-footer.png);
  background-position: center;
  background-size: cover;
}
.our-values{
  padding:30px 30px;
  color:#fff;
}
.our-values p{
  font-size:16px;
  line-height: 2.1;
  color:#fff;
  text-align: center;
}
.our-values h2{
  text-align: center;
}
/*---------breadcrumps-------------*/
.about-banner{
padding:50px 50px;
}
.breadcrumb{
  background-color: transparent;
  justify-content: center;
  margin-top:15px;
}
.breadcrumb a{
  color:#fff;
  padding:15px;
  text-transform: uppercase;
  font-weight:900;

}
.breadcrumb-item+.breadcrumb-item::before{
  content:'';
  color:#fff;
  padding:0;
}
.breadcrumb-item.active{
  color:#6B213F;
  text-transform: uppercase;
  padding-left:15px;
 font-weight:900;
}
.banner-content{
 min-height:500px;
 height:100%;
 position: relative;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.certificate-content {
  position: relative;
  height: 400px;
  text-align: left;
}

.centered-element {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left:20px;
  text-align: left;
}
.banner-content p{
  color:#fff;
  font-weight:600;
  font-size:16px;
  line-height: 1.6;
}
.banner-content h1{
  font-family: 'Lora', serif;
  color:#fff;
  font-weight: 900;
  font-size:50px;
}
.about-para{
  padding:60px 60px;
}
.heading{
  color:#6B213F;
  font-weight: 600;
  font-size:50px;
}
.second-head{
  color:#6B213F;
  font-weight: 600;
}
/*------rental service-------------*/
.button .btn{
  background-color: #6B213F;
  color:#fff!important;
  border:none;
  width:300px;
  padding:10px;
  font-size:15px;
}
.btn{
  background-color: #6B213F;
  color:#fff!important;
  border:none;
  padding:10px;
  border-radius: 0;
  font-size:10px;
  width:100%;
}
.rental-footer{
  background-image: url(../images/rental-footer.png);
  background-position: center;
  background-size: cover;
 position:relative;
  color:#fff;
}

.rental-footer p{
  text-align: left;
  color:#fff;
  font-size:16px;
  line-height: 2.1;
}
.overlay{
  background-color:rgba(0,0,0,.7);
  width:100%;
  height:100%;
 position:absolute;
}


.rental-para{
  padding-bottom:60px;
}
.icons{
  padding-top:50px;
  border:2px solid #fff;
}

.icons:hover{
  border:2px solid #6B213F;
}
.rental h6{
  font-size:14px;
  font-weight:600;
  padding:10px;
      max-width: 900px;
}
.tab-listing .radio-buttons{
padding:20px;
text-align:left;
}
.tab-listing .radio-buttons label{
  padding-right:30px;
  font-weight: 600;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #6B213F;

}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #6B213F;
}
.pb-10{
  padding-bottom:50px;
}
.product-detail-page .logo img{
  width:200px;
}
/*------tabs---*/


#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/*-------footer----*/
.top-footer{
  background-color: #1b1b1b;
  color:#fff;
  padding:10px 10px;
}
.location{
  padding:10px 10px;
}
.location a{
  color:#fff;
  text-decoration: none;
}
.footer{
  background-color: #252525;
  color:#fff;
  padding:30px 30px;
}
.footer-links ul{
  list-style-type:none;
}

.footer-links li{
  padding:10px;
}
.footer a{
  color:#fff;
  font-size: 17px;
  text-decoration: none;
}
.footer a:hover{
  color:#6B213F;
}
.line{
  border:1px solid #fff;
}
.copyright a{
  color:#fff;
  text-decoration: none;
  font-size: 15px;
}
.copyright p{
  font-size: 15px;
}
.social-icons a{
  padding-right:15px;
}
.social-icons img{
  width:5%;
}
.facebook{
  width:8px!important;
}
.right{
  text-align: center;
}
.abt-relet-para .about-content p{
   padding-top:40px;
   text-align: justify;
}
/*----category section----*/
@keyframes content-opacity {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
@keyframes content-rotate-y {
from {
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
to {
  opacity: 1;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
}
@keyframes content-rotate-x {
from {
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
to {
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
}
@keyframes content-rotate-both {
from {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0% 50% 50%;
  -ms-transform-origin: 0% 50% 50%;
  -webkit-transform-origin: 0% 50% 50%;
  transform-origin: 0% 50% 50%;
}
to {
  opacity: 1;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: 0% 50% 50%;
  -ms-transform-origin: 0% 50% 50%;
  -webkit-transform-origin: 0% 50% 50%;
  transform-origin: 0% 50% 50%;
}
}
@keyframes content-pop-out {
0% {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
50% {
  opacity: 1;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
100% {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
}
@keyframes content-pop-in {
from {
  opacity: 1;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
to {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
}
@keyframes content-slide-bot {
from {
  top: 20px;
  opacity: 0;
}
to {
  top: 0px;
  opacity: 1;
}
}
@keyframes content-slide-top {
from {
  top: -20px;
  opacity: 0;
}
to {
  top: 0px;
  opacity: 1;
}
}
/* used for wrapper animation after the load of the page */
@keyframes show {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
.tabs-wrapper {
  margin: 0% 10% 5% 10%
}
.tabs-wrapper input[type="radio"] {
display: none;
}
.tabs-wrapper label {
transition: background 0.4s ease-in-out, height 0.2s linear;
display: inline-block;
cursor: pointer;
border-radius: 10px;
background: #e6e7e8;
text-align: center;
line-height: 4em;
width:6%;
margin-right:20px;
}
.tabs-wrapper label:last-of-type {
border-bottom: none;
}
.tabs-wrapper label:hover {
background: #e6e7e8;

}

#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label {
background: #6B213F;
color: #f2f2f2;
}

.tab-body {
position: absolute;
top: -9999px;
opacity: 0;
padding: 10px;
}
.card{
  border: none;
  background-color: #f1f2f2;
  border-radius: 20px;
  text-align: center;
  margin: auto;
}
.tab-body-wrapper {
background: #fff;

border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 3px;
animation-delay: 0.2s;
animation-duration: 1.5s;
animation-name: show;
animation-fill-mode: forwards;
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1,
#tab2:checked ~ .tab-body-wrapper #tab-body-2,
#tab3:checked ~ .tab-body-wrapper #tab-body-3,
#tab4:checked ~ .tab-body-wrapper #tab-body-4 {
position: relative;
top: 0px;
animation-delay: 0.1s;
animation-duration: 0.4s;
animation-name: content-pop-out;
animation-fill-mode: forwards;

}
/*-----product ----*/

.card-wrapper{
  margin: 0 auto;
}
.card-title {
  margin-bottom: 0px;
}
.card-text{
  line-height: 1.5;
  font-size: 12px;
  text-align: justify;
}
.card-text-1{
  font-size:8px;
  line-height: 1;
  margin-top: -8px;
  text-align: center!important;
}
.card-body{
  padding:10px;
  width:100%;
}

.pd{
  padding-right:0;
  padding-left:2px;
}
.pd h6{
  font-size:12px;
}
.card-body img{
width:30%!important;
margin-left:40px;

}
.card img{
  width: 100%;
  display: block;
}
.img-display{
  overflow: hidden;
}
.img-showcase{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.section-category .img-showcase img{
  min-width: 100%;
  padding:30px;
}
.img-showcase img{
  min-width: 100%;
}
.img-select{
  display: flex;
  margin-top: -50px;
  padding: 25px;
  padding-bottom: 0px;
}
.img-item{
  margin: 0.3rem;
  background-color: #d1d3d4;
  padding:10px;
  border-radius: 10px;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-right: 0;
}
.img-item:hover{
  opacity: 0.8;
}
.product-content{
  padding: 2rem 1rem;
}
.product-title{
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
.product-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}
.product-link{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link:hover{
  opacity: 0.9;
}
.product-rating{
  color: #ffc107;
}
.product-rating span{
  font-weight: 600;
  color: #252525;
}
.product-price{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price span{
  font-weight: 400;
}
.last-price span{
  color: #f64749;
  text-decoration: line-through;
}
.new-price span{
  color: #256eff;
}
.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p{
  font-size: 16px;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail ul{
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail ul li{
  margin: 0;
  list-style: none;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail ul li span{
  font-weight: 400;
}
.purchase-info{
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info input{
  width: 60px;
}
.purchase-info .btn{
  cursor: pointer;
  color: #fff;
}
.purchase-info .btn:first-of-type{
  background: #256eff;
}
.purchase-info .btn:last-of-type{
  background: #f64749;
}
.purchase-info .btn:hover{
  opacity: 0.9;
}
.social-links{
  display: flex;
  align-items: center;
}
.social-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links a:hover{
  background: #000;
  border-color: transparent;
  color: #fff;
}
.r-btn{
  background-color: transparent;
  padding: 0;
}
.r-btn label{
  width: 100%;
  line-height: 0;
  font-size: 12px;
  text-align: left;
}
.r-btn input[type="radio"]{
  display: block;
}
.section-category{
  padding-bottom:50px;
}
.section-category .owl-carousel{
display: block;
}
/*---product detail page----*/
.product-detail-page{
padding:30px 30px;
}
.product-detail-page .breadcrumb-item a{
color:#000;
text-decoration: none;
font-weight:900;

}
.product-detail-page .breadcrumb-item+.breadcrumb-item::before {
content: '';
color: #000;
padding:0;
}

.product-detail-page .breadcrumb{
font-size: 16px;
justify-content: center;
}
.product-detail-page .imagee{
display: flex;
  position: absolute;
  z-index: 1;
  bottom: 1px;
  width: 100%;
  justify-content: center;
  padding-bottom:25px;
}
.product-detail-page .img-item{
background-color: transparent;
border-radius: 50%;
}
.product-detail-page .card{
background-color: transparent;
border-radius: 0;
position: relative;
}
.product-detail-page .img-select{
justify-content: center;
position:absolute;
}

.product-detail-page  .img-item{
width:70px;
height:70px;
border-radius: 50%;
border:1px solid #fff;
overflow: hidden;
padding:0;
}
.product-detail-page .img-item img{
height:100%;
}
.product-detail-page  span{
color:#6B213F;
}
.product-detail-page h3{
font-weight: 600;
font-family: 'Lora', serif;
}
.product-detail-page p{
font-size: 16px;
  line-height: 2.1;
  color: #353d3d;
  text-align:left;
}
.button-1 .btn{
background-color: #6B213F;
color: #fff;
width:260px;
font-size: 15px;
}
.button-1 .btn:hover{
background-color: #000;
color: #fff;

}
.button-1 a{
text-transform: uppercase;

}
.second-section{
padding:50px 50px;
padding-top:70px;
}
.request-info{
padding-bottom:50px;
}
.request-info p{
font-size: 16px;
  line-height: 2.1;
  color: #353d3d;
}
.request-info .form-group label{
float:left;
font-weight:600;
}
.request-info .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 15px;
  border-bottom: 1px solid #6B213F;
  color: #000;
}
.request-info .radio-buttons{
float:left;
padding:20px 0px;
}
.request-info .radio-buttons .form-check-label{
padding-right:30px;
}
.gallery{
padding:50px 0px 100px 0px;
}
.gallery p{
font-size: 16px;
  line-height: 2.1;
  color: #353d3d;
}
/*-- tours page---*/
.abt-relet-para{
position: relative;
}
.tour-image-sec{
position: absolute;
text-align: right;
top: 52%;
right: 10px;
}
.box-1{
width:100%;
position:relative;
overflow: hidden;
margin: 0 auto;
}
.hover01 .box-1{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  }
  .hover01 .box-1:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  }
/* .abt-relet-para .heading{
margin-top: -100px;
} */
.tour-images{
  background-image: url(../images/middle-east-map.jpg);
  background-position: center;
  background-size: cover;
  padding: 0px 0px 80px 0px;
  background-repeat: no-repeat;
}

.wellness-bg{
  background-image: url(../images/run.png) !important;
  background-size: contain !important;
}
.t-img{
padding:20px 20px 0px 20px;
}
.t-img-1{
margin-top:90px;
padding:20px 20px 0px 20px;
}
.t-img-2{
margin-top:120px;
padding:20px 20px 0px 20px;
}
.t-img-3{
margin-top:70px;
padding:20px 20px 0px 20px;
}
/**********hover effect***********/

/* Zoom In #1 */
.hover01 figure img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover01 figure:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.destination-category{
padding-bottom:70px;
}
.destination-category .tabs-wrapper {
margin:0;
position: relative;
}

.destination-category .desti-label{
border-bottom:4px solid #bcbdc0;
width:400px;
position: absolute;
top:47px;
z-index:-1;
}
/*------------all carousel----*/
.destination-category{
overflow: hidden!important;
}

.destination-category .owl-dots {
text-align: center;
padding-top: 15px;
}
.destination-category .owl-dots button.owl-dot {
width: 15px;
height: 15px;
border-radius: 50%;
display: inline-block;
background: #ccc;
margin: 0 3px;
}
.destination-category .owl-dots button.owl-dot.active {
background-color: #000;
}
.destination-category .owl-dots button.owl-dot:focus {
outline: none;
}
.destination-category .owl-nav {
  position: absolute;
  top: -12%;
  transform: translateY(-50%);

  right: 38%;
}
.destination-category span {
font-size: 55px;
position: relative;
top: -21px;
}
.destination-category .owl-nav button:focus {
  outline: none;
}
.destination-category .owl-dots{
display: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
margin-right: 30px;
border: 2px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.destination-category .owl-carousel .item{
position:relative;
}
.destination-category  .content{
background-color: #231f20;
opacity: 80%;
position: absolute;
bottom: 0;
width:100%;
/* height:150px; */
padding:20px 20px;
border-radius: 30px;

}
.destination-category .content .button-1 .btn{
font-size: 10px;
padding: 8px 8px;
width: 80%;
}
.destination-category .content h6{
color:#fff;
font-weight: 600;
}
.destination-category .content p{
font-size:13px;
line-height: 1.4;
color:#fff;
}
.points span{
color:#000;
font-weight: 600;
padding-left:10px;
}
/************* book now page*******************/
.book-desti-section{
overflow: hidden;
padding: 30px 0px 50px 0px;
}
.book-desti-section .owl-dots{
display: none;
}
.book-desti-section .owl-carousel .item{
display: flex;
margin-left:15px;
}
.book-desti-section .owl-carousel .owl-item img{
width:100px;
height:100px;
}
.book-desti-section .content h6{
color:#000;
font-weight: 600;
padding:10px;
}
.book-desti-section .content p{
color:#000;
margin-top: -20px!important;
padding-left: 12px;
}
.book-desti-section .owl-slider{
width:100%;
}
.book-desti-section .owl-slider .owl-nav{
position: absolute;
z-index: 999999;
top: 20%;
width:100%;
}
.book-desti-section .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
width:50px;
height:50px;
border:2px solid ;

}
.book-desti-section .owl-carousel .owl-nav button.owl-next span , .book-desti-section .owl-carousel .owl-nav button.owl-prev span {
display: none;
background-image: url(../images/next.png);
border:none;
}
.book-desti-section .owl-carousel .owl-nav button.owl-next {
background-image: url(../images/next.png);
background-position: center;
background-size: 25px;
background-repeat: no-repeat;
right:-55px;
position: absolute;
 border:none;
}
.book-desti-section .owl-carousel .owl-nav button.owl-prev {
background-image: url(../images/prev.png);
background-position: center;
background-size: 25px;
background-repeat: no-repeat;
left:-55px;
position: absolute;
 border:none;
}
.book-desti-section .owl-carousel .owl-nav button.owl-next:focus{
outline: 0;
}
.book-desti-section .owl-carousel .owl-nav button.owl-prev:focus{
outline:0;
}
/*------wellness--------------*/
.reservation h6
{
padding-top:40px;
font-weight:600;
}
/*-----custome select box---*/
.SelectBox{
position:relative;
}
.SelectBox select{
width:100%;
height:45px;
background-color:#e6e7e8;
color:#c2c2c2;
-webkit-appearance:none;
border:none;
outline:none;
padding-left:15px;
font-size:17px;
cursor:pointer;
border-radius: 10px;
}
.SelectBox .chevron{
position:absolute;
top:0px;
right:0px;
text-align:center;
line-height:35px;
width:40px;
height:100%;
background-color:#000;
pointer-events:none;
color:#fff;
border-radius: 10px;
}
.SelectBox .chevron img{
padding-top:10px;
}
.SelectBox select option{
background-color:#000;
}
.r-package .desti-label{
width:250px!important;
}
.r-package .owl-nav{
display: none;
}
.r-package span{
top:0;
color:#ff565d;
font-size:15px;
}
.r-package .content p{
line-height: 0.5;
}
.r-package .content .star-rate img, .destination-category .star-rate img{
width:15px !important;
height:15px !important;
}
.r-package .content .star-rate ,.destination-category .star-rate{
position: absolute;
display: flex;
top: 20px;
right: 25px;
}
.r-package .content .star-rate span , .destination-category .star-rate span{
color:#fff;
font-size:12px;
}
.desc-hide{
display:none;
}
.destination-category .content .star-rate span{
top:0;
}
/*--------contact us---------*/
.address .location{
display: flex;
padding:30px;
}
.address img{
width: 40px;
margin-right: 25px;
}
.address h5, a{
font-weight: 600;
color:#000;
}
.form-group{
  margin-bottom: 1rem;
    margin-top: 1rem;
}
.address a:hover ,.address h5:hover{
text-decoration: none;
color:#6B213F;
}
.box{
background-color: #fff;
box-shadow: 0px 2px 10px 2px #c2c2c2;
padding:40px 50px;
position: absolute;
border-radius: 5px;
}
.contact-form .form-control {
border-radius: 0;
background-color: #f3f3f3;
border: none;
}
.map{
margin-top:5%;

}
.contact-form .button-1 .btn{
width:100%;
}
/*-------------------------------------------------*/
.sliderr .myslider {
height: auto;
width: 800px;
margin: 10px auto;
}
.sliderr .myslider .item {
height: auto;
width: 100%;
background: #eeeeee;
}
.sliderr .myslider .item img {
height: auto;
width: 100%;
}
.sliderr .owl-dots .owl-dot {
margin: 0px 5px;
}
.sliderr .owl-dots .owl-dot button {
background: none;
border: none;
padding: 0;
color: #555555;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.sliderr .owl-dots .owl-dot button:focus {
outline: none;
}
.sliderr .owl-dots .owl-dot.active button {
color: #000000;
}
/*--- destination detail page-*/
.destinations-tabs .tabs-left {
border-bottom: none;
border-right: 1px solid #6B213F;
display: block;
max-width: 150px;
}

.destinations-tabs .tabs-left>li {
float: none;
margin:0px;
font-size: 15px;
padding: 0px 0px 10px 0px;
color:#000;
position: relative;

}

.destinations-tabs .tabs-left>li.active>a,
.destinations-tabs .tabs-left>li.active>a:hover,
.destinations-tabs .tabs-left>li.active>a:focus {
border-bottom-color: #6B213F;
border-right-color: transparent;
background:#6B213F;
border:none;
border-radius:0px;
margin:0px;
}
.destinations-tabs .nav-tabs>li>a{
  color:#000;
  font-weight:600;
}

.destinations-tabs .nav-tabs>li>a:hover {

  line-height: 1.42857143;
  border: 1px solid transparent;

}
.destinations-tabs .tabs-left>li.active>a::after{content: "";
  position: absolute;
  top: 2px;
  right: -17px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #6B213F;
  display: block;
  width: 0;}
  .alert{
    background: url(../images/octagon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color:#fff;
    padding: 68px!important;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .alert p{
    padding: 90px;
    color: #fff;
    line-height: 1.3;
    text-align: center!important;
    align-items: center;
    display: flex;
    justify-content: center;
  }
.f-size{
  font-size:53px;
}
.message{
    position:absolute;
    right:0;
}
.detail-image-slider .owl-prev, .detail-image-slider .owl-next{
  display:none;
}
.detail-image-slider .owl-dots{
  text-align: center;
}
.detail-image-slider .owl-dot{
  width: 15px!important;
    height: 15px!important;
    border: 2px solid #6B213F!important;
    background-color: #6B213F!important;
    margin-right: 3px!important;
}
.r-package .tabs-wrapper label{
  line-height: 1.6!important;
}
/******************************/
.tooltip-inner {
  background-color: #6B213F;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #6B213F !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #6B213F !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #6B213F !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #6B213F !important;
}
.accept a:hover{
color:#6B213F!important;
font-weight:500!important;
text-decoration: underline!important;
cursor: pointer;
}
.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/**************pop over************/
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before{
  border-right-color: #6B213F;
}
.popover-header{
  background-color: #fff;
    border-bottom: 1px solid #6B213F;
    text-align:center;
}
.popover-body p{
  text-align: left;
  color: #000!important;
  line-height: 1.6;
  margin-top: 10px;
  font-size:10px;
   font-family: 'Lora', serif;
}
.popover{
  background-color: #fff;
  color:#000!important;
}

.about-content li{
  font-size: 15px;
    line-height: 2.1;
    color: #353d3d;
}
.inner-box-1{

    padding: 25px;
    margin-right:10px;
    height:300px;
    border:2px solid #f2f2f2;

}
.inner-box-1:hover{
  border:2px solid #6B213F;
  background-color: #fff;
}
.sec-section h6{
  color:#6B213F;
  font-size:18px;
}
.sec-section i{
  font-size:18px;
}
#more {
display: none;
color:#353d3d;
}
#myBtn{
  cursor: pointer;
}
.schedule-drop select {
  text-transform: none;
  width: 100%;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
}
.schedule-drop select:focus-visible{
  outline: none;
}
.form-bg{
border:4px solid #f2f2f2;
padding:40px 40px;
margin:5px;
}

.or-sec{

  width:50px;
  height:50px;
  position:relative;
  top:2px;
}
.vehicle-type{
  background-color: #f3f3f3;
    border: none;
    border-radius: 0;
    padding: 10px;
    margin-bottom:5px;
}
.swiper-slide-image-slider{
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.modal-footer .accept{
  background-color: #fff;
  border:1px solid #6B213F;
  color:#6B213F!important;
}
/************navbar**************/
.bg-dark {
  background-color: #6B213Fb5!important;
  /* border-radius: 10px; */
  padding:20px;
}
.navbar-nav{
  text-align:center;
}
.navbar-dark .navbar-nav .nav-link{
  color:#fff;
  font-size:16px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
  color:#000;
  font-weight:600;
}
.logo-hide{
  display: none;
}
.navbar-dark .navbar-toggler{
  border:none;
}
.navbar-dark .navbar-toggler-icon{
  background-image: url(../images/toggle-menu.png);
}
.daterangepicker .drp-buttons .btn{
  width:auto;
}
.date-picker input{
  border: none;
    border-bottom: 1px solid #6B213F;
    font-size:16px;
}
.date-picker input:focus-visible{
  outline:none;
}
.top-menu-btn{
  background-color: #e6e7e8;
  padding:10px;
  margin-right:10px;
  margin-top:10px;
  border-radius:10px;
}
.top-menu-btn:hover, .top-menu-btn:active{
  background-color: #6B213F;
}
.basic-info{
  padding-top:40px;
}
.travel-info h6{
  font-size: 16px;
  line-height: 1.6;
  padding:15px 0px;
}
.basic-info h6{
  font-size: 16px;
    line-height: 1.6;
}
.main-head h1{
  font-family: 'Lora';
  font-size: 35px;
  font-weight: 900;
  padding-bottom: 30px;
}
.full-width-head{
  background-color: #6B213F;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.summary, .add-on {
  padding-top:40px;
}
.summary td{
  text-transform: uppercase;
}
.add-on span{
  font-size:13px;
}
.point-1{
  margin-top:15px;
}
.point-1 p{
  margin-bottom:1px;
}
.middle-center{
  margin-top:70px;
}
/**********animation effect************/
.star_ani {
	/* animation: star_ani 4s ease-in-out 0s infinite normal forwards; */
  animation: star_ani 2s ease 0s infinite normal forwards;
}
.star_ani_text {
	animation: star_ani_text 2s ease-in-out 0s 1 normal forwards;
}
/*
@keyframes star_ani {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-30px) rotate(6deg);
	}

	30% {
		transform: translateX(15px) rotate(-6deg);
	}

	45% {
		transform: translateX(-15px) rotate(3.6deg);
	}

	60% {
		transform: translateX(9px) rotate(-2.4deg);
	}

	75% {
		transform: translateX(-6px) rotate(1.2deg);
	}
} */
@keyframes star_ani {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}
@keyframes star_ani_text {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}

.pulsate-bck {
	-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
	        animation: pulsate-bck 0.5s ease-in-out infinite both;
}

 @-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.summary h6 , .summary h1, .summary h4, .summary th,.summary p{
  text-transform: uppercase;
}
.special-label{
  font-size:13px!important;
  width:100%;
}


/* ------------ service unavailable ~ starts -------- */
.service-unavailable{
  min-height: 100vh;
  height: 100% !important;
}
.service-unavailable h1{
  color: #c7a538;
  font-size: 5rem;
}
.enquiry-form-custom{
  background: #ffffff87;
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    max-width: 490px;
}
.enquiry-form-custom form label{
  font-weight: 600 !important;
    font-size: 14px;
    margin-bottom: 5px;
}
.enquiry-form-custom input , .enquiry-form-custom textarea{
  font-size: 14px;
    padding: 13px 10px;
    border: none !important;
}
.enquiry-form-custom button{
  font-size: 15px;
}
.modal-title{
  font-family: inherit !important;
}
.reccomendations-swiper{
  width: 270px;
  min-height: 600px;
  height: 829px;
  margin-left: 0px !important;
}
/* -------most -reccomended ------ */
.most-rec-img{
  height: 90px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.most-reccomended-package{
  background: #ffffffde !important;
  padding: 9px;
  line-height: 10px;
}
.most-reccomended-package .btn{
  padding: 9px !important;
    font-size: 13px;
}
.most-reccomended-package p{
  line-height: 15px !important;
    font-size: 13px;
}

.custom-swiper-btn{
  width: 40px !important;
    height: 40px !important;
    background-color: white !important;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #404040;
}
.custom-swiper-btn::after{
  font-size: 16px !important;
    font-weight: 600;
    color: #000 !important;
}
.barcode-success img{
  width: 100%;
}
.other-related-packages-container{
  background-color: #00000087;
  max-width: 290px;
  padding: 20px;
}
.barcode-column{
  animation: customAnimation 2s ;
}
.barcode-success{
  margin-bottom: 8%;
  padding: 10px;
  max-width: 200px;
  background-color: #fff;
}
@keyframes customAnimation {
  0%   { transform:scale(0);opacity: 0;}
  100% {transform: scale(1); opacity: 1;}
}
.barcode-title{
  color: #fff !important;
    font-size: 9px;
    max-width: 200px;
    line-height: 20px;
    margin-bottom: 22px;
    width: 100%;
    background-color: #6B213F;
    padding: 8px;
    border-radius: 10px;
}
.whatsapp-btn.btn {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #000 !important;
  right: 10px;
  position: fixed;
  bottom: 10px;
  border: 2px solid #afafaf;
  padding: 12px;
  z-index: 3;
}
.custom-success-container{
  max-width: 1400px  !important;
}
.tab-heading-sty{
  font-size: 20px;
    font-weight: 900;
}
.custom-search input{
  border: 1px solid #dbdbdb !important;
    font-size: 13px !important;
    height: 40px !important;
    padding-left: 45px !important;
    outline: none !important;
}
.custom-search .search-icon{
  position: absolute;
    top: 15px;
    color: #b1b1b1;
    left: 16px;
    font-size: 15px;
}
.contact-banner-2{
  height: 100% !important;
  min-height: 100vh;
}
.text-yellow{
  color: #6B213F !important;
}
.words-from-ha{
  background-color: #f6f6f6;
}
.cp-dp::before{
  content: "";
  width: 55px;
  height: 55px;
  border-left: 6px solid #6B213F5c !important;
  position: absolute;
  border-top: 6px solid #6B213F5c !important;
  left: -20px;
  top: -20px;
}
.cp-dp::after{
  content: "";
    width: 55px;
    height: 55px;
    border-bottom: 6px solid #6B213F6b !important;
    position: absolute;
    border-right: 6px solid #6B213F5c !important;
    right: -20px;
    bottom: -20px;
}
.employee-card{
  background: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 8px #dedede;
    position: relative;
    margin-bottom: 30px;
    transition: 0.2s;
    text-align: center;
}
.employee-card:hover{
  transform: scale(1.04);
  box-shadow: 0px 0px 18px #6B213F57 !important;
}
.employee-card img{
  position: relative;
    z-index: 5;
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 10px #00000042;
    margin: auto;
    display: block;
    margin-top: 10px;
}
.employee-card::before{
  content: "";
    width: 100%;
    /* height: 120px; */
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    top: 0;
}
.employee-name{
  margin-top: 13px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #393939;
    text-align: center;
}
.employee-designation{
  font-size: 13px;
  font-weight: 600;
  color: #6B213F;
}
.employee-desciption{
  line-height: initial;
    font-size: 12px;
    margin-top: 11px;
}
.highlight-data-addr{
  color: #fff !important;
}
.succes-team-img{
  max-width: 190px;
}

.wellness-bg{
    background-image: none !important;
}

.destination .box-1 img,.rec-panels .box-1 img{
    height: 325px;
    object-fit: cover;
    border-radius: 30px;
    border-top-left-radius: 10px;
}

.destination .box-1  p,.rec-panels .box-1  p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 7px;
}

.background-sty{
  width: 100%;
  height: 100%;
  background-color: #00000085;
  position: absolute;
  top: 0;
  left: 0;
}

.position-relative{
  position: relative !important;
}

.tour-images .hover01 figure img{
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.tour-images .hover01.t-img-1 figure img{
  border-top-left-radius: 0px !important;
}
.tour-images .hover01.t-img figure img{
  border-top-right-radius: 0px !important;
}
.tour-images .hover01.t-img-2 figure img{
  border-bottom-left-radius: 0px !important;
}
.tour-images .hover01.t-img-3 figure img{
  border-bottom-right-radius: 0px !important;
}

.tour-page{
  background-image: url(../images/middle-east-map.jpg);
  background-position: center 220px !important;
  background-size: 992px !important;
}

.contact-num a{
  white-space: nowrap !important;
}




.landing-navbar{
  position: absolute;
  top: 0;
  z-index:2;
  width: 100%;
}
#mainCarousel img{
  height:100vh;
  object-fit: cover;
  object-position: center;
}

#mainCarousel .content-area{
  position: absolute;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  text-align: center;
  padding: 50px;
  width: 100%;
}

#mainCarousel a:hover{
  color: #fdce0a !important;
}


.main-menu-nav .navbar-nav .nav-link {
  color: #fff !important;
    line-height: normal;
    transition: 0.3s;
    font-size: 16px !important;
    font-weight: 500;
    padding: 2px 18px !important;
}
.landing-navbar .main-menu-nav .navbar-nav .nav-link:hover,.landing-navbar .main-menu-nav .navbar-nav .nav-link.active{
  color:#6B213F !important;
}
.main-menu-nav .navbar-nav .nav-link:hover,.main-menu-nav .navbar-nav .nav-link.active{
  color: #000 !important;
}

.banner-content-new{
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  min-height: 100vh;
  padding: 4rem 2rem;
  background: linear-gradient(0deg, #0000004d, #000000a6);
  flex-direction: column;
}
.banner-content-new h1{
  color: #fff !important;
}

.banner-place{
  position: relative;
  border: 3px solid #fff;
  aspect-ratio: 1/1;
  width: 100%;
  color: #fff !important;
  display: block;
}
.banner-place img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}
.banner-place label{
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  text-align: center;
  width: 100%;
  font-size: 20px;
  pointer-events: none;
  transition: 0.5s;
}
.banner-place:hover label{
  color:#6B213F;
  background-color: #00000096;
  bottom: 0;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content-new h1{
  font-size: 45px;
  margin-bottom: 40px !important;
  text-align: center;
  max-width: 900px;
}


.banner-carousel-area{
  max-width: calc(100vw - 350px);
  width: 100%;
}

.banner-carousel-area .owl-stage-outer{
  z-index: 1;
}

.banner-carousel-area .owl-nav{
  position: absolute;
  top: 40%;
  width: calc(100vw - 110px);
  justify-content: space-between;
  display: flex;
  left: -111px;
}

.banner-carousel-area .owl-nav button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-carousel-area .owl-nav button span,.banner-carousel-area .owl-dots{
  display: none;
}

.banner-carousel-area .owl-nav button::after{
  content: "";
    background-image: url(../images/main-carousel-arrow.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
}

.banner-carousel-area .owl-prev{
  transform: rotate(180deg);
}
.navbar-nav .dropdown-menu{
  padding: 6px !important;
  background-color: #0000007b;
}
.navbar-nav .dropdown-menu .dropdown-item{
  color: #fff;
    font-size: 14px;
    padding: 4px 7px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
  background-color: #00000000 !important;
  text-decoration: underline;
}
.tnp-banner p{
  line-height: normal !important;
  font-size: 14px;
  font-weight: 600;
}
.tp-box-dsp{
  padding: 30px 18px;
  color: #fff !important;
  border-radius: 5px;
  position: relative;
  height: 100%;
  clip-path: view-box;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.tp-row-custom{
  max-width: 900px;
  margin: auto;
}
.tp-box-dsp img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  filter: brightness(0.5);
}

.tp-box-dsp h5,.tp-box-dsp p{
  position: relative;
  z-index: 2;
  color: #fff;
  min-height: 60px;
  margin-bottom: 15px;
}

.tp-row-custom .col-md-6{
  padding-bottom: 30px;
}
.our-contents .our-values p{
  text-align: center !important;
}

.about-new-content p{
  text-align: center !important;
  color: #fff !important;
  line-height: 27px;
  font-weight: 600;
  max-width: 1070px;
  margin: auto;
  margin-bottom: 25px !important;
}

.lh-normal{
  line-height: normal !important;
}

.contact-details-list-n{
  font-size: 15px;
    margin: 16px 0px 26px 0px;
}
.contact-details-list-n a:hover{
  color: #6B213F;
}
.contact-details-list-n li{
  margin-bottom: 10px;
}
.service-nw-layout .container{
  position: relative;
  z-index: 1;
}

.background-shade-nw{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0000007d;
}

.service-unavailable h3{
  font-weight: 600;
  font-size: 50px;
}

.abt-nw-bner-data p{
  max-width: 500px;
  font-weight: 600;
}

.main-menu-nav{
  max-width: 100vw;
  overflow-x: clip;
}

.wellness-content h1,.wellness-content p{
  color: #000 !important;
}

.wellness-img-format-1{
  max-width: 480px;
  position: relative;
  height: 639px;
  display: flex;
  align-items: self-start;
  margin: auto;
}

.wellness-img-format-1 img{
  aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    max-width: 345px;
    width: 100%;
}

.wellness-img-format-1 .image-1{
  border-radius: 30px 0px 30px 0px;
}
.wellness-img-format-1 .img-2{
  border-radius: 0px 30px 0px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wellness-content p{
  display: block!important;
}

.main-menu-nav .container-fluid::before,.main-menu-nav .container-fluid::after{
  display: none !important;
}

.navbar-brand img{
  background-color: #f2f2f2!important;
  border-radius: 50%;
}

.tour-detailed .banner-content p{
  line-height: normal;
  display:  block !important;
}

.tab-pane{
  transition: 0.4s;
}

.main-menu-nav .dropdown.open .dropdown-menu{
  display: block;
}

.other-related-packages-container{
  max-width: 100% !important;
}
.service-booking-form .col-12{
  margin-bottom: 25px;
}

.service-booking-form h3{
  font-size: 23px;
  text-align: center;
  color: #6B213F;
}

.sf-title {
  font-size: 30px;
  color: #6B213F;
}
@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans.ttf);
}
body,.navbar-nav .nav-link{
  font-family: OpenSans !important;
}

.custom-mandatory{
  color: rgb(186, 0, 0) !important;
}

.button-1 .btn,.button .btn,.btn{
  border-radius: 6px !important;
}

.home-logo{
  margin: auto;
  display: block;
  max-width: 190px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 30px !important;
}
.membership-logo img{
  max-width: 90px;
  object-fit: contain;
}
.membership-logo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  background: white;
  padding: 6px 20px;
}
.social-icons-banner img{
  width: 20px !important;
  object-fit: contain;
  height: 20px;
}
.social-icons-banner{
  gap: 20px;
}
.tnp-banner p{
  font-size: 15px !important;
}
.tp-box-dsp img {
  filter: brightness(0.3) !important;
}

.carouseltabs .owl-prev{
  transform: rotate(90deg);
}
