@charset "utf-8";
/* CSS Document */


body{
	font-family: 'Poppins', sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.logo{
	width:100%;
	position:relative;
	padding-top:14px;
	padding-bottom:0px;
	} 
	
.logo img{
	width:100%;}

.pd-none{
	 padding-left:0px;
	 padding-right:0px;
}		
	
.btn-signup.red-btn {
     background: #ff4e00 !important;
    padding:10px 15px;
    color: #fff;
    text-decoration: none;
	border-radius:2px;
}	

.bg-color ul{
	padding-left:0px;}

.bg-color ul li{
	list-style:none;
	}

.booking{
	margin-top:16px;
	margin-bottom:16px;
	}

a{ text-decoration:none;}

.tour_container {
    display: block;
    position: relative;
    width: 100%;
    border: 0px solid #ddd;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #b7b7b785;
    padding: 0px 0px;
	}

img{
	width:100%;}
	
.img_container {
    position: relative;
    overflow: hidden;
    border:1px solid #fff;}	
	
.img_container:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: linear-gradient(to bottom,transparent 20%,#222e4c);*/
    display: block;
    height: 100%;
    width: 100%;
	z-index:99;}	
	
.img_container img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}	

.img_container img:hover {
    -webkit-transform: none;
    transform: none;
}

.img_container:hover img{  
  -webkit-transform: none;
    transform: none;}

.short_info {
    position: absolute;
    left: 0;
    bottom: -11px;
    background: url(../img/shadow_tour.png) left bottom repeat-x;
    width: 100%;
    padding: 15px 10px 14px 5px;
    color:#fff;
    background-position:center;
	z-index:999;

}

.short_info i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;

}

.short_info .price {
    float: right;
    font-size: 20px;
    font-weight:normal;
    display: inline-block;
    margin-top:0px;
}

.tour_container .tour_title {
    padding: 20px 7px;
    position: relative;
}

.city-page .tour_container .tour_title {
	padding:10px 7px;
	}

.rating small {
     font-size: 12px;
    color: #000;
    margin-top: 10px;
    /* font-family: verdana; */
    line-height: 18px;
	}

.tour_container .tour_title h3 a {
    color:#000;
    font-size:18px;
    font-weight:normal;
    margin:0px;
    padding:0px 0px;
    padding-top: 7px;
    text-transform: capitalize;
    margin-bottom: 7px;
	text-decoration:none;
}

#single_tour_feat ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
    display: table;
}

#single_tour_feat ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 0px 10px;
    white-space: nowrap;
    font-size:12px;}
	
#single_tour_feat ul li i {
    font-size: 18px;
    display: block;
    margin-bottom: 0px;
}	
	
	
.btn-det {
    text-transform: capitalize;
    color: #fff;
    background-color: #008000;
    font-weight: normal;
    margin: 5px 5px 10px 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 16px;
}

.btn-det {
    text-transform: capitalize;
    color: #fff;
    background-color: #ff4e00;
    font-weight: normal;
    margin:15px 0px 20px 0px;
    padding:11px 25%;
    font-size:15px;
    line-height: 16px;
    border-radius: 0px;
   border:1px solid #ff4e00;	
}	

.city-page .btn-det{
	margin:0px 0px 15px 0px;}


.btn:hover {
    color:#ffffff;
    text-decoration: none;
	}
	
.mar-50{
	margin-bottom:50px;
	margin-top:50px;}	
	
.header-title{
	margin-bottom:30px;
	text-align:center;
	}	
	
.header-title h3{
	font-size:24px;
	margin-bottom:0px;}	

.header-title p{
	font-size:15px;
    color:#ff4e00;
}	



/*Animation*/
	
.pinkBg {
background-color: #35b523;
background-image: linear-gradient(90deg, #289019, #57dc44);
}
.intro-banner-vdo-play-btn{
    height:45px;
    width:45px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1;
	box-shadow:0 0.1rem 1rem 0 rgba(74,74,74,0.2), 0 0.25rem 0.5rem 0 rgba(74,74,74,0.2);
}
.intro-banner-vdo-play-btn i{
    line-height:45px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
     position: absolute;
    width: 80px;
    height: 80px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -40px 0 0 -40px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
	
	/*Animation end*/
	



.whatsapp{
	 position: fixed;
	 right:50px;
	 top:130px;
	 z-index: 9999999;
	 }	
	
.whatsapp .whiteText{
	color:#fff;}	
	




/*Top Tourist Destination in South India*/

.top-destination-item {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
    margin-bottom: 6px;
}

.top-destination-item img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-destination-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 85px 20px;
    background: #00000054;
}
.top-destination-item h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.top-destination-item p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.overlay h2 a{
	color:#fff;
	text-decoration:none;}
	
.top-destinations .col-md-4 {
    padding: 0 3px;
}	


.top-destination-item h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.top-destination-item:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.top-destination-item:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.top-destination-item:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	}
	
.top-destination-item .overlay-full {
    padding: 215px 20px;
}	

.mailchimp {
    padding-top: 65px;
    padding-bottom: 40px;
    background:#f7f2f2;
}

.mailchimp .media .media-object {
    position: relative;
    top: -10px;
}

.f24 {
    font-size:24px !important;
}


.f16 {
    font-size: 16px !important; 
}
.c-grey {
    color: #5E6D77 !important;
}

.pr30 {
    padding-right: 30px;
}

.subcribe-form .form-control {
    height: 55px;
    line-height: 53px;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color:#ff4e00;
}


.subcribe-form input[type="submit"] {
    border: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    line-height: 55px;
    color: #FFF;
    background:#ff4e00;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    text-transform: uppercase;
}


/*Top Tourist Destination in South India*/


iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.track {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.track-inner {
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.track:nth-of-type(5n+1) .track-title {
    background-color: #253d52;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    text-transform: uppercase;
}

.track-dis h5 {
    color: #334960;
    font-size: 18px;
}

.track-dis{
    padding:7px 15px;
}

.box-sha {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    padding: 10px 10px;
}

.feature-details h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 20px;
}

.feature-details p {
    margin-bottom: 5px;
    line-height: 24px;
}


.feature-details {
    margin-top: 15px;
}

/*footer start here*/


footer{
	padding:45px 0px;
	background:#e6dfdf;
	
	}
	
	
footer ul{
	padding-left:0px;
	}	
footer ul li{
    list-style: none;
    border-bottom:1px solid #bbb3b3;
    padding:10px;
	}	
	
	
footer ul li a{
    color: #000;
    text-decoration:none;
    font-size:14px;
	}
	
footer h3{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	}	
	
footer a, footer a:hover{
	color:#000;
	text-decoration:none;}	

footer p{    
  text-align: justify;
    font-size: 14px;
    line-height: 22px;
}

.copy{
	text-align: center;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
	background:#c9c9c9;
	}
	
.copy p{
	margin-bottom:0px;}	
	
	

/*footer start end here*/ 	
	

/* south india start here */

.page-title.image-title{
	margin-top:55px;
	position:relative;}
	
.page-title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}	

.heading.light h1, .heading.light p, .image-title .page-title-wrap{
    color: #fff;
}
.theme-cl {
    color: #ff4e00 !important;
}

.image-title h2 {
    font-size: 40px;
}
	
.page-title {
    background: center #f2f4f7;
    height: 370px;
    text-align: center;
    display: flex;
    padding-top: 50px;
    background-size: cover;
}

.page-title.image-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #243b5a;
    opacity: .6;
}


.destination-box {
    line-height: 1.375;
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    font-size: 16px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.destination-box-image {
    position: relative;
}

article figure {
    position: relative;
    overflow: hidden;
    height: 280px;
}

article figure .listing-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

article figure .list-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

article figure .list-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,transparent 20%,#222e4c);
    display: block;
    height: 100%;
    width: 100%;
}

figure{
	margin:0px 0px;}
	
.destination-box.style-1 .entry-meta {
    position: relative;
    width: 100%;
    padding: 14px 20px;
    border-bottom: 1px solid #f4f4f4;
}

.entry-meta .meta-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
}	

.meta-rating{
    color:#FF9800;
}
.meta-comment{
    font-size:15px;
}

.text-through{
	text-decoration: line-through;
	opacity: .7;
}

html body .padd-l-10 {
    padding-left: 10px;
}	
	
.destination-box .inner-box {
    padding: 5px 20px;
    width: 100%;
}	

.destination-box .box-inner-ellipsis {
    min-height: 50px;
    display: table;
    width: 100%;
}

.destination-box .entry-location {
    margin: 0;
    font-size:17px;
    line-height:1.3;
    max-width: 250px;
}

.box-inner-ellipsis{
    display: table-cell;
}

.destination-place, .discount-flick, .featured {
    position: absolute;
    z-index: 1;
}

.destination-place {
    bottom: 20px;
    left: 20px;
    font-size: 16px;
}

.destination-place a:focus, .destination-place a:hover, .destination-place>* {
    color: #fff;
}


span.featured-tour {
    width: 25px;
    height: 25px;
    background: #10aa08;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    border: 2px solid #9fd402;
    line-height: 21px;
}

.list-like {
    right: 20px;
    top: 20px;
    z-index: 2;
    background:#ff4e00;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
}

.list-like, .list-like.left {
    position: absolute;
    display: inline-block;
}

.list-like.left{
    left:15px;
    bottom:15px;
}

.list-like .fa{
	color:#fff;
    text-align:center;
    line-height:30px;
    padding: 0px 7px;
	}
	
.tour-box-image .tour-time {
    position: absolute;
    right:20px;
    bottom:20px;
    color:#fff;
    font-size:16px;
    z-index: 1;
}

	


.featured-tour .fa{
	line-height:21px;
    padding:0px 6px;
	}
	
.box-inner-ellipsis {
    display: table;
    width: 100%;
	padding:25px 0px;
    line-height:16px;
}	

.tour-box .entry-title {
    margin: 0;
    font-size:14px;
    line-height:1.3;
    max-width: 250px;
}

.entry-title a{
	color:#000;
	text-decoration:none;}

.box-inner-ellipsis{
  display:table;
}

.entry-title, .price-box{
	display:table-cell;
	font-size:17px;
	font-weight:normal;
	}

.fl-right {
    float:right;
}

.theme-cl {
    color: #ff4e00 !important;
}

.entry-meta{
	margin-top:18px;}
	
.tour-box {
	line-height:1.375;
	-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
	box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
	font-size:16px;
	background:#fff;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:30px;
	}	
	
.inr-bg{
	background:#f6f8fb!important;
	}	
	
.pagination{
    display:table;
    padding-left:0;
    border-radius:4px;
    margin:20px auto;
}	

.pagination li{
    display:table-cell;
}

.pagination li:first-child a, .pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius: 4px;
    color: #fff;
}

.pagination li a .pagination li span {
    position: relative;
    float: left;
    padding:0;
    margin:5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color:#fff;
    border-radius:4px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}


.page-item.active .page-link {
    z-index:1;
    color:#fff;
    background-color:#ff4e00;
    border-color:#ff4e00;
}

.page-link{
	padding:10px  15px;
	 margin:0px 10px;
	 box-shadow:0 2px 10px 0 #d8dde6;
	 }

.inner-box{
	padding:0px 10px; 
	}	 
	 
/* south india start here */


/*south-india-tour-detail.html start here*/

.sidebar-item {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 20px #cccccc57;
    margin-bottom: 30px;
    padding: 15px;
}

.sidebar-item-dark {
    background: #333;
}

.sidebar-item .detail-title {
    margin-bottom: 15px;
}
.detail-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.sidebar-item-dark .detail-title h3 {
    background: #ff4e00;
    color: #fff;
    border: none;
    display:inline-block;
}

.sidebar-item .detail-title h3 {
padding: 8px 15px;
    font-size: 20px;
    font-weight: normal;}

.detail-title:after {
    position: absolute;
    top:45%;
    content: '';
    background: #f1f1f1;
    height: 1px;
    width: 100%;
}

.comment-btn {
    margin-top: 10px;
}

.sidebar-item .comment-btn .btn-blue {
    display: block;
    width: 100%;
    text-align:center;
    color:#fff;
}

.sidebar-item textarea {
    height:100px;
	width:100%;
}

.btn-red {
    background:#ff4e00;
	border:1px solid #ff4e00;	
	padding:7px 20px;
	text-decoration:none;
}

.btn-red:hover, .btn-det:hover{
	color:#ff4e00 !important;
	background:#fff;
	border:1px solid #ff4e00;	
	}
	
.btn-red:hover{
	text-decoration:none;}

.detail-title h3, .detail-title h4 {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    border: 1px solid #f1f1f1;
    padding: 8px 16px;
    background: #fbfbfb;
}

.sidebar-item .tour_container{
	box-shadow:none;
	margin-bottom:0px;}
	
.detail-info-content {
    margin-bottom: 20px;
}
.detail-info-content h2 {
    margin-bottom: 0px;
    display: inline-block;
    text-transform: capitalize;
    font-size:19px;
	line-height:26px;
}	

.detail-info-content p.detail-info-price {
    display:inline-block;
    float:right;
    margin:0;
}

.detail-info span.bold {
    font-size: 26px;
    color: #ff4e00;
    line-height: 26px;
}

.demo{
 margin-bottom:30px;
}

.description-content {
    border: 1px solid #f1f1f1;
    padding: 15px;
    font-size: 14px;
    color: #555;
    font-weight: normal;
    line-height: 23px;
    text-align: justify;
	margin-bottom:30px;
}

.timeline li{
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding:0px 15px 15px 110px;
    border: 1px solid #f1f1f1;
	list-style:none;
}

 table {
    width: 100%;
    margin-top: 10px;
}
 table tr {
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}

table td {
    padding:10px;
}

 table td i {
    width: 20px;
    color: #005294;
}
ul {
    margin: 0;
    padding: 0;
}
table td ul li {
    margin-bottom: 5px;
    width: 49%;
    display: inline-block;
}

td.excludes ul li i {
    color: #D60D45;
}

.day-wrapper {
    position: absolute;
    height: 100%;
    width: 60px;
    background: #f1f1f1;
    left: 0;
    z-index: 1;
    text-align: center;
    transition: all ease-in-out 0.3s;
    top: 0;
}

.day-wrapper span {
    color:#072c5d;
    font-weight: 600;
    font-size: 32px;
    line-height: 2;
    background: #fff;
    width: 100%;
    display: inline-block;
}

.flag-wrapper {
    margin-bottom: 10px;
    margin-top: 15px;
}
.flag {
    font-size: 18px;
    color:#333;
    font-weight:400;
    transition: all ease-in-out 0.3s;}

.timeline li:hover .flag {
    color:#ff4e00 ;
}	
.timeline li:hover .day-wrapper {
    background:#ff4e00 ;
}

.desc p{
	font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #555555;
}


.sidebar-helpline {
    background:url(../img/adbg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
}

.sidebar-helpline-content {
    position: relative;
    z-index: 1;
}
.sidebar-helpline-content h3, .sidebar-helpline-content p{
	 color: #fff;
}
.sidebar-helpline-content h3{
	font-size:21px;
	}

.sidebar-helpline:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

/*south-india-tour-detail.html end here*/



@media only screen and (min-width: 768px){
.page-title.image-title {
	height:270px;
	background-position:bottom;}
		
}


@media only screen and (max-width:767px){
	
.page-title{
	height:112px;}
.image-title h2{
	font-size:25px;}		
	
.booking{
  display:none;     
}

}





	
	
	