<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-size:16px;
	color:#000;
	font-family: 'Poppins', sans-serif;
}
h1{
	font-size:60px;
}
h2{
	font-size:50px;
}
h3{
	font-size:40px;
}
h4{
	font-size:30px;
}
h5{
	font-size:25px;
}
h6{
	font-size:20px;
}
p{
	line-height:30px;
}
li{
	line-height:30px;
}
a{
	color:#000;
}
a:hover{
	text-decoration:none;
}
.head{
	padding:30px 0px;
}
.free-ticket{
	text-align:center;
}
.free-ticket h5{
	color:#FF0E00;
	text-transform: uppercase;
	font-size:26px;
	font-weight: 700;
    line-height: 38px;
    margin: 0;
}
.banner{
	position:relative;
}

.mailid p{
	font-size:19px;
	font-weight:500;
	padding-left:25px;
}
.mailid p img{
	padding-right: 4px;
}
.banner .floating{
	padding: 0px 40px;
	position: absolute;
	right:3%;
	top: 3%;

}
.system-banner{
	display:block;
}
.mobile-banner{
	display:none;
}
.formpage{
	border:5px solid #F06314;
	border-radius: 10px;
	
}
.formpage h5{
    text-align: center;
    background-color: #F06314;
    color:#fff;
    margin: 0;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px 5px 0px 0px;
    position:relative;
}
.formpage h5:after {
	content:'';
	position: absolute;
	bottom: -23px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #F06314;
}
.formpage form{
	padding: 30px 30px 50px;
	margin:0;
	background-color: #fff;
}
.formpage input{
	width:100%;
	padding: 7px;
    margin-bottom: 17px;
}
.formpage input:focus{
   border:1px solid #F06712;
    box-shadow:0px 0px 0px;
    outline: 0;
    padding: 8px;
}
.formpage input:last-child{
	margin:0;
}
.formpage input::placeholder{
	color:#A3A3A3;
}
.formpage .btn-submit{
	float: right;
    background-color: #F36922;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}
.topmargin{
	margin-top:50px;
}
.about-us p{
	text-align:justify;
}
.all-header h3{
	text-align: center;
	color:#eb3b09;
	position: relative;
	margin-bottom: 30px;
	margin-top: 0px;
}
.all-header h3:after{
	content: '';
    position: absolute;
    bottom: -8px;
    left: 45%;
    width: 100px;
    height: 2px;
    background-color: #E84700;
}
.tour-packages{
	border: 1px solid #E5E4E4;
	border-radius: 5px 5px 0px 0px;
}

.tour-packages ul.nav-pills{
	width:100%;
}
.tour-packages ul.nav-pills li{
	width:50%;
	text-align: center;
}
.tour-packages ul.nav-pills li a{
	color:#fff;
	background-color:#646464;
	padding:8px !important;
}
.tour-packages ul.nav-pills li.active a{
	background-color:#F67800;
}
.tour-packages ul.nav-pills li:nth-child(1) a{
	border-radius: 5px 0px 0px;
}
.tour-packages ul.nav-pills li:nth-child(2) a{
	border-radius: 0px 5px 0px 0px;
}

.tour-packages .nav-pills&gt;li+li{
	margin:0px;
}
.alltour{
	padding:20px 15px;
}
.alltour p{
	text-align:left;
}
.stylechange{
	padding: 5px 0px;
}
.list-text{
	padding: 0px;
	text-align: justify;
}
.list-text li{
	margin-bottom: 5px;
	font-size: 15px;
}
#more {display: none;}

.top-images h6{
text-align: center;
color:#EA4003;
position: relative;
}
.top-images h6:after{
	content: '';
    position: absolute;
    bottom: -8px;
    left: 32%;
    width: 130px;
    height: 2px;
    background-color:#EA4003;
}
.strip-img{
	padding: 20px 0px;
}
.touramt{
	width:100%;
	display:table;
	border-top: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	margin: 20px 0px;
    padding: 9px 0px;
}
.touramt h5{
	font-size:18px;
}
.touramt div{
	display: table-cell;
	width:50%;
	vertical-align: middle;
}
.btn-enquiry{
	border: 0;
    background-color: #00B013;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
     float: right;
     margin-right: 10px;
     font-weight: 600;
}
.btn-enquiry a{
    color:white;
}
.btn-enquiry a:hover{
    text-decoration:none;
    color:inherit;
}
.touramt h5 i{
	margin-right:5px;
}
.carousel-backg{
	background-image: url("../.././img/review1.jpg");
   background-position: top center;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.carousel-backg h3{
text-align: center;
color:#FDC308;
text-transform: uppercase;
font-weight:600;
}

.carousel-backg .item{
	color: #fff;
    top: 0;
  
}
.carousel-backg .carousel-inner .item p{
	font-weight:500;
	font-size:18px;
	text-transform: uppercase;
	line-height:35px;
	text-align: center;
	padding-top:20px;
}
.carousel-backg .carousel-inner  h6{
	float: right;
	color: #FDC307;
	font-weight:600;
}
.carousel-backg .carousel-inner{
	  width: 80%;
  margin: 0 auto;
}
.carousel-backg .carousel-control.left,.carousel-backg .carousel-control.right{
	background-image: inherit;
}
.carousel-backg .carousel-control{
	width:0;
	top:50%;
	opacity:1;
}
.btn-review{
	border: 0;
    background-color: #FDC307;
    color: #000;
    padding: 10px 25px;
    border-radius: 9px;
     margin-right: 10px;
     font-weight: 600;
}
.more-reviews{
	text-align: center;
	padding-top: 30px
}

.footer{
	background-image:url(../../img/footer_bg.jpg);
	background-size: cover;
}
.footer-text{
	padding: 30px 0px;
}
.footer-text h5{
	position:relative;
	color:#FDC307;
	text-transform: uppercase;
}
.footer-text h5:after{
	content: '';
    position: absolute;
    bottom: -13px;
    left: 0%;
    width: 80px;
    height: 2px;
    background-color:#FDC307;
}

.alltour ul{
	padding:0px;
}
.footer-text ul{
	padding:25px 25px 0px;
	list-style-type: none;
	color:#fff;
}
.footer-text ul li{
	font-size:16px;
}
.footer-text img{
	padding: 25px 0px;
}
.location{
	color:#fff;
	padding:20px 30px 0px 0px;
}
.footer-first li{
position:relative;
font-size:24px;
font-weight:600;
}
.footer-first li:nth-child(1):before{
	position:absolute;
	content:"\f095";
	font-family:FontAwesome;
	left: -27px;

}
.footer-first li:nth-child(2):before{
	position:absolute;
	content:"\f232";
	font-family:FontAwesome;
	left: -27px;
}
.footer-second li{
position:relative;
}
.footer-second li:before{
	position:absolute;
	content:"\f072";
	font-family:FontAwesome;
	left: -27px;
	font-size: 19px;
    color: #FDC307;
}
.footer-second li a{
    color:#fff;
}
.footer-second li a:hover{
    color: #FDC307;
    text-decoration:none;
}
.footer-bottom{
    background-color:#1A1818;
}
.footer-bottom p{
    color:#fff;
    margin-bottom:0px;
    padding:5px 0px;
}
.footer-bottom .develop p a{
    color:#F5A102;
    padding-left:5px;
}
.footer-bottom .develop p a:hover{
    text-decoration:none;
}
#more-day1-first{
	display:none;
}
#more-day1-second{
	display:none;
}
#more-day2-first{
	display:none;
}
#more-day2-second{
	display:none;
}
#more-day3-first{
	display:none;
}
#more-day3-second{
	display:none;
}

#more-day4-first{
	display:none;
}
#more-day4-second{
	display:none;
}
#more-day5-first{
	display:none;
}
#more-day5-second{
	display:none;
}
#more-day6-first{
	display:none;
}
#more-day6-second{
	display:none;
}
#more-day7-first{
	display:none;
}
#more-day7-second{
	display:none;
}
#more-day8-first{
	display:none;
}
#more-day8-second{
	display:none;
}
#more-day9-first{
	display:none;
}
#more-day9-second{
	display:none;
}
.btn-read{
	text-align: right;
}
.btn-read button{
	border:0;
	background-color: inherit;
	color: #F47400;
	border-bottom:1px solid #F47400;
	padding: 0;
    font-size: 14px;
    font-weight:700;
    margin-top:10px;
}
.btn-read button:focus{
	outline:0;
}
.alltour p{
	font-size:13px;
}
.last-point{
	margin-bottom: 0px;
}
.package-point{
	margin-bottom: 20px;
}
.packageimg{
        transition: transform .2s linear;
}
.packageimg:hover{
    cursor:pointer;
    transform: scale(1.04);
}
.blinking{
	animation:blinkingText 0.8s infinite;
}
.computer{
    display:block;
}
.mobile{
    display:none;
}
@keyframes blinkingText{
	0%{		color: #FF0E00;	}
	50%{	color: blue;	}
	100%{	color: #FF0E00;	}
}
.scrollup{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 65px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background:#F06712;
}
.scrollup i{
        line-height: 35px;
}

/*responsive*/
@media(max-width:767px){
	.banner .floating{
		position: inherit;
		padding-top: 30px;
	}
	.top-images img{
		margin:0 auto;
	}
	.carousel-backg .carousel-inner .item p{
		font-size:14px;
	}
	.mobile-border{
	    margin-top: 50px;
	    border:1px solid #b5b1b1;
	    border-bottom:0px;
	}
	.touramt{
	    margin:0px;
	}
	.touramt h5 {
	    padding-left: 10px;
    }
    .firstdaymobile{
        margin-top:0px;
    }
	.tourgallery img{
       margin:0 auto;
       padding-top:20px;
	}
	.alltour p{
	    text-align:left;
	}
	.logo img{
		width:60%;
		margin: 0 auto;
	}
	.free-ticket h5{
		font-size:21px;
		padding-top:5px;
	}
	.mailid p{
		font-size:15px;
		padding-left: 0px;
      	text-align: center;
	}
	.carousel-backg{
		padding:20px 0px 30px 0px;
	}
	.more-reviews{
		padding-top: 10px;
	}
	.system-banner{
		display:none;
	}
	.mobile-banner{
		display:block;
	}
	.topmargin{
	margin-top:30px;
    }
    .all-header h3{
    font-size:30px;
    }
   .footer-bottom p{
    text-align:center;   
   }
   .footer-text{
	padding: 10px 0px;
   }
   .about-us p{
	font-size:12px;
    }
    .computer{
    display:none;
}
.mobile{
    display:block;
}
}
@media(max-width:480px){
	.all-header h3:after{
		left:38%;
	}
	.top-images h6:after{
		left: 33%;
	}
}
@media (max-width: 390px){
    .touramt h5{
        font-size:16px;
    }
}
@media (max-width: 360px){
	.mailid p{
		padding-left:0px;
        text-align: center;
	}
	.tour-packages ul.nav-pills li a{
		padding:5px;
	}

}
@media (max-width: 340px){
	.tour-packages ul.nav-pills li a{
		padding:0px;
	}

}


.mySlides {display: none;}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
}
/* Fading animation */
.fade {
  opacity: 1;
  animation-name: fade ;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}</pre></body></html>