body{
  font-family:roboto;
}


/* fontawesome */
.fa-fish {
  color: salmon;
}

.fa-frog {
  color: green;
}

.fa-user-ninja.vanished {
  opacity: 0.0;
}

.fa-facebook {
  color: rgb(59, 91, 152);
}

.service-title{
    color: #F36E23;
    font-family: "Aclonica", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1px;
}



.services-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  background-color: #F0F0F0;
  padding: 15px 0;
}

/* services-stars */
  .checked {
    color: orange;
  }

.services-img{
  width: 89%;
    max-width: 100%;
    height: 134px;
    object-fit: cover;
}

.heart-icon{
  background-color: #00C6FF;
  font-size: 22px;
  width: 40px;
  height: 35px;
  position: absolute;
  right:25px;
}

.services-sub-title{
  font-size: 17px;
    font-weight: 500;
}

.font-12{
  font-size: 12px;
    font-weight: 400;
    line-height: normal;

}

.font-14{
  font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.hr-small{
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 1px 0px;
}

.view-more-details-btn{
  font-family: "Verdana", Sans-serif;
    fill: #F36E23;
    color: #F36E23;
    background-color: #FFFFFF00;
    border: 2px solid #F36E23;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px;
    padding: 5px 10px;
}

.view-more-details-btn:hover{
  background-color: #F36E23;
  color: #FFFFFF;
}

.large-text-alonica{
    color: #F36E23;
    font-family: "Aclonica", Sans-serif;
    font-size: 59px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1px;
}

.grey-text{
  font-family: Roboto;
  color: #999999;
  font-size: 18px;
  font-weight: 600;
}


/* gallery */

.img1{
  width: 100%;
    height: 259px;
    object-fit: cover;
    opacity: 1;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.tblog .img1{
    box-shadow: unset;
}

.img2{
  width: 100%;
    height: 259px;
    object-fit: cover;
    opacity: 1;
    transition-duration: 0.5s;
   
}


.bottom-left-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
}

.best-box{
    padding: 40px 10px 30px 10px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(0,0,0,0.1);
    border-radius: 2px 2px 2px 2px;
}

.circle{
  background-color: #F36E23;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  padding: 22px 24px;  
}

.service-optional{
    margin: 0px 0px 0px 0px;
    padding: 40px 10px 40px 10px;
    background-color: #D6D6D6;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}


.dark-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.back-img{
  background: url('assets/path.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}


.circle-white{
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #F36E23;
  height: 80px;
  width: 80px;
  padding: 20px;  
}

.testimonial-title{
  font-size: 60px;
  font-weight: 600;
  color: #F36E23;
}

.testimonial-subtitle{
  font-size: 1.3em;
  font-weight: 600;
  color: white;
}

.img-circle{
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.footer-splash {
    background-size: contain;
    width: 100%;
    position: absolute;
    
}

.splash-index{
  background-size: cover;
  width: 100%;
  position: sticky;
  z-index: 999999;
  margin-top: -151px;
}

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

  .splash-index{
    margin-top: -66px;
  }
  
}

.footer-bckgnd-img{
  background: url('assets/footer-bottom-1.png') no-repeat center center; 
  background-size: cover;
}

.dark-overlay1 {
  background: rgba(104, 104, 104, 1);
}


.footer-title{
  color: #FF8F00;
  font-size: 34px;
  font-family: Roboto;
}

.footer-subtitle{
  font-size: 15px;
  font-weight: 500;
  color: white;
  font-family: Roboto;
}


ul {
  list-style-type: none;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'sans-serif, arial';
  line-height: 1.4;
  
}

/* auto zooming index jquery */
#demo-1 {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 200px;
  background-color: #999;
  
}

.demo-inner-content {
  position: relative; /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  margin: 88px auto;
  padding: 0px;
  max-width: 600px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.demo-inner-content h1 {
  font-size: 2.5em;
  margin: 0;
}


/* index title */
.index-title{
  color: #ffffff;
    font-size: 86px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: sans-serif, arial;
}

.index-subtitle{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif, arial;
    
}

.book-now-btn{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #F36E23;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 40px 12px 40px;
}



.book-now-btn-small{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #F36E23;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    padding: 5px 15px;
}

.book-btn-style{
  padding: 64px 99px;
  margin-bottom: 70px;
}

/* navbar */

* {
  box-sizing: border-box;
}
a {
  color: #333;
}
.menu {
  width: 100%;
  position: absolute;
  z-index: 9999;
  font-size: 12px;
}

.menu-container {
  margin: 0 auto;
  background-color: transparent;
}
.menu a.logo {
    display: inline-block;
    padding: 0.5em 3em;
    width: 34%;
    float: left;
}

@media(max-width:750px){
  .menu a.logo {

    padding: unset !important;
        margin-top: 6px;
  }
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "▼";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 80%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
  
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
  
}
.menu > ul > li a {
  text-decoration: none;
  padding: 30px 15px;
  display: block;
  color: white;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.menu > ul > li:hover {
  color: blueviolet;
}
.menu > ul > li > ul {
  display: none;
  width: auto;
  background: #ffffff;
  padding: 2px 20px;
  position: fixed;
  z-index: 99;
  
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-top: 3px solid #F36E23;
}

.menu > ul > li > ul.dest {
  right: 25px; 
  left: 30px;
} 

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 10%;
  background: none;
  float: left;
  
}
.menu > ul > li > ul > li a {
  color: #000;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  
}
.menu > ul > li > ul > li a:hover{
	color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
  
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
  
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 150px;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 12px;
}
.menu > ul > li > ul.normal-sub {
  width: 180px;
    left: auto;
    padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
    color: black;

  }
  .menu-container .menu{
	display:inline-block;
  /*background-color: white;*/
  color: black;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
    color: black;
  }
  .menu > ul {
    display: none;
    width:100%;
    color: black;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    color: black;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
    color: black;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
    color: black;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    margin-top: 70px;
    background: white;
  }
}






/* trip page */

.main-img{
  background: url('assets/tiger.jpg') no-repeat center center fixed; 
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: auto;
}

.main-img-inner-size{
  width:100%;
  height: 100%;
}

.hero-badges {
  width: calc((100%/12)*10);
  margin: 0 auto;
  align-self: flex-end;
}

.hero-trip--badge {
  width: calc((100%/12)*2 + 70px);
  margin-left: auto;
  overflow: hidden;
  margin-top: 40px;
}

.hero-trip--badge .hero-trip--badgeWrap {
  padding-left: calc(100%/12*2);
  display: inline-block;
  float: right;
}

.hero-trip--badge .hero-trip--badgeWrap .hero-trip--badgeItem {
  text-align: center;
  margin-bottom: 482px;
}




body, html {
	margin: 0;
	padding: 0;
}

.section {
	min-height: 800px;
	position: relative;
	text-align: center;
	font-family: Roboto;
	margin: 0;
}

h1, p {
	margin: 0;
	font-family: Roboto;
	font-weight: bold;
}

.text-wr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.title-top {
	font-size: 60px;
	padding-bottom: 30px;
}

.title-bottom {
	font-size: 30px;
}

.title-tx {
	font-size: 20px;
	opacity: 0.8;
}

/* old nav */
/* .nav-trip {
	position: fixed; 
	width: 100%;
	top: 20px;
	z-index: 9;
	padding-left: 10px;
}

.nav-trip a {
	padding: 7px 20px;
	border-radius: 7px;
	margin-right: 10px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
	color: black;
	font-family: sans-serif, arial;
	font-weight: 100;
}

.nav-trip a.active {
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

.nav-trip a:hover {
	background: rgba(255, 255, 255, 0.7);
} */

/* new nav */
#navbar {
  overflow: hidden;
  background-color: #ffffff;
  color: #000;
  z-index: 999999999999;
  top: 80px;
}

#navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
    /*border-bottom: 5px solid #fff;*/
    color: #F36E23 !important;
    background: #fff;
    font-weight: 600;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

  color: #F36E23!important;
  font-weight: 600;
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.pad-5{
  padding: 5px;
}

.left-title{
    font-family: "butler-bold";
    color: #000;
    font-size: 50px;
    line-height: 56px;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: left;
}

.underline-title{
  padding-bottom:10px;border-bottom: 2px solid #F47C39;
}

.left-sub-title{
  font-family: "gill-sans";
    font-style: italic;
    font-size: 27px;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
    text-transform: none;
    text-align: left;
}

.explore-select-style{
  width: 200px;
    border: 1px solid #896e33;
    height: 48px;
    margin-top: 24px;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    position: relative;
}

.explore-style{
  width: 100%;
    height: 46px;
    border: 0;
    font-family: "gill-sans";
    font-size: 16px;
    line-height: 24px;
    color: #896e33;
    padding: 0 14px;
    outline: 0 solid rgba(0,0,0,.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #fff;
}



.select-icon{
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: relative;
  vertical-align: middle;
  right: 16px;
  fill: #896e33;
}


select.classic {
  background-image: linear-gradient(45deg, transparent 50%, #F47C39 50%), 
  linear-gradient(135deg, #F47C39 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 31px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 15px 15px, 16px 15px, 2.5em 2.5em;
    background-repeat: no-repeat;
}



div > .trip-overview > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div > .trip-overview > ul > li {
    display: inline-block;
    font-family: "Gill Sans", sans-serif;
    font-size: 18px;
    line-height: 32px;
    padding: 0px 10px;
    border-right: 1px solid #F47C39;
}

.gill-sans-description{
  font-family: "Gill Sans", sans-serif;
  font-size: 15px;
  line-height: 32px;
  margin: 32px 0;
  color: #282828;
}

/* display description of text */

.info-hover-txt {
  font-family: "Gill Sans", sans-serif;
  color: #F47C39;
  border: none;
  background-color: transparent;
  border-bottom: 1px dotted #F47C39;
    text-decoration: none;
}

.info-hover {
  position: relative;
  display: inline-block;
}

.descripiton-hver-box {
  font-family: "Gill Sans", sans-serif;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #F47C39;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.descripiton-hver-box a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  
}


.info-hover:hover .descripiton-hver-box {display: block;}


.container {
  max-width: 1100px;
}

.left-arrow-carousal{
    position: absolute;
    bottom: initial;
    left: 0;
    right: initial;
    top: 45%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0;

    position: absolute;
    bottom: 0;
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    width: 30px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-arrow-carousal{
  position: absolute;
    bottom: initial;
    left: initial;
    right: 0;
    top: 45%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0;
    position: absolute;
    bottom: 0;
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    width: 30px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mini-title-index{
    color: #F36E23;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


/* navbar sticky */
.sticky1 {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky1 + .content1 {
  padding-top: 60px;
}

.navbar1 {
  overflow: hidden;
  background-color: transparant;
  z-index: 9999999999;
}


.border1{
  border-top: 1px solid #485466;
  border-right: 1px solid #485466;
  border-bottom: 1px solid #485466;
  padding: 10px;
}


.border2{
  border-top: 1px solid #485466;
  border-bottom: 1px solid #485466;
  padding: 10px;
}

.view-date{
  color: #fff;
    background-color: #57bfcf;
    padding: .75em 2.55em;
    font-weight: 600;
    border: none;
    display: inline-block;
    /* margin-bottom: 0; */
    /* text-align: center; */
    /* vertical-align: middle; */
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    /* cursor: pointer; */
    /* background-image: none; */
    /* border: 1px solid transparent; */
    /* white-space: nowrap; */
    padding: 15px 31px;
    font-size: 16px;
    line-height: 1.5;
    /* border-radius: 0; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wishlist-btn{
  padding: 15px 25px;
  color: black;
  text-decoration: none;

}

.rating-2{
  font-size: 20px;
    line-height: 24px;
    padding: 0;
    color: #666;
    font-family: "gill-semibold";
    color: #896e33;
}

button:focus {
     outline: unset; 
     outline: unset; 
}


@media(max-width: 750px){
  .index-title {
    font-size: 30px;
}

.testimonial-title {
    font-size: 40px;

}

.large-text-alonica {
    font-size: 40px;
    text-align: center;
}

.mv{
  text-align: center;
}

.mv .tc{
  margin-left: 47px;
  margin-bottom: 9px;
}

.mv .sc{
  margin-top: 10px;
  margin-bottom: 14px;
}

.main-img {
  

        background-position-x: 50%;
}

}


@media only screen and (max-device-width: 480px) {
    h1{
        font-size:1em ;
        font-weight: bolder;
    }

    }
@media(max-width:750px){
    .imgcss{
        margin-left: 21px;
    }
    .txcss{
        width: 65%;
    }
}
