@charset "utf-8";
@import url("calendar.css");
@import url('https://fonts.googleapis.com/css?family=Satisfy:400,600,700|Prata:400,500,600,700|David+Libre:400,500,600,700&display=swap');
/* CSS Document */

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START SERVICE DESIGN
    05. START WHY CHOOSE DESIGN
    06. START SPECIAL PACKAGE DESIGN
    07. START TOP DEALS DESIGN
    08. START DEALS & DISCOUNT DESIGN
    09. START GALLERY DESIGN
    10. START BLOG DESIGN
    11. START TESTIMONIAL DESIGN
    12. START COMPANY PARTNER LOGO
    13. START CONTACT DESIGN
    14. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {color:#8C8C8C; font-family:"David Libre", serif; font-size:19px; font-weight:500; line-height:29px; background:#FFF;}
html,
body { height:100% }
h1, h2, h3, h4, h5, h6 {letter-spacing:0px; margin-top:0px; font-family:"Prata", serif; color:#000; font-weight:400;}
a { font-family:"Prata", serif; text-decoration:none; transition:all 0.2s ease 0s;}
a:hover { color:#FFF; text-decoration:none;}
a:focus {outline:none; text-decoration:none;}
p { margin-bottom:0;}
ul,
li {  margin:0; padding:0;}
fieldset { border:0 none; margin:0 auto; padding:0;}
/*START PRELOADER DESIGN*/
.preloader { background:#FFF; bottom:0; left:0; position:fixed; right:0; top:0; z-index:99999;}
.status-mes { width:45px; height:45px; position:absolute; top:50%; left:50%; margin:-40px 0 0 -40px;font-size:10px; text-indent:-12345px; border-top:8px solid #ff7300; border-right:8px solid #ff7300; border-bottom:8px solid #ff7300; border-left:8px solid #fafafa; border-radius:50%;
 -webkit-animation:spinner 700ms infinite linear; animation:spinner 700ms infinite linear; z-index:10000;}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
.status-mes h4 {
color:#f7f7f7;
position:relative;
font-size:24px;
margin-top:30px;
text-transform:capitalize;
letter-spacing:1px;
}
.no-padding { padding:0 }
/*END PRELOADER DESIGN*/
.section-padding {
	padding-bottom:80px;
	padding-top:90px;
}
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:60px;position:relative;}
.section-title  h4{
font-family:'Satisfy', cursive;
color:#63ab45;
font-size:30px;
}
.section-title h2 {
	font-size:56px;
	font-weight:600;
	margin-top:0;
	position:relative;
	text-transform:capitalize;
	font-family:"Prata", serif;
}
@media only screen and (max-width:736px) { 
.section-title  h2  {font-size:40px;}
}

@media only screen and (max-width:480px) { 
.section-title  h2  {font-size:30px;}
}

.section-title-white{color:#FFF;position:relative;}
.section-title  p{
padding:0 10px;
width:60%;
margin:auto;	
}

@media only screen and (max-width:736px) { 
.section-title  p{
padding:0 10px;
width:90%;
margin:auto;	
}

}
@media only screen and (max-width:480px) { 
.section-title  p{
padding:0 10px;
width:90%;
margin:auto;	
}

}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
background:#ff7300 none repeat scroll 0 0;
border-radius:30px;
bottom:5px;
box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.2);
color:#FFF;
cursor:pointer;
font-size:22px;
height:50px;
line-height:45px;
opacity:1;
position:fixed;
right:5px;
text-align:center;
transition:all 0.2s ease 0s;
width:50px;
}
.topcontrol:hover {
    background:#E9E6E6;
    color:#333;
}
.topcontrol i{ line-height:45px;}

/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.site-logo img{
	width:140px;
	height:auto;
}
.bg-faded {
	background-color:transparent;
	transition:all 0.5s ease 0s;
}

@media only screen and (max-width:767px) { 
.bg-faded {background-color:#232a34;}
}

.navbar-fixed {z-index:999;  position:fixed; opacity:.98; width:100%; padding:10px 0; top:0;  -webkit-animation:fadeInDown 800ms;  animation:fadeInDown 800ms; -webkit-backface-visibility:hidden;  border-radius:0px; background:#232a34; box-shadow:0px 60px 60px rgba(0,0,0,0.1); }

@media only screen and (max-width:767px) { 
.navbar-fixed {background:#232a34;}
}
#navigation{
	padding:20px 0;
}
@media screen and (max-width:480px){
#navigation{
	padding:15px 0;
}
}
#navigation.navbar-fixed {
	padding:15px 0;
}
.header_right {
	display:flex;
	flex-basis:auto;
	float:right;
}
@media screen and (max-width:480px){
.header_right {float:none;}
}
#main-menu{
	margin-top:10px;
}
#main-menu ul{
	list-style-type:none;
}
#main-menu ul li{
	display:inline-block;
	padding:0px 12px;
	position:relative;
}
#main-menu ul li a {
	color:#FFF;
	font-size:14px;
	text-transform:none;
	font-weight:500;
	transition:.3s;
}
@media only screen and (max-width:960px) {
#main-menu ul li{padding:0px 8px;} 
#main-menu ul li a {font-size:13px;}
}
@media only screen and (max-width:800px) {
#main-menu ul li{padding:0px 8px;} 
#main-menu ul li a {font-size:13px;}
}
#navigation.navbar-fixed #main-menu ul li a{
	color:#FFF;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color:#FFF;
}

.slicknav_nav_icon{
	color:#FFF;
	font-size:24px;
}
.slicknav_menu .slicknav_icon::before {
	background:transparent;
	width:1.125em;
	height:0.875em;
	display:block;
	content:"\e68e";
	position:absolute;
	font-family:'themify';
	color:#FFF;
	font-size:20px;
}
#mobile_menu{display:none;}
@media only screen and (max-width:767px) { 
.navbar-default {
padding:10px!important;
}
.navbar-collapse{
margin-top:15px;
}

#navigation ul li a{ 
position:inherit;
color:#333;

}

#navigation ul li ul ,
#navigation ul li ul li ul{
opacity:1;
position:inherit;
top:0;
transition:all 0.3s ease 0s;
z-index:1;
visibility:visible;
background:#FFF none repeat scroll 0 0;
box-shadow:0 0px 2px 0 rgba(0, 0, 0, 0.05);
padding:15px;
left:0;
background:#ff7300;
list-style:none;
width:100%;
}



#navigation ul li ul.sub-menu li{
z-index:1;
}

#navigation ul li:hover ul.sub-menu{
top:0;
opacity:1;
z-index:999;
visibility:visible;
}
#main-menu{
display:none;
}	
#mobile_menu{
display:block;
width:100%;
}
.slicknav_nav ul li a{
color:#FFF !important;
	font-size:16px;
	text-transform:capitalize;
	font-weight:600;
}
	
}
@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top:20px;
  }
.slicknav_menu {
	font-size:16px;
	box-sizing:border-box;
	background:transparent;
	padding:0;
	margin-top:10px;
}  
}
@media only screen and (max-width:480px) { 
.slicknav_menu {
	margin-top:-50px;
}
}
.call_to_action{}

.call_to_action {
	background:#ff7300;
	border:1px solid #ff7300;
	color:#FFF;
	padding:10px 30px;
	font-weight:500;
	display:inline-block;
	-webkit-transition:0.3s;
	transition:0.3s;
	border-radius:30px;
}
.call_to_action:hover{
	background:#FFF;
	border:1px solid #FFF;
	color:#232434!important;
}
@media only screen and (max-width:880px) { 
.call_to_action  {padding:10px 25px;}
}
@media only screen and (max-width:480px) { 
.call_to_action  {display:inline-block!important;}
}
.arrow-btn::after {
	font-family:FontAwesome;
	content:'\f0d7';
	position:absolute;
	top:60%;
	right:-1px;
	margin-top:-14px;
}

@media only screen and (max-width:844px) { 
.arrow-btn::after {right:-3px;}
}
@media only screen and (max-width:767px) { 
.arrow-btn::after {display:none;}
}
.slicknav_nav .slicknav_arrow {font-size:16px;}
/*START DROPDOWN MENU*/
.menu_dropdown  ul { list-style-type:none }
.menu_dropdown  li ul.sub-menu,
.menu_dropdown  ul li ul.sub-menu li ul.sub-menu { background:#ff7300; left:-30px; opacity:0; filter:alpha(opacity=0); position:absolute;
 top:125%; -webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; visibility:hidden; width:320px; text-align:left; z-index:-99;
margin-top:15px; border-radius:3px;}
.menu_dropdown  ul li ul.sub-menu li ul.sub-menu {
    top:0;
    left:100%;
    -webkit-transition:all 0.5s ease 0s;
            transition:all 0.5s ease 0s;
}
.menu_dropdown  ul li ul.sub-menu li {
    padding:0!important;
    width:100%;
}
.menu_dropdown  ul li:hover ul.sub-menu {
    top:100%;
    opacity:1;
    filter:alpha(opacity=100);
    z-index:999;
    visibility:visible;
}
.menu_dropdown  ul.nav > li ul li:hover ul.sub-menu {
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
}
.menu_dropdown ul li ul.sub-menu li a {
	color:#FFF !important;
	font-size:18px;
	padding:8px 15px;
	text-transform:capitalize;
	display:block;
	border-bottom:0px;
}
.menu_dropdown  ul li ul.sub-menu li:last-child a{border-bottom:none;}
.menu_dropdown  ul li:hover ul.sub-menu li a:hover {
    color:#000!important;
    text-decoration:none;
	padding-left:15px;
	background:#FFF;
}
/*END DROPDOWN MENU*/
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width:480px) { 
#fw_al_007 {margin-top:100px;}
}

.home_parallax{height:700px;position:relative;}
.home_parallax:before {
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content:"";
  left:0;
  top:0;
}
.hero-text{padding-top:250px;position:relative;}

.hero-text h1{	
color:#FFF;
font-size:70px;
font-weight:700;
text-transform:capitalize;
}
@media only screen and (max-width:480px) { 
.hero-text h1{font-size:40px;}
}
@media only screen and (max-width:320px) { 
.slider-info h1{font-size:30px;}
}
.hero-text p{
	color:#FFF;
	margin-bottom:25px;	
}
@media only screen and (max-width:480px) { 
.hero-text p {
  color:#FFF;
  margin:auto;
  width:90%;
  margin-bottom:25px;
}
}
.btn_one {
	background:#ff7300;
	border:2px solid #ff7300;
	color:#FFF;
	padding:10px 30px;
	border-radius:30px;
	transition:0.3s;
}
.btn_one:hover{
	background:none;
	border:2px solid #FFF;
	color:#FFF;
}
.home_video{height:750px;position:relative;}
.home_video:before {
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content:"";
  left:0;
  top:0;
}
.html-video {
    top:0%;
    left:0%;
    width:100%;
    overflow:hidden;
    position:relative;
}
.slider-caption {
    position:absolute;
    top:33%;
    width:100%;
    left:0;
    text-align:center;
    z-index:15;
    -webkit-transform:translate(0%, -50%);
    -ms-transform:translate(0%, -50%);
    transform:translate(0%, -50%);
}
video {min-width:100%;height:100%; }
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*START COUNTER*/
.counter_area{background:#ff7300;}
.counter_feature{margin-bottom:80px;}
.counter{border-right:1px solid #4166ee;}
.brnone{border-right:0px;}
.counter_img img {
	width:60px;
	float:left;
	margin-right:20px;
}
.counter h2 {
	color:#FFF;
	overflow:hidden;
	font-size:44px;
	font-weight:600;
	margin-bottom:0;
}
@media only screen and (max-width:480px) { 
.counter h2 {font-size:30px;}
}
.counter h5{
color:#FFF;
overflow:hidden;
}
@media only screen and (max-width:480px) { 
.counter h5 {font-size:18px;}
}
/*END COUNTER*/
.service_area {
	padding-bottom:80px;
}
.service_bg {
	padding:40px;
	padding-top:80px;
	background:#FFF;
	box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
	border-radius:10px;
	margin-top:-100px;
}
.single_service {
	background:#f9fcff;
	position:relative;
	padding:60px;
	border-radius:3px;
	transition:0.2s;
	border:1px solid #eee;
	margin-left:-1px;
}
.single_service:hover{
background:#FFF;
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
-webkit-transform:translate(0, -10px);
        transform:translate(0, -10px);
}
@media only screen and (max-width:480px) {
.single_service {padding:30px;}
}
.single_service img {
	width:70px;
	display:block;
	margin-bottom:30px;
}
.single_service h3 {
	font-weight:600;
	font-size:22px;
	padding-bottom:15px;
}
.single_service p{margin-bottom:0px;}

/*
* ----------------------------------------------------------------------------------------
* 04.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 05.START WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
.why_choose {position:relative;}
.why_choose:before {
    background:rgba(0, 0, 0, 0.3);
    bottom:0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}
.single-choose {
background:#FFF none repeat scroll 0 0;
border-radius:4px;
padding:30px 40px;
position:relative;
}
@media only screen and (max-width:812px) { 
.single-choose {margin-bottom:30px;}
}
.single-choose img {
	transition:all 0.3s ease 0s;
	width:80px;
}
.single-choose h4 {
	font-size:22px;
	font-weight:600;
	margin-top:20px;
	text-transform:capitalize;
	margin-bottom:15px;
}
.single-choose p{}
/*
 * ----------------------------------------------------------------------------------------
 * 05.END WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 *  06.START SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/
.single_package {
	margin:0 15px 20px;
	overflow:hidden;
	position:relative;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.03);
	border-radius:4px;
	border-bottom:1px solid #ff7300;
}
.pack_image{
	position:relative;
	transition:.5s;
	overflow:hidden;
}
.pack_image:before,
.blog_image:before
{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	z-index:1;
    background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	opacity:0;
	transition:.5s;
}
.pack_image:hover:before{
	opacity:1;
}
.pack_price{
	font-weight:600;
	color:#ff7300;
	font-size:16px;
	position:absolute;
	top:20px;
	left:0;
	background-color:#FFF;
	display:inline-block;
	z-index:1;
	padding:0 10px 0 20px;
	border-radius:0 20px 20px 0;
}
.package-hover .tour-rating {
	color:#fec42d;
	margin-bottom:5px;
}

.single_package .package-hover {
	padding:20px;
}

.single_package img{
	width:100%;
	position:relative;
}

.single_package h5 {
	font-size:20px;
	margin-bottom:5px;
	font-weight:600;
}
.single_package .rating{
	margin-bottom:10px;
}
.tour-locaton{color:#392c2c; font-size:16px; text-align:justify;}
.single_package .time_zone {
	font-size:13px;
	font-weight:600;
	text-transform:capitalize;
	color:#FFF;
	margin-bottom:8px;
	background-color:#ff7300;
	padding:2px 15px;
	display:inline-block;
	border-radius:3px;
	margin-top:15px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 06.END SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 07.START TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */
 .top_deals {
	padding-top:20px;
}
.box{
    overflow:hidden;
    position:relative;
}
.box:after{
	content:"";
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transform:rotateY(-90deg);
    transform-origin:50% -50% 0;
    visibility:hidden;
    transition:all 0.5s ease 0s;
}
.box:hover:after{
    transform:rotateY(0deg);
    visibility:visible;
    opacity:0.7;
}
.box img{
    width:100%;
    height:auto;
}
.box .box-content{
    text-align:center;
    position:absolute;
    opacity:0;
    z-index:1;
    transform:translate(0%, 0%);
    transition:all 0.5s ease 0s;
	width:90%;
	bottom:20px;
	background-color:#FFF;
	padding:15px 20px;
}
.box:hover .box-content{
    opacity:1;
    left:50%;
    transform:translate(-50%, 0%);
}
.box .title{
	margin-bottom:0px;
	font-family:'Satisfy', cursive;
}
.box .title a {
	color:#1d293e;
	font-size:20px;
	font-weight:700;
	margin-top:0;
	text-transform:capitalize;
	letter-spacing:1px;
}
.port-cat a {
	font-size:16px;
	color:#ff7300;
	text-transform:capitalize;
	letter-spacing:0px;
	font-weight:500;
}
.port-icon{
	position:absolute;
	right:0;
	top:0;
	background-color:#ff7300;
	width:40px;
	height:40px;
	line-height:40px;
	color:#FFF;
	z-index:99;
	opacity:1;
	display:inline-block;
	text-align:center;
	font-size:14px;
}
.single-portfolio{
	border:5px solid #222;
}
.portfolio-details-content{
	padding-top:20px;
	border-top:1px solid #ddd;
	margin-top:20px;
}
.portfolio-details-content .port-title{
	font-size:25px;
	margin-bottom:10px;
}

.portfolio_btn{margin-top:60px;}
.portfolio_btn a {
	border:2px solid #FFF;
	padding:12px 40px;
	border-radius:30px;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	transition:0.3s;
	background:#ff7300;
}
.portfolio_btn a:hover{
border:2px solid #333;
background:#FFF;
color:#333;
}

/*
 * ----------------------------------------------------------------------------------------
 * 07.END TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
* 08.START DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/

.single-deal {
	border-radius:4px;
	overflow:hidden;
	margin:15px;
	text-align:center;
}
.single-deal figure {
	position:relative;
	text-align:center;
	margin:0;
}
.single-deal figure:before{
	position:absolute;
	content:'';
    background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

.single-deal figure img {
    position:relative;
    display:block;
    width:100%;
	
}
.tour-rating{
	font-size:15px;
	margin-top:0px;
	color:#fec42d;
}
.single-deal figcaption {
	overflow:hidden;
	padding:15px 20px;
	text-align:left;
	background-color:transparent;
	transition:.2s;
	position:absolute;
	z-index:11;
	bottom:0;
	left:0;
	color:#FFF;
	width:100%;
}

.single-deal h4{
	margin-bottom:7px;
	font-size:22px;
	text-align:left;
	transition:.2s;
	color:#FFF;
}
.single-deal h4 i{

}
.single-deal p{
	margin-bottom:0;
	font-size:18px;
}

/*START SINGLE TOUR DETAILS*/
.single_tour_details{margin-bottom:40px;}
.single_tour_details img{width:100%;}
.single_tour_details h2 {
	font-weight:500;
	text-transform:capitalize;
	margin:20px 0;
}
.single_tour_details p{}

.tour_contact_info {
	background:#E6F2FF;
	margin-bottom:30px;
	padding:40px;
}
.profile_info {
line-height:35px;
}
.profile_info .th {
	font-weight:700;
	width:90px;
	margin-right:50px;
	display:block;
	float:left;
	color:#333;
}
.profile_info .td {
	overflow:hidden;
	display:block;
	font-size:14px;
}


.book_now{margin-bottom:30px;}
.book_now h4 {
	border-bottom:1px solid #eee;
	font-weight:600;
	margin-bottom:15px;
	padding-bottom:15px;
	text-transform:capitalize;
}
.tour_video{margin-bottom:15px;}
.tour_video h4{
	border-bottom:1px solid #eee;
	font-weight:600;
	margin-bottom:15px;
	padding-bottom:15px;
	text-transform:capitalize;
}
.tour_video iframe {
	width:100%;
	height:300px;
}
.map_tour{margin-bottom:15px;}
.map_tour h4{
	border-bottom:1px solid #eee;
	font-weight:600;
	margin-bottom:15px;
	padding-bottom:15px;
	text-transform:capitalize;
}
.map_tour iframe{
	width:100%;
	height:300px;
}
.book_now input {
background:#FFF none repeat scroll 0 0;
border-color:currentcolor currentcolor #eee;
border-style:none none solid;
border-width:0 0 1px;
box-shadow:none;
color:#333;
margin-bottom:30px;
height:45px;
padding:10px;
}
.book_now input:hover,
.book_now input:focus {
border-color:currentcolor currentcolor #ff7300;
border-style:none none solid;
border-width:0 0 1px;
    box-shadow:none;
    outline:0 none;
}

/*END SINGLE TOUR DETAILS*/
/*
* ----------------------------------------------------------------------------------------
* 08.END DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09.START GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_gallery {
	padding-top:0;
}
.product-grid{
    background-color:#FFF;
    text-align:center;
	margin:15px;
    transition:all 0.3s ease 0s;
}
.product-grid:hover{ box-shadow:-5px -5px rgba(0,0,0,0.05); }
.product-grid .product-image{
    background:#000;
    overflow:hidden;
    position:relative;
}
.product-grid .product-image a.image{ display:block; color:#FFF; line-height:50px; }
.product-grid .product-image img{
    width:100%;
    height:auto;
    transition:all 0.5s ease 0s;
}
.product-grid:hover .product-image img{ opacity:0.6; }
.product-grid .product-view{
    opacity:0;
    transform:translateX(-50%) translateY(-50%);
    position:absolute;
    left:50%;
    top:40%;
    transition:all 0.3s ease 0s;
}
.product-grid:hover .product-view{
    opacity:1;
    top:50%;
}
.product-grid .product-view a {
	color:#333;
	background-color:#FFF;
	font-size:16px;
	padding:10px 30px;
	border-radius:30px;
	display:block;
	transition:all 0.3s ease 0s;
}
.product-grid .product-view a:hover{
color:#ff7300; 

}
@media screen and (max-width:990px){
    .product-grid{ margin:0 0 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 10.START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
.blog_section{padding-bottom:50px;padding-top:0px;}
.single_home_blog {
	overflow:hidden;
	margin-bottom:30px;
}
.post-img {}
.post-img img {
	float:left;
	width:180px;
	margin-right:30px;
	overflow:hidden;
}
.post-content {}
.post-content h2 {margin-bottom:15px;}
.post-content h2 a {
	color:#333;
	font-weight:600;
	transition:0.3s;
	font-size:26px;
}
.post-content h2 a:hover{color:#ff7300;}
.post-content p {margin-bottom:15px;overflow:hidden;}
.post-content span {
	display:inline-block;
	margin-right:20px;
	color:#333;
	font-weight:500;	
}
.post-content span i{margin-right:10px;}
/*BLOG PAGES DESIGN*/
.blog-page{background:#E6F2FF;;}

.post-slide-blog{
background:#FFF none repeat scroll 0 0;
border-radius:10px;
box-shadow:0 10px 40px -10px rgba(0,64,128,.08);
margin-bottom:30px;
overflow:hidden;
padding:40px;
}
.blog-img img {
	position:relative;
	height:350px;
	width:100%;
}
@media only screen and (max-width:768px) { 
.blog-img img{width:100%;}
}
.blog-img a {
	position:absolute;
	left:4%;
	top:5%;
	background:#ff7300;
	padding:3px 15px;
	border-radius:4px;
	color:#FFF;
	font-weight:600;
	font-size:16px;
}
@media only screen and (max-width:768px) { 
.blog-img a {
	top:5%;
	left:6%;
}
}
.post-slide-blog h2 {
	font-weight:700;
	font-size:20px;
	margin-bottom:20px;
}
.post-slide-blog h2 a{color:#1d293e;}
.post-slide-blog h2 a:hover{color:#ff7300;}
.post-slide-blog span {
	text-transform:capitalize;
	padding-right:10px;
	margin-bottom:15px;
	display:inline-block;
	font-weight:600;
	margin-top:20px;
}
.post-slide-blog span a{color:#ff7300;}
.post-slide-blog > a{margin-bottom:0px;}
.post-slide-blog p{margin-bottom:30px;}

.main_btn{
	border:2px solid #FFF;
	padding:12px 40px;
	border-radius:30px;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	transition:0.3s;
	background:#ff7300;
}
.main_btn:hover{
border:2px solid #333;
background:#FFF;
color:#333;
}

/*START PAGINATION*/
ul.blog_pagination li a {
	border:1px solid #eee;
	border-radius:30px;
	color:#1d293e;
	display:block;
	font-size:22px;
	font-weight:500;
	background:#FFF;
	height:60px;
	line-height:60px;
	margin:5px;
	text-align:center;
	width:60px;
}
ul.blog_pagination li a:hover {
    color:#FFF;
    background:#ff7300;
    border:1px solid #ff7300;
}
/*END PAGINATION*/
/*START BLOG SIDEBAR DESIGN*/
.contact_form_blog{padding-top:0px!important;}
.blog_sidebar_title {
	border-bottom:1px solid #eee;
	color:#1d293e;
	font-size:18px;
	font-weight:600;
	letter-spacing:x;
	margin-bottom:15px;
	margin-top:0;
	padding-bottom:10px;
	text-transform:capitalize;
}
.blog_search, .latest_blog, .advertisement_post, .video_post, .categories, .tag, .banner {
	margin-bottom:30px;
	background:#FFF;
	padding:30px 30px;
	border-radius:10px;
	border-top:3px solid #ff7300;
	box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
}
.tag{overflow:hidden;}
@media only screen and (max-width:768px) { 
    .blog_search { margin-top:60px }
}
.blog_search{}
.blog_search input {
background:#E6F2FF none repeat scroll 0 0;
border:1px solid #E6F2FF;
border-radius:0;
color:#282828;
-webkit-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
height:50px;
}
.blog_search input:focus{border:1px solid #ff7300;}
.single_latest_blog {
	overflow:hidden;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:20px;
}
.single_latest_blog h4 {
	color:#666;
	font-size:15px;
	font-weight:500;
	line-height:28px;
	margin:0;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.single_latest_blog:hover h4 { color:#ff7300 }
.single_latest_blog span { color:#161616 }
.single_upcoming_event {margin-bottom:20px;}
.single_upcoming_event h4 {
	color:#1d293e;
	font-size:17px;
	font-weight:600;
	line-height:28px;
	margin:10px 0 0;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.single_upcoming_event:hover h4 { color:#ff7300 }
.single_upcoming_event span i{margin-right:5px;color:#ff7300 }
.single_upcoming_event span { color:#777 }
.categories ul {
    margin:0;
    padding:0;
    list-style:none;
}
.categories ul li { }
.categories ul li a {
	color:#1d293e;
	display:block;
	font-size:14px;
	padding:5px 0;
	font-family:poppins;
	font-weight:400;
}
.categories ul li a:hover { color:#ff7300 }
.categories ul li a i { margin-right:10px }
.video_post iframe {
    width:100%;
    height:100%;
    border:medium none;
}
.tag a {
	border:2px solid #E6F2FF;
	border-radius:3px;
	color:#1d293e;
	display:block;
	float:left;
	font-size:14px;
	font-weight:600;
	margin:6px 4px;
	padding:3px 15px;
	text-transform:capitalize;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	background:#E6F2FF;
}
.tag a:hover {
    background:#ff7300;
    color:#FFF;
    border:2px solid #ff7300;
}
/*END BLOG SIDEBAR DESIGN*/
/*START BLOG SINGLE PAGE DESIGN*/
.bc_left {
	padding-left:30px;
	font-style:italic;
	font-weight:600;
}
.bc_bottom{margin-bottom:30px;}
.single_blog_post { margin-bottom:60px }
.single_blog_post img {
    width:750px;
    height:455px;
}
.blog_post_text h4 { margin:30px 0 }
.author_part {
	margin-bottom:30px;
	overflow:hidden;
	margin-top:60px;
}
.single_author {
	background:#FFF none repeat scroll 0 0;
	padding:40px;
	border-radius:10px;
	box-shadow:0 10px 40px -10px rgba(0,64,128,.08);
	overflow:hidden;
}
.author_part img {
	border:4px solid #ff7300;
	border-radius:100px;
	float:left;
	height:120px;
	margin-right:20px;
	width:120px;
}
.author_part h4 {text-transform:uppercase;
font-size:16px;
font-weight:700;
letter-spacing:1px; }
.author_part p { margin-bottom:0 }
.blog_head_title {
border-bottom:1px solid #eee;
margin:0 0 30px;
padding-bottom:10px;
font-weight:700;
text-transform:uppercase;
font-size:18px;
}
.comments_part {
    margin-bottom:60px;
}
.single_comment {
    margin-bottom:30px;
    background:#FFF;
    padding:40px;
	border-radius:10px;
	box-shadow:0 10px 40px -10px rgba(0,64,128,.08);
	overflow:hidden;
}
.single_comment_mbnone { margin-bottom:0px }
.single_comment img {
    border:4px solid #ff7300;
    border-radius:100px;
    float:left;
    height:120px;
    margin-right:20px;
    width:120px;
}
.single_comment h4 { font-size:16px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;}
.single_comment p { margin-bottom:0 }
.comment-box {
	background:#FFF;
	padding:40px;
	border-radius:10px;
}
.comment_form input, .comment_form textarea  {}

.comment_form textarea {}
@media only screen and (max-width:768px) { 
    .comment_form textarea { width:100% }
}
/*END BLOG SINGLE PAGE DESIGN*/

/*
 * ----------------------------------------------------------------------------------------
 * 10.END BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
/*
 * ----------------------------------------------------------------------------------------
 * 11.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
.testimonial-demo {position:relative;}
.testimonial-demo:before {
    background:rgba(0, 0, 0, 0.4);
    bottom:0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}
.testimonial {
	background:#FFF;
	padding:30px;
	border-radius:5px;
	margin:0px 15px;
}
.testimonial .pic{
    float:left;
    width:100px;
    height:100px;
    margin-right:15px;
	margin-bottom:90px;
}
.testimonial .pic img {
	width:100%;
	height:auto;
	border-radius:100px;
}
.testimonial_content{}
.testimonial_content h3 {
	font-weight:600; margin-top:15px;
	font-size:20px;
}
.testimonial_content i{color:#ff7300;}
.testimonial_content p{overflow:hidden;margin-top:10px;}
.testimonial_content small {
	font-weight:500;
	color:#333;
	font-size:14px;
	margin-top:8px;
	display:block;
}

.owl-theme .owl-controls .owl-page span{
    border:2px solid #ff7300;
    background:#FFF;
    opacity:1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background:#ff7300;
}
@media only screen and (max-width:767px){
    .testimonial{
        padding:20px;
        text-align:center;
    }
    .testimonial .pic{
        display:block;
        position:static;
        margin:0 auto 15px;
    }
}
.owl-theme .owl-controls .owl-page { display:inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor:pointer }
.owl-theme .owl-controls .owl-page span {
	background-color:#ff7300 !important;
	border-radius:20px;
	display:block;
	height:6px;
	margin:5px 3px;
	width:6px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color:#FFF }
.owl-theme .owl-controls {
  display:block !important;
  margin-top:10px;
  text-align:center;
}
/*
 * ----------------------------------------------------------------------------------------
 * 11.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner-logo {
background:#ff7300;
  position:relative;
  padding:100px 0;
}
.partner { text-align:center }
.partner.owl-theme .owl-controls {display:none!important;}
/*
* ----------------------------------------------------------------------------------------
*  12.END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_area {
background:#E6F2FF ;
}
.contact {
background:#FFF;
padding:80px 60px;
}

.contact input {
background:#FFF none repeat scroll 0 0;
border-color:currentcolor currentcolor #ddd;
border-style:none none solid;
border-width:0 0 1px;
box-shadow:none;
color:#333;
margin-bottom:30px;
height:45px;
padding:10px;
}
.contact textarea {
	background:#FFF none repeat scroll 0 0;
border-color:currentcolor currentcolor #ddd;
border-style:none none solid;
border-width:0 0 1px;
    border-radius:3px;
    box-shadow:none;
    padding:10px;
	margin-bottom:30px;
    color:#333;
    height:200px;
}
.contact input:hover,
.contact input:focus {
border-color:currentcolor currentcolor #ff7300;
border-style:none none solid;
border-width:0 0 1px;
    box-shadow:none;
    outline:0 none;
}
.contact textarea:hover,
.contact textarea:focus {
    border-color:currentcolor currentcolor #ff7300;
border-style:none none solid;
border-width:0 0 1px;
    box-shadow:none;
    outline:0 none;
}
.success {
    background:#FFF none repeat scroll 0 0;
    color:#42c0d9;
    font-weight:700;
    padding:20px;
    text-align:center;
}
.contact_address {
  padding-left:100px;
  padding-top:100px;
}

.contact .code { width:70%; float:left; background:#FFF none repeat scroll 0 0; border-color:currentcolor currentcolor #ddd; border-style:none none solid; border-width:0 0 1px; box-shadow:none; color:#333; margin-bottom:30px; height:45px; padding:10px; margin-right:10px;}
.contact .captcha { padding:14px; background:#FFF; border-radius:4px; border:#CCCCCC 1px solid; margin-top:2px; }

@media only screen and (max-width:768px) { 
.contact_address {
  padding-bottom:60px;
  padding-left:20px;
  padding-top:60px;
}


}
.contact_address h3 {
	margin:0 0 20px;
	text-transform:capitalize;
	font-weight:600;
}
.contact_address p{
margin-bottom:30px;
}
.contact_address ul { list-style:none }
.contact_address ul li {
    font-size:19px;
    margin-bottom:15px;
}
.contact_address ul li i {
background:#ff7300 none repeat scroll 0 0;
border-radius:30px;
box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
color:#FFF ;
font-size:18px;
height:45px;
line-height:45px;
margin-right:20px;
text-align:center;
width:45px;
}
.btn-contact-bg {
background:#ff7300   none repeat scroll 0 0 !important;
border:1px solid #ff7300  !important;
color:#FFF !important;
font-family:montserrat,sans-serif;
font-size:14px;
padding:10px 30px !important;
text-transform:uppercase;
transition:all 0.2s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background:#333!important;
    border:1px solid #333!important;
    color:#FFF;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.map iframe {
	width:100%;
	height:400px;
	border:0px;
	margin-bottom:-9px;
}
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
padding:30px 0;
background:#232434;
}
.footer_logo{}
.footer_logo img{width:200px;}
.social_profile {
margin-top:20px;
margin-bottom:30px;
overflow:hidden;
}
.social_profile ul{
list-style:outside none none;
margin:0;
padding:0;
text-align:center;
}
.social_profile ul li{display:inline-block;}
.social_profile ul li a {
	text-align:center;
	border:0px;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	margin-right:10px;
	font-size:16px;
	color:#333;
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
	border-radius:30px;
	background:#FFF;
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
	width:40px;
	height:40px;
	line-height:40px;
}
}
.social_profile ul li a:hover{
color:#FFF;
}
.f_facebook:hover{background:#3B5998;}
.f_twitter:hover{background:#1A90D9;}
.f_instagram:hover{background:#FF5252;}
.f_linkedin:hover{background:#0e76a8;}
/*END SOCIAL PROFILE CSS*/
.copyright p {
	color:#FFF;
	font-weight:500;
	text-transform:capitalize;
	text-align:center;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15.START SECTION TOP CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/
.section-content {
	background:url(../img/bg/section-bg.jpg) no-repeat;
	padding-top:150px;
	padding-bottom:100px;
	position:relative;
}
.section-content:before {
    background:rgba(0, 0, 0, 0.4);
    bottom:0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}
.section-blog-title {
	color:#FFF;
	font-weight:600;
	position:relative;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END SECTION TOP CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/

/* Search Filter */

.tr_search_filter {

}
@media only screen and (max-width:768px) { 
/*.tr_search_filter {display:none;}*/
}
.tr_search_filter .adut_box .nice-select,
.tr_search_location .nice-select,
.tr_search_filter input{
	width:185px;
}
.tr_search_filter form{
	gap:30px;
	border-radius:10px;
	box-shadow:0 0 30px rgba(0,0,0,0.05);
	padding:30px 30px 35px;
	transform:translateY(-53px);
	position:relative;
	z-index:11;
	background:#FFF;	
}
.tr_search_filter label{
	display:block;
	font-size:15px;
	font-weight:500;
	color:#000;
	margin-bottom:10px;
	text-align:left;
	cursor:pointer;
}
.booking_form .input-group-append i,
.tr_search_filter .input-group-append i {
	position:absolute;
	top:15px;
	left:11px;
	font-size:16px;
	color:#9D9C9D;
}


.tr_search_filter .adut_box select,
.tr_search_filter .form-control,
.booking_form .form-control,
.booking_form select,
#trs_location {
	height:45px;
	line-height:45px;
	background:#FFF;
	border:1px solid #ddd;
	border-radius:4px;
	padding:6px 19px;
	color:#000;
}

.tr_search_filter .form-control,
.booking_form .form-control  {
	padding:6px 19px 6px 40px;
}
.tr_search_filter .form-control:hover,
.tr_search_filter .form-control:focus{
	box-shadow:inherit;
	outline:inherit;
	border-color:#ff7300;
}
.tr_search_filter button {
	height:45px;
	line-height:45px;
	padding:0 35px;
	border:1px solid #ff7300;
	background:#ff7300;
	color:#FFF;
	border-radius:30px;
	font-weight:400;
	margin-top:38px;
	transition:.5s;
}

.tr_search_filter button i{
	display:inline-block;
}
.tr_search_filter button:hover,
.tr_search_filter button:focus{
	background:#ff7300;
	border:1px solid #ff7300;
	color:#FFF;
}
.trdate_picker{
	position:relative;
}
.datepicker {
	padding:8px;
}
.datepicker table tr td.active.active{
	background-color:#ff7300;
	background-image:#ff7300;
}


.single_package .package-hover h5{ color:#ff7300;}

/*weldiv css start*/
.content{ margin:30px 0px 50px; text-align:center;}
.weldiv h1{ font-size:40px; font-weight:600; margin-top:0; position:relative; text-transform:capitalize; font-family:"Prata", serif; color:#ff7300;}
.weldiv .text{  color:#000; font-family:"David Libre", serif; font-size:20px; font-weight:400; line-height:1.7em;}
/*weldiv css end*/


/*bottom css start*/
.bottom {  background:#232434; padding:40px 0px 40px 0px; }
.bottom h2 {  font-family:"Prata", serif; font-size:18px; color:#FFF; padding-bottom:20px; font-weight:700; }
.bottom h2 span {  color:#f7ca18; }
.bottom h2:after { display:block; width:30px; margin-top:18px; border-top: 1px solid #f7ca18; content:''; }

.bottom .bott1 {}
.bottom .bott1 .text { font-family:"David Libre", serif; color:#9A9A9A; }
.bottom .bott1 .text strong{ color:#B7B7B7; }
.bottom .bott1 .icon ul { margin:0px; padding:0px; list-style:none;  }
.bottom .bott1 .icon li i { float:left; width:35px; height:35px; line-height:35px; text-align:center; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; color:#FFF; margin-right:10px;  }
.bottom .bott1 .icon li .fa-facebook { background:#3c5b9b; }
.bottom .bott1 .icon li .fa-twitter { background:#2daae1; }
.bottom .bott1 .icon li .fa-google-plus { background:#f63e28; }
.bottom .bott1 .icon li .fa-linkedin { background:#0173b2; }
.bottom .bott1 .icon ul li a i:hover { background:#FFF; color:#000; }
.bottom .bott1 .m_top { margin-top:20px;}

.bott2 ul { margin:0px; padding:0px; list-style-type:none;}
.bott2 li { font-family:"David Libre", serif; font-size:14px; color:#FFF; border-bottom:#9A9A9A 1px solid;}
.bott2 li a { text-decoration:none; color:#9A9A9A; line-height:3em; padding-left:10px; }
.bott2 li a:hover { text-decoration:none; color:#ff7300;}
.bott2 li i { margin-right:10px; }

.bottom .bott3  { font-family:"David Libre", serif; font-size:14px; color:#ebebeb; }
.bottom .bott3 a  {color:#ff7300; text-decoration:none;}
.bottom  h2:after { display:block; width:30px; margin-top:18px; border-top: 1px solid #666; content:''; }
.bottom .bott3 i { font-size:20px; margin-right:10px;}
/*bottom css end*/

/*footer css end*/
.footer { background:#232434; padding:15px 0; border-top:1px solid #001432; }
.copy { font-family:"David Libre", serif; font-size:14px; color:#9A9A9A; margin-top:5px;  }
.copy a { color:#ff7300; text-decoration:underline; font-weight:bold; }
.copy a:hover { color:#FFF; text-decoration:underline; } 

.powered_by { float:right; font-family:"David Libre", serif; font-size:14px; color:#9A9A9A; }
.powered_by img { margin-left:10px; }
/*footer css end*/

/*form page css start*/

.booking_page form{ width:60%; margin:0px auto; gap:30px; border-radius:10px; box-shadow:0 0 30px rgba(0,0,0,0.05); padding:30px 30px 35px; transform:translateY(-53px); position:relative; z-index:11; background:#FFF; margin-top:100px;	}
.booking_page h2{font-size:40px; font-weight:600; margin-top:0; position:relative; text-transform:capitalize; font-family:"Prata", serif; color:#ff7300;}
.booking_page input{width:100%; height:45px; margin-bottom:20px;}
.booking_page input.code { float:left; width:72%; border-radius:none; margin-right:15px; }
.booking_page .captcha { padding:14px; background:#FAFAFA; border-radius:3px; border:#dbdbdb 1px solid; }
.booking_page .form-control {padding:6px 19px 6px 10px;}
.booking_page .form-control:hover,
.booking_page .form-control:focus{box-shadow:inherit;outline:inherit; border-color:#ff7300;}
.booking_page button {height:45px; line-height:45px; padding:0 35px; border:1px solid #ff7300; background:#ff7300; color:#FFF; border-radius:30px;
font-weight:400; margin-top:38px; transition:.5s;}
.booking_page button i{display:inline-block;}
.booking_page button:hover,
.booking_page button:focus{	background:#ff7300;	border:1px solid #ff7300;color:#FFF;}
/*form page css end*/

#Booking_for { height: 45px;  line-height: 45px; background: #FFF; border: 1px solid #ddd; border-radius: 4px;   padding: 6px 19px; color: #000;}


@media only screen and ( max-width:768px) {

.site-logo img{ width:80px; height:auto; }	
.counter { border-right:none; margin-bottom:30px;}

.contact {padding: 80px 20px;}
.contact .code { width:60%; float:left;}


.contact_address ul li i {  font-size: 16px;  height:35px; line-height:35px; width:35px;}
.contact_address ul li { font-size: 16px; margin-bottom: 15px;}
.bottom h2 { margin-top:30px;}

.footer { text-align:center; line-height:30px; }
.powered_by { float:none; text-align:center; }
.powered_by span { display:block; margin:10px 0px; }

.service_area { text-align:center;}
.service_area img { text-align:center;}
.single_service img { display:inline-block;}

.section-padding {padding-bottom:0px;}

.our_gallery { margin-top:60px;}
.slicknav_nav ul { margin-top:40px;}

.tr_search_filter { width:100%; margin-top:100px;}
.tr_search_filter input{ width:98%;}
.tr_search_filter select { width:98%;}
.check_in{width:100%;}
.tr_search_filter label { width:100%;}
.tr_search_filter .adut_box select { width:98%;}
.tr_search_filter .d-flex { display:inline-block !important;}

.booking_page form{ width:100%; margin:0px auto; margin-top:110px;}
.booking_page { width:100%; margin:0px auto;  }
.booking_page h2{font-size:30px;}
.booking_page input.code {  width:62%;  }

}


@media only screen and ( max-width:480px) {
	
}


