
@font-face {
	font-family: Muli;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Muli-Regular.df68dd6feb7664d3.ttf')
}

@font-face {
	font-family: Muli;
	font-style: semi-bold;
	font-weight: 600;
	src: url('fonts/Muli-SemiBold.9a316f7f039a6ae4.ttf')
}

@font-face {
	font-family: Muli;
	font-style: bold;
	font-weight: 700;
	src: url('fonts/Muli-Bold.d6bdafa636f8e737.ttf')
}

@font-face {
	font-family: Muli;
	font-style: extra-bold;
	font-weight: 800;
	src: url('fonts/Muli-ExtraBold.ee68a5e77e2eccda.ttf')
}

@font-face {
	font-family: Muli;
	font-style: Light;
	font-weight: 300;
	src: url(fonts/Muli-Light.85e9d7d99bd298f5.ttf)
}

@font-face {
	font-family: Muli;
	font-style: extra-light;
	font-weight: 200;
	src: url('fonts/Muli-ExtraLight.8260f43e864b7b6b.ttf')
}

* {
	font-family: "Jost", Arial, Helvetica, sans-serif !important;
	-webkit-overflow-scrolling: touch
}

body{
    font-family: Muli, sans-serif !important;
    -webkit-overflow-scrolling: touch;
}


.rlr-button--carousel {
    height: 2.5rem;
    padding: 0rem;
    width: 2.5rem;
}

.rlr-button--carousel .rlr-icon-font {
    font-size: 1rem;
    line-height: 1;
}
.rlr-button--carousel.button--next {
    background: var(--brand);
    color: var(--brand-01);
    border-color: var(--brand);
}

.rlr-button--carousel.button--previous:hover {
    background-color: var(--brand);
    border-color: var(--brand);
}

.rlr-button--carousel .rlr-icon-font {
    color: #dbe4eb;
}

.rlr-button--carousel.button--previous:hover {
    background-color: var(--brand);
    border-color: var(--brand);
}

.justify {
   text-align: justify;
}

.rlr-product-card {
    box-shadow: 0 0 10px #00000012!important;
}

.mtb-10 {
    margin: 100px 0px;
}
.rlr-product-card--v3 .rlr-product-card__title {
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.rlr-product-card--v3 .rlr-product-card__header {
    margin-bottom: 10px;
}
.rlr-footer__menu  ol,.rlr-footer__menu ul {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
}

.rlr-footer {
    background: #0E1E2C !important;
}


.rlr-footer a,.rlr-footer p{
     font-size: 15px;
     color: #c4c4c4;
     padding: 4px 0;
     line-height: 26px;
     display: block;
     font-size: 15px;
     text-align:justify;
}

.rlr-footer h4{
    color: #fff;
    font-size: 1.2rem;
}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.bg-gray {
    background: #f7f7f7;
}

.rlr-footer__legal{
    color: #8c8c8c;
    padding: 18px 0;
    border-top: 1px solid rgba(108,108,108,.5);
}
.rlr-article .content h2, .rlr-section__title--main, .type-h3 {
    margin-bottom: 0px;
}
.rlr-article .content h2, .rlr-section__title--main, .type-h3 {
    font-size: 2rem;
}
.rlr-section__title--sub {
   font-size: 18px;
}

.top-destination-list .hp-item {
  margin-bottom: 30px;
}

.top-destination-list .img-responsive {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  cursor: pointer;
}

.top-destination-list .img-round {
  border-radius: 50%;
}

.top-destination-list .img-round .round-dest-title {
  position: absolute;
  z-index: 2;
  top: 44%;
  width: 100%;
}

.top-destination-list .img-round .round-dest-title h4 {
  color: #fff;
  font-family: Satisfy, cursive;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
}

.top-destination-list .img-responsive img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.top-destination-list .img-responsive:before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.top-destination-list .img-responsive.img-round:before {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.top-destination-list .hp-item:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.top-destination-list .hp-desc {
  position: absolute;
  bottom: 7px;
  padding: 0 10px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.top-destination-list .hp-desc .hp-destination h4 {
  margin-bottom: 2px;
  font-size: 18px;
}

.top-destination-list .hp-desc .hp-rate * {
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
}

.top-destination-list .hp-price-rate {
  color: #fff;
  position: absolute;
  right: 25px;
  bottom: 6px;
  z-index: 2;
  cursor: pointer;
  text-align: right;
}

.top-destination-list .hp-price-rate h4 {
  line-height: .5em;
  margin: 0;
}

.top-destination-list .hp-price-rate span {
  font-size: 11px;
}

.offers-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.offers-section .item-single .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 16px;
    width: 100%;
    z-index: 1;
}
.offers-section .item-single .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0;
}
.offers-section .item-single .content .title h3 {
    margin-bottom: 0;
}
.offers-section .item-single .content .title h3 a {
    color: #fff;
}
.offers-section .item-single .content .title span {
    color: #fd5056;
    text-decoration: line-through;
}
.offers-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
}
.offers-section .item-single .content i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}
.offers-section .item-single .discount {
    position: absolute;
    top: -20px;
    right: 10px;
    border-radius: 50%;
    padding: 30px 10px 15px;
    background: #fd5056;
    text-align: center;
}
.offers-section .item-single .discount span {
    font-size: 14px;
    display: block;
    color: #fff;
}
.offers-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rlr-product-card__image-wrapper {
    padding: 0px;
}

.rlr-product-card__image-wrapper img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px!important;
}

 .about-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
.about-content .content-list i {
    font-size: 20px;
    margin-right: 8px;
    color: #0086ad;
    vertical-align: middle;
    margin-top: 3px;
}
.about-content .content-list h6 {
    line-height: 1.4;
    font-weight: 700;
    margin: auto 0;
}

.ng-tns-c160-1 {
    padding: 4px 8px;
    display: inline-block;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
}

.d-flex {
    display: flex!important;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px);
}
.align-items-end {
    align-items: flex-end!important;
}

.ng-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.ng-days {
    font-weight: 700;
}

.mb-20{margin-bottom: 20px;}
.two-package .rlr-destination-card{
    margin-bottom: 20px;
    width: 100%;
    height: 300px;


}

 .rlr-product-card__image-wrapper img {
    height: 200px;
}
.shadow {
    box-shadow: 0 .5rem 1rem #00000026!important;
}
.shadow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom,rgba(221,221,221,0) 0%,rgba(0,0,0,.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=0);
}
.rlr-product-card{
    max-width: 100%;
    cursor: pointer;
}
.rlr-product-card .rlr-product-card__image-wrapper{
    max-height: 450px !important;
}
.rlr-product-card .rlr-product-card__image-wrapper img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    height:180px;
}
.center{
    text-align: center;
    text-align: -webkit-center;
}

.filter-top h5 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-top p a {
    color: #3fa9f5;
    text-transform: none;
    text-decoration: none;
}
   .filter-top p {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin: 0px !important;
    font-weight: 500;
}
.mfilter-sidebar .form-group,.rlr-product-filters__filter {
    margin-bottom: 5px;
    border-bottom: 1px solid #e9e6e0;
    padding:10px 20px;
}

.mfilter-sidebar {
    display: block;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.rlr-range-slider {
    margin-bottom: 25px;
}
.not-available-data {
    margin-top: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.not-available-data img {
    height: 200px;
    margin-bottom: 15px;
}
.not-available-data .text1 {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.not-available-data .text2 {
    color: #444;
    font-size: 17px;
}
.not-available-data a {
    color: #0093c0;
}
.load-more {
    margin-top: 30px;
}
.load-more-btn {
    display: flex;
    margin-right: 10px;
    border: 2px solid #0086ad;
    background: #fff;
    font-size: 15px;
    color: #0086ad !important;
    font-weight: 600;
    height: 36px;
    text-align: center;
    border-radius: 5px;
    line-height: 35px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0px 10px;
    width: fit-content;
    flex-direction: row;
    margin: 0 auto;
    cursor: pointer;
}
.load-more-btn i {
    line-height: 35px;
}

.rlr-product-card__header{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.rlr-product-card--v3 .rlr-product-card__details, .rlr-product-card--v3 .rlr-product-card__header {
    margin-bottom: 10px;
}



.testimonial_block_two{
    position: relative;
    padding: 30px;
  }
  
  .testimonial-section-two .style-two .testimonial_block_two .inner-box {
    background-color: #fafafa;
    border: 5px solid #ffffff;
  }
  
  
  .testimonial_block_two .inner-box {
    position: relative;
    padding: 30px 30px;
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
    background-color: #ffffff;
    border-radius: 10px;
  }
  
  .testimonial_block_two .info-box {
    position: relative;
    padding-left: 100px;
    padding-top: 15px;
    min-height: 80px;
    margin-bottom: 20px;
  }
  
  .testimonial_block_two .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    overflow: hidden;
  }
  
  .testimonial_block_two .thumb img {
    display: block;
    width: 100%;
  }
  
  .testimonial_block_two .info-box .name {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #353535;
    font-weight: 500;
  }
  
  .testimonial_block_two .info-box .address {
    font-size: 18px;
    line-height: 1.6em;
    color: #8251a1;
  }
  
  .testimonial_block_two .text {
    position: relative;
    font-size:17px;
  }
  
  
  .aboutMAINHEADERtop {
    margin-top: 95px;
}
  
  


@media screen and (max-width: 767px) {
  .s-padding {
    padding: 0px 0px;
}
  .MOB_aboutMAINHEADERtop {
    margin-top: 100px;
}

.rlr-about-hero__title {
    color: #fff;
    text-align: center;
    margin-top: 13px;
}
  
  .rlr-article .content h2, .rlr-section__title--main, .type-h3 {
    font-size: 2rem;
    margin: 10px 0px;
}
.rlr-cta p {
    margin-bottom: var(--spacing-4);
    font-size: 18px;
    font-weight: 100;
    padding: 0px 18px;
}


.MOb_destinationPADDing{
    padding:2px !important;
}
.mob_serviceHEADING{
    padding:0px !important;
}

.mob_serviceHEADINGSEC{
    padding:25px 0px 0px 0px !important;
     margin-top:0px;
}

.mob_serviceHEADINGSEC2{
    margin-bottom:0px !important;
    margin-top:80px !important;
   
}

.mob_padding5{
    padding:5px !important;
}

.testimonial_block_two {
    position: relative;
    padding: 5px;
    margin: 6px;
}


.rlr-section__title {
    padding-bottom: 25px;
    padding-top: 0px;
}

.rlr-about-hero__content-inner {
    padding: 6px 14px;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 18px 18px;
    margin-top: 20px;
    text-align:justify;
}

.mc4wp-form-fields__input, .rlr-article .content__highlight, .rlr-banner-input-group__input, .rlr-contact-detail-item__desc, .rlr-footer__menu__col__subscribe input.input, .rlr-form-label, .rlr-landing .rlr-contact-detail-item__title, .rlr-page-title__desc, .rlr-product-detail-secondary-menu__tabitem, .rlr-search-results-header__label, .rlr-subscribe__input, .rlr-team-card--v2 .rlr-team-card__desc, .rlr-team-card--v2 .rlr-team-card__subtitle, .rlr-team-card__summary .rlr-team-card__designation, .rlr-team-card__summary .rlr-team-card__sociallinks, .rlr-text-card--numbered .rlr-text-card__title, .rlr-text-card__desc, .type-lead, .woocommerce-details__desc, .woocommerce-thankyou-order-details li > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 17px;
   
}


.rlr-text-card {
    background-color: var(--white);
    border-radius: var(--spacing-5);
    -webkit-box-shadow: 0 43px 66px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 43px 66px 0 rgba(0, 0, 0, 0.06);
    padding: 3px;
}


.mtb-10 {
    margin: 40px 0px;
}

.mob_homeSUPPsort{
  
    margin: 0px !important;
}



.rlr-cta--no-button {
    border-radius: 0;
    padding: 36px 4px 7px 4px;
}

.mc4wp-form-fields__input, .rlr-article .content__highlight, .rlr-banner-input-group__input, .rlr-contact-detail-item__desc, .rlr-footer__menu__col__subscribe input.input, .rlr-form-label, .rlr-landing .rlr-contact-detail-item__title, .rlr-page-title__desc, .rlr-product-detail-secondary-menu__tabitem, .rlr-search-results-header__label, .rlr-subscribe__input, .rlr-team-card--v2 .rlr-team-card__desc, .rlr-team-card--v2 .rlr-team-card__subtitle, .rlr-team-card__summary .rlr-team-card__designation, .rlr-team-card__summary .rlr-team-card__sociallinks, .rlr-text-card--numbered .rlr-text-card__title, .rlr-text-card__desc, .type-lead, .woocommerce-details__desc, .woocommerce-thankyou-order-details li > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 2px 10px;
}

.mob_cta_no_button_contact {
   
    padding: 25px 0px 20px 0px !important;
}
.rlr-section {
  
    margin-bottom: 0px !important;
    margin-top: 40px;
    
    padding: 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mob_contactHEADINg {
    font-size: 18px;
    margin: 6px 0px;
}

.mob_rlr_main_fixed_top {
    margin-top: 100px !important;
}

.mob_contactBTNCENTER{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob_tour_rlr_main_fixed_top {
    margin-top: 26px;
}


.mob_tourMarginzero{
    margin:0 !important;
}


.rlr-product-detail-secondary-menu {
    background: var(--white);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    overflow: auto;
    padding: 0 var(--spacing-5);
    position: sticky;
    top: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 20;
    margin-top: 20px;
}



/*mobile view end//*/
}
.contact_rlr_cta_no_button {
    border-radius: 0;
    padding: 20px 0px 20px 0px !important;
}

.FullVIEWbgpagessection {
   
    margin-bottom: 0px !important;
    margin-top: 60px !important;
    background-color: #fff !important;
    padding: 0px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.MarginZeros{
  margin-top:0px !important;  
}

.rlr-cta--no-button {
    border-radius: 0;
    padding: 55px 0px 20px 0px;
}

.desk_rlr_main_fixed_top {
    margin-top: 30px !important;
}


.navigation-link.active {
    color:#39abce !important;
}
.rlr-product-detail-secondary-menu {
    background: var(--white);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    overflow: auto;
    padding: 0 var(--spacing-5);
    position: sticky;
    top: 69px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 20;
    margin-top: 20px;
}





