:root{
    --maroon-color:#972535;
}
header.header.sticky .logo_sticky{
    object-fit: contain;
    display: block;
    text-align: center;
}
html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img{
    top: 140px!important;
}
.clearfix li{
    margin-bottom: 50px;
    border: 2px solid var(--maroon-color)!important;
    border-radius: 5px;
}
.clearfix li a{
    padding: 40px 20px;
    display: inline-block;
}
.contact_info ul li i{
    font-size: 33px;
    margin-bottom: 20px;
}
.contact_info{
    margin: 5% 0;
}
.owl-item .item{
    background: #fff;
    padding: 10px;
    border-radius: 9px;
    box-shadow: 1px 0px 11px 0px #ccc;
}
.owl-item .item .box_grid{
    padding: 0;
}
.box_grid{
    padding: 13px;
    background: #fff;
    border-radius: 9px;
}
.box_grid p{
    font-size: 18px;
    font-weight: 600;
    /*height: 58px;*/
}
.listing_page .box_grid p{
    height:58px;
}
.box_grid p a{
    color: #000;
}
.box_grid a:hover{
    color: #972535!important;
}
.box_grid p a:hover{
    color: #000!important;
}
.box_grid h3 a{
    line-height: 1.5;
}
.box_grid img{
    border-radius: 9px;
}
.wrapper-grid .row{
    row-gap:25px;
}
.owl-carousel .owl-stage{
    padding: 14px;
}
.footerFlex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:6%;
}
.email-box{
    width:100%!important;
}
figure{
    margin: 0;
}
.share-buttons{
    display: flex;
    justify-content: space-between;
}
ul.share-buttons li a{
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 39px;
    color: #000;
    background: #fff;
}
ul.share-buttons li a:hover{
    color: #fff;
    border: 1px solid var(--maroon-color);
}
.panel-dropdown-content input{
    padding: 11px 13px;
    border-radius: 8px!important;
    width: 100%;
}
.panel-dropdown a{
    font-weight: 600;
    margin-top: 40px;
    display: block;
    font-size: 20px;
}
.panel-dropdown-content.right{
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-direction: column;
}
.secondary_nav{
    position: relative!important;
}
#sidebar{
    margin-bottom: 35px;
}
.price{
    margin-bottom:20px;
}
.box_detail.booking .form-control{
    padding: 23px 16px;
}
.padd{
    margin-top:100px!important;
    margin-bottom:100px!important;
}
.clearfix{
    display: flex;
    align-items: center;
    gap:20px;
    margin-top: 20px;
}
.owl-carousel .owl-item{
    margin:0 10px;
}
.containers.homeGolden{
    margin-top:5%!important;
}
.about-section{
    padding: 70px 0 80px!important;
}
.about-container{
    padding: 0!important;
}
.containers{
    width: 85%!important;
    margin:auto!important;
}
.homeAbout{
    align-items: center!important;
}
.homeAbout a{
    border: 2px solid var(--maroon-color)!important;
}
.homeAbout a:focus{
    color: #fff!important;
    outline: none;
}
.homeAbout a:hover{
    font-weight: 700;
}
.about-images video{
    position: unset;
    border-radius: 14px;
}
.homeReviewBottom .rows{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.homeReviewCard {
    background: #fff;
    padding:40px 28px;
    border-radius: 12px;
    margin: 0 10px 0;
    transition: all .5s linear;
    cursor: pointer;
}
.box_grid h3{
    height: 60px;
}
 .homeReviewCard:hover{
    border: 1px solid var(--maroon-color);
}
a.btn_1:hover, .btn_1:hover{
    background: var(--orange);
}
.homeReviewCard:hover{
    transform: scale(1.03);
}
.call_section{
    margin:4% 0 8%;
}
.homeReviewBottom{
    margin: 3% 0 4%!important;
}
.homeReviewBottom i{
    font-size: 46px;
    margin-bottom: 20px;
}
.call_section h3{
    text-align: center;
}
.call_section p{
    text-align: center;
}
.call_section .btn_1.rounded{
    text-align: center;
    margin: auto;
    display: block;
    width: fit-content;
}
.homeWhyChoose{
    margin-top: 4%;
}
.homeSelling{
    margin-top: 5%!important;
}
.homeSelling .main_title_2{
    margin-bottom: 8%;
}
.homeLocalCity{
    margin-top: 4%!important;
}
.homeTaj{
    margin-top: 1%!important;
}
.owl-stage{
    display: flex;
}
.btn_home_align{
    margin: 18px 0 0;
}
.padTop{
    padding-top: 30px;
}
a.boxed_list{
    transition: all .5s linear;
    /*border: 1px solid var(--maroon-color);*/
    border-radius:6px;
}
a.boxed_list:hover{
    transform: scale(1.03);
}
.main_title_2 span em{
    background: var(--maroon-color);
}
.main_title_2 span{
    margin: 0 auto 43px;
}
a.boxed_list i{
    color: var(--maroon-color);
}
a.boxed_list:hover i{
    color: var(--maroon-color);
}
a.btn_1, .btn_1{
    background: var(--maroon-color);
    color: #fff!important;
}
hr.large{
    border: none;
}
#newsletter input[type='submit']{
    background: var(--maroon-color);
}
.box_grid h3 a{
    color: #000!important;
    font-size: 18px;
    min-height: 60px;
    display: inline-block;
}
.owl-carousel .owl-item img{
    border-radius: 9px;
}
.read_more{
    padding-top: 20px;
}
.homeWhyChoose .box_how h4{
    min-height: 46px;
}
.owl-carousel.owl-drag .owl-item h3{
    /*min-height: 67px;*/
}
.add_bottom_45 .by{
    color: var(--maroon-color);
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}
.margin_30_95 .main_title_2{
    
}
.btn{
    background: var(--maroon-color)!important;
    border-radius: 27px!important;
}
.btn:hover{
    color: #fff;
}
.small-title{
    color:var(--maroon-color)!important;
}
.about-content h2 span{
    color:var(--maroon-color)!important;
}
.img-box.bordered{
    border: 3px solid var(--maroon-color)!important;
}
#toTop{
    background: var(--maroon-color);
    transition: all .5s linear;
}
.main_title_2 p{
    font-size:18px;
    color: #777;
}
.main_title_2 h2{
    margin-bottom:16px;
}
header.sticky .main-menu > ul > li span > a:hover{
    color: #444;
}
/*.homeBanner{*/
/*    position: relative;*/
/*}*/
/*.homeBanner::before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #000;*/
/*    opacity: 60%;*/
/*    z-index: 9;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*#layerslider{*/
/*    width: 100%;*/
/*    height: 670px;*/
/*    visibility: visible;*/
/*    position: relative;*/
/*    z-index: 999;*/
/*}*/
.hero_in .wrapper h1 span{
    background: var(--maroon-color);
}
/*.descArrow .wp-block-list li{*/
/*    background: var(--maroon-color);*/
/*    padding: 15px 11px;*/
/*    border-radius: 12px;*/
/*    color: #fff;*/
/*    margin-bottom: 20px;*/
/*    font-weight: 600;*/
/*}*/
/*.descArrow .wp-block-list li::before{*/
/*    color: #fff!important;*/
/*}*/
/*.descArrow  h2{*/
/*    margin-bottom: 28px;*/
/*}*/
.booking input{
    border-radius: 10px;
    border: 1px solid var(--maroon-color);
    border-radius: 6px;
}
.btn_1.full-width.purchase{
    background:var(--maroon-color);
    border-radius: 22px;
}
ul.share-buttons li a{
    border-radius: 20px;
    transition: all .5s linear;
}
ul.share-buttons li a:hover{
    background: var(--maroon-color);
}
.include:before{
    color: var(--maroon-color)!important;
}
.exclude:before{
    color: var(--maroon-color)!important;
}
.homeWhyChoose .box_how{
    padding:40px 20px;
    border: 1.5px solid var(--maroon-color);
    border-radius: 8px;
    background: #fff;
    transition: all .5s linear;
    cursor: pointer;
    
}


.homeWhyChoose .box_how:hover{
    transform: scale(1.03);
}
.homeWhyChoose .box_how h4{
    font-size: 19px;
    color: #000;
    margin-top: 33px;
}












@charset "UTF-8";
/*
Theme Name: Atul Holidays
Theme URI: 
Author: Codzio
Author URI: http://codzio.com/
Description: Atul Holidays
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.adjust-btn-padding
{
	padding: 10px 10px !important;
}


#loader {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: 0 auto;
  display: block;
  /*background-color: #fff;*/
  z-index: 99999999999 !important;
}

[data-loader-1="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid var(--maroon-color);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}





h1.testimonials-header{
    font-family: "Univers57-Condensed", sans-serif;
    font-size: 18pt;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: normal;
    padding: 6px;
}
section#home-reviews{
  margin: 50px 6px 70px 6px;
  padding: 100px 0;
  font-family: "Univers57-Condensed", sans-serif;
    color: #5d564f;
    background: #f7f7f7;
}
section#home-reviews h2{
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.fa-quote-left{
  padding-right: 10px;
}
.fa-quote-right{
  padding-left: 10px;
}
section#home-reviews p{
  font-size: 13pt;
}
.stars{
  color: #BB8B41;
}

.review-img
{
  max-width: 80px;
  margin: 0 auto;
  border-radius: 50%;
}

.box_how {
    text-align: center;
}

.box_how .icon_how {
    border: 2px solid var(--maroon-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
    padding-top: 5px;
    box-sizing: border-box;
}

.box_how .icon_how span {
    /*background-color: var(--maroon-color);*/
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: auto;
    color: #fff;
    font-size: 48px;
    line-height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_how .icon_how span img{
    filter: invert(23%) sepia(55%) saturate(1760%)          hue-rotate(328deg) brightness(90%) contrast(95%);
    width:68%;
}
.box_how h4 {
    font-size: 16px;
    margin-top: 20px;
}


section.below-slider {
  margin-bottom: 30px;
}

.carousel-control {
  background: none !important;
}

p.slider-caption {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 170px;
  background: red;
  color: #fff;
  padding: 10px;
}

p.slider-caption span {
  font-size: 15px;
  font-weight: 900;
}

.raw-data {
  position: absolute;
  top: 140px;
  right: 90px;
  text-align: center;
  background: #000094;
  color: #fff;
  padding: 15px;
}

a.call {
  color: #fff;
}

.form-title {
  font-size: 30px;
  box-shadow: 1px 2px 3px 2px;
}

.sparkle, .item-dis h3 {
  font-family: impact;
  text-align: center;
}

span.text-icon {
  font-size: 15px;
  color: #181818;
  font-weight: 400;
}

.item-dis h3 span {
  font-size: 30px;
}

.dis-item {
  float: left;
}

.dis-item img {
  margin-top: -15px;
  margin-right: 25px;
  float: left;
}

section.trip {
  margin-top: 40px;
}

.trip-dis {
  text-align: center;
  padding: 15px;
}

a.booking-button {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-a {
  margin: 0 auto;
  text-align: center;
}

.title {
  color: #2e3192;
  font-weight: 600;
  height: 45px;
}

.tour-item {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
}

.tour-item:hover {
  webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  transition: box-shadow .2s ease-in-out;
}

.rev-img img {
  width: 70px;
  border-radius: 50px;
}

.rev-text {
  margin-top: 12px;
  text-align: center;
  padding: 15px;
  color: #000;
}

section.review-part {
  margin-bottom: 30px;
}

footer {
  padding:40px 0 0px 0 !important;
}

#social_footer ul {
  margin-top: -20px;
}

a.phone-text {
  color: #fff;
  font-weight: 600;
}

img.phone {
  width: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

i.fa.fa-car, i.fa.fa-cogs, .fa-shopping-basket {
  color: #fff;
  font-size: 50px;
}

.whatsapp span {
  background: red;
  color: #fff;
  font-weight: 600;
  padding: 0px 15px;
  border-radius: 10px;
}

.whatsapp span a {
  color: #fff;
}

.whatsapp {
  font-size: 30px;
  text-align: center;
}

.con-text {
  clear: both;
  padding: 0px;
}

.best-seller {
  background: #2e3192;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  padding: 0px 5px;
  text-align: center;
  border-radius: 2px;
  margin-top: 15px;
  float: left;
}

.from {
  float: right;
  font-size: 11px;
  font-weight: 600;
  color: grey;
}

.doller {
  font-size: 15px;
  color: #000;
}

.dur {
  color: grey;
  font-weight: 400;
  font-size: 11px;
}

.sub-text {
  border: 1px 1px 1px 1px solid grey;
  padding: 10px;
}

a.review {
  background: #2e3192;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}

.review-button {
  text-align: center;
  margin-top: 20px;
}

.form-inside {
  line-height: 40px;
}

.review {
  position: relative;
  /*border: 1px solid #e8e9ec;*/
  border: 2px solid var(--maroon-color);
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  transition: all .5s linear;
  background: #fff;
}

.rev-img {
  padding: 15px;
  /*float: left;*/
  padding-bottom: 0px;
  padding-top: 5px;
}

.review:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  transition: box-shadow .2s ease-in-out;
}

.rev h4 {
  font-size: 14px;
  text-align: center;
}
.rev img{
    display: block;
    margin:22px auto 15px;
}
.rev-text-rev-img img {
  margin: 0 auto;
}

.rev-img-text {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.available {
  font-size: 10px;
  clear: both;
  float: right;
  color: #019a01;
  font-weight: 600;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--maroon-color)!important;
}
.box_grid .price strong{
    color: var(--maroon-color);
}
.homeTestiSecs .main_title_2 h2{
    margin-bottom: 16px;
}
.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  cursor: pointer;
  z-index: 9999;

  opacity: 0;
  transform: translateY(40px) scale(0.8);
  transition: all 0.4s ease;
}

/* show class */
.whatsapp-float.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* hover animation */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px #972535;
}

/* pulse animation */
.whatsapp-float::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  animation: pulse 1.8s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.homeRevieSecs .review{
    background: #fff!important;
}
.homeRevieSecs .review {
    border: 1px solid #972535!important;
}
.homeRevieSecs .rev{
    color: #972535!important;
}
.homeRevieSecs .rev .by{
    color: #972535!important;
}
.homeRevieSecs .strImg{
    filter: brightness(0) saturate(100%) invert(57%) sepia(87%) saturate(1433%) hue-rotate(7deg) brightness(95%) contrast(95%);
} 
.homeRevieSecs h6{
    color: #333!important;
}
.homeRevieSecs .elementor-widget-container{
    color: #333!important;
}
.homeRevieSecs .rev-text{
    color: #333!important; 
}
.custom-arrow:focus{
    outline: none;
}
.custom-arrow:hover{
    background: #fff!important;
    border: 1px solid var(--maroon-color)!important;
    color: var(--maroon-color)!important;
}
.btn_1:hover{
    background: #fff!important;
    border: 1px solid var(--maroon-color)!important;
    color: var(--maroon-color)!important;
}
#layerslider{
    height:750px!important;
}
.footerLogo{
    filter: brightness(0) invert(1);
    object-fit: contain;
    margin-left: -5%;
}
.tourNewSlide .slick-slide{
    transition:all .5s linear;
}
.tourNewSlide .slick-slide:hover{
    transform: scale(1.04);
}
.homeWhyChoose .main_title_2{
    margin-top: 4%;
}
.homeSelling .slick-track{
    padding-bottom: 10px!important;
}
.forHoverBtn{
    transition:all .5s linear;
}
.btnHover:hover{
    background: white!important;
    border:1px solid var(--maroon-color)!important;
    color: var(--maroon-color)!important;
    font-weight: 700;
}
.about-images video{
    opacity: 1;
}

/*animation css*/

.scaleHover{
    transition:all .5s linear;
}
.scaleHover:hover{
    transform: scale(1.02);
}

.shadow-animation {
  position: relative;
  overflow: hidden;
}

/* LEFT half overlay */
.shadow-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #972535, #c94a5c); /* maroon gradient */
  opacity: 0.9;
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  z-index: -1;
}

/* RIGHT half overlay */
.shadow-animation::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, #972535, #c94a5c); /* maroon gradient */
  opacity: 0.9;
  transform: translateX(100%);
  transition: transform 0.7s ease;
  z-index: -1;
}
.shadow-animation h2{
    color: #fff!important;
}
.shadow-animation p{
    color: #fff!important;
}

/* HOVER → both come to center and meet */
.shadow-animation:hover::before {
  transform: translateX(0);
}

.shadow-animation:hover::after {
  transform: translateX(0);
}
.purWhatsapp{
    display: flex !important;
    gap: 10px;
    align-items: center;
    padding: 8px 30px !important;   
    border-radius: 2rem !important;
    margin-top: -7px;
    background:var(--maroon-color)!important;
    justify-content:center!important;
}
.btnHoverNo{
    background: var(--maroon-color)!important;
}
.purWhatsapp svg{
    width: 20px;
    /*fill: #25D366!important;*/
    stroke: #25D366!important;
}
.detlEngBtn{
    border: 1px solid var(--maroon-color)!important;
}
.textcap{
    text-transform: uppercase!important;
}
.detailBtnH{
    background: white!important;
    border: 1px solid var(--maroon-color)!important;
    color: var(--maroon-color)!important;
    font-weight: 700!important;
}
.detailBtnH:hover{
    background: var(--maroon-color)!important;
    color: #fff!important;
}
.detlEngBtn:hover svg{
    stroke: var(--maroon-color)!important;
}
.box_grid{
    border: 1px solid rgb(119, 119, 119);
}
.detailRSEcMain{
    margin-bottom: 4%;
}
.detailRSEcMain h2{
    /*text-align: center;*/
    margin-bottom: 35px;
    font-weight: 700;
}
.box_grid img{
    width: 100%;
}
.detailRSEcMain .tourNewSlide {
    padding: 0 6%;
}
.detailRSEcMain .slick-track{
    padding:10px 0;
}
.detailRSEcMain .slick-slide{
    margin: 0 10px;
}
.detailRSEcMain .slick-prev{
    position: absolute;
    top: 46%;
    left: 3%;
    /*transform: translate(-50%, -50%);*/
}
.detailRSEcMain .slick-next{
    position: absolute;
    top: 46%;
    right: 3%;
    /*transform: translate(-50%, -50%);*/
}
.detailRSEcMain .btn_home_align a:hover{
    background: #fff!important;
    color: var(--maroon-color)!important;
    border: 1px solid var(--maroon-color)!important;
}
.detailRSEcMain .slick-prev{
    left: 1%;
}
.detailRSEcMain .custom-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #972535;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.storyBtn{
    border: 2px solid var(--maroon-color);
}
.storyBtn:hover{
    background: #fff!important;
    color: var(--maroon-color)!important;
}
.tourNewSlide .slick-track{
    padding-bottom: 10px!important;
}
.booking textarea{
    border: 1px solid var(--maroon-color);
    border-radius: 8px;
    resize: none;
    height: 100px;
    width: 100%;
    margin-bottom: 14px;
    padding:4% 5%;
}

/*home why sec grid animation*/
.homewhyChooseSecInners .box_how {
  position: relative;
  border-radius: 16px;
  padding: 45px 25px;
  text-align: center;
  overflow: hidden;
  z-index: 1;

  /* main gradient */
  background: linear-gradient(135deg, #a73749, #972535);

  /* premium shadow */
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);

  transition: all 0.45s cubic-bezier(.2,.8,.2,1);
}


/* mandala pattern overlay */
.homewhyChooseSecInners .box_how::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url('/mnt/data/mandla_light_maroon.png'); /* use your path */
  background-size: 280px;
  background-repeat: repeat;
  background-position: center;

  opacity: 0.18;
  z-index: -1;
}


/* shine effect */
.homewhyChooseSecInners .box_how::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );

  transition: 0.7s;
}


/* hover effect */
.homewhyChooseSecInners .box_how:hover {

  transform: translateY(-14px) scale(1.02);

  box-shadow:
    0 25px 60px rgba(151,37,53,0.45),
    0 0 25px rgba(255,255,255,0.15) inset;

  background: linear-gradient(135deg, #b84355, #972535);
}


/* shine move */
.homewhyChooseSecInners .box_how:hover::after {
  left: 140%;
}


/* icon hover glow */
.homewhyChooseSecInners .box_how:hover .icon_how span {

  transform: scale(1.15);

  box-shadow:
    0 0 25px rgba(255,255,255,0.4),
    inset 0 0 15px rgba(255,255,255,0.2);
}


/* text */
.homewhyChooseSecInners .box_how h4 {

  color: #fff;
  margin-top: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;

}
.blogListingGridSec{
    margin: 5% auto;
}

/*blog page css*/
article.blog figure a{
    width: 100%;
    display: block;
    height: 260px;
}
article.blog figure img{
    width: 100%;
    display: block;
    height: 100%;
}
.aboutPgeBannerBottomSec a i{
   font-size: 29px;
    margin-bottom: 16px;
}
.deter{
    margin-bottom: 4%;
}
#description ul{
    margin-bottom: 0;
}
 .read-more-content h2{
    margin: 15px 0 10px;
}
 .read-more-content h3{
    margin: 10px 0 5px;
}

.hero_in:before{
    background-size: cover!important;
    background-position: 100% 21%!important;
}
.singlepost img{
    width: 100%;
}
.blogDetMarg{
    margin-top: 4%!important;
}
footer ul li a:focus{
    color: #fff;
}
.read-more-content ul {
    padding-left: 25px !important;
    margin: 0 0 14px 0;
}



/*start media*/
@media (max-width: 991px){
    .singlepost {
        padding: 15px 15px 5px 15px;
    }
    .read-more-content h2{
        /*text-align: center;*/
    }
    #description ul{
        margin-bottom: 34px;
    }
    .cbp_tmlabel{
        margin-top: 30px!important;
    }
    .hero_in.tours_detail{
        height: 350px!important;
    }
    .padd.Listings .mt-5.pt-5{
        padding-top: 0!important;
        margin-top: 40px!important;
    }
    .read-more-content h1{
        font-size: 27px!important;
        margin-bottom: 16px;
        /*text-align: center;*/
    }
    .read-more-content p{
        /*text-align: center;*/
    }
    .bg_color_1 hr{
        display: none;
    }
    .faq-question{
        text-align: left;
    }
    .features-box{
        margin-top: 34px;
        margin-bottom: 38px!important;
    }
    .padd.Listings .read-more-btn{
        margin: auto;
        display: block;
        width: fit-content;
    }
    .aboutPgeBannerBottomSec .box_feat h3{
        text-align: center;
    }
    .aboutPgeBannerBottomSec .box_feat p{
        text-align: center;
    }
    .deter p{
        text-align: center;
    }
    .email-box p{
        margin-bottom: 0;
    }
    #logo img{
        width: 90px!important;
    }
    div.padd{
        margin-top: 50px!important;
         margin-bottom: 50px!important;
    }
    /*.aboutPgeBannerBottomSec h3, p{*/
    /*    text-align: center;*/
    /*}*/
    .aboutPgeBannerBottomSec a i{
        font-size: 33px;
        text-align: center;
        display: block;
        margin-bottom: 17px;
    }
    .deter{
        margin-top: 5%;
    }
    .deter img{
        margin-bottom: 20px;
    }
    .homeReviewBottom{
        margin:0 0 9%!important;
    }
    #layerslider{
        height:280px!important;
    }
    .detailRSEcMain h2{
        margin-top:20px;
        margin-bottom: 15px;
    }
    .detailRSEcMain .slick-prev{
        left: 1%;
    }
    .detailRSEcMain .slick-next{
        right: 1%;
    }
    .footerLogo{
        margin-left: -10%;
    }
    .stat-card p{
        font-size: 14px!important;
    }
    .stat-card h2{
        font-size:32px!important;
    }
    .custom-arrow i{
        font-size: 18px;
    }
    .tourNewSlide .slick-track{
        display: inline-block!important;
    }
    .homeTaj .slick-arrow{
        top:27%!important;
    }
    .homeGolden .slick-arrow{
        top:27%!important;
    }
    .homeLocalCity .slick-arrow{
        top:27%!important;
    }
    .stats-section{
        width: 87%!important;
    }
    .box_grid {
        padding: 10px!important;
        width: 100%!important;
        margin: auto!important;
    }
    .contForm{
        margin-top: 40px;
    }
    .tourNewSlide .slick-track{
        gap: 10px!important;
    }
    .containers.homeGolden{
        margin-top: 50px!important;
    }
    .homeLocalCity {
        margin-top: 11%!important;
    }
    .homeSelling{
        margin-top: 14%!important;
    }
    .homeRevieSecs .slick-prev{
        left: -21px!important;
    }
    .homeTestiSecs.homeRevieSecs h2{
        margin-bottom: 38px;
    }
    .approved-logos{
        padding: 0!important;
    }
    .homeRevieSecs .slick-next{
        right: -23px!important;
    }
    .approved-section{
        padding: 20px 20px 20px 20px!important;
    }
    .homeWhyChoose{
        margin-top: 10%!important;
    }
    .row.footerFlex ul{
        margin-bottom: 4%;
    }
    .homeRevieSecs .tourNewSlide{
        padding:0 10px!important;
    }
    .stats-section{
        padding: 20px 0 30px!important;
    }
    .homeReviewBottom .rows{
        gap: 17px;
    }
    .approved-logos{
        gap: 18px!important;
    }
    .homeWhyChoose .box_how {
        padding: 25px 20px;
    }
    .homeWhyChoose .box_how h4{
        min-height: auto;
    }
    .homeReviewCard a.boxed_list h4{
        font-size: 20px;
    }
    .homeApproveSec .logo-card{
        width: 90%;
        text-align: center;
        margin: auto;
        padding: 32px 16px!important;
        border-radius: 14px!important;
    }
    .homeReviewBottom{
        margin-top: 7%!important;
    }
    .homeReviewCard a.boxed_list p{
        margin-bottom: 0!important;
    }
    .homeReviewCard {
        padding: 27px 20px!important;
    }
    .aboutPgeBannerBottomSec{
        margin-top: 12%;
    }
    .stat-card{
        width: 100%;
        margin: auto;
        padding: 37px 16px!important;
        border-radius: 14px!important;
    }
    .homeRecmdSec {
        padding: 0 10px!important;
    }
    .homeGolden .tourNewSlide{
        padding: 0 10px!important;
    }
    .homeReviewCard {
        padding: 25px 28px;
    }
    .approved-logos img{
        margin: auto;
    }
    .stat-card p br{
      display:none;
      }
      .about-section{
          padding: 50px 0!important;
      }
      .tourNewSlide{
          padding: 0 30px;
      }
      .homeTestiSecs .slick-prev{
          left: 2px;
          top: 50%;
      }
      .homeTestiSecs .slick-next{
          right: 2px;
          top: 50%;
      }
      .homeTestiSecs .rev-text{
          min-height: 149px;
      }
    .clearfix li{
        margin-bottom: 0;
    }
    .email-box{
        padding:10px 0!important;
    }
    .about-content{
        width: 100%!important;
    }
    .footerTrip{
        text-align: left!important;
    }
    .footerFlex{
        gap: 0!important;
    }
    .mobile-head{
        margin-bottom: 22px;
    }
    .payPal{
        text-align: left!important;
    }
    .homeReviewBottom .rows{
        grid-template-columns: 1fr;
    }
    .call_section{
        margin: 10% 0 8%;
    }
    .footerFlex{
        grid-template-columns: 1fr;
    }
    .homeWhyChoose .row{
        gap: 20px;
    }
    .img-box.bordered{
        margin: -26% 0 0% -13px!important;
    }
    .about-section{
        padding: 30px 0;
    }
    .about-images{
        margin-top: 18px;
    }
    .small-title{
        text-align: center;
    }
    .about-content h2{
        text-align: center;
    }
    .about-content p{
        text-align: center;
    }
    .about-section a{
        margin: 32px auto 0;
        display: block;
        width: fit-content;
    }
    .stats-grid{
        gap: 20px;
    }
    #logo{
        position: unset;
        text-align: unset;
    }
    .topheader{
        display: none!important;
    }
    .headerInner{
        justify-content: flex-end!important;
    }
    .img-box.bordered{
        width: 100%!important;
    }
    header.header.sticky{
        padding: 16px 20px!important;
    }
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
  .col-sm-8.copyright {
    margin-top: -23px;
    margin-bottom: 30px;
  }

  p.slider-caption {
    bottom: 0px;
    width: 150px;
    background: #ff00004a;
  }

  .form-inside {
    line-height: normal;
  }

  span.text-icon {
    font-size: 13px;
  }

  .con-text {
    padding: 10px;
  }

  .dis-item img {
    width: 40px;
  }

  .icon-text {
    margin-top: -8px;
  }

  .raw-data {
    position: inherit;
  }

  .dis-item {
    float: none;
    text-align: center;
  }

  img.tour-img.img-responsive {
    float: left;
    width: 150px;
    padding: 5px 10px 5px 5px;
  }

  .title {
    height: auto;
  }

  .tour-item a img {
    margin-bottom: -20px;
  }

  .btn-a {
    margin-top: -20px;
  }

  .btn-a.rev-book {
    position: absolute;
    right: 0;
    top: 30px;
  }

  .mobile-hide {
    display: none;
  }

  .form-title {
    font-size: 20px;
    width: 220px;
    margin: 0 auto;
  }

  .trip-dis {
    float: left;
    width: 50%;
  }

  .trip-dis.arange {
    margin: 0 auto;
    width: 100%;
  }

  .mobile-head{
    text-align: left !important;
  }
}