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



html, body {
	height:100%;
}
ul {
	list-style:none;
}
ol, ul, li {
	margin:0px;
	padding:0px;
}
body {
	font-size: 15px;
	font-family:"Raleway-Regular", Helvetica, Arial, sans-serif;
	color:#000000;
	overflow-x:hidden;
	background-color: #ffffff;
 letter-spacing: .01rem;
}
 @font-face {
 font-family:"Raleway-Regular";
 src:url(fonts/Raleway-Regular.ttf) format("truetype");
}
 @font-face {
 font-family:"League Gothic";
 src:url(fonts/LeagueGothic-Regular.otf) format("truetype");
}
a {
	color:#1e1e1e;
	text-decoration:none;
	outline: none !important;
}
a:hover {
	color:#ff6402;
	text-decoration: none !important;
}
a:focus {
	color:inherit;
	text-decoration: none !important;
}
 a:active, a:selected, a:visited {
 color:inherit;
 outline: none !important;
 text-decoration: none !important;
}
.form-control {
	padding: 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size:12px;
}
input[type=text], input[type=email], input[type=file], input[type=password], input[type=date], input[type=tel], input[type=url], select {
	padding: 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height:40px;
	width:100%;
	text-indent: 7px;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color:none;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
textarea {
	width:100%;
	padding: 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-indent: 7px;
}
input[type="submit"], input[type="button"] {
	text-align:center;
	background-position: center;
	background-color: #e9513c;
	font-size: 15px;
	color: #ffffff;
	font-family:"Raleway-Bold", Arial, Helvetica, sans-serif;
	padding: 8px 20px;
	border:none;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color:#FFFFFF;
	background-color:#367002;
}
.button {
	text-align:center;
	background-position: center;
	background-color: #e9513c;
	font-size: 15px;
	color: #ffffff;
	font-family:"Raleway-Bold", Arial, Helvetica, sans-serif;
	padding: 10px 20px;
}
.button:hover {
	color:#FFFFFF;
	background-color:#367002;
}
.blackbutton {
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 5px center;
	background-color: #000000;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}
.blackbutton:hover {
	color:#FFFFFF;
	background-color: #279bd3;
}
.white-button {
	font-size:16px;
	color:#209de2;
	text-align:center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-position: 5px center;
	background-color: #ffffff;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.white-button:hover {
	color:#FFFFFF;
	background-color: #16c1b7;
}
.greenbutton {
	color:#ffffff;
	text-align:center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 5px center;
	background-color: #176f72;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.greenbutton:hover {
	color:#FFFFFF;
	background-color: #13232c;
}
p {
	line-height:25px;
}
strong {
	font-weight:600;
	color:#141414;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	
}
.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
	float:left;
	padding:4px;
	border: 2px solid #f1f1f1;
}
.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
	float:right;
	padding:4px;
		border: 2px solid #f1f1f1;
}
.aligncenter {
	margin:auto;
	margin-bottom: 5px;
	padding:4px;
	display:block;
		border: 2px solid #f1f1f1;
}
.alignnone {
	padding:4px;
		border: 2px solid #f1f1f1;
}
.boldfont {
	font-weight:bold;
	font-size:15px;
}
.blacklink {
	color:#000000;
	text-decoration:none;
	outline: none !important;
}
.blacklink:hover {
	color:#f4a137;
	text-decoration: none;
}
.white-font {
	color:#FFFFFF;
}
.nopadding-left {
	padding-left:0px;
}
.nopadding-right {
	padding-right:0px;
}
.marging-top {
	margin-top:25px;
}
.marging-bottom {
	margin-bottom:25px;
}
.widget-title {
	font-size: 33px;
	line-height:normal;
	color:#000000;
	margin-bottom:15px;
	text-transform: uppercase;
}
.title-line {
	background-image: url(../images/tilte-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 28px;
	margin-bottom:20px;
}
.center-line {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
h3.widget-title {
	font-size:20px;
	margin-bottom:10px !important;
}


/*================start trip advisor====================*/

.tripadvisor-scr
{
position:fixed;
bottom:0;
left:0;
z-index:1000;
}


/*================end trip advisor====================*/
/*================start header====================*/

.header {
	height: auto;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ff7800;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ff810c;
}
.header-left {
	float: left;
	height: auto;
	width: 40%;
	padding-top:3px;
}
.header-login a {
	width:100px;
	color: #e2574c;
	border: 2px solid #e2574c;
	text-transform: uppercase;
	float:left;
	font-weight:bold;
	padding:7px 10px;
	margin-left:10px;
	text-align:center;
}
.header-login a:hover {
	background-color:#e2574c;
	color:#FFFFFF;
}
.header-right {
	float: left;
	height: auto;
	width: 60%;
	text-align:right;
}
.hdright-top {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.hdright-top ul{
	float:right;
	background-color: #ff7800;
}

.hdright-top ul li{
	float:left;
}

.hdright-top ul li a{
	padding-top: 10px;
	padding-right: 23px;
	padding-bottom: 10px;
	padding-left: 23px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d56502;
	color:#FFFFFF;
}



.hdright-bottom {
	height: auto;
	width: 100%;
	float: left;
}


.hdright-bottom ul{
float:right;
}

.hdright-bottom ul li{
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}
.hd-contact
{
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px !important;
}
.hd-email
{
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px !important;
}
.header-menu {
	width:100%;
	height:auto;
	margin-top:10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item
{
	border-top:solid 1px #fff;
	}
/*================start banner====================*/



.banner {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.tp-shadow1 {
	box-shadow:none !important;
}
.home .pagetitlebg {
	display:none;
}

.home .widget-title
{
	font-family:"League Gothic", Arial, Helvetica, sans-serif;
}

section {
	width:100%;
	height:auto;
	padding:25px 0px 25px 0px;
}

/*================start section 1====================*/
.section1  {
}

.toptour-box
{
width:100%;
height:auto;
border: 2px solid #CCCCCC;
padding:3px;
}
.top-tour
{
width:100%;
height:auto;
position:relative;
}

.toptour-pic
{
width:100%;
height:auto;

}
.toptour-pic img
{
	width:100%;
	height:auto;
}

.toptour-name
{
	width:100%;
	height:auto;
	background-color:rgba(0, 0, 0, 0.6);
	position:absolute;
	
	right:0;
	bottom:0;
	left:0;
	text-align: center;
	padding: 5px 15px;
	color: #FFFFFF;
	font-size: 28px;
	letter-spacing:1px;
	text-transform: uppercase;
	font-family:"League Gothic", Arial, Helvetica, sans-serif;
}
.toptour-name a
{
color:#FFFFFF;
}
.toptour-name a:hover
{
color:#ff6402;
}

/*================start section 2====================*/



.section2 {
	background-color:#0099FF;
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	padding:120px 0px;
}
.about-cont
{
width:100%;
height:auto;
padding-right:25px;
}


.about-cont h3 {
font-size:18px;
font-family:"Raleway-Regular", Helvetica, Arial, sans-serif;
margin-bottom:12px;
}

.about-cont p {
margin-bottom:28px;
text-align:justify;
}
/*================start section 3====================*/

.section3{
padding-bottom:0px;
}

.section3 .widget-title{
text-align:center;
}
.section3 .sect3-cont
{
margin-bottom:35px;
}

.widget-title span
{
color:#367002;
}

.section3 .sect3-cont p{
width:80%;
text-align:center;
margin:auto;
display:table;
}

.most-tour
{
width:100%;
height:auto;
margin-bottom:30px;
position:relative;
}

.most-pic
{
width:100%;
height:auto;
}

.most-pic img
{
width:100%;
height:auto;
}

.most-name
{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0px;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	background-image: url(../images/touname-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*================start section 4====================*/
.section4 {
}


.section4 .sect3-cont
{
margin-bottom:25px;
}

.section4 .sect3-cont .widget-title{
text-align:center;
}


.section4 .sect3-cont p{
width:80%;
text-align:center;
margin:auto;
display:table;
}

.sect4rom-cont
{
margin-bottom:35px;
}

.sect4rom-cont  .button
{
margin-top:20px;
display:table;
}

.romantic-tour
{
width:100%;
height:auto;
position:relative;
margin-bottom:30px;
}

.romtour-pic
{
width:100%;
height:auto;
}

.romtour-pic img
{
width:100%;
height:auto;
}

.romtour-name
{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 25px 10px 15px;
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/tourblack-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#FFFFFF;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.romtour-name a
{
color:#FFFFFF;
}

.romantic-tour
{
width:100%;
height:auto;
}
.beachtour-box
{
width:100%;
height:auto;
}
.beach-tour
{
width:100%;
height:auto;
}

.beach-tour img
{
width:100%;
height:auto;
}
.beachname
{
width:100%;
height:auto;
text-align:center;
position:absolute;
top:10px;

font-size: 33px;
    line-height: normal;
    color: #000000;
    font-family: "League Gothic", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;

}




/*================start section 5====================*/
 .section5
 {
	 margin-bottom:25px;
	 }

.hotal-book
{
	text-align:center;
	margin-bottom
	}
.hotal-book .button
{
	font-size: 20px;
    padding: 16px 60px;
    display: table;
    margin: 18px auto 0px;
	}

.hotal-book h4
{
	font-weight:600;
}
.htb-sec
{
	margin:20px 0px;
	}	 
.htl-left img, .htl-right img
{
	width:100%;
	}
.htl-left
{
	    width: 37%;
    float: left;
    padding-right: 20px;
}
.htl-right
{
	    width: 63%;
    float: left;
}		 
/*================end section 5====================*/
.section6
 {
	 margin-bottom:25px;
	 }

.section6 .widget:nth-child(1)
{
	width:25%;
	float:left;
}
.section6 .widget:nth-child(2)
{
	width:75%;
	float:left;
}
.section6 .widget:nth-child(3)
{
	width:50%;
	float:left;
	padding-left:2%;
}
.section6  input[type="text"],  .section6  input[type="email"]{
	 margin-bottom:10px;
}
.section6 textarea
{
	 height: 194px;
}

.section6 .widget:nth-child(1) .widWRL
{
	margin-top:-20px !important;
	}

/*========start foooter====================*/


.footer {
	background-color: #080808;
	height: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
	color:#ffffff;
	float:left;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.footer-left
{
width:35%;
height:auto;
margin-right:5%;
float:left;
}
.footer-right
{
width:55%;
height:auto;
float:left;
}


.footer .widget {
	width: 45%;
	float: left;
	margin-right: 5%;
}
.footer .widget-title, .footer h3 {
	color:#f2f2f2;
	font-size:16px;
	margin-bottom: 25px !important;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #676767;
	font-weight:600;
	font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
}
.footer ul li {
	width:100%;
	float:left;
	margin-bottom: 5px;
}
.footer ul li a {
	color: #ffffff;
}
.footer ul li a:hover {
	color: #b4b3b3;
}
.footer .menu li {
background: url(../images/arrow-white.png) no-repeat left center;
    padding-left: 18px;
	margin-bottom:14px;
	width: 47%;
	margin-right:3%;
    float: left;
}

.footer .social li .fa {
	padding-right: 15px;
}


.footer-left ul li {
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 20px;
	color: #ffffff;
}
.addiconbox {
	float:left;
	width:50px;
	height:auto;
	margin-right:5px;
}
.addiconbox .glyphicon {
	font-size:22px;
	color:#b4b3b3;
	padding:0px 6px 6px 6px;
}
.address-box {
display: table-cell;
    height: auto;
}
.address-box h4 {
color:#ffffff;
text-transform:uppercase;
font-size:17px;
}

.footer-right .input-group
{
margin-bottom:20px;
}
.footer-right .input-group-addon
{
	background-color:transparent;
	border-radius: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.footer-right input[type="text"], .footer-right input[type="email"], .footer-right textarea
{
	background-color:transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height:47px;
        color: #ffffff;
}

.footer-right textarea
{
height:180px;
}

.footer-right input[type="submit"]
{
background-color:transparent;
	text-align:center;
	margin:auto;
	display:table;
	border: 1px solid #FFFFFF;
}
.footer-social
{
margin-top:50px;
}

.footer-social ul
{
width:auto;
height:auto;
margin:auto;
display:table;
}

.footer-social ul li
{
width:auto;
height:auto;
float:left;
margin:5px 10px;
}

.footer-social ul li a
{
	border: 1px solid #666767;
	padding: 10px 15px;
	float:left;
}
.footer-social ul li a:hover
{
	border: 1px solid #000000;
}

.footer-social ul li a .fa
{
font-size:25px;
color:#cacaca;
}

.footer-link
{
margin-top:15px;
}

.footer-link ul
{
margin:auto;
display:table;
width:auto;
height:auto;
}

.footer-link ul li
{
width:auto;
height:auto;
float:left;
padding:5px 10px;
}
 
.footer-link ul li a
{
color:#ffffff;
}

.trpadbox
{
margin-top:25px;
}

.trpadbox ul
{
margin:auto;
display:table;
}

.trpadbox ul li
{
width:auto;
height:auto;
float:left;
margin-left:5px;
margin-right:5px;
}

.payment-method
{
padding-top:23px;
}


.footer-copyright {
color:#ffffff;
	padding:15px 0px;
	width:100%;
	float:left;
	background-color: #000000;
	text-align:center;
}
.footer-copyright a {
color:#d5d4d4;
}
.footer-copyright a:hover {
color:#ffffff;
}
/*================ start inner page ====================*/



.innerbanner {
	width:100%;
	height:auto;
}
.innnerpic img {
	width:100%;
	height:auto;
}
.page-margin {
	margin-top:50px;
	margin-bottom:25px;
}
.innerbanner .entry-title {
	color: #ffffff !important;
	background-color: #081a31;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-top: 3.0%;
	text-transform: uppercase;
	text-align:center;
}
.entry-title .page-title {
	font-size:25px;
	color: #ffffff;
	border: 2px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family:"Raleway-Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.pagetitlebg {
	background-color: #081a31;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 10px;
}
.cat-title h1 {
	font-size: 28px;
	color: #000000;
	padding-top:20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*================ start breadcrumb ====================*/



.breadcrumb {
	margin-bottom:0px;
	background-color:transparent;
	display:table;
	margin:10px auto;
}
.breadcrumb li {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.breadcrumb li a {
	color:#FFFFFF;
}
.breadcrumb li a:hover {
	color:#ff6402;
}
.breadcrumb .active {
	color:#ff6402;
}
.breadcrumb > li + li:before {
	color:#FFFFFF;
	content: "/";
	padding: 0 2px;
}
 .trail-items li::after {
 content: "\002F";
 padding: 0 0.5em;
 color: #fff;
}
.entry-content p {
	margin: 0 0 23px 0;
	line-height:26px;
}
.panel-left {
	width:25%;
	margin-right:3%;
	float:left;
}
.panel-right {
	width:72%;
	float:left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom:10px;
}
.entry-content h1, .entry-content h2 {
	font-size:28px;
}
.entry-content h3 {
font-size:20px;
}
.entry-content h4 {
	font-size:15px;
}
.entry-content h5 {
	font-size:14px;
}
.entry-content h6 {
	font-size:13px;
}
.entry-content .widget-title {
	margin-bottom:15px;
	text-transform:inherit;
}
.entry-content .ul-list, .entry-content .ol-list, .entry-content ol, .entry-content ul {
	margin-bottom:20px;
}
.entry-content .ul-list {
	margin-left:0px;
}
.entry-content .ul-list li {
	padding-left: 25px;
	background-position: left 2px;
	background-image: url(../images/orange-arrow.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.entry-content ul {
	list-style:disc;
}
.entry-content ol, .entry-content ul {
	margin-bottom:20px;
	margin-left:20px;
}
.entry-content ol li, .entry-content ul li {
	padding-left: 2px;
	margin-bottom: 13px;
}
.entry-content ol li a, .entry-content ul li a {
	color: #1d1d1d;
}
.entry-content ol li a:hover, .entry-content ul li a:hover {
	color: #ce271e;
}
.ul-part li {
	width:45%;
	margin-right:5%;
	float:left;
}
.entry-content input, .entry-content textarea, .entry-content select {
	margin-bottom:15px;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.panel-default {
	border: 1px solid #1badbe;
}
.panel-default .panel-heading {
	background-color:#1badbe;
	font-size:17px;
	color:#FFFFFF;
}
/*================ start category page ====================*/

.post {
	margin-bottom:40px;
	width:100%;
	height:auto;
	float:left;
}
.post .post-thumbnail img {
	width:100%;
	margin-bottom:10px;
}
.post .entry-title {
	margin-top: 15px;
	text-transform: none;
	font-size: 25px;
	margin-bottom: 15px;
	font-weight:normal;
}
.post .entry-title a {
	font-size: 22px;
}

.post .post-info {
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 15px 20px 17px 20px;
	border: 1px solid #eee;
}
.post .post-info span {
	color: #888;
	display: inline-block;
	padding: 0 8px 0 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.post .post-info .entry-date, .post .post-info .byline, .post .post-info .comments-link, .post .post-info .cat-links, .post .post-info .edit-link {
	margin-right:5px;
}
.post .post-info span a {
	color: #888;
}
.post .post-info span a:hover {
	color:#16c1b7;
}
.post .post_more
{
float:left;
}

.comment-form p {
	margin-bottom:5px !important;
}
.comment-form-comment textarea {
	height:70px;
}
.comment-list {
	margin-bottom:30px !important;
	margin-left:0px !important;
	list-style:none
}
.comment-list .comment-body {
	background: #f5f5f5;
	border-right: 3px solid #ddd;
	line-height: 18px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom:25px;
}
.comment-meta .comment-author, .comment-meta .comment-metadata, .comment-meta .comment-awaiting-moderation {
	margin-bottom:10px;
}
.comment-meta .comment-author .avatar {
	margin-right:10px;
}
.comment-meta .comment-awaiting-moderation {
	font-style:italic;
}
/*================ end category page ====================*/





/*================ start sidebar ====================*/





.panel-left .widget {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.panel-left.widget p {
	margin-bottom:15px;
}
.panel-left .widget .widget-title {
	background-color: #f0f0f0;
	border-left:solid 4px #ff7800;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	color: #ff7800;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	padding:13px 15px;
}
.panel-left .widget ul {
}
.panel-left .widget ul li {
	list-style:none;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 14px;
	width:100%;
	height:auto;
	float:left;
}
.panel-left .widget ul li a {
	color:#000000;
	border-bottom: 1px dashed #d6d6d6;
	padding:10px 0px;
	width:100%;
	height:auto;
	float:left;
}
.panel-left .widget ul li a:hover {
	color:#ff7800;
}
.panel-left .widget .menu  li a {
	background: url(../images/checked.png) no-repeat left center;
	padding-left:23px;
}
.panel-left .widget .input-group{
	margin-top:10px;
}
.panel-left input[type="submit"]{
	margin:10px auto 0px;
}
.sidecont li
{
	padding-left:20px;
	margin-top:6px !important;
	}
.sidecont .sdcont-sec
{
	 background-color:#f0f0f0;
	}	
.sidecont .cnticon
{
	background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 50%;
    display:inline-block;
    height: 55px;
	 width: 55px;
	 line-height:55px;
	 text-align:center;
    vertical-align: middle;
	margin-right:10px;
	font-size: 30px;
	color:#e9513c;
	margin-left:-20px;
	}
.sidecont .cnt-inf
{
	display:inline-block;
	 vertical-align: middle;
	 font-size:14px;
	 word-break: break-all;
}
.sidecont li:first-child  .cnt-inf
{
	 font-size:20px;
	}
/*===========about page=================*/
.aboutsect1
{
    width: 60%;
    display: table;
    margin: auto;
    text-align: center;
}


.about-feature
{
width:80%;
height:auto;
text-align:center;
}
.aboutfeature-icon
{
width:100%;
height:auto;
margin-bottom:20px;
}
.aboutfeature-icon .glyphicon
{
border:solid 1px #000000;
padding:25px;
font-size:50px;
color:#367002;
}
.aboutfeature-detail
{
width:100%;
height:auto;
}

.about-feature:hover .aboutfeature-icon .glyphicon
{
background-color:#FF9900;
color:#FFFFFF;
border:solid 1px #FF9900;
}

.about-tourist
{
background: #f5f5f5 url("../images/about-bg.png") no-repeat scroll right top / 50% 100%;
 padding-bottom: 86px;
    padding-top: 94px;

}

.abouttourist-cont
{
width:50%;
}

.about-service
{
background: rgba(0, 0, 0, 0) url("../images/about-serive.jpg") no-repeat scroll center top / cover;
    padding-bottom: 86px;
    padding-top: 94px;
	color:#FFFFFF;
}
.single-about-service
{
margin-bottom: 75px;
height:120px;
}
.about-service-title {
    margin-bottom: 10px;
    overflow: hidden;
}
.about-service-icon {
    display: table-cell;
    height: 40px;
    margin-right: 9px;
    width: 60px;
}

.table-title {
    display: table-cell;
    height: 47px;
    vertical-align: middle;
}
.table-title h4
{
text-transform:uppercase;
font-size:22px;
font-family: "League Gothic", Arial, Helvetica, sans-serif;
font-weight:normal;
}

.single-about-service > p {
    color: #ffffff;
    font-weight: 300;
    line-height: 25px;
}

.about-social
{
margin-left:0px;
}

.about-social li
{
width:auto;
height:auto;
float:left;
margin:5px 10px 5px 0px;
list-style:none;
}

.about-social li a
{
	border: 1px solid #bababa;
	padding: 10px 15px;
	float:left;
}
.about-social li a:hover
{
	border: 1px solid #ff7800;
}

.about-social li a .fa
{
font-size:25px;
color:#bababa;
}


/*===========advertiser page=================*/

.adver-ser {
	min-height:350px;
}
.adverser-pic {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.adverser-pic img {
	width:100%;
	height:auto;
}
.adverser-cont {
	width:100%;
	height:auto;
}
.adverser-cont h3 {
	text-align:center;
}
.adverser-cont p {
	text-align:justify;
}
.adverpr-box {
	text-align:center;
	padding-right: 20px;
	padding-left: 20px;
}
.adverpr-icon {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.adverpr-cont {
	width:100%;
	height:auto;
}
.adveropt-box {
	min-height:245px;
}
.publisher-box {
	min-height:150px;
}
.adveropt-icon {
	width: 70px;
	display:table-cell;
}
.adveropt-cont {
	display:table-cell;
	vertical-align: top;
}
.adveropt-icon .glyphicon {
	border:solid 1px #e2574c;
	padding:13px;
	font-size:20px;
	color:#e2574c;
}
.adveropt-box:hover .glyphicon, .publisher-box:hover .glyphicon {
	background-color:#e2574c;
	color:#ffffff;
}
.adveropt-cont h3 {
	margin-top:0px;
}
.adveropt-cont p {
	text-align:justify;
}
/*=============partner page==============*/



.partner-box {
	width:100%;
	height:auto;
	padding:10px;
	border: 1px dotted #CCCCCC;
	float:left;
}
.partner-pic {
	width: 18%;
	margin-right:3%;
	height: auto;
	float:left;
}
.partner-pic img {
	max-width:100%;
	height:auto;
}
.partner-cont {
	height:auto;
	width:79%;
	float:left;
}
.partner-cont h3 {
	margin-top:0px;
}
.partner-cont p {
	text-align:justify;
}
/*=============reviews page==============*/



.reviews-box {
	height: auto;
	width: 100%;
	background-color: #f6f6f6;
	padding: 20px 10px;
}
.rev-pic {
	height: auto;
	width: 50%;
	float:left;
}
.rev-pic img {
	height: auto;
	width: 100%;
}
.rev-cont {
	height: auto;
	width: 50%;
	float:left;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.rev-cont h3 {
	margin-top:0px;
}
/*===========contact page=================*/

.contact-left {
	padding-right:20px;
}
.contact-right {
	padding-left:20px;
}
.contact-left .widget-title, .contact-right .widget-title {
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom:15px;
}
.contactbox
{
width:80%;
height:auto;
text-align:center;
}
.conticon
{
width:100%;
height:auto;
margin-bottom:20px;
}
.conticon .glyphicon
{
border:solid 1px #000000;
padding:20px;
font-size:45px;
color:#367002;
}
.contdetial
{
width:100%;
height:auto;
}

.contactbox:hover .conticon .glyphicon
{
background-color:#FF9900;
color:#FFFFFF;
border:solid 1px #FF9900;
}

.contact-left input[type="text"], .contact-left input[type="email"], .contact-left select, .contact-left textarea {
	border: 1px dashed #CCCCCC;
}
.contact-left input[type="text"], .contact-left input[type="email"], .contact-left select {
	height:40px;
}
.contact-left textarea {
	height:150px;
}
/*===========testimonial page=================*/

.katb_test_text_basic p, .katb_test_text p {
	line-height:22px !important;
	font-size:15px !important;
}
/*===========offer page=================*/

.offer-page .dataTables_length label select {
	margin-right: 10px;
}
.offer-page .dataTables_filter label {
	width:100%;
}
.offer-page .dataTables_filter label input {
	margin-left: 10px;
	width:85%;
}
.offer-page table tr th {
	background-color:#ff6403;
	color:#FFFFFF;
	text-transform:uppercase;
}
.offer-page table tr td a {
	color:#000000;
}
.offer-page table tr td a:hover {
	color:#ff6403;
}
.offer-page .pagination {
	margin:0px;
	float:right;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color:#ff6403;
	border-color: #ff6403;
}
/*===========faq page=================*/



.ufaq-faq-list {
	margin-bottom:35px;
}
.ufaq-faq-div {
	border:solid 1px #e9e9e9;
	background-color: #ffffff;
	margin: 15px 0 !important;
	padding: 5px 0 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.ufaq-faq-title h4 {
	font-size:15px;
	font-weight:normal;
	color:#000000;
}
.ufaq-faq-body {
	border-top:solid 1px #e9e9e9;
}
/*===========Review  page=================*/
.katb_test_box_side_meta
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff810c;
}

.katb_test_text p {
    line-height: 26px !important;
}

/*start tour list*/

.tourlist
{
	width:100%;
	height:auto;
	background-color:#eeeeee;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4297cc;
	float:left;
	margin-bottom:35px;
}

.tourlist-pic
{
width:30%;
height:auto;
float:left;
margin-right:5%;
}

.tourlist-pic img
{
width:100%;
height:auto;
}

.tourlist-detail
{
width:65%;
height:auto;
float:left;
padding-right:20px;
}

.tourlist-detail .button
{
margin-top:20px;
display:table;
}

.trdt-opt
{
width:40%;
}

.trdt-opt-detial
{
width:60%;
}

.trdt-opt .glyphicon
{
margin-right:10px;
color:#367002;
font-weight:bold;
font-size:13px;

}


/*start tour detail*/
.tour-detail
{
background-color:#f5f5f5;
}
.tour-detail .panel-grid-cell 
{
padding-left:0px !important;
}

.tour-detail .panel-grid-cell img
{
padding:0px !important;
border:none;
}


.tour-detail
{
margin-top:0px;
}

.tourdetail-left
{
width:100%;
height:auto;
}
.tourdetail-left img
{
width:100%;
height:auto;
}
.tourdetail-left p
{
   margin:0px !important;
    line-height: !important;
}
.tourdetail-right
{
width:100%;
height:auto;
padding: 0px 15px;
}

.tourdetail-right h3
{
margin-bottom:25px;
}

.tourdetail-right table
{
background-color:#ffffff;
}

.tour-day img
{
width:300px;
height:170px;
}

/*=====booking page=======*/

.booking-form input[type="text"], .booking-form input[type="email"], .booking-form input[type="date"], .booking-form select, .booking-form textarea {
	border: 1px dashed #CCCCCC;
	background-color:#fafafa;
}
.booking-form input[type="text"], .booking-form input[type="email"], .booking-form select {
	height:40px;
}
.booking-form textarea {
	height:80px;
}


/*======mega menu=====*/
.hmenu 
{
	width:100%;
	height:auto;
	text-align:center;
}
.hmenu img 
{
	width:100%;
	height:auto;
	border:solid 1px #cccccc;
	padding:2px;
}
.hmenu h4
{
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:normal;
	font-size:15px;
}


.tour-list
{
	width:100%;
	height:auto;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09);
    background: #ffffff ;
	border-bottom:solid 2px #ffffff;
	transition: .4s;
}

.tour-list:hover
{
	box-shadow: 0 0px 20px rgba(202, 202, 202, 0.9);
	}
.tour-pic
{
	position:relative;
}
.tour-dur
{
	position:absolute;
	left:0;
	right:0;
	bottom:15px;
	font-size: 14px;
	color: #b6b6b6;
    font-weight: 700;
    padding: 6px 10px;
	background-color:rgba(0,0,0,0.8);
	text-align:center;
	text-transform:uppercase;
	}

.tdlist-detail h3
{
	font-size:20px;
	font-weight:600px;
	}

.tdlist-detail .button
{
	margin-top:15px;
	display:table;
	padding:8px 20px;
	}

.tour-pic
{
	overflow:hidden;
	}	
.tour-pic img {
width: 100%;
min-height:190px;
transition-duration: .4s;
transform: scale(1, 1);
}
.tour-pic img:hover {
transition-duration: .4s;
transform: scale(1.2, 1.2);
}	
	
.tdlist-detail
{
   padding: 15px 15px 0px 0px;
	}	


.whats-chat {
    display: none;
}	

.intbk
{
	padding-left: 0px !important;
    margin: 12px 0px 25px 0px !important;
    display: table;
    width: 100%;
}
.intbk li
{
	width:50%;
	float:left;
	padding:0px !important;
	margin:0px !important;
	list-style:none;
}
.intbk .button
{
	color:#ffffff;
	}
.intbk .button:hover
{
	color:#ffffff;
	}	
.intbk .talkwhats
{
	text-align:right;
}
.intbk .talkwhats a
{
	background-color: #25D366;
    color: #ffffff;
    padding: 10px 20px;
}
.intbk .talkwhats a:hover
{
	background-color: #367002;
    color: #ffffff;
}

.intbk .talkwhats .fa
{
	margin-right:5px;
}