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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
a {
	text-decoration:none !important;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
}
p {
	font-size: 0.95em;
	text-align:justify;
	line-height: 1.4em;
}
/* ........... Header ............... */
.ti-header {
	min-height: 120px;
	padding: 0;
}
.ti-header-left {
	display: block;
	padding-bottom: 10px;
	padding-top: 5px;
}
.ti-header-left img {
	width:100%;
	height:auto;
}
.ti-header-right {
}
.ti-contact {
	display:block;
	float:right;
	padding: 10px 60px 10px 10px;
	font-size: 1.4em;
	font-weight:600;
	background-image: url(../images/whatsapp-ico.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #6b6868;
	line-height: 1.6em;
}
.ti-menu {
	height: 46px;
	margin-top: 0;
}
.ti-contact i {
	font-size: 1.4em;
	margin: 0px 10px;
	color: #4da8d4;
}
.ti-contact a {
	color: #676767;
}
.ti-btn-tripPlanner {
    background-color: #8cb11a;
    color: #fff !important;
    line-height: 55px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    width: 200px;
    float: right;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ti-btn-tripPlanner:hover {
	background-color: #0b861e;
	color: #f3d691 !important;
}
#packages {
	padding:50px 0px;
}
.ti-titleBar {
	color:#05851E;
	text-align:center;
	background-image: url(../images/titleBar_BGBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
.ti-titleBar h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.ti-titleBar h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.ti-package {
	width:auto;
	margin-bottom:20px;
	padding: 10px;
}
.ti-package .pkg-img {
}
.ti-package .pkg-img img {
	width:100%;
	height:auto;
}
.ti-package .pkg-title .pkg-info {
	min-height: 70px;
	background-color: #8cb11a;
}
.ti-package .pkg-title {
	display:block;
	background-color: #eee;
	min-height: 70px;
	width: 72%;
	padding: 2%;
	float: left;
}
.ti-package .pkg-title h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 10px;
}
.ti-package .pkg-title h3 a {
	color: #6f9203;
}
.ti-package .pkg-title h3 a:hover {
	color:#0d7525
}
.ti-package .pkg-title p {
	font-size: 0.8em;
	color: #666;
}
.ti-package .pkg-title p i {
	padding:0px 10px;
}
.ti-package .pkg-days {
	display: block;
	width: 28%;
	min-height: 70px;
	background-color: #8cb11a;
	float: right;
	font-size: 1.1em;
	color: #fff;
	line-height: 70px;
	text-align: center;
}
#about {
	background-color:#eee;
	padding: 50px 0px;
}
.ti-titleBar-Left {
	color:#05851E;
	text-align:left;
	background-image: url(../images/titleBar_BGBottom_Left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.ti-titleBar-Left h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.ti-titleBar-Left h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#about p {
	margin: 15px 0px;
}
.ti-moreBtn {
	background-color: #05851e;
	color:#fff;
	display:block;
	padding:5px 20px;
	float: left;
	font-size: 0.9em;
}
.ti-moreBtn:hover {
	background-color:#076519;
	color:#efe13f;
}
.ti-support {
	background-color:  #fff;
	padding: 15px;
	margin-top: 70px;
	position: relative;
}
.ti-live {
	position: absolute;
	top: -80px;
	right: 15px;
}
.ti-support h3 {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.ti-support p {
	font-size: 0.9em;
	margin: 0px !important;
}
.ti-support p strong {
}
.ti-social {
	height: 32px;
	margin: 10px 0;
}
.ti-social a {
	font-size: 2.2em;
	color: #699e74;
	padding: 0 5px;
}
.ti-social a:hover {
	color:#07711c;
}
.ti-social a i {
}
#testimonials {
	padding: 20px 0px;
	min-height: 300px;
}
#testimonials h5 {
	background-color: #07711c;
	color:#fff;
	padding:10px;
	font-size: 1em;
}
.ti-box-places {
	border:solid 1px #ddd;
	margin-top: 50px;
}
.ti-video {
	padding: 10px;
	min-height: 220px;
	background-color: #eee;
}
.newsletter {
	background-color:#DDDDDD;
}
.newsletter .signupText {
	padding: 20px 0px;
	font-size: 0.9em;
	color: #929292;
	font-weight: 600;
	text-align: left;
	line-height: 4em;
}
.newsletter .signupForm {
	padding:30px 0px;
	display: block;
	width: 100%;
}
.newsletter .signupForm #Email {
	background-color:#fff;
	display: block;
	width: 75%;
	padding: 5px;
	border: solid 1px #cecccc;
	float: left;
	outline: none;
	font-size: 0.9em;
	height: 36px;
}
.newsletter .signupForm #Subscribe {
	display: block;
	width: 25%;
	padding: 5px;
	background-color: #05851e;
	border: none;
	height: 36px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}
.links {
	padding: 30px 0px;
	background-color: #EEEEEE;
}
.links h2 {
	color: #666;
	font-size: 1.1em;
	padding: 10px 0px;
	margin-bottom: 15px;
	background-image: url(../images/titleBar_BG_FooterHeading.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.links ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
.links ul li {
	padding: 5px 5px 5px 5px;
}
.links ul li a {
	color: #666;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.links ul li a:hover {
	color: #05851e;
	background-image: url(../images/dot-hover.png);
}
.copyright {
	background-color: #333131;
	padding:10px 0;
	font-size: 0.9em;
}
.copyright p {
	height:20px;
	font-size: 0.9em;
	color:#999999;
}
.copyright p a {
	color: #dddddd;
	text-decoration:none;
}
.copyright p a:hover {
	color: #ffffff;
}
.carouselBox {
	padding-bottom:30px;
}
#cssmenu ul {
	padding:0;
	margin:0;
}
#child-banner {
	min-height: 350px;
	background-image:url(../../images/banners/slide_1.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
.ti-enquiry {
	padding: 15px;
	border: solid 1px #ccc;
	margin: 30px 0px;
	background-color:  #fff;
	font-size: 0.9em;
}
.ti-enquiry h3 {
	background-color: #11a730;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 10px;
	color: #fff;
}
.ti-enquiry .form-control {
	margin: 5px 0px;
	font-size: 0.9em;
}
.ti-enquiry label {
	margin: 5px 0px;
	padding-left: 10px;
}
.ti-enquiry .btn {
	background-color: #F0ACBA;
	color: #FFF;
	cursor:pointer;
}
.ti-enquiry .btn:hover {
	background-color:#1693eb;
}
.banner-caption {
	position:absolute;
	top: 30px;
	left: 10%;
	width: 60%;
	height:auto;
	z-index:0;
	/* text-align: right; */
}
.banner-caption h2 {
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	font-family: 'Alex Brush', cursive;
	font-size: 2.2em;/* text-align: right; */
}
.banner-caption p {
	color: #fff;
	padding: 5px 0px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	font-family: 'Bad Script', cursive;
}
#destinations {
	padding:30px 0px;
}
.ti-destination {
}
.ti-destination img {
	width: 100%;
	padding: 5px;
	border: solid 1px #999;
	background-color: #fff;
	margin-bottom: 2px;
}
.ti-destination h3 {
	font-size: 0.9em;
	text-align: center;
	background-color: #fff;
	display: block;
	border: solid 1px #999;
	padding: 10px;
}
.ti-destination h3 a {
	color: #fff;
	display: block;
	background-color: #05851e;
}
.ti-destination h3 a:hover {
	color: #ffc107;
	background-color: #186327;
}
#ti_contact {
	padding:15px;
	font-size:0.9em;
	border:solid 1px #ccc;
}
#ti_contact .form-control {
	margin-bottom:15px;
}
label {
	display: inline-block;
 margin-bottom: .5rem;
 margin-top: .5rem;
}
.form-control.btn {
	background-color: #05851e;
	color: #fff;
}
.form-control.btn:hover {
	color: #ff0;
	background-color: #0c3515;
}
.ti-destimantionImage {
}
.ti-destimantionImage img {
	width: 100%;
	height:auto;
}
 @media only screen and (max-width: 767px) {
     
.rst-f-inda h4 {
    font-size: 18px;
    font-weight: 700;
    color: #05851e;
    margin-top: 15px;
}
 .ti-contact {
 font-size:1em;
}
 .ti-package .pkg-days {
 font-size: 0.75em;
 line-height: 76px;
}
 .newsletter .signupForm {

 padding: 10px 0px;
}
 .newsletter .signupText {
 line-height:1em;
}
}
.ti-pkg-title h1 {
	font-size: 1.5em;
	padding: 10px 0px;
	margin-bottom: 20px;
	color: #4c7b19;
	font-weight: 600;
}
.ti-cp-table {
	padding: 2px;
	background-color: #ccc;
	font-size: 0.9em;
}
.ti-cp-table tr {
	background-color: #fff;
}
.ti-cp-table tr.alt {
	background-color: #ddd;
}
.ti-cp-table tr th {
	padding: 5px;
	background-color: #999;
	color: #fff;
	border: solid 1px #ccc;
}
.ti-cp-table tr td {
	padding: 5px;
	border: solid 1px #ccc;
}
.ti-cp-table tr td a {
	display: block;
	padding: 5px 20px;
	background-color: #f3d691;
	border: solid 1px #ffc107;
	margin-bottom: 5px;
	color: #dc005a;
}
.ti-cp-table tr td a:hover {
	color: #fff;
	background-color: #d43f3a;
}
.btnAdd, .btnLogOut {
	display: block;
	padding: 5px 20px;
	background-color: #f3d691;
	border: solid 1px #ffc107;
	margin-bottom: 5px;
	color: #dc005a;
	float: right;
}
.btnLogOut {
	margin-top: 30px;
}
.btnAdd:hover, .btnLogOut:hover {
	color: #fff;
	background-color: #d43f3a;
}
.testimonial-link {
	padding: 20px 0px;
}
.testimonial-link a {
	font-size: 0.9em;
	color: #d43f3a;
	display: block;
	background-color: #ddd;
	float: left;
	margin-right: 25px;
	padding: 10px 30px;
}
.testimonial-link a:hover {
	color: #fff;
	background-color: #d43f3a;
}
#Client_Testimonials {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#Client_Testimonials li {
	margin-bottom: 25px;
	border-bottom: solid 1px #fff;
}
#Client_Testimonials li blockquote {
	text-align: justify;
	font-size: 0.9em;
}
#Client_Testimonials li blockquote img {
	height: 80px;
	width: auto;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 40px;
}

.rst-f-inda h4 {
    font-size: 18px;
    font-weight: 700;
    color: #05851e;
}
