@import url(../css/bootstrap.min.css);
@import url(../css/animation.css);
@import url(../css/normalize.css);
@import url(../css/slider.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/fonts.css);

*{
  margin: 0;
  padding: 0;  
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block; }

ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none; }
body {
  font-weight: 400;
  font-size: 14px;line-height: 26px;letter-spacing: 0; 
 }

img {max-width: 100%; }a {
	 color:#6ab1bf;  
  }
a,
a:hover,
a:focus {cursor: pointer !important;outline: none;text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #1e2c34;
  margin: 0;
  padding: 0; }



ul, li {margin: 0;padding: 0;list-style: none; }

b,
strong {
  font-weight: 600 !important;
}

/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.font-charm{
	font-family: 'Charm', cursive !important;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.pc {
	display: bloc;
}
.mobile{
	display: none;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    /* Never let the preloader eat taps: it is an invisible full-screen layer,
       and while it waited for every image to load it swallowed every click,
       the chat button included (2026-08-25). */
    pointer-events: none;
}
.mtop50{
	margin-top:50px;
}
.mtop30{
	margin-top:30px;
}
.mtop20{
	margin-top:20px;
}
/* -------------------------------- 

menue style

-------------------------------- */
.navbar{
	padding:5px 0 0 0 !important;
}
.header-top-menu{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: rgba(0, 0, 0, 0.6);
	height: 35px;
	position: relative;
	z-index: 999;
	color:#fff;
}
.top-left{
	margin:0;
	padding:0;
	margin-top:-8px;
	margin-left:15px;
}
.top-left li{
	display: inline-block;
	margin-right:10px;
}
.top-left li a{
	color:#fefefe;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.top-right{
	margin:0;
	padding:0;
	margin-top:-8px;
	margin-right:15px;
}
.top-right li{
	display: inline-block;
	margin-left: 10px;
}
.top-right li a{
	color:#fefefe;
}
.top-right .icon-lang{
	padding-top: 2px;
}
.top-right .icon-lang img{
	height: 14px;
}
.logo-top{
	display: flex;
}
.logo-text1{
	margin-left:10px;
	margin-top:10px;
	color:#f78d2c;
	font-family: 'Lobster', cursive;
	font-size:28px;
}
.logo-text2{
	margin-left:10px;
	margin-top:10px;
	color:#333;
	font-family: 'Lobster', cursive;
	font-size:28px;
}

.navbar.navbar-expand-lg,
.navbar.navbar-expand-md{
  background: none;
  transition: 0.3s all;
  z-index: 999;

}
.navbar.first_nav{
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: rgba(255, 255, 255, 0.9)
}
.navbar.first_nav .nav-item a{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333;
  text-decoration: none !important;
}
.navbar.first_nav .nav-btn{
  padding-left: 26px;
}
.navbar.first_nav .nav-btn a{
  background-color: #6ab1bf ;
  color: #fff;
  padding: 6px 20px;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.navbar.first_nav .nav-btn a:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-color: #ffffff;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.navbar.first_nav .nav-btn a:hover:after{
  height: 100%;
}
.navbar.first_nav .nav-btn a:hover{
  color: #f78d2c;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #f78d2c;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}



.navbar .nav-item a{
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar .navbar-nav .active>.nav-link, 
.navbar .navbar-nav .nav-link.active, 
.navbar .navbar-nav .nav-link.show, 
.navbar .navbar-nav .show>.nav-link{
  color: #f78d2c;
  text-decoration: underline;
}



.nav_right .nav-item a{
  position: relative;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
  }
}

.search_btn .nav-item a{
  color: #f78d2c;
}

/*sub menu*/

.navbar.justify-content-center .nav-item.drop_menu {
  position: relative;
      float: left;
    position: relative;
    margin-right: 6px;
    height: 50px;
}
.navbar.justify-content-center .nav-item.drop_menu ul li{
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.navbar.justify-content-center .nav-item.drop_menu a i{
  padding-left: 5px;
}

.navbar.justify-content-center .nav-item.drop_menu ul{
  margin:30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 50px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  transition: all .2s ease-in-out;
}

.navbar.justify-content-center .nav-item.drop_menu ul li a{
      color:#f78d2c;
    float: left;
    width: 100%;
    font-weight: 700;
    text-align: left;
    padding: 5px 15px;
    font-size: 12px;
}
.navbar.justify-content-center .nav-item.drop_menu:hover ul{
  opacity: 1;
  visibility: visible;
  top: 20px;
}



/*sub menu*/

.navbar .nav-item.drop_menu {
  position: relative;
      float: left;
    position: relative;
    margin-right: 6px;
    height: 50px;
}
.navbar .nav-item.drop_menu ul li{
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.navbar .nav-item.drop_menu a i{
  padding-left: 5px;
}

.navbar .nav-item.drop_menu ul{
  margin:30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 50px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  transition: all .2s ease-in-out;
}

.navbar .nav-item.drop_menu ul li a{
      color:#2c2d3e;
    float: left;
    width: 100%;
    font-weight: 700;
    text-align: left;
    padding: 5px 15px;
    font-size: 12px;
}
.navbar .nav-item.drop_menu:hover ul{
  opacity: 1;
  visibility: visible;
  top: 20px;
}




/*search box popup*/

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 9999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #f78d2c;
  border:0;
  outline: 0;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #f78d2c;
  border-color: #f78d2c;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
/*search box popup*/

.mright10{
	margin-right:10px;
}
.mright5{
	margin-right:5px;
}
.f16{
	font-size:16px;
}
.f19{
	font-size:19px !important;
}
.f26{
	font-size:26px !important;
}

.heros-ramcab{
  position: relative;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(100vh - 105px);
  height: calc(100vh - 105px);
}

.heros-ramcab .owl-carousel .owl-stage-outer,
.heros-ramcab .owl-carousel .owl-stage,
.heros-ramcab .owl-carousel.owl-drag .owl-item,
.heros-ramcab .sliders{
  height: 100%;
}

/* -------------------------------- 

Start Find adventure style

-------------------------------- */


.find-adventure-sec{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2fbf2;
}

.title{
  width: 100%;
}
.title h1{
  font-weight: 700;
  line-height: 1.2em;
  color: #2c2d3e;
  font-size: 36px;
  padding-bottom: 8px;
}

.title h3{
  
  font-weight: 700;
  line-height: 1.2em;
  color: #2c2d3e;
  font-size: 36px;
  padding-bottom: 8px;
}
.title i{
  color: #f78d2c;
  font-size: 30px;
}
.title p{
  font-weight: 400;
  font-size: 18px;
  color: #2c2d3e;
  padding-top: 10px;
  font-family: 'Arsenal', sans-serif;
}
/*end title*/

.dream_list_icon{
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}
.dream_list_icon li{
  display: inline-block;
  margin-top: 15px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #ffffff;
  text-align: center;
  min-width: 78px;
  padding: 6px 0;
  border:1px solid rgba(110,120,155,0.20);
  border-radius: 4px;
  cursor: pointer;
}
.dream_list_icon li .icon .hide{
  display: none;
}
.dream_list_icon li p{
  
  font-weight: 400;
  color: #2c2d3e;
  font-size: 12px;
  margin-top: -4px;
}
.dream_list_icon li:hover{
  border-color: #f78d2c;
}
.dream_list_icon li:hover p{
  color: #f78d2c;
}
.dream_list_icon li:hover .icon .hide{
  display: inline-block;
}
.dream_list_icon li:hover .icon .show{
  display: none;
}
.dream_list_icon li .icon {
  padding-top: 4px;
}

/*find search  box*/
.find-adventure-sec .find_form{
  width: 100%;
}
.find-adventure-sec .find_form input{
  width: 32%;
  padding: 14px 26px;
  border:1px solid rgba(110,120,155,0.20);
  
  font-weight: 400;
  color: #6e789b;
  font-size: 14px;
  outline: 0;
}

.find-adventure-sec .find_form .btn{
  width: 35%;
  color: #ffffff;
  background-color: #f78d2c;
  text-align: left;
  padding: 15px 24px;
  margin-top: -5px;
  
  font-weight: 400;
  font-size: 14px;
  outline: 0;
}
.find-adventure-sec .find_form .btn i{
  float: right;
  margin-top: 6px;
}
.more_opt a{
  display: inline-block;
  margin-top: 22px;
  
  font-weight: 700;
  font-size: 18px;
  color: #2c2d3e;
}
.more_opt a i{
  font-size: 18px;
  color: #f78d2c;
  padding-right: 6px;
}
.find-adventure-sec .find_form{
  padding-bottom: 40px;
}

.inside_list_row{
  width: 100%;
  margin-top: 30px;
  background-color: #ffffff;
  padding: 26px 30px;
  position: relative;
  padding-left: 88px;
  border:1px solid rgba(110,120,155,0.20);
  border-radius: 4px;
}
.inside_list_row i{
  position: absolute;
  left: 30px;
  font-size: 30px;
  color: #2c2d3e;
}
.inside_list_row h3{
  
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  color: #2c2d3e;
  padding-bottom: 8px;
}
.inside_list_row p{
  
  font-weight: 400;
  color: #6e789b;
  font-size: 18px;
}
.inside_list_row:hover{
  background-color: #f78d2c;
}
.inside_list_row:hover i,
.inside_list_row:hover h3,
.inside_list_row:hover p{
  color: #ffffff;
}

/* -------------------------------- 

Close Find adventure style

-------------------------------- */



/* -------------------------------- 

Start Top destination style

-------------------------------- */

.top_destination_sec{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #ffffff;
  overflow: hidden;
}
.top_destination_sec .title{
  padding-bottom: 40px;
}
.top_destination_sec .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.top_destination_sec .container-fluid .col-2{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.inside_destination_single{
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-bottom: 30px;
}
.inside_destination_single img{
  width: 100%;
}
.top_destination_sec .hover_effct{
  position: absolute;
  width: 100%;
  bottom:40px;
  left: 0;
  padding-left: 30px;
  z-index: 9;
}
.inside_destination_single:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: -8px;
  background-color: #f78d2c;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.inside_destination_single:hover:after{
  height: 100%;
}

.top_destination_sec .hover_effct h4{
  color: #ffffff;
  text-shadow: 1px 1px 1px black, 0 0 1px #7c8304, 0 0 0.1px #7c8304;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2em;
  font-family: 'Oswald', sans-serif;
}
.top_destination_sec .hover_effct .btn{
  background-color: #f78d2c;
  color: #ffffff;
  padding: 8px 20px;
  margin-top: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  display: none;
}
.inside_destination_single:hover .hover_effct .btn{
  display: inline-block;
}
.load-more-btn{
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.load-more-btn .btn{
  background-color: #f78d2c;
  color: #ffffff;
  position: relative;
  padding: 6px 20px;
  padding-right: 74px;
  border-radius: 30px;
  
  font-weight: 400;
  border:1px solid #f78d2c;
  z-index: 1;
  overflow: hidden;
}
.load-more-btn .btn:after{
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.load-more-btn .btn:hover:after{
  width: 100%;
}

.load-more-btn .btn i{
    position: absolute;
    right: 1px;
    top: 1px;
    background: #fff;
    color: #f78d2c;
    padding: 9px 16px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 16px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.load-more-btn .btn:hover i{
  background-color: #f78d2c;
  color: #ffffff;
}
.load-more-btn .btn:hover{
  color: #f78d2c;
}


/* -------------------------------- 

Close Top destination style

-------------------------------- */




/* -------------------------------- 

Start Tour package style

-------------------------------- */

.discover_tour_prckg{
  width: 100%;
  background-color: #f2fbf2;
  padding-top: 35px;
  padding-bottom: 35px;
}

.discover_tour_prckg .title{
  padding-bottom: 15px;
}

.single_package{
  margin-top: 30px;
}
.single_package .card img.img-room-detail{
  width: 100%;
  height: 260px;
  border-radius:6px;
}
.card-img{
	border-radius:6px;
	height: 260px;
}
.single_package .direction{
  
  font-weight: 400;
  font-size: 12px;
  color: #f78d2c;
}
.card-body{
	padding: 5px 10px !important;
}
.single_package .card-body h2{
  font-weight: 700;
  font-size: 18px;
  color: #2c2d3e;
}
.single_package .card-body h2 a{
  color: #2c2d3e;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
.single_package .card-body > p{
    
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3e;
  padding-top: 12px;
  font-family: 'Arsenal', sans-serif;
}
.single_package .duration,
.single_package .from{
  width: 50%;
  float: left;
  margin-top: 10px;
}
.single_package .duration{

}
.single_package .duration li,
.single_package .from li{
  display: inline-block;
  padding-right: 5px;
}

.single_package .duration li p,
.single_package .from li p{
  
  font-weight: 400;
  color: #62789b;
  font-size: 12px;
  line-height: 6px;
}

.single_package  li h5{
  
  font-weight: 700;
  font-size: 14px;
  color: #2c2d3e;
  line-height: 2.2em;
}
.single_package .card-body .btn{
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  background-color: #f2fbf2;
  border:1px solid rgba(110,120,155,0.5);
  margin-top: 16px;
  
  font-weight: 700;
  color: #2c2d3e;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.single_package .card-body .btn:after{
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #f78d2c;
}
.single_package .card-body .btn:hover:after{
  width: 100%;
}
.single_package .card-body .btn:hover{
  color: #ffffff;
}

.ram_newsletter{
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/newsletter_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.ram_newsletter:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(90deg, rgba(242,251,242,0) 0%, rgba(242,251,242,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,251,242,1)), color-stop(100%, rgba(242,251,242,0))); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(242,251,242,0) 0%, rgba(242,251,242,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(242,251,242,0) 0%, rgba(242,251,242,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(242,251,242,0) 0%, rgba(242,251,242,1) 100%); /* ie10+ */
  background: linear-gradient(0deg, rgba(242,251,242,0) 0%, rgba(242,251,242,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fbf2', endColorstr='#f2fbf2',GradientType=0 ); /* ie6-9 */
  z-index: -1;
}
.newsletter_inside{
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 55px 0;
  opacity: 0.8;
}
.newsletter_inside .news_title {
  padding-bottom: 38px;
}
.newsletter_inside .news_title h2{
  font-weight: 300;
  line-height: 1.2em;
  font-size: 36px;
  color: #f78d2c;
  font-family: 'Lobster', cursive;
}
.newsletter_inside .news_title p{
  font-family: 'Charm', cursive;
  font-weight: 400;
  color: #2c2d3e;
  font-size: 15px;
}

.newsletter_inside form{
  position: relative;
}
.newsletter_inside form input{
  width: 100%;
  outline: 0;
  padding: 16px 24px;
  background-color: #f2fbf2;
  border:1px solid rgba(110,120,155,0.15);
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #6e789b;
}
.newsletter_inside form .btn{
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 44px;
  z-index: 2;
  color: #ffffff;
  background-color: #f78d2c;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 22px;
}

.testimonials_sec{
  width: 100%;
  background-color: #f2fbfe;
  padding-top: 75px;
  padding-bottom: 30px;
}
.test_tit_in{
  text-align: center;
  padding-bottom: 25px;
}
.test_tit_in h3{
  font-family: 'Lobster', cursive;
  font-weight: 400;
  font-size: 36px;
  color: #2c2d3e;
  padding-bottom: 36px;
}
.test_tit_in i{
  color: #f78d2c;
  font-size: 36px;
}

.testimonials_sec .owl-carousel .owl-item img{
  width: 65px;
}
.testimonials_sec .owl-carousel .owl-dots{
  text-align: center;
}
.testimonials_sec .owl-carousel button.owl-dot{
  width: 45px;
  height: 5px;
  background-color: #62789b;
  margin: 0 3px;
  outline: 0;
}
.testimonials_sec .owl-carousel button.owl-dot.active{
  background-color: #f78d2c;
}
.testimonials_sec .owl-carousel .media-body{
  padding-left: 16px;
}
.testimonials_sec .owl-carousel .media-body h4{
  
  font-weight: 600;
  color: #f78d2c;
  font-size: 18px;
}
.testimonials_sec .owl-carousel .media-body p{
  font-size: 14px;
  color: #6e789b;
  
  font-weight: 400;
}
.testimonials_sec .owl-carousel .excerpt{
  padding-bottom: 32px;
}
.testimonials_sec .owl-carousel .excerpt p{
  padding-top: 12px;
  font-family: 'Charm', cursive;
  font-weight: 400;
  color: #2c2d3e;
  font-size: 16px;
}

.blog_post_sec{
  width: 100%;
  padding-top: 25px;
  background-color: #f2fbfe;
}
.blog_post_sec .title{
  padding-bottom: 15px;
}

.single_blog_in{
  margin-top: 30px;
}
.single_blog_in span{
  
  font-weight: 400;
  font-size: 12px;
  color: #f78d2c;
}
.single_blog_in .card-body h4{
  font-weight: 700;
  font-size: 18px;
  color: #2c283e;
}
.single_blog_in .card-body h4 a{
  color: #2c283e;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.single_blog_in .card-body p{
  padding-top: 14px;
  color: #2c2d3e;
  font-family: 'Arsenal', sans-serif;
}

.single_blog_in .card-body .btn{
  text-align: center;
  padding: 8px 16px;
  background-color: #f2fbf2;
  border:1px solid rgba(110,120,155,0.5);
  margin-top: 22px;
  
  font-weight: 600;
  color: #2c2d3e;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.single_blog_in .card-body .btn:after{
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #f78d2c;
}
.single_blog_in .card-body .btn:hover:after{
  width: 100%;
}
.single_blog_in .card-body .btn:hover{
  color: #ffffff;
}

/* -------------------------------- 

Close Latest blog style

-------------------------------- */


/*partner logo*/
.partner_logos{
  width: 100%;
  background-color: #f2fbfe;
  padding: 75px 0;
}
.footer_widget_x{
  width: 100%;
  padding-top: 15px;
  background-color: #687378;
}

.widget_one h4{
  font-weight: 700;
  font-size: 18px;
  color: #dfdfdf;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}
.widget_one h4:after{
  content: '';
  width: 32px;
  height: 2px;
  background-color: #829297;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.location_ft li{
  position: relative;
  padding-left: 16px;
  padding-bottom: 10px;
}
.location_ft li i{
  position: absolute;
  left: 0;
  top: 8px;
  color: #dfdfdf;
}
.footer_widget_x .social i{
	color: #dfdfdf;
}
.location_ft li p{
  
  font-weight: 300;
  color: #dfdfdf;
  font-size: 15px;
  padding-left: 5px;
  font-family: 'Oswald', sans-serif;
}

.widget_one .fo_menu li{
  padding-bottom: 2px;
}
.widget_one .fo_menu li a{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #dfdfdf;
}
.widget_one .fo_menu li a:hover{
  color: #f78d2c;
}
.widget_one.no_title{
  padding-top: 60px;
}

.widget_one.about_desc p{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #dfdfdf;
  font-size: 14px;
}
.widget_one.about_desc ul li{
  display: inline-block;
  padding-top: 16px;
  padding-right: 4px;
}
.widget_one.about_desc ul li a:hover{
  color: #f78d2c;
}
.widget_one.about_desc ul li a{
  color: #2c2d3e;
}
.footers{
  width: 100%;
  text-align: center;
  background-color: #525d63;
  padding: 12px 0;
}
.copyright_text p{
  
  font-weight: 400;
  color: #979d9f;
  font-size: 14px;
}
.copyright_text p a{
  color: #f78d2c;
}
/*return to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f78d2c;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.hotel-home{
	margin-top:30px;
}
.title-detail-new h3{
	font-size:26px;
}
.discover_package_home2 .package_desc,
.discover_package_home2 .package_img{
  padding-top: 45px;
}
/* S Line */
.line, .line2{
	font-family: 'Lobster', cursive;
	font-weight: 300 !important;
}
.line::before {
    content: '';
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: #c4d9c6;
    bottom: 1px;
    left: calc(50% - 80px);
	top: 50px;
}
.line::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #f78d2c;
    bottom: 0;
    left: calc(50% - 20px);
	top: 49px;
}
.line2::before {
    content: '';
    position: absolute;
    display: block;
    width: 180px;
    height: 1px;
    background: #c4d9c6;
    bottom: 1px;
    left: calc(50% - 90px);
	top: 50px;
}
.line2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #f78d2c;
    bottom: 0;
    left: calc(50% - 10px);
	top: 49px;
}
/* E Line */
.footer-lin1 {
	font-size: 25px !important;
	padding-bottom: 8px;
}
.footer-lin2 {
	font-size: 20px !important;
}



@media only screen and (max-width : 767px) {
	.pc {
		display: none;
	}
	.mobile{
		display: block;
	}

	.line::after {
		content: '';
		position: absolute;
		display: block;
		width: 40px;
		height: 3px;
		background: #f78d2c;
		bottom: 0;
		left: calc(50% - 20px);
		top: 30px;
	}
	.line::before {
		content: '';
		position: absolute;
		display: block;
		width: 89px;
		height: 1px;
		background: #c4d9c6;
		bottom: 1px;
		left: calc(50% - 46px);
		top: 31px;
	}
	.line2::before {
		content: '';
		position: absolute;
		display: block;
		width: 106px;
		height: 1px;
		background: #c4d9c6;
		bottom: 1px;
		left: calc(50% - 52px);
		top: 31px;
	}
    .line2::after {
		content: '';
		position: absolute;
		display: block;
		width: 40px;
		height: 3px;
		background: #f78d2c;
		bottom: 0;
		left: calc(50% - 14px);
		top: 30px;
	}
  .navbar .navbar-collapse{
    padding: 20px 0;
    text-align: center;
    background-color: #60828d;
  }
  .btn-booking{
	  margin-right:28px;
  }
  .navbar-toggler{
    color: #ffffff;
    border:1px solid #60828d;
	margin-right: 10px;
  }
  .fa-bars{
	  color: #60828d;
  }
  .hero_slider_content .text_inside h1{
    font-size: 46px;
  }
  .hero_slider_content .text_inside p{
    font-size: 16px;
  }
  section.hero .sl-slide .sl-slide-inner p{
	  font-size: 18px !important;
  }
  .sl-slider-wrapper{
	  min-height:86vh; margin:0 auto;overflow:hidden
  }
  .title-slide-mobile{
	  margin-bottom: 0;
	  padding-top:200px !important;
  }
  .title h3{
    font-size: 28px;
  }
  .title p{
    font-size: 16px;
  }
  .hotel-home{
	  margin-top:0px;
  }
  .find-adventure-sec .find_form .btn{
    width: 34.3%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .inside_list_row h3{
    font-size: 28px;
  }
  .inside_list_row p{
    font-size: 16px;
  }
  .inside_list_row{
    padding-left: 76px;
  }
  .top_destination_sec .hover_effct h4{
    font-size: 24px;
  }
  .top_destination_sec .hover_effct{
    padding-left: 10px;
  }
  .newsletter_inside .news_title h2{
    font-size: 32px;
  }
  .top_destination_sec .container-fluid .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .newsletter_inside{
    padding-left: 20px;
    padding-right: 20px;
  }#hero_slider_owl{
    height: 100%;
  }
  .heros-ramcab {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .navbar.first_nav{
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
  }
  .header-top-menu {
	  top: 0;
	  position: absolute;
	  width: 100%;
  }
  .navbar.second_nav{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
  }
  .widget_one{
    padding-bottom: 40px;
  }
  .widget_one.no_title{
    padding-top: 0;
  }
  .test_tit_in h3{
    line-height: 1.3em;
  }
  .newsletter_inside .news_title p{
    padding-top: 20px;
  }
  .wow{
      animation-name: none !important;
      visibility: visible !important;
  }
  .top-right{
	 margin-top: -26px;
	 margin-right: -5px;
  }
  .top-left{
	  margin-left: -10px;
  }
  .top-left li a{
	  font-size: 13px;
  }
  .navbar .navbar-collapse{
	  padding: 8px 0;
  }
  .navbar.second_nav{
	  top: 67px;
  }
  .discover_tour_prckg{
	 padding-top: 25px;
	 padding-bottom: 15px;
  }
  .navbar.first_nav .nav-item a{
	  color:#fafafa;
  }
  .btn-send-email{
	  margin-top: 10px;
  }
  .s-aboutus{
	  margin-top: 90px;
  }
  .s-service{
	  margin-top: 100px;
  }
  .s-room{
	  margin-top:100px;
  }
  .s-room .card{
	  padding-left:20px;
	  padding-right:20px;
  }
  .s-tour{
	  margin-top:100px;
  }
  .s-tour-title{
	  margin-top:20px;
  }
  .s-news{
	 margin-top:100px; 
  }
  .s-contact{
	 margin-top:100px;  
  }
  .title h3{
	  font-size: 20px;
  }
  .title-detail-new h3 {
    font-size: 20px;
  }
  .bg-support{
	 margin-top:30px;
  }
  .discover_package_home2 .package_desc, .discover_package_home2 .package_img{
	  padding-top: 20px;
  }
}
@media only screen and (max-width : 480px) {
  .top_destination_sec .container-fluid .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.find-adventure-sec .find_form input{
  width: 100%;
}
.find-adventure-sec .find_form .btn{
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
}
.newsletter_inside form .btn{
  position: relative;
  width: 100%;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
  .navbar.second_nav {
	  top: 67px;
  }
  .navbar.second_nav {
      position: absolute;
      top: 67px;
      left: 0;
      width: 100%;
  }
  .navbar .navbar-collapse{
    padding: 20px 0;
    text-align: center;
    background-color: #60828d;
  }
  .navbar.first_nav .nav-item a{
	  color: #fff;
  }
  .navbar-toggler{
    color: #60828d;
    border:1px solid #60828d;
	right: 20px;
	position: absolute;
  }
  .hero_slider_content .text_inside h1{
    font-size: 46px;
  }
  .hero_slider_content .text_inside p{
    font-size: 16px;
  }
  .title h3{
    font-size: 28px;
  }
  .title p{
    font-size: 14px;
  }.find-adventure-sec .find_form .btn{
    width: 34.3%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .inside_list_row h3{
    font-size: 28px;
  }
  .inside_list_row p{
    font-size: 16px;
  }
  .inside_list_row{
    padding-left: 76px;
  }
  .top_destination_sec .hover_effct h4{
    font-size: 24px;
  }
  .top_destination_sec .hover_effct{
    padding-left: 10px;
  }
  .newsletter_inside .news_title h2{
    font-size: 32px;
  }
  
  .top_destination_sec .container-fluid .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .top-left{
	  margin-left: -10px;
  }
}
.find-adventure-sec.home2{
  background-color: #ffffff;
}
.home2 .dream_list_icon{
  padding-top: 0;
}
.home2 .find-adventure-sec .find_form{
  padding-bottom: 0;
}

/*discover package*/
.discover_package_home2{
  width: 100%;
  padding-top: 35px;
  background-color: #f2fbfe;

}
.tour{
  background-color: #f2fbfe !important;

}

.discover_package_home2 .package_desc h4{
  
  font-weight: 700;
  font-size: 30px;
  color: #2c2d3e;
  line-height: 1.2em;
}
.discover_package_home2 .package_desc h4 strong{
  
  font-weight: 900;
  color: #f78d2c;
}
.discover_package_home2 .package_desc p{
  font-weight: 400;
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  font-family: 'Arsenal', sans-serif;
}
.about-text{
	font-family: 'Charm', cursive;
}
.discover_package_home2 .package_img img{
  height: 100%;
  width: 100%;
}


.discover_tour_prckg.home2{
  background-color: #f2fbfe;
}
.home2 .inside_destination_single img{
  max-height: 498px;
}


/* -------------------------------- 

Close Home 2 style

-------------------------------- */



/* -------------------------------- 

Start Home 3 style

-------------------------------- */

.heros-ramcab.home3 .slider1{
  background-image: url(../img/home3/banner.jpg);
}


.find-adventure-sec.home3{
  background-color: #f2fbfe;
}
.home3 .inside_tour_search{
  background-color: #ffffff;
  border:10px solid rgba(131,142,179,0.15);
}
.find-adventure-sec.home3{
  padding-bottom: 0;
}

.top_destination_sec.home3{
  background-color: #ffffff;
}
.home3 .inside_destination_single img{
  max-height: 498px;
}
.discover_tour_prckg.home3{
  background-color: #f2fbfe;
}
.discover_package_home3{
  background-color: #f2fbfe;
  padding-bottom: 5px;
}
.service-1{
  background-color: #fff !important;
}


/*discover package*/
.discover_package_home3{
  width: 100%;
  padding-top: 25px;
  background-color: #f2fbfe;
  padding-bottom: 25px;
}

.discover_package_home3 .package_desc,
.discover_package_home3 .package_img{
  padding-top: 25px;
  
}
.discover_package_home3 .package_desc h4{
  font-family: 'Lobster', cursive;
  font-weight: 300;
  font-size: 30px;
  color: #2c2d3e;
  line-height: 1.2em;
}
.discover_package_home3 .package_desc h4 strong{
  
  font-weight: 900;
  color: #f78d2c;
}
.discover_package_home3 .package_desc p{
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-top: 20px;
}
.discover_package_home3 .package_img img{
  height: 100%;
  width: 100%;
  border-radius: 6px;
}

.testimonials_sec.home3{
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 75px;
}

/*video popup*/
.video_pop_player{
  width: 100%;
  background-image: url(../img/home3/video-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 270px 0;
}

.inside-video-txt {
  text-align: center;
}
.inside-video-txt .btn{
  background-color: #ffffff;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #2c2d3e;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  padding-left: 14px;
  animation: radial-pulse 2s infinite;
}
.inside-video-txt .btn i{
      font-size: 20px;
    padding-top: 15px;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

/*video popup*/


/* -------------------------------- 

Close Home 3 style

-------------------------------- */




/* -------------------------------- 

Start broadcramp style

-------------------------------- */

.broadcamp_header_inside{
  width: 100%;
  background-image: url(../img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 220px;
  padding-bottom: 130px;
  z-index: 2;
}
.broadcamp_header_inside:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #021618;
  opacity: 0.6;
  z-index: -2;
}

.ramcab_broadcram{
  position: relative;
  min-height: 375px;
}
.inside_broad_text h2{
  
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
}



/* -------------------------------- 

Close broadcramp style

-------------------------------- */



/* -------------------------------- 

Start inner pages style

-------------------------------- */

.testimonials_sec.about_page{
  padding-bottom: 75px;
}

.single_package .media-body{
  background-color: #ffffff;
  padding: 18px 30px;
}

.single_package .media > img{
  width: 370px;
  width: 100%;
  min-height: 310px;
}

.single_package .media-body h2{
  font-weight: 700;
  font-size: 18px;
  color: #2c2d3e;
}
.single_package .media-body h2 a{
  color: #2c2d3e;
  font-size: 22px !important;
}
.single_package .media-body > p{
  
  font-weight: 400;
  font-size: 16px;
  color: #2c2d3e;
  padding-top: 12px;
}
.single_package .media-body .duration, 
.single_package .media-body .from{
  width: 18%;
}
.single_package .media-body .btn{
  text-align: center;
  padding: 8px 85px;
  background-color: #f2fbf2;
  border:1px solid rgba(110,120,155,0.5);
  margin-top: 16px;
  
  font-weight: 700;
  color: #2c2d3e;
  font-size: 14px;
  position: relative;
  z-index: 2;
  float: left;
  clear: both;
}
.single_package .media-body .btn:after{
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #f78d2c;
}
.single_package .media-body .btn:hover:after{
  width: 100%;
}
.single_package .media-body .btn:hover{
  color: #ffffff;
}

@media only screen and (max-width : 767px) {
  .single_package .media > img{
    min-height: auto;
    max-width: 100%;
  }
  .single_package .media-body .duration, 
  .single_package .media-body .from{
    width: 50%;
  }
  .single_package .media{
    display: unset;
  }
  .single_package .media-body{
    float: left;
    margin-bottom: 40px;
  }
  .single_package .media-body .btn{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.place_details_single{
  width: 100%;
  padding-top: 75px;
}
.place_details_single .details_text h4{
  
  font-weight: 400;
  color: #2c2d3e;
  font-size: 30px;
  padding-top: 20px;
}
.place_details_single .details_text p{
  
  font-weight: 400;
  color: #2c2d3e;
}

.inside-video-txt.video_bg{
  width: 100%;
  background-image: url(../img/place-details.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}


.single_gallary{
  position: relative;
}
.single_gallary a{
  position: absolute;
  left: 38%;
  top: 33%;
}

.single_gallary .btn{
  background-color: #ffffff;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #2c2d3e;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  padding-left: 14px;
  animation: radial-pulse 2s infinite;
}
.single_gallary .btn i{
      font-size: 20px;
    padding-top: 15px;
}

/*team page*/
.teams_sec{
  width: 100%;
  padding-top: 75px;
  background-color: #f2fbfe;
}
.teams_sec .title{
  padding-bottom: 15px;
}
.team_single_mem {
  margin-top: 30px;
}
.team_single_mem .team_img{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team_single_mem .team_img:after{
  content: '';
  width: 100%;
  height:0;
  position: absolute;
  left: 0;
  top: -8px;
  background-color: #f78d2c;
  opacity: 0.6;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.team_single_mem:hover .team_img:after{
  height: 100%;
}

.team_single_mem img{
  width: 100%;
}
.team_single_mem .team_text{
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.team_single_mem .team_text h4{
  font-weight: 700;
  color: #2c2d3e;
  font-size: 18px;
  padding-bottom: 10px;
}
.team_single_mem .team_text h6{
  
  font-weight: 400;
  color: #62789b;
  font-style: 15px;
}
.team_single_mem .team_text p{
  
  font-weight: 400;
  color: #2c2d3e;
  font-size: 14px;
  padding-top: 14px;
}
.team_single_mem:hover .team_text h4{
  color: #f78d2c;
}

/*team page*/

/*faq pages*/
.faq_pages{
  width: 100%;
  padding-top: 40px;
  background-color: #f2fbfe;
}

.faq_pages .card{
  background: transparent;
  border:0;
  margin-bottom: 10px;
}

.faq_pages .card-header{
  background:transparent;
  border:0;
  padding-top: 0;
  padding-bottom: 0;
}
.faq_pages .card-header .btn{
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  padding: 10px 25px;
  color: #0e2354;
  
  font-weight: 700;
  font-size: 14px;
}
.faq_pages .card-header .btn[aria-expanded="true"]{
  background-color: #f78d2c;
}
.faq_pages .card-header .btn i{
  font-size: 30px;
  color: #f78d2c;
  padding-right: 12px;
}

.faq_pages .card-header .btn[aria-expanded="true"] ,
.faq_pages .card-header .btn[aria-expanded="true"] i{
  color: #ffffff;
}
.faq_pages .card-body{
  padding-left: 45px;
}
.faq_pages .card-body p{
  
  font-weight: 400;
  color: #2c2d3e;
  font-size: 14px;
}

/*faq pages*/



/*sidebar widget*/

.categorie_wid,
.comment_sidebar,
.recebt_blog_sidebar{
  width: 100%;
  margin-top: 0px;
  border:1px solid rgba(110,120,155,0.10);
  border-top: 0;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
}
.categorie_wid h3,
.comment_sidebar h3,
.recebt_blog_sidebar h3{
  width: 100%;
  background-color:rgba(110,120,155,0.10);
  color: #232323;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 6px 6px 0 0;
}
.categorie_wid h3 i{
  padding-right: 10px;
}
.comment_sidebar:hover h3,
.categorie_wid:hover h3,
.recebt_blog_sidebar:hover h3{
  color: #ffffff;
  background-color: #f78d2c;
}
.categorie_wid ul{
  padding-left: 22px;
  padding-right: 22px;
}
.categorie_wid ul li{
  padding-top: 28px;
}
.categorie_wid ul li a{
  
  font-weight: 400;
  color: #232323;
  font-size: 14px;
}
.categorie_wid ul li a:hover{
  color: #f78d2c;
}
.categorie_wid ul li a span{
  float: right;
}
.categorie_wid .btn{
  padding: 10px 18px;
  background-color: #f6f6f6;
  border:0;
  width: 100%;
  text-align: left;
  margin-top: 28px;
  color: #232323;
  font-size: 14px;
  
  font-weight: 600;
}
.categorie_wid .btn i{
  color: #f78d2c;
  
}
.comment_sidebar,
.recebt_blog_sidebar{
  padding-bottom: 44px;

}
.comment_sidebar ul li,
.recebt_blog_sidebar ul li{
  padding-top: 20px;
  padding-left: 15px;
}
.comment_sidebar ul li h4 a,
.recebt_blog_sidebar ul li h4 a{
  
  font-weight: 600;
  color: #232323;
  font-size: 15px;
}
.comment_sidebar ul li p,
.recebt_blog_sidebar ul li p{
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #232323;
}
.comment_sidebar ul li h5{
  font-weight: 400;
  color: #64656a;
  font-size: 13px;
}
.comment_sidebar ul li:hover h5,
.comment_sidebar ul li:hover h4 a,
.recebt_blog_sidebar ul li:hover h4 a{
  color: #f78d2c;
}

@media only screen and (max-width : 767px) {
  .sidebar_wid{
    padding-bottom: 50px;
  }
}
/*sidebar widget*/

/*blog page single*/

.single_blog_page{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2fbfe;
}
.blog_details{
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 32px;
}
.blog_details img{
  width: 100%;
}
.blog_details h3{
  padding-top: 22px;
  
  font-weight: 700;
  color: #232323;
  font-size: 25px;
  line-height: 1.3em;
}
.blog_details p{
  padding-top: 15px;
  color: #232323;
  
  font-weight: 400;

}
.blog_details blockquote{
  width: 100%;
  padding: 40px 44px;
  border:1px solid #e8e8e8;
  background-color: #f78d2c;
  
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5em;
  margin-top: 15px;
}
.post_share li:first-child{
  padding-right: 24px;
}
.post_share li{
  display: inline-block;
  
  font-weight: 700;
  color: #f78d2c;
  font-size: 14px;
  padding-right: 14px;
  padding-top: 15px;
}
.post_share li a{
  font-size: 18px;
}
.post_share li .fb{
  color: #45619d; 
}
.post_share li .gg{
  color: #cf4539; 
}
.post_share li .tw{
  color: #42c0fb; 
}
.post_share li .sk{
  color: #009ee5; 
}

.comments_show{
  padding-top: 45px;
}
.comments_show .tit_in{
  text-decoration: underline;
  font-weight: 700;
  color: #2c2d3f;
  font-size: 18px;
  padding-bottom: 20px;
}

.comment_single_prv .media{
  margin-top: 36px;
}


.comment_single_prv .media h5{
  
  font-weight: 700;
  color: #2c2d3e;
  font-size: 15px;
  padding-bottom: 12px;
}
.comment_single_prv .media p{
  
  font-weight: 400;
  color: #232323;
  font-size: 14px;
}
.comment_single_prv .media  ul li{
  display: inline-block;
  padding-top: 10px;
  padding-right: 20px;
  
  font-weight: 300;
  color: #64656a;
  font-size: 13px;
}
.comment_single_prv .media  ul li a:hover{
  color: #ff1859;
}
.comment_single_prv .media  ul li a{
  
  font-weight: 300;
  color: #64656a;
  font-size: 13px;
}
.comment_box{
  width: 100%;
  padding-top: 35px;
}
.comment_box h4{
  text-decoration: underline;
  font-weight: 300;
  color: #2c2d3f;
  font-size: 26px;
  padding-bottom: 20px;
  font-family: 'Lobster', cursive;
}
.comment_box form label{
  padding-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #545f85;
  font-size: 14px;
}
.comment_box form input,
.comment_box form textarea{
  width: 100%;
  outline: 0;
  background: unset;
  border:1px solid #adb1c2;
  margin-bottom: 10px;
  min-height: 36px;
  border-radius:0;
  padding-left: 15px;
}
.input-group-addon{
	margin-left: -20px;
	margin-top: 5px;
}
.comment_box form select{
  border:1px solid #adb1c2;
  padding: 8px 16px;
  cursor: pointer;
  width: 100%;
  background:none;
}
.comment_box form .btn{
  color: #ffffff;
  background-color: #f78d2c;
  text-transform: uppercase;
  padding: 10px 30px;
  outline: 0;
  border:0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border-radius: 3px;
}
.input-group{
	padding-right:8px;
}
/*single blog*/

/*contact page*/

.contact_page_m{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2fbfe;
}

.booking-room{
	background:url(../img/bautroi.jpg) repeat;
    background-attachment: fixed;
}

.full_map_v #map{
  width: 100%;
  height: 560px;
  position: relative;
  left: 0;
  top: 0;
}
.bg-support{
	margin-bottom:35px;
}
.contact_loc{
  padding-top: 35px;
  margin-bottom:35px;
  padding:30px;
}
.contact_loc h4{
  text-decoration: underline;
  font-weight: 300;
  color: #2c2d3f;
  font-size: 26px;
  padding-bottom: 26px;
  font-family: 'Arsenal', sans-serif;
}
.contact_loc p{font-weight: 400;
  padding-top: 18px;
}
.contact_loc ul li{
  padding-top: 18px;
  font-family: 'Arsenal', sans-serif;
  font-weight: 300;
  color: #545f85;
  font-size: 16px;
}
.contact_loc ul li i{
    width: 40px;
    height: 40px;
    border: 1px solid #64656a;
    text-align: center;
    border-radius: 50%;
    padding-top: 12px;
    margin-right: 15px;
}
.submit_link{
	background: #6ab1bf !important;
	height: 33px;
	border-radius: 3px;
}
.logo-default{
	height: 50px;
}

.active_sc{
	z-index: 9999;
	position: fixed;
	top: 0;
	width:100%;
}
.map{
	margin-top:20px;
}
.card{
	border-radius: 8px !important;
	padding: 0px;
	border: 0px solid #e7eff2;
	-webkit-box-shadow: 3px 10px 4px -10px rgba(66,65,66,1);
	-moz-box-shadow: 3px 10px 4px -10px rgba(66,65,66,1);
	box-shadow: 3px 10px 4px -10px rgba(66,65,66,1);
}
/* ==========================================
   HERO
   ========================================== */
section.hero {
  position: relative !important;
  font-size: 15px;
  padding: 0;
  top:0;
  margin-top:-106px;
}
section.hero .sl-slide .sl-slide-inner {
  padding: 10px 0;
  color: #fff;
  background-size: cover;
}
section.hero .sl-slide .sl-slide-inner h1,
section.hero .sl-slide .sl-slide-inner h2 {
  color: #fff;
}
section.hero .sl-slide .sl-slide-inner h1 {
  font-size: 30px;
  font-family: 'Lobster', cursive;
  margin-bottom:20px;
}
section.hero .sl-slide .sl-slide-inner h2 {
  font-size: 26px;
  font-family: 'Lobster', cursive;
  margin-bottom:20px;
}
section.hero .sl-slide .sl-slide-inner p {
  font-size: 1.5em;
  max-width: 700px;
  line-height: 1.5em;
  font-family: 'Charm', cursive;
  color: #fff;
  text-shadow: 1px 1px 1px black, 0 0 1px #7c8304, 0 0 0.1px #7c8304;
}
section.hero .nav-dots span {
  background: #fff;
}
section.hero .nav-dots span.nav-dot-current::after {
  background: #f78d2c;
}
#scroll-down {
    width: 25px;
	height: 45px;
	border: 2px solid #fff;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -12.5px;
	border-radius: 12px;
	z-index: 2;
}
#scroll-down::after {
    content: "";
	position: absolute;
	height: 5px;
	width: 5px;
	background-color: #fff;
	border-radius: 100%;
	left: 50%;
	top: 2px;
	margin-left: -2.5px;
     -webkit-animation: mymove infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation: mymove infinite;
  animation-duration: 3s;
  -moz-animation-duration: 3s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
	0% {
		opacity: 0;
		top: 5px;
	}
	100% {
		opacity: 1;
		top: 34px;
	}
}

@keyframes mymove {
    0% {
		opacity: 0;
		top: 5px;
	}
	100% {
		opacity: 1;
		top: 34px;
	}
}
section.hero .social {
  width: 20px;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 999;
}
section.hero .social .wrapper {
  margin-top: 100px;
}
section.hero .social span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  transform: rotate(-90deg);
  min-width: 120px;
  transform-origin: left top;
  margin: 90px 0 0;
  margin-left: -2px;
}
section.hero .social ul {
  display: inline-block;
}
section.hero .social ul::after {
  content: '';
  background: #6ab1bf;
  margin: 25px 10px;
  width: 1px;
  height: 90px;
  display: block;
}
section.hero .social ul li {
  padding: 2px 0;
}
section.hero .social ul li a {
  color: #fff;
}
section.hero .social ul li a:hover {
  color: #7fb401;
  border: none;
}
@media (max-width: 1300px) {
  section.hero .social {
    display: none;
  }
}
@media (max-width: 992px) {
  section.hero nav.nav-dots {
    right: 0;
  }
}
@media (max-width: 768px) {
  section.hero .container {
    width: 100%;
    padding: 0 20px;
  }
  section.hero .container p {
    font-size: 1.9em !important;
  }
}
@media (max-width: 480px) {
  section.hero {
    font-size: 7px !important;
  }
}
.container-text{
	display:none;
}
.mleft1{
	margin-left:1px;
}
.mleft3{
	margin-left:3px;
}
.mleft5{
	margin-left:5px;
}
.room-price{
	margin-top: 10px;
}
.star1{
	color: #f78d2c;
	font-size:13px;
}
.star{
	color: #999;
	font-size:13px;
}
.grid{
	display: grid;
}
.icon-wifi{
	width:17px; /*6e789b*/
}
.icon-bathtub{
	width:17px; /*6e789b*/
	margin-left:0px;
}
.icon-car{
	width:20px; /*6e789b*/
	margin-left:0px;
}
.icon-motorbike{
	width:22px; /*6e789b*/
	margin-left:0px;
}
.icon-washing{
	width: 20px; /*6e789b*/
	margin-left:0px;
}
.read{
	color:red;
	font-weight:300;
}
.bg-support{
	background:#f2fbfe;
	margin-bottom:-25px;
	-webkit-box-shadow: 0px 4px 9px -1px rgba(43,42,43,0.69);
    -moz-box-shadow: 0px 4px 9px -1px rgba(43,42,43,0.69);
    box-shadow: 0px 4px 9px -1px rgba(43,42,43,0.69);
}
.title-room-detail{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
}
.room-detail-view .duration{
	float: left;
	width:50%;
}
.room-detail-view .from{
	float: right;
	width:50%;
}
.content-detail img{
	border: 0;
	vertical-align: middle;
	max-width: 92% !important;
}
.content-detail p {
	text-align:center;
	font-family: 'Arsenal', sans-serif;
	font-weight: 300 !important;
	letter-spacing: 1px;
	font-size: 14px;
}

.content-detail div {
	text-align:center;
	font-family: 'Arsenal', sans-serif;
	font-weight: 300 !important;
	letter-spacing: 1px;
	font-size: 14px;
}

.detail-new p{
	font-family: 'Arsenal', sans-serif;
	font-weight: 300 !important;
	letter-spacing: 1px;
	font-size: 14px;
}
.detail-new img{
	margin-top:10px;
}
.title-other{
	font-family: 'Lobster', cursive;
	font-size: 22px !important;
	font-weight: 300;
}
.img-other{
	max-width:42%;
}
.title-other-link a{
	font-family: 'Oswald', sans-serif;
	font-weight: 300 !important;
}
.detail-room-other{
	display: inline-flex;
}
.fleft-detail-room{
	margin-top: 10px;
	margin-right:10px;
}
.fright-detail-room h5{
	font-weight:600 !important;
	margin-top:-5px;
}
.star-list-room{
	padding-left:30px;
	margin-top:-10px;
}
.media-body-room{
	margin-top:-6px;
}
.form-control{
	font-family: 'Arsenal', sans-serif;
}
.send{
	padding:10px 30px !important; 
	font-family: 'Arsenal', sans-serif;
}
.tm-purchase-floating-box {
	position: fixed;
	top: 50%;
	right: 0;
	border-radius: 7px 0 0 7px;
	padding: 11px 0;
	margin: -89px 0 0;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.25);
	z-index: 99999;
	border: 1px solid #6ab1bf;
	border-right-color: #6ab1bf;
	border-right-style: solid;
	border-right-width: 1px;
	border-right: 0;
	opacity: 0.9;
}
.tm-floating-box-icon {
	display: block;
	position: relative;
	width: 55px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.tm-floating-box-icon svg {
	display: inline-block;
	vertical-align: middle;
	color: #79BB51;
	width: 32px;
}
.icon_call{
	width: 30px;
}
.icon_zalo{
	width: 30px;
}
.icon_skype{
	width: 30px;
}
.icon_face{
	width: 30px;
}
#myModalAdv .modal-body{
	padding: 0;
}
#myModalAdv .modal-body img{
	width:100%;
}
#myModalAdv .modal-header{
	border-bottom: 0px solid #e9ecef;
	padding: 0;
}
#myModalAdv .modal-content{
	background: none;
	border: 0px solid rgba(0,0,0,.2);
}
#myModalAdv .modal-header .close{
	border: 1px solid #fff;
	position: static;
	z-index: 999;
	width: 40px;
	height: 40px;
	float: right;
	margin:0;
	padding:0;
}