trending_imagetrending_imagetrending_image@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Logo
	3.3 Main Nav
	3.4 Menu
4. Home
	4.1 Home Slider
	4.2 Home Slider Nav
	4.3 Home Slider Dots
5. Search
6. Section Titletrending_image
7. Intro
8. CTA
	8.1 CTA Slider
9. Additional Services
10. Testimonials
	10.1 Testimonials Slider
11. Trending
12. Contact
13. Footer
14. Copyright

INNER PAGES

1.contact 
2. about us
3. services
4. destination


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face {
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf') format('truetype'), url('../fonts/beyond_the_mountains.ttf') format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.nopadding {
	padding: 0px !important;
}

.button {
	display: inline-block;
	height: 53px;
	border-radius: 27px;
	overflow: hidden;
}

.button_bcg {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, #a60b08, #ec3132, #a10002);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.button:hover .button_bcg {
	left: -100%;
}

.button a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	white-space: nowrap;
	z-index: 2;
}

.button span {
	display: inline-block;
	vertical-align: middle;
	width: 5.75px;
	height: 5.63px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 2px;
}

.button span:first-child {
	margin-left: 10px;
}

.button span:nth-child(2) {
	opacity: 0.6;
}

.button span:last-child {
	opacity: 0.4;
	margin-right: 0px;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	width: 100%;
	background: rgba(145, 141, 141, 0.6);
	z-index: 12;
}

.header.scrolled {
	background: rgba(145, 141, 141, 1);
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	height: 36px;
	background: #b50000;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled .top_bar {
	visibility: hidden;
	opacity: 0;
	height: 0px;
}

.phone {
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 10px;
	font-weight: 600;
	color: #FFFFFF;
}

.social_list_item {
	position: relative;
	display: inline-block;
	margin-right: 3px;
}

.social_list_item:last-child {
	margin-right: 0px;
}

.social_list_item a {
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
}

.social_list_item:hover a i {
	color: #006a9c;
}

.social_list_item a i {
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.social_list_item a:hover {
	color: #FFFFFF;
}

.user_box_link {
	display: inline-block;
}

.user_box_link a {
	display: block;
	font-size: 10px;
	line-height: 36px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}

.user_box_link a:hover {
	color: #7f7974;
}

.user_box_login {
	margin-right: 15px;
}

.user_box_login::after {
	display: block;
	position: absolute;
	top: 15px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 9px;
	content: '';
}

.main_nav_col {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

/* .header.scrolled .main_nav_col {
	height: 100px;
} */

/*********************************
3.2 Logo
*********************************/

.logo_container {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.header.scrolled .logo_container {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.logo a span {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #f4f4f8;
	font-weight: 800;
	text-transform: uppercase;
}

.logotextu p {
    color: #b50000;
    text-shadow: rgba(21, 19, 19, 0.36) 1px 2px 2px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    padding-top: 5px;
    margin-left: -2%;
}

/*********************************
3.3 Main Nav
*********************************/

.main_nav_container {
	margin-right: 221px;
}

.main_nav_item {
	position: relative;
	display: inline-block;
	margin-right: 40px;
}

.main_nav_item:last-child {
	margin-right: 0px;
}

.main_nav_item a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main_nav_item::after {
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #a60b08, #ec3132);
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav_item:hover::after {
	opacity: 1;
}

.main_nav_item.active::after, .main_nav_item:hover::after {
	opacity: 1;
}

.content_search {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	cursor: pointer;
}

.header.scrolled .content_search {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.mag_glass {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.content_search img {
	width: 17px;
	height: 17px;
}

.content_search:hover .mag_glass {
	fill: #b50000;
}

.search_form {
	position: absolute;
	right: 15px;
	top: 120px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}

.search_form.active {
	top: 105px;
	visibility: visible;
	opacity: 1;
}

.search_content_input {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.bez_1 {
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/*********************************
3.4 Menu
*********************************/

.hamburger {
	display: none;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	margin-left: 20px;
}

.header.scrolled .hamburger {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.hamburger i {
	font-size: 24px;
	color: #FFFFFF;
}

.hamburger:hover i {
	color: #b50000;
}

.menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, #a60b08, #ec3132);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}

.menu.active {
	opacity: 0.95;
	visibility: visible;
}

.menu_content {
	width: 100%;
	height: 100%;
}

.menu_item {
	position: relative;
	margin-bottom: 3px;
}

.menu_item:last-child {
	margin-bottom: 0px;
}

.menu_logo {
	margin-bottom: 28px;
}

.menu_logo a img {
	width: 40px !important;
}

.menu_item a {
	display: inline-block;
	position: relative;
	font-family: 'Beyond';
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 400;
}

.menu_item a::after {
	display: block;
	position: absolute;
	top: 75%;
	left: 0;
	width: 0;
	height: 2px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}

.menu_item:hover a::after {
	width: 100%;
}

.menu_close_container {
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close_container:hover .menu_close, .menu_close_container:hover .menu_close::after {
	background: #fa9e1c;
}

/*********************************
4. Home
*********************************/

.home {
	width: 100%;
	height: 100vh;
}

/*********************************
4.1 Home Slider
*********************************/

.home_slider_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
}

.home_slider {
	width: 100%;
	height: 100%;
}

.home_slider_item {
	width: 100%;
	height: 100%;
}

.home_slider_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.5;
}

.home_slider_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}

.home_slider_content h1 {
	margin-bottom: 0px;
}

.home_slider_content h1:first-child {
	font-size: 112px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
}

.home_slider_content h1:nth-child(2) {
	font-family: 'Beyond';
	font-size: 100px;
	color: #FFFFFF;
	margin-top: -34px;
}

.home_slider_button {
	margin-top: 70px;
}

.flipInX {
	animation-delay: 600ms;
}

/*********************************
4.2 Home Slider Nav
*********************************/

.home_slider_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}

.home_slider_prev {
	left: 50px;
}

.home_slider_next {
	right: 50px;
}

/*********************************
4.3 Home Slider Dots
*********************************/

.home_slider_dots {
	position: absolute;
	right: 50px;
	bottom: 45px;
	z-index: 10;
}

.home_slider_custom_dots {}

.home_slider_custom_dot {
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.home_slider_custom_dot:hover {
	color: #b50000;
}

.home_slider_custom_dot:hover.active div {
	border-color: #b50000;
}

.home_slider_custom_dot.active {
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
}

.home_slider_custom_dot div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.home_slider_custom_dot.active div {
	border: solid 2px #FFFFFF;
}

/*********************************
5. Search
*********************************/

.search {
	width: 100%;
	height: 192px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	background: linear-gradient(to right, #a60b08, #ec3132);
	z-index: 10;
}

.search_tabs_container {
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: calc(100% - 30px);
}

.search_tabs {
	height: 94px;
}

.search_tab {
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	flex-grow: 1;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search_tab i {
	margin-right: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.custom-fa {
	margin-right: 10px;
}

.search_tab:first-child {
	border-top-left-radius: 94px;
	padding-left: 7px;
}

.search_tab:last-child {
	border-top-right-radius: 94px;
	padding-right: 7px;
}

.search_tab.active {
	background: #5f5f5f;
	color: #FFFFFF;
}

.search_tab.active img {
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
	filter: brightness(200%) grayscale(100%);
}

.search_tab:hover {
	background: #5f5f5f;
	color: #FFFFFF;
}

.search_tab:hover img {
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
	filter: brightness(200%) grayscale(100%);
}

.search_panel {
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

.search_panel.active {
	display: flex!important;
}

/* Fade in tabs */

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.search_panel_content {
	width: 100%;
	height: 100%;
}

.search_input {
	width: 100%;
	height: 46px;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #929191;
}

.search_item:first-child {
	width: 30.453%;
}

.search_item:nth-child(2) {
	width: 13.961%;
}

.search_item:nth-child(3) {
	width: 13.961%;
}

.search_item:nth-child(4) {
	width: 9.947%;
}

.search_item:nth-child(5) {
	width: 9.947%;
}

.search_item div {
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.dropdown_item_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/dropdown.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.dropdown_item_select option {
	width: 70%;
}

.dropdown_item_select::-ms-expand {
	display: none;
}

.dropdown_item_select:hover {
	border: solid 1px #fa9e1c;
}

.dropdown_item_select:focus {
	outline-color: #fa9e1c;
}

.search_button {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	background: #5f5f5f;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	cursor: pointer;
}

.search_button:hover {
	opacity: 0.8;
}

/*********************************
6. Section Title
*********************************/

.section_title {
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -8px;
	text-transform: uppercase;
	text-align: center;
}

/*********************************
7. Intro
*********************************/

.site-section {
	padding: 100px 0;
}

.text-black {
	color: #000 !important;
}

.color-black-opacity-5 {
	color: rgba(0, 0, 0, 0.5);
}

.unit-1 {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}

.unit-1 .unit-1-text {
	z-index: 2;
	position: absolute;
	bottom: 10px;
	color: #fff;
	display: block;
	width: 100%;
}

.unit-1:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
	background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.unit-1 .unit-1-text .unit-1-heading {
	font-size: 1.2rem;
	position: relative;
}

.unit-1:hover .unit-1-text {
	bottom: 30px;
}

.unit-1:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.unit-1 img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.unit-1 img, .unit-1 .unit-1-text {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.unit-1 .unit-1-text {
	z-index: 2;
	position: absolute;
	bottom: 10px;
	color: #fff;
	display: block;
	width: 100%;
}

.text-custom {
	color: #b50000!important;
}

/*********************************
8. CTA
*********************************/

.cta {
	padding-top: 125px;
	padding-bottom: 116px;
	background: linear-gradient(to right, #a60b08, #ec3132);
}

.cta_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*********************************
8.1 CTA Slider
*********************************/

.cta_item {
	padding-top: 75px;
	padding-bottom: 61px;
	padding-left: 90px;
	padding-right: 90px;
	
	border-right: 4px solid red;
	border-left: 4px solid red;
	background: #fff;
}

.cta_title {
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}

.cta_text {
	font-weight: 600;
	line-height: 2.29;
	margin-top: 14px;
	margin-bottom: 0px;
}

.cta_button {
	margin-top: 38px;
}

.rating_r i::before {
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
}

.rating_r_1 i:first-child::before {
	color: #ffeb8d;
	content: "\f005";
}

.rating_r_2 i:first-child::before {
	color: #ffeb8d;
	content: "\f005";
}

.rating_r_2 i:nth-child(2)::before {
	color: #fed46b;
	content: "\f005";
}

.rating_r_3 i:first-child::before {
	color: #ffeb8d;
	content: "\f005";
}

.rating_r_3 i:nth-child(2)::before {
	color: #fed46b;
	content: "\f005";
}

.rating_r_3 i:nth-child(3)::before {
	color: #fbb53d;
	content: "\f005";
}

.rating_r_4 i:first-child::before {
	color: #efacb0;
	content: "\f005";
}

.rating_r_4 i:nth-child(2)::before {
	color: #de505d;
	content: "\f005";
}

.rating_r_4 i:nth-child(3)::before {
	color: #c51f2e;
	content: "\f005";
}

.rating_r_4 i:nth-child(4)::before {
	color: #ad0f0c;
	content: "\f005";
}

.rating_r_5 i:first-child::before {
	color: #ffeb8d;
	content: "\f005";
}

.rating_r_5 i:nth-child(2)::before {
	color: #fed46b;
	content: "\f005";
}

.rating_r_5 i:nth-child(3)::before {
	color: #fbb53d;
	content: "\f005";
}

.rating_r_5 i:nth-child(4)::before {
	color: #fa9e1b;
	content: "\f005";
}

.rating_r_5 i:nth-child(5)::before {
	color: #ef910a;
	content: "\f005";
}

.cta_slider_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.cta_slider_prev {
	left: -75px;
}

.cta_slider_next {
	right: -75px;
}

/*=================================================
||	9. Additional Services
==================================================*/

.section-subtitle {
	color: #583b54;
	text-align: center;
	margin-bottom: 50px;
}

.additional-services .col-md-4 {
	margin-bottom: 30px;
}

.custom-table {
    display: table;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

/*.additional-services .custom-table:hover{
	box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}*/

.add-srvc-img {
	left: 0;
	top: 0;
	bottom: 0;
}
.add-srvc-heading {
	color: #313131;
    font-size: 28px;
    font-weight: 700;
}

.add-srvc-detail {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #f9f9f9;
	color: #969595;
	font-size: 13px;
	padding-right: 30px;
}

/*********************************
10. Testimonials
*********************************/

.testimonials {
	width: 100%;
	padding-bottom: 105px;
	background: #FFFFFF;
}

.test_border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #a60b08, #ec3132);
}

/*********************************
10.1 Testimonials Slider
*********************************/

.test_slider_container {
	width: 100%;
	margin-top: 54px;
}

.test_item {
	padding-top: 36px;
}

.test_icon {
	position: absolute;
	top: 0px;
	left: 41px;
	width: 72px;
	height: 72px;
	background: #be2525;
	border-radius: 50%;
	overflow: hidden;
}

.test_icon img {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
}

.test_content_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44.1%;
	background: rgba(145, 141, 141, 0.6);
}

.test_content {
	width: 100%;
	height: 100%;
	padding-left: 38px;
	padding-top: 44px;
	padding-right: 40px;
}

.test_item_info {
	position: absolute;
	left: 41px;
	bottom: calc(100% - 18px);
	background: #FFFFFF;
	padding-left: 20px;
	padding-right: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	z-index: 10;
}

.test_name {
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}

.test_date {
	font-size: 11px;
	margin-top: 2px;
	color: #2d2c2c;
	padding-left: 2px;
}

.test_quote_title {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 3px;
}

.test_quote_text {
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}

.test_slider_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.test_slider_nav .nav_path, .test_slider_nav .nav_arrow {
	fill: #c4ced2;
}

.test_slider_prev {
	left: -75px;
}

.test_slider_next {
	right: -75px;
}

/*********************************
11. Trending
*********************************/

.trending {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}

.trending_container {
	margin-top: 90px;
}

.trending_item {
	margin-bottom: 55px;
}

.trending_image {
	width: 82px;
	height: 76px;
	float: left;
}

.trending_image img {
	width: 100%;
}

.trending_content {
	padding-left: 94px;
}

.trending_title {
	margin-top: -5px;
}

.trending_title a {
	font-size: 16px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trending_title a:hover {
	color: #fa9e1b;
}

.trending_price {
	font-size: 14px;
	font-weight: 700;
	color: #fa9e1b;
	margin-top: 2px;
}

.trending_location {
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	text-transform: uppercase;
	margin-top: 5px;
}

/*********************************
12. Contact
*********************************/

.contact {
	width: 100%;
	padding-bottom: 105px;
}

.contact_background {
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	height: 104%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact_title {
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}

.contact_form_container {
	padding-top: 74px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 88px;
	background: linear-gradient(to right, #a60b08, #ec3132);
}

.contact_form {
	margin-top: 52px;
	font-size: 0px;
}

.input_field {
	height: 48px;
	font-size: 12px;
	font-weight: 400;
	border: none;
	outline: none;
	background: transparent;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
}

.contact_form_name {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.contact_form_email {
	width: calc((100% - 30px) / 2);
}

.contact_form_subject {
	width: 100%;
	margin-top: 11px;
}

.contact_form_message {
	height: 126px;
	width: 100%;
	border: none;
	outline: none;
	margin-top: 19px;
	background: transparent;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
	padding-top: 11px;
}

.form_submit_button {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 29px;
	padding-right: 29px;
	background: #5f5f5f;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	margin-top: 37px;
	cursor: pointer;
}

.form_submit_button:hover {
	opacity: 0.8;
}

.input_field::-webkit-input-placeholder, .text_field::-webkit-input-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field:-moz-placeholder, .text_field:-moz-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field::-moz-placeholder, .text_field::-moz-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field:-ms-input-placeholder, .text_field:-ms-input-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field::input-placeholder, .text_field::input-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

/*********************************
13. Footer
*********************************/

.site-footer {
	padding: 4em 0;
	background: #333333;
}

@media (min-width: 768px) {
	.site-footer {
		padding: 8em 0;
	}
}

.site-footer p {
	color: #737373;
	font-size: 17px;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
	color: #fff;
}

.site-footer a {
	color: #999999;
	font-size: 16px;
}

.site-footer a:hover {
	color: white;
}

.site-footer ul li {
	margin-bottom: 10px;
}

.site-footer .footer-heading {
	font-size: 20px;
	color: #fff;
}

button#button-addon2 {
	border-radius: 0;
}

footer .subfooter .social-media {
	float: right;
	margin-top: 9px;
}

footer.dark .subfooter .social-media a {
	background: #232628;
}

footer .subfooter .social-media a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-bottom: 0;
	border: none;
	background: 0 0;
	color: #fff;
	background: #d7d8d9;
}

.social-media .facebook {
	color: #3b5998;
}

.social-media a {
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 2px;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.subfooter {
	background: #2b2b2b;
}

footer a:hover, footer a:focus, footer a:active {
	color: #afafaf;
	text-decoration: none;
	outline: none;
	background: 0 0;
}

.custom-fa {
	margin-top: 7px;
}

.cutom-col-font {
	color: #fff;
}

.cutom-col-font:hover {
	color: #006a9c
}

.copyrights p {
	font-size: 12px
}

/*********************************
INNER PAGES
*********************************/

.section-background {
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	text-transform: uppercase;
	background: url('../images/section-header.jpg');
	text-align: center;
	background-size: cover;
}

.bg-color {
	background-color: rgba(0, 0, 0, 0.6);
	height: 80vh;
	position: relative;
}

h2.page-header {
	text-transform: uppercase;
	color: #fff;
	font-weight: 200;
	border-bottom: none;
	text-align: center;
	padding-top: 300px;
	font-size: 34px;
}

/*********************************
1. contact us
*********************************/

.contact-and-map .section-title {
	font-weight: 400;
	text-align: left;
	margin-bottom: 40px;
}

#googleMap {
	width: 100%;
	height: 414px;
}

.message {
	height: 200px;
}

.form .input-group {
	margin-bottom: 15px;
}

.contacts {
	background: #f9f9f9;
	text-align: center;
}

.contact {
	padding: 60px 0;
	background: #fff;
	transition: all .4s ease-in-out;
	box-shadow: 5px 10px 18px #888888;
}

.contact-us:hover {
	background: #006a9c;
}

.contact:hover .contact-icon, .contact:hover .contact-name, .contact:hover .contact-detail {
	color: #fff;
}

.contact-icon {
	color: #006a9c;
	font-size: 40px;
}

.contact-name {
	color: #313131;
	font-size: 15px;
	margin: 40px auto;
}

.contact-detail {
	color: #969595;
	line-height: 180%;
	font-size: 13px;
}

.custom-button {
	background: #006a9c;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	transition: all .4s ease-in-out;
}

.custom-button:hover {
	color: #fff;
}

.border-radius {
	border-radius: 0 !important;
	border-color: #006a9c;
}

.custom-addon {
	background: #fff;
}

input.form-control.border-radius.border-right {
	border-right: none;
}

textarea.form-control.border-radius.border-right {
	border-right: none;
}

.section-title {
	color: #313131;
	text-align: center;
}

/*********************************
2. about us
*********************************/

.about-text h2 {
	font-size: 35px;
}

.about-text p {
	font-size: 18px;
}

.about-text span {
	font-size: 18px;
}

.fa-custo {
	color: #b50000;
	font-size: 20px;
}

.who {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.who h3 {
	color: #313131;
	font-size: 15px;
	padding: 15px 30px;
	text-transform: capitalize;
}

.who-detail {
	font-size: 13px;
	color: #969595;
	line-height: 200%;
	padding: 0 30px 20px;
}

.who-img {
	width: 100%;
}

.story-and-client .section-title {
	text-align: left;
}

.story-img {
	float: left;
	width: 131px;
	margin: 10px 30px 20px 0;
}

.story-detail {
	line-height: 180%;
	padding: 5px 10px 0px 0px;
	font-size: 13px;
}

.table {
	margin-top: 22px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 14px 0;
}

tbody tr {
	border: 1px solid #ddd;
}

tbody tr td {
	text-align: center;
}

tbody tr td:nth-child(1) {
	width: 15%;
}

tbody tr td:nth-child(2) {
	width: 75%;
}

tbody tr td:nth-child(3) {
	width: 10%;
}

tbody {
	color: #969595;
}

.progress {
	margin-bottom: 0;
	background: #fff;
	height: 10px;
	margin: 6px 0;
}

.progress-bar {
	background: #0072a5;
	border-radius: 10px;
	width: 10px;
}

.video-frame {
	width: 100%;
	height: 100%;
}

/*********************************
3. services
*********************************/

.features {
	background: #f9f9f9;
}
.custom_features{
	margin-bottom: 60px;
}
.features .custom-button {
	display: inline;
}
.service_row{
	padding-left: 20px;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.table-cell img {
	width: 100%;
}

ul.features-list li {
	padding: 0;
	margin-left: -15px;
	list-style-type: none;
	color: #969595;
}

ul.features-list {
	color: black;
	margin: 30px 0 50px;
}

.features-bg {
	background: url('../images/features-bg.png');
	padding: ;
}

.grid-50 {
	width: 50%;
	padding: 15px;
	margin: -15px;
	position: relative;
	height: auto;
}

.pos-abs {
	position: absolute;
}

.grid-50 img.pos-abs:nth-child(2) {
	right: 0;
	top: 0;
	/*top: 200px;*/
}

.grid-50 img.pos:nth-child(1) {
	right: 200px;
	top: 0;
	z-index: 1;
}

.grid-50 img.pos-abs:hover {
	z-index: 222;
}

.services-owl {
	background: url('../images/service-owl-bg.png');
	text-align: center;
}

.custom-button-2 {
	background: #fff;
	color: #006496;
	border: 1px solid #d8d8d8;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	transition: all .4s ease-in-out;
}

.custom-button-2:hover {
	background: #006496;
	;
	color: #fff;
	border: 1px solid #d8d8d8;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	transition: all .4s ease-in-out;
}

.item-name {
	background: #fff;
	padding: 5px 30px;
	color: #366BB0;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 40px;
}

.item-detail {
	font-size: 20px;
	font-style: italic;
	color: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
	padding: 8px;
	border-radius: 100%;
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	font-size: 22px;
	transition: all .2s ease-in-out;
	font-weight: 700;
}

.star-fa-custom {
	color: #b50000
}

/*********************************
4. destination
*********************************/

.lb-cancel {
	margin-top: 250px;
}