/*------------------------------------------------------------------
[Table of contents]

1. body
	2. navbar / .fh5co-nav
		2.1. offcanvas / #fh5co-offcanvas
	3. header / #fh5co-header
	4. content
		4.1. homepage
			4.1.1. service / #fh5co-services
					4.1.1.1. heading / .fh5co-heading
					4.1.1.2. feature / .feature-center
			4.1.2. newest project / #fh5co-project
			4.1.3. testimonial / #fh5co-testimonial
			4.1.4. blog gallery / #fh5co-blog
			4.1.5. get in touch / #fh5co-started
			4.1.6. button / .btn
			4.1.7. go to top / .gototop
			4.1.8. loader / .fh5co-loader
		4.2. destination page
			4.2.1. package / .package	
			4.2.2. trip day / .trip-day	
			4.2.3. trip price / .trip-price	
		4.3. discount page
			4.3.1. discount image / .disc-img
			4.3.2. discount tag / .disc-tag
		4.4. about page
			4.4.1. staff / .fh5co-staff
		4.5. blog page
			4.5.1. pagination / .pagination
		4.6. form contact / .fh5co-contact-info 
	5. footer / #fh5co-footer
		5.1. social media icon / .fh5co-social-icons
	6. other		
-------------------------------------------------------------------*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
* 	travela Style 
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #0C9CEE;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #0C9CEE;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #0C9CEE;
}

::-moz-selection {
  color: #fff;
  background: #0C9CEE;
}

::selection {
  color: #fff;
  background: #0C9CEE;
}

/* =======================================================
* 	Navbar 
* ======================================================= */
.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}

.fh5co-nav #fh5co-logo {
  font-size: 24px;
  margin: 0 0 1em 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.fh5co-nav #fh5co-logo a > span {
  color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 400px) {
#fh5co-logo > img{
	width:10%;
	height:10%
}
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}

.fh5co-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 16px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.fh5co-nav ul li.active > a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 0;
  margin-top: 0px;
  left: 50%;
  margin-left: -4px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/*-----------navbar burger menu----------*/
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none;
}

/*------------offcanvas(mobile menu)-----------*/
#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


/* =======================================================
* 	Header 
* ======================================================= */
#fh5co-header,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 300;
}

.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(42, 54, 59, 0.5);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}

.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}


/* =======================================================
* 	Homepage 
* ======================================================= */
#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-about,
#fh5co-contact{
  padding: 7em 0;
  clear: both;
}
#fh5co-footer,
#fh5co-team{
  padding: 7em 0 0 0;
}
/*---------heading---------*/
.fh5co-heading {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

/*---------feature------*/
.img-icon{
	width:50px;
	height:50px;
}

.feature-center {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 80px;
  background: rgba(42, 54, 59, 0.05);
}

.feature-center .icon {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.8);
}
.feature-center p{
  margin-bottom: 20px;
  text-align: justify;
}
.feature-center h3{
	margin-bottom: 10px;
  text-align: center;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}
.feature-center h3 {
  font-size: 22px;
  color: #7a7979;
}

/*---------newest project------*/
#fh5co-project .fh5co-project {
  margin-bottom: 30px;
}
#fh5co-project .fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a img {
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -86px 116px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -86px 116px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -86px 116px -8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a h3 {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 20px;
  font-weight: 300;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-project .fh5co-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

#fh5co-project .fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}

#fh5co-project .fh5co-project > a:hover h3 {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

#fh5co-project .fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*------------testimonial----------*/
.testimonial {
  text-align: justify;
}
#fh5co-testimonial .testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
}
#fh5co-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
#fh5co-testimonial .testimonial p {
  color: #000;
}
#fh5co-testimonial .testimonial p.author {
}
#fh5co-testimonial .testimonial p.author div {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
}
#fh5co-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}
#fh5co-testimonial .testimonial:after {
  position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}

/*------------blog gallery------------*/
#fh5co-blog .fh5co-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 11px 24px -8px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 11px 24px -8px rgba(0, 0, 0, 0.15);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: justify-all;
}
#fh5co-blog .fh5co-post h3 {
  margin-bottom: 20px;
}
#fh5co-blog .fh5co-post h3 a {
  color: #0C9CEE;
}
#fh5co-blog .fh5co-post h3 a:hover {
  color: rgba(255, 255, 255, 0);
}
#fh5co-blog .fh5co-post .fh5co-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}
#fh5co-blog .fh5co-post p {
  text-align: justify;
}
#fh5co-blog .fh5co-post p.author {
  color: #8d8d8d;
}
#fh5co-blog .fh5co-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-blog .fh5co-post p.author cite {
  font-style: normal;
  font-size: 13px;
  color: #b3b3b3;
}
#fh5co-blog .fh5co-post p:last-child {
  margin-bottom: 0;
}
#fh5co-blog .fh5co-post:hover, #fh5co-blog .fh5co-post:focus {
  bottom: 10px;
}

.dest-place
{
	height:250px;
	margin-bottom:15px;	
	background-position:center;
	background-size:cover;	
}

.blog-img
{
  height:150px;
  margin-bottom:15px; 
  background-position:center;
  background-size:cover;  
}
/*---------get in touch--------*/
#fh5co-started {
  background: rgba(42, 54, 59, 0.9);
  height: 540px;
  padding-top: 4em;
  padding-bottom: 4em;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 250;
}
#fh5co-started .fh5co-body table {
  width: 100%;
  padding-top: 20px;
  text-decoration-color: #fff;
  padding-bottom: 20px;
  height: 100%;
}
#fh5co-started .fh5co-body td {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: 300;
  width: 20%;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .btn {
  height: 54px;
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
#fh5co-started .btn:hover {
  background: #f14034;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

/*-------------button--------------*/
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-primary {
  background: #0C9CEE;
  color: #fff;
  border: 2px solid #0C9CEE;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #20a7f4;
  border-color: #20a7f4;
}

/*-----------------go to top--------------*/
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  padding-bottom: 7.5%;
  padding-right: 0.5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/*---------loader---------*/
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/icon/loader.gif) center no-repeat #fff;
}


/* =======================================================
* 	Destination page 
* ======================================================= */
.package{
	margin-bottom:25px;	
	padding-left:2px;
	padding-right:4px;
}

.trip-day{
	font-family:'Work Sans';
	display:block;
	float:left;
	background:url('../../del-code.com/images/icon/grey/planner-32.png') no-repeat left center;
	background-size:20px 20px;
	padding-left:30px;
	padding-top:2px;
}

.trip-price{
	font-family:'Work Sans';
	color:#F8910E;
	display:block;
	float:right;
	background:url('../../del-code.com/images/icon/grey/tag-5-32.png') no-repeat left center;
	background-size:20px 20px;
	padding-left:30px;
	padding-top:2px;
}


/* =======================================================
* 	Discount page 
* ======================================================= */
.disc-img{
	height:270px;
	background-position:center;
	background-size:cover;
}

.disc-tag{
	margin-top:-12px;
	margin-left:-10px;
}


/* =======================================================
* 	About page 
* ======================================================= */
.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}
.fh5co-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}
.our-team{
	width:250px;
	height:300px;
	background-position:center;
	background-size:cover;
	margin:auto;
	margin-bottom:20px;
}


/* =======================================================
* 	Blog page 
* ======================================================= */
.pagination a {
  background: none;
  border: none !important;
  color: gray;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background: none;
}
#travela-pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.pagination > li > a:hover {
  color: #000;
  background: #e6e6e6;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  background: #0C9CEE;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #38b0f5;
}

#single-blog-container{
	margin-left:auto;
	margin-right:auto;
	padding-left:3.5%;
	padding-right:3.5%;
}

#single-blog-container ul{
	padding-left:18px;
}

#single-blog-container p,
#single-blog-container li
{
	font-size:13.5px;
}

#single-blog-img{
	height:450px;
}

#single-blog-txt{
	padding-top:50px;
}

.blog-post-subheading{
	margin-top:40px;
}

#blog-post-nav{
	margin-top:60px;
}

#arrow-next{
	float:right;
}

/* =======================================================
* 	Form contact 
* ======================================================= */
.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #0C9CEE;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul i:before {
  color: #0C9CEE;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  left: 0;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}
.fh5co-contact-info ul li.whatsapp:before {
  font-size: 23px;
}
/*------------form--------------*/
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0C9CEE;
}


/* =======================================================
* 	Footer 
* ======================================================= */
#fh5co-footer{
  height: 590px;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-footer-links li button {
  color: #000;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
  padding-left: -20px;
}
#fh5co-footer .fh5co-footer-links li button:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-footer-links h4 {
  margin-bottom: 0px;
  font-size: 15px;
  padding-bottom: 7px;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
}

#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .fh5co-widget p {
  text-align: justify;
}

#fh5co-footer .copyright .block {
  display: block;
}
.copyright{
  padding-top: 1%;
}

footer{
	border-top:1px solid #e8e8e8;
}

/*---------social-icons--------*/
.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0C9CEE;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}


/* =======================================================
* 	Other 
* ======================================================= */
.js .animate-box {
  opacity: 0;
}

.row-pb-md {
  padding-bottom: 0em;
}

.clear{
	clear:both;
}
.visionGoals{
  padding:67px 0 60px 0;
}
.visionGoals h2{
  margin-bottom:14px;
  font-size:18px;
}
ul.customList{
  list-style:none;
  padding:0;
}
ul.customList li{
  padding:0 0 0 22px;
  line-height:30px;
  position:relative;
}
ul.customList li:before{
  font-family:"untitled-font-20" !important;
  font-style:normal !important;
  font-variant:normal !important;
  font-weight:normal !important;
  line-height:1;
  text-transform:none !important;
  content:"\bb";
  position:absolute;
  top:1px;left:0px;
  line-height:28px;
  color:#8ec24f;
  font-size:12px;
}
ul.customList li{
  line-height:28px;
}
.customList {
  padding-top:15px; 
}
.customList li {
  width:49%;
   display: inline-block;
 }
.customList li {
  width: 100%; 
}
p.ab{
  font-size: 20px;
  font-weight: bold;
}
.no-padding{
  padding:0 0 0 0;
  }
.portfolio-box .portfolio-box-caption{
  -webkit-transition:all .35s;-moz-transition:all .35s
  }
.container-fluid{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
.prow{
  margin-right:-15px
  ;margin-left:-15px
}
.no-gutter>[class*=col-]{
  padding-right:0;
  padding-left:0
}
.portfolio-box{position:relative;display:block;max-width:1080px;margin:0 auto}.portfolio-box .portfolio-box-caption{color:#fff;opacity:0;display:block;background:rgba(240,95,64,.9);position:absolute;bottom:0;text-align:center;width:100%;height:100%;transition:all .35s}
.img-responsive{display:block;max-width:100%;height:auto}
.portfolio-box{position:relative;display:block;max-width:1080px;margin:0 auto}
 .portfolio-box .portfolio-box-caption{color:#fff;opacity:0;display:block;background:rgba(240,95,64,.9);position:absolute;bottom:0;text-align:center;width:100%;height:100%;transition:all .35s}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content{width:100%;text-align:center;position:absolute;top:50%;transform:translateY(-50%)}.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name{font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;padding:0 15px}.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category{text-transform:uppercase;font-weight:600;font-size:14px}.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name{font-size:18px}.portfolio-box:hover .portfolio-box-caption{opacity:1}.portfolio-box:focus{outline:0}@media (min-width:968px){.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category{font-size:16px}.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name{font-size:22px}}
.menu{
  margin-top: 10px;
  text-align: center;
  background-color: red;
  padding-top: 12px;
  margin-top: -10px;
}
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
    color: rgb(255,255,255);
    text-shadow: 0.5px 0.5px rgba(0,0,0,0.1)
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}
.display-tc {
    padding-top: 5%;
}
.display-tc > a > h3{
}
.display-tc h1 {
  padding-bottom: 10%;
}


/* features section */
.contain1{
        height: 400px;
      }
      .hero-image {
          height: 400px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-size: 100% 100%;
          position: relative;
      }
      .hero-image p{
        color: #3E3D42;
      }

      .hero-text-l {
          text-align: left;
          margin-left: 26%;
          padding-left :40px;
          position: absolute;
          width: 100%;
          top: 50%;
          left: 23%;
          height: 100%;
          transform: translate(-50%, -50%);
          color: red;
      }
      .hero-text-r {
          text-align: right;
          padding-right: 20PX;
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          height: 100%;
          transform: translate(-50%, -50%);
          color: red;
      }
      .hero-bg-l {
          background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,0,0,0));
      }
      .hero-bg-r {
          background:linear-gradient(to left, rgba(255,255,255,1), rgba(255,0,0,0));
      }

      .hero-text button {
          border: none;
          outline: 0;
          display: inline-block;
          padding: 10px 25px;
          color: black;
          background-color: #ddd;
          text-align: center;
          cursor: pointer;
      }

      .hero-text button:hover {
          background-color: #555;
          color: white;
      }
      .col-md-6-m{
        padding: 0%;
      }
      #section04 a {
        padding-top: 60px;
      }
      #section04 a span {
          position: absolute;
          align-content: center;
          top: 0;
          left: 50%;
          width: 24px;
          height: 24px;
          margin-left: -12px;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
                -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
                -webkit-animation: sdb04 2s infinite;
          animation: sdb04 2s infinite;
          box-sizing: border-box;
          z-index: -1;
      }
      .demo a {
          position: absolute;
          align-content: center;
          bottom: 20px;
          left: 50%;
          z-index: 2;
          display: inline-block;
                -webkit-transform: translate(-50%, -50%);
          transform: translate(0, -50%);
          color: rgb(0,0,0);
          font : normal 400 20px/1 'Josefin Sans', sans-serif;
          letter-spacing: .1em;
          text-decoration: none;
          transition: opacity .3s;
      }
  .demo a:hover {
  opacity: .5;
}

/* common */
select {
  background-color: transparent;
  border-style: none;
  border-radius: 0px;
  color: black;
}
.c{
  height: 80%;
} 
.content {
  padding: 0.5% 0.2% 0.5% 0.05%;
  cursor:pointer;
  height: 19%;
}
.content h4{
  margin: 0px;
  margin-bottom: 1px;
  padding: 1px 0px 2px 25px;
  text-decoration: underline;
  font-size: 100%;
}
.content p{
  margin: 0px;
  padding: 0px 0px 0px 25px;
  font-size: 80%;
  line-height: 90%;
}
.contentact {
  padding: 0.5% 0.2% 0.5% 0.05%;
  cursor:pointer;
  height: 19%;
}
.contentact h4{
  font-size: 110%;
  color: #751414;
  margin: 0px;
  margin-bottom: 1px;
  padding: 1px 0px 2px 25px;
  text-decoration: underline;
}
.contentact p{
  color: #751414;  
  margin: 0px;
  padding: 0px 0px 0px 25px;
  line-height: 90%;
  font-size: 100%;
}
#c1{
  cursor:pointer;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
}

.dropdown-content a {
    color: black;
    padding: 1% 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #afafaf}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
    color: #000000;
}
.r {
  right: 0;
}
.r:hover {
  align-self: left;
}
.rb {
  right: 0;
}

.bottom{
  position: absolute;
  bottom: 5px;
  padding: 20px;
  padding-left: 10%;
  padding-right: 10%;
}


@media screen and (max-width: 500px){
  .bottom{
    width: 40%;
  }
  .rb{
    left:0;
  }
}
@media screen and (max-width: 400px){
.rb{
    left:-1%;
  }
}

.overlaypop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlaypop:target {
  visibility: visible;
  opacity: 1;
  width: 100%
}

.popuppop {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: absolute;
  transition: all 5s ease-in-out;
  z-index: 1;
}

.popuppop h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popuppop .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.popuppop .close:hover {
  color: #ff5d00;
}
.popuppop .contentpop {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .popuppop{
    width: 70%;
  }
}
/* Forms */
