@charset "utf-8";
/* CSS Document */

/* ------------------ margin css ------------- */
.m0 {
	margin: 0px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.padding0 {
	padding: 0;
}
body, html {
	font-family: "Quicksand", sans-serif !important;
}
a {
	text-decoration: none;
}
.main-body {
	height: 100%;
	width: 100%;
}
.navbar-fixed-top .sticky_logo {
	display: none;
}
.navbar-fixed-top.navbar-fixed .non_sticky_logo {
	display: none;
}
.navbar-fixed-top.navbar-fixed .sticky_logo {
	display: block;
}
li {
	list-style: none;
	line-height: 2;
}
/*END PRELOADER DESIGN*/
.section-padding {
	padding: 30px 0
}
.section-padding-about {
	padding: 20px 0
}
.common-buttons {
	font-size: 15px;
	background: #f4364f;
	background: linear-gradient(to bottom, #f4364f, #dc2039);
	display: block !important;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: none
}
.font-color-white {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
}
.float-right {
	float: right
}
p {
	line-height: 1.9;
}
/* ------------------ end margin css ------------- */

/* ------------------ common css ------------- */
.section-header {
	position: relative;
	width: 100%;
	text-align: center
}
.section-header {
	text-transform: uppercase;
	font-weight: 700;
}
.section-header h2 {
	font-size: 24px;
	font-weight: bold;
}
.section-header .line_after_title {
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 5px;
	position: relative;
	color: #ED1C24
}
.section-header .line_after_title::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	bottom: 1px;
	border-style: solid;
	border-width: 0 4px 4px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.section-header .line_after_title::after {
	content: ' ';
	display: block;
	position: absolute;
	height: 1px;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	border-style: solid;
	border-width: 3px 0 0;
}
.badges {
	position: relative;
	top: 0px;
	right: 0px;
	width: 30%;
	z-index: 2;
	float: right;
}
.mega-container {
	position: relative;
	z-index: 100;
	padding-right: 0px;
}
.navleft-container {
	position: absolute;
	width: 100%;
}
.mega-menu-title {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 28px;
	background: linear-gradient(to bottom, #f4364f, #dc2039);
	width: 100%;
	margin-top: -5px;
	margin-bottom: 10px;
}
.mega-menu-title::before {
	position: absolute;
	content: '';
	border-style: solid;
	border-width: 6px 0 0 5px;
	border-color: transparent transparent transparent #333333;
	right: -5px;
	top: -5px;
}
.mega-menu-title h3 {
	font-size: 13px;
	margin: 0;
	padding: 12px 19px 8px;
	position: relative;
	text-transform: uppercase;
	height: 35px;
	color: #fff;
	letter-spacing: 1px;
}
/* ------------------ end common css ------------- */

/* ------------------ header css ------------- */
.navbar {
	margin-bottom: 0px
}
.navbar-inverse {
	background: none;
	border-bottom: none
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background: none
}
.navbar-nav > li.active::before {
	background: #ffae00;
	transition: all .25s ease;
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	left: 14px;
	right: 14px;
	top: 100%;
}
.navbar-nav > li.active::after {
	border-color: transparent transparent #ffae00 transparent;
	margin-top: -4px;
	visibility: visible;
	opacity: 1;
	z-index: 9;
	transition: all .25s ease;
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin-left: -4px;
	border-style: solid;
	border-width: 0 4px 4px;
}
.navbar-nav > li > .dropdown-menu {
	box-shadow: 0 2px 3px rgba(0,0,0,.09);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.09);
	-o-box-shadow: 0 2px 3px rgba(0,0,0,.09);
	-ms-box-shadow: 0 2px 3px rgba(0,0,0,.09);
	background-color: #fff;
	min-width: 160px;
	margin-left: 0;
}
.navbar-nav>li:hover>ul.dropdown-menu {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
.navbar.navbar-inverse.navbar-fixed-top.navbar-fixed {
	background: #fff;
	margin-top: 0;
}
.navbar.navbar-inverse.navbar-fixed-top.navbar-fixed .navbar-nav {
	margin-top: 0px !important
}
.navbar.navbar-inverse.navbar-fixed-top.navbar-fixed .navbar-nav > li.active::before {
	background: none !important
}
.navbar.navbar-inverse.navbar-fixed-top.navbar-fixed .navbar-nav > li.active::after {
	content: unset;
}
.navbar.navbar-inverse.navbar-fixed-top.navbar-fixed .navbar-nav > li.active a {
	color: #ffae00
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #000 !important;
}
.navbar-fixed-top {
	margin-top: 45px;
}
/* ------------------ end header css ------------- */

/* ------------------ slider css ------------- */
.slider-bg {
	position: relative
}
.carousel-control.left, .carousel-control.right {
	background: none
}
.slider-contact-detail {
	position: absolute;
	top: 0px;
}
.slider-contact-detail {
	height: 50px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.30);
	z-index: 9;
}
.slider-contact-detail ul {
	padding-left: 0px;
	color: #fff;
	margin-bottom: 0px
}
.slider-contact-detail ul, .slider-contact-detail ul li {
	list-style: none;
	display: inline-block;
	/*	margin-bottom: 3px;*/
	color: #fff;
	font-size: 15px
}
.slider-contact-detail ul li i {
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.slider-contact-detail ul li span {
	font-size: 20px
}
.contact-h4 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 9px
}
/* ------- tour plane search ------------- */
.sliderop {
	position: relative;
	width: 100%;
	left: 0;
	margin: 0;
	z-index: 10;
}
.form-control, .input-group-addon, .bootstrap-select .btn {
	border-radius: 3px;
	box-shadow: none;
	font-size: 13px;
	line-height: normal;
	font-weight: 500;
}
.search-wrap .tab-content .form-group {
	float: left;
	margin: 0;
}
.form-group {
	position: relative;
}
/* ------- end tour plane search --------- */

/* ------------------ end slider css ------------- */


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}
.slide-text > h1 {
	padding: 0;
	color: #ffae00;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*----`Section 01---*/

.snip1333 {
	font-family: 'Muli', Arial, sans-serif;
	position: relative;
	float: left;
	margin: 10px 1%;
	padding: 0 20px 0 0;
	min-width: 230px;
	max-width: 315px;
	width: 100%;
	box-shadow: none !important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
}
.snip1333 * {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.snip1333 img {
	max-width: 100%;
	vertical-align: top;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1333 .border {
	position: absolute;
	opacity: 0.45;
	z-index: 1;
}
.snip1333 .border:before, .snip1333 .border:after, .snip1333 .border div:before, .snip1333 .border div:after {
	background-color: #f5b043;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.snip1333 .border:before, .snip1333 .border:after {
	width: 0;
	height: 1px;
}
.snip1333 .border div:before, .snip1333 .border div:after {
	width: 1px;
	height: 0;
}
.snip1333 .border.one {
	left: -6px;
	top: -6px;
	right: 6px;
	bottom: 6px;
}
.snip1333 .border.one:before, .snip1333 .border.one div:before {
	left: 0;
	top: 0;
}
.snip1333 .border.one:after, .snip1333 .border.one div:after {
	bottom: 0;
	right: 0;
}
.snip1333 .border.two {
	left: 6px;
	top: 6px;
	right: -6px;
	bottom: -6px;
}
.snip1333 .border.two:before, .snip1333 .border.two div:before {
	right: 0;
	top: 0;
}
.snip1333 .border.two:after, .snip1333 .border.two div:after {
	bottom: 0;
	left: 0;
}
.snip1333 figcaption {
	right: 0px;
	bottom: 20px;
	position: absolute;
	padding: 25px;
	margin: 6px;
	background-color: #000000;
	max-width: 70%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1333 h3, .snip1333 p {
	margin: 0;
}
.snip1333 h3 {
	font-family: 'Ovo', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom: 5px;
}
.snip1333 p {
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 0.9em;
}
.snip1333 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.snip1333:hover .border:before, .snip1333.hover .border:before, .snip1333:hover .border:after, .snip1333.hover .border:after {
	width: 100%;
}
.snip1333:hover .border div:before, .snip1333.hover .border div:before, .snip1333:hover .border div:after, .snip1333.hover .border div:after {
	height: 100%;
}
/*----Section 02----*/

.package {
	font-family: 'Raleway', Arial, sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	max-width: 310px;
	max-height: 310px;
	width: 100%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	font-size: 16px;
}
.package * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.package img {
	position: relative;
	opacity: 0.9;
}
.package figcaption {
	position: absolute;
	top: 45%;
	left: 7%;
	right: 7%;
	bottom: 45%;
	border: 1px solid white;
	border-width: 1px 1px 0;
}
.package .heading {
	overflow: hidden;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.package h2 {
	display: table;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: center;
	width: auto;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
}
.package h2 span {
	font-weight: 800;
}
.package h2:before, .package h2:after {
	position: absolute;
	display: block;
	width: 1000%;
	height: 1px;
	content: '';
	background: white;
	top: 50%;
}
.package h2:before {
	left: -1000%;
}
.package h2:after {
	right: -1000%;
}
.package p {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	opacity: 0;
	line-height: 1.6em;
	font-size: 0.9em;
}
.package a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.package:hover img, .package.hover img {
	opacity: 0.25;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.package:hover figcaption, .package.hover figcaption {
	top: 7%;
	bottom: 7%;
}
.package:hover p, .package.hover p {
	opacity: 1;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
/*---parallax---*/

.parallax {
	background-image: url(" ../images/travel_slider_1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/****************************************************************************************************
home two start 
*****************************************************************************************************/
.travelite_feature_section {
	background: #f4f4f4;
	padding: 40px 0px;
	overflow: hidden
}
.feature_overlay_second, .img_overlay {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.feature_box_second {
	position: relative;
}
.feature_overlay_second {
	position: absolute;
	width: 100%;
/*	top: 200px;*/
	padding: 16px 0px;
	text-align: center;
	background: #0091cc;
	color: #ffffff;
	opacity: 0.9;
	bottom: 0;
	z-index: 999999
}
.feature_box_second:hover .feature_overlay_second {
	background: #fdb714;
}
.bottom_first {
	font: 700 16px 'Lato', sans-serif;
	text-transform: uppercase;
}
.bottom_second {
	margin-top: 2px;
}
.feature_overlay_second .bottom_first a {
	color: #fff;
}
.bottom_first span {
	font: 300 12px 'Lato', sans-serif;
	position: relative;
	left: 15px;
}
.end_box_fearure:before {
	content: url( ../images/line-circle2.png);
	position: absolute;
	display: block;
	width: 8px;
	height: 100%;
	bottom: 0;
	left: 14px;
}
.end_box_fearure {
	padding-left: 80px;
	position: relative;
	padding-top: 25px;
	overflow: hidden;
}
.end_box_fearure h3 {
	color: #2c3e50;
	margin-top: 0px;
	    font-size: 19px;

}
.end_box_fearure p {
	padding-top: 20px;
}
.end_box_fearure .travelite_heading_feature:before, .end_box_fearure .travelite_heading_feature:after {
	left: 0;
}
.end_box_fearure a.black_btn {
	width: 150px;
	height: 42px;
	float: left;
	line-height: 40px;
	margin-top: 23px;
	text-transform: capitalize;
}
.package_fearure:before {
	content: url( ../images/line.png);
	position: absolute;
	display: block;
	width: 8px;
	height: 100%;
	bottom: 0;
	left: 14px;
}
.package_fearure {
	padding-left: 80px;
	position: relative;
	padding-top: 25px;
	overflow: hidden;
}
.package_fearure h3 {
	color: #2c3e50;
	margin-top: 0px;
	font-size: 19px;

}
.package_fearure p {
	padding-top: 30px;
}
.package_fearure .travelite_heading_feature:before, .package_fearure .travelite_heading_feature:after {
	left: 0;
}
.package_fearure a.black_btn {
	width: 150px;
	height: 42px;
	float: left;
	line-height: 40px;
	margin-top: 23px;
	text-transform: capitalize;
}
.black_btn {
	color: #ffffff;
	background: #222222;
	text-transform: uppercase;
	text-align: center;
}
.black_btn:hover {
	background: transparent;
	color: #222222;
}
.end_box_fearure a.black_btn {
	width: 150px;
	height: 42px;
	float: left;
	line-height: 40px;
	margin-top: 23px;
	text-transform: capitalize;
}
/*-----offer css start-----*/

.offer_box_wrapper {
	position: relative;
}
.overlay_btn {
	float: left;
	width: 100%;
}
.offer_box_wrapper .offer_inner {
	background: #222222;
	text-align: center;
	padding: 30px 0px;
}
.offer_box_wrapper .offer_inner h4 {
	margin-top: 0px;
	color: #ffffff;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: capitalize;
}
.offer_box_wrapper .offer_inner p {
	color: #aaaaaa;
	line-height: 36px;
}
.offer_inner .green_btn {
	line-height: 30px;
	height: 30px;
	width: 78px;
	margin-top: 7px
}
.green_btn {
	color: #ffffff;
	background: #0091cc;
	display: inline-block;
}
.offer_box_wrapper .circle_icon {
	float: left;
	width: 62px;
	height: 62px;
	padding-top: 12px;
	background: #0091cc;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	border: 3px solid #ffffff;
	border-radius: 5em;
	font-size: 12px;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 99;
}
.img_overlay_wrapper .img_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000000;
	opacity: 0.5;
}
.circle_icon span {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	line-height: 18px;
}
.img_overlay_wrapper {
	position: relative;
	width: 100%;
	float: left;
	perspective: 900px;
	-webkit-perspective: 400px;
	-moz-perspective: 900px;
}
.offer_box_wrapper:hover .img_overlay {
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	opacity: 0;
}
.offer_box_wrapper:hover .green_btn {
	background: #fdb714;
}
.destination_button {
	text-align: center;
}
.destination_button a.feature_more_btn {
	width: 210px;
	height: 52px;
	display: inline-block;
	line-height: 50px;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 80px;
}
.full_width {
	float: left;
	width: 100%;
	    min-height: 180px;
}


  .cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-263px);
		-webkit-transform:translateY(-263px);
		-moz-transform:translateY(-263px);
		-ms-transform:translateY(-263px);
		-o-transform:translateY(-263px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:213px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:120px;
		width: 100%;
		padding: 10px;
	}


/*-----offer css end-----*/

/*-----new heder stle---*/

.brand-info {
	background-image: url(../images/about-card.jpg);
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 5px;
	border-radius: 2px;
}
.brand-info .inner {
	border: 5px solid #fff;
	position: relative;
	border-radius: 2px;
}
.brand-info .inner .content {
	margin: 6px;
	padding: 25px;
	border-radius: 2px;
}
.brand-info .inner .stars {
	margin: 25px 0;
}
.brand-info .inner .stars i {
	font-size: 18px;
	color: #428bca;
	margin: 0 2px;
}
.brand-info .inner .title {
	margin-top: 10px;
	color: #fff;
}
/*TESTIMONIAL SECTON START*/

.kf-testimonial-bg {
	background-image: url( ../images/travel_slider_1.png);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kf-testimonial-bg:before {
	background-color: #000;
	opacity: 0.75;
	-webkit-opacity: 0.75;
	z-index: -1;
}
/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
#quote-carousel img {
	width: 250px;
	height: 100px
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}

/**
MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

#quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}
#quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
}
.ossvn--footer {
	position: relative;
	padding : 40px;
	color: #666;
	background-color: #000000c9;
}
/*---social---*/

.fbicon {
	padding: 5px;
}
.twiicon {
	padding: 5px;
}
.gogicon {
	padding: 5px;
}
.pinticon {
	padding: 5px;
}
.carousel-indicators {
	left: 20% !important;
}
.things_fearure:before {
	content: url( ../images/line.png);
	position: absolute;
	display: block;
	width: 8px;
	height: 100%;
	bottom: 0;
	left: 14px;
}
.things_fearure {
	padding-left: 80px;
	position: relative;
	padding-top: 25px;
	overflow: hidden;
}
.things_fearure h3 {
	color: #2c3e50;
	margin-top: 0px;
}
.things_fearure p {
	padding-top: 30px;
}
.things_fearure .travelite_heading_feature:before, .things_fearure .travelite_heading_feature:after {
	left: 0;
}
.things_fearure a.black_btn {
	width: 150px;
	height: 42px;
	float: left;
	line-height: 40px;
	margin-top: 23px;
	text-transform: capitalize;
}
.black_btn {
	color: #ffffff;
	background: #222222;
	text-transform: uppercase;
	text-align: center;
	height: 36px;
}
.black_btn:hover {
	background: transparent;
	color: #222222;
}
.end_box_fearure a.black_btn {
	width: 150px;
	height: 42px;
	float: left;
	line-height: 40px;
	margin-top: 23px;
	text-transform: capitalize;
}
/*----Social----*/

.social-icon-two {
	position: relative;
	padding-left: 0;
}
.social-icon-two li {
	display: inline-block;
	margin-right: 5px;
}
.social-icon-two li a {
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #737373;
	border-radius: 3px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/*------Details Page PAckage----------*/

/* ================ Logo ===================== */
.logo-sec {
	position: absolute;
	z-index: 9999;
/*	top: 20px*/
	top: 0px
}
.logo-sec .navbar-toggle {
	display: block !important;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.logo-sec .navbar-collapse.collapse {
	display: none !important
}
.logo-sec .navbar-collapse.in {
	display: block !important
}
.navbar-collapse.in {
	display: block !important;
	border-top: 1px dotted #97c93c;
}
.navbar {
	margin-bottom: 1px !important
}
.logo-menu-link {
	color: #fff;
	padding: 12px;
	font-size: 20px;
	text-align: center;
	position: absolute;
}
.menu-bar ul li {
	list-style: none;
	padding: 2px 0;
}
.menu-bar ul {
	padding-left: 0px
}
.menu-bar ul li a {
	color: #fff;
	font-size: 16px
}
.dropdown-menu {
	position: relative !important;
	float: none !important;
}
.menu-bar .dropdown-item {
	padding: 3px 0
}
.menu-bar .dropdown-item a {
	font-size: 12px
}
.logo-sec.menu-bg {
	display: none
}
/* ================ End Logo ================ */

/* ================ Sticky Header ================ */
.header-sticky-bar .navbar.navbar-default.navbar-fixed-top.navbar-light.navbar-fixed {
	background: #fff;
	display: block !important
}
.header-sticky-bar .navbar.navbar-default.navbar-fixed-top.navbar-light {
	display: none
}
.header-sticky-bar .navbar-default {
	border: none !important
}
.header-sticky-bar .navbar-default .navbar-nav > li > a {
	color: #000;
}
.header-sticky-bar .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	color: #000;
	background-color: #fff;
}
.header-sticky-bar .nav.navbar-nav.navbar-right {
	margin-top: 10px;
	margin-bottom: 10px
}
.header-sticky-bar .dropdown-menu {
	position: absolute !important;
}
/* ================ End Sticky Header ================ */

/*-----package name Style-----*/

.tour_packages_details_top {
	float: left;
	width: 100%;
}
.top_head_bar {
	float: left;
	width: 100%;
}
.top_head_bar h4 {
	font-weight: bold;
	color: #2c3e50;
	display: inline-block;
}
.bottom_desc {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.tour_packages_details_top .bottom_desc .starting_text {
	display: inline-block;
}
.tour_packages_details_top .bottom_desc h5 {
	text-transform: initial;
	color: #2c3e50;
	margin-top: 0px;
}
.tour_packages_details_top .bottom_desc h5 span {
	font: bold 24px 'Lato', sans-serif;
	color: #86b817;
	padding-left: 8px;
}
.tour_packages_details_top .bottom_desc .time_date {
	display: inline-block;
}
.time_date {
	line-height: 27px;
	width: 120px;
	height: 27px;
	text-align: center;
	background: #fdb714;
	color: #ffffff !important;
	font-size: 16px;
	border-radius: 2px;
}
.tour_packages_details_top .bottom_desc h5.includes_text {
	color: #999999;
	text-transform: uppercase;
	line-height: 30px;
}
.p_details {
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
	margin-top: 27px;
}
.p_details h4.widget-title {
	margin: 0;
	text-align: center;
	background: #0091cc;
	color: #ffffff;
	line-height: 31px;
	padding: 11px 0px;
	border-bottom: 1px solid #eeeeee;
}
.p_details .text_widget {
	text-align: center;
}
.p_details .widgett {
	float: left;
	width: 100%;
	padding: 30px 20px;
}
.submit_query {
	font: bold 12px 'Lato', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 9px 23px;
	border: none;
}
.btn-yellow {
	background-color: #fdb714;
	color: #fff;
}
.booking_form_bg {
	background: #eeeeee;
	border: 1px solid #e4e2e2;
	padding: 20px;
}
.booking_form_bg .main_content_form {
	background: #ffffff;
	padding: 32px;
	text-align: center;
}
.contact-input {
	border: 1px solid #e6e4e4;
	height: 32px;
	padding-left: 12px;
	border-radius: 0px;
	color: #2b2b2b;
}
.contact-button {
	background: #0091cc;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	padding-left: 38px;
	text-align: center;
	border: none;
	padding-right: 38px;
	height: 32px;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #fff !important;
	border-color: #fff !important;
}
td, th {
	padding: 5px !important;
}
/*------related package-----*/


.related_package {
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
	margin-top: 27px;
}
.related_package h4.widget-title {
	margin: 0;
	text-align: center;
	background: #0091cc;
	color: #ffffff;
	line-height: 31px;
	padding: 11px 0px;
	border-bottom: 1px solid #eeeeee;
}
.related_package .text_widget {
	text-align: center;
}
.related_package .widgett {
	float: left;
	width: 100%;
	padding: 30px 20px;
}
.image_holder {
	margin-bottom: 23px;
}
.image_holder h5 {
	color: #2b2b2b;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 30px;
}
.image_holder h5 {
	color: #2b2b2b;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 30px;
}
.image_holder h4 {
	margin-top: 0px;
	color: #86b817;
	text-transform: initial;
}
.image_holder h4 span {
	font: normal 14px 'Lato', sans-serif;
	color: #2c3e50;
}
/*------Event Style-----*/

.event {
	background-color: #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	float: left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	margin: 10px 1%;
/*
	max-width: 310px;
	min-width: 250px;
*/
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
.event * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.event img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
	opacity: 0.75;
}
.event figcaption {
	padding: 25px 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.event .date {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	font-weight: 800;
	min-height: 48px;
	min-width: 48px;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}
.event .date span {
	display: block;
	line-height: 14px;
}
.event .date .month {
	font-size: 11px;
}
.event h3, .event p {
	margin: 0;
	padding: 0;
}
.event h3 {
	font-weight: 800;
	letter-spacing: -0.4px;
}
.event .hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	background-color: rgba(0, 145, 204, 0.62);
	display: flex;
	justify-content: center;
	opacity: 0;
}
.event a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.event:hover .hover, .event.hover .hover {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 1;
}
.event:hover figcaption, .event.hover figcaption {
	opacity: 0;
}
.event:hover .date, .event.hover .date {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
/*-------Destination style-------*/

figure.destination {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
/*
	min-width: 220px;
	max-width: 310px;
*/
	width: 100%;
	text-align: center;
}
figure.destination * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
figure.destination:before, figure.destination:after {
	position: absolute;
	width: 100%;
	background: #000000;
	height: 0px;
	display: block;
	content: '';
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
figure.destination:before {
	top: 0;
}
figure.destination:after {
	bottom: 0;
}
figure.destination img {
	max-width: 100%;
	margin-bottom: -5px;
}
figure.destination figcaption {
	position: relative;
	background: #ffffff;
}
figure.destination h3, figure.destination p {
	margin: 0;
	display: inline-block;
	width: 100%;
}
figure.destination h3 {
	padding: 12px 15px;
	background: #333333;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%) rotate(0deg) scale(1);
	transform: translateY(-50%) rotate(0deg) scale(1);
	font-size: 15px;
}
figure.destination p {
	font-size: 0.9em;
	font-weight: 500;
	background: #ffffff;
	color: #4d4d4d;
	padding: 10px 40px 40px;
}
figure.destination a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}
figure.destination.blue h3, figure.destination.blue:before, figure.destination.blue:after {
	background: #2980b9;
}
figure.destination.red h3, figure.destination.red:before, figure.destination.red:after {
	background: #c0392b;
}
figure.destination.yellow h3, figure.destination.yellow:before, figure.destination.yellow:after {
	background: #f39c12;
}
figure.destination.navy h3, figure.destination.navy:before, figure.destination.navy:after {
	background: #34495e;
}
figure.destination:hover figcaption h3, figure.destination.hover figcaption h3 {
	-webkit-transform: translateY(-50%) rotate(-8deg) scale(1.1);
	transform: translateY(-50%) rotate(-8deg) scale(1.1);
}
figure.destination:hover:before, figure.destination.hover:before, figure.destination:hover:after, figure.destination.hover:after {
	height: 10px;
}
/*------contact-----*/

.cus-contactBox {
	padding-top: 10px;
}
/*------Exclution-----*/

/*--------------------------------------------------------------
## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.blog-post-s2 {
	margin-bottom: 30px;
}
.blog-post-s2-thumb {
	position: relative;
}
.blog-post-s2-thumb a, .blog-post-s2-thumb img {
	display: block;
}
.blog-post-s2-carousel {
	position: relative;
}
.blog-post-s2-carousel .owl-controls {
	position: absolute;
	margin: 0;
	bottom: 24px;
	left: 30px;
	z-index: 1;
}
.blog-post-s2 .owl-theme .owl-controls .owl-page span {
	margin: 0 3px;
	background: #24cb83;
	width: 6px;
	height: 6px;
}
.blog-post-s2-thumb-overlay {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(32,32,32,0.3)); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(32,32,32,0.3)); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(32, 32, 32)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6293b33', GradientType=0 ); /* IE6-9 */
}
.blog-post-s2-main {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 30px 30px 30px;
}
.blog-post-s2.has-carousel .blog-post-s2-main {
	padding-bottom: 55px;
}
.blog-post-s2-meta-top {
	margin-bottom: 13px;
}
.blog-post-s2-meta-top .blog-post-meta-cats {
	margin-top: 6px;
}
.blog-post-s2-title {
	color: #fff;
	font-size: 15px;
	line-height: 1.33;
	font-weight: bold;
	margin-bottom: 15px;
}
.blog-post-s2-title a {
	color: inherit;
}
.blog-post-s2-meta-bottom {
	font-size: 12px;
	line-height: 1;
	font-family: Georgia, serif;
	color: #9fa6a7;
}
/*--------------------------------------------------------------
## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.blog-post-s1 {
	margin-bottom: 30px;
}
.blog-post-s1-thumb {
	background: #f8f8f8;
}
.blog-post-s1-thumb a, .blog-post-s1-thumb img {
	display: block;
	width: 100%;
}
.blog-post-s1-main {
	background: #fff;
	padding: 23px 30px 30px 30px;
}
.blog-post-s1-meta-top {
	margin-bottom: 13px;
}
.blog-post-meta-cats {
	float: left;
}
.blog-post-meta-cats a {
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid rgba( 36, 203, 131, 0.4 );
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	padding-bottom: 4px;
	letter-spacing: 1px;
	margin-right: 5px;
	color: #fff;
}
.blog-post-meta-cats a:last-child {
	margin-right: 0;
}
.blog-post-meta-share {
	float: right;
}
.blog-post-meta-like {
	float: right;
	margin-left: 7px;
}
.blog-post-meta-like-count {
	float: right;
	margin-left: 4px;
	line-height: 27px;
	font-weight: bold;
	font-size: 14px;
	color: #24cb83;
}
.blog-post-meta-share, .blog-post-meta-like {
	display: inline-block;
	width: 27px;
	height: 27px;
	border: 2px solid #24cb83;
	color: #24cb83;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.blog-post-meta-share .fa,  .blog-post-meta-like .fa {
	font-size: 11px;
	line-height: 23px;
	vertical-align: middle;
}
.blog-post-meta-share .fa {
	font-size: 12px;
}
.blog-post-meta-date {
	font-size: 12px;
	line-height: 1;
	font-family: Georgia, serif;
	color: #9fa6a7;
}
.blog-post-meta-photos {
	display: inline-block;
	text-transform: uppercase;
	color: #24cb83;
	padding-bottom: 4px;
	border-bottom: 2px solid rgba( 36, 203, 131, 0.4 );
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
}
.blog-post-meta-photos .fa {
	margin-right: 5px;
}
.blog-post-s1-title {
	color: #233335;
	font-size: 18px;
	line-height: 1.33;
	font-weight: bold;
	margin-bottom: 12px;
}
.blog-post-s1-title a {
	color: inherit;
}
.blog-post-s1-excerpt {
	font-size: 14px;
	line-height: 1.43;
}
.blog-post-s1-meta-bottom {
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 1;
	font-family: Georgia, serif;
}
.blog-post-meta-date, .blog-post-meta-comments {
	display: inline-block;
}
.blog-post-meta-date {
	margin-right: 20px;
}
.blog-post-meta-comments .fa {
	margin-right: 5px;
}

/*------Things To Do----*/

.things {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
/*
  min-width: 230px;
  max-width: 315px;
*/
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.things * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.things img {
  max-width: 100%;
  vertical-align: top;
}
.things figcaption {
  position: absolute;
  top: calc(77%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}
.things figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.things h3,
.things p {
  margin: 0 0 10px;
}
.things h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
}
.things p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.things a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.things:hover figcaption,
.things.hover figcaption {
  top: 80px;
}

.banner-sliderop {
    position: relative;
    width: 100%;
    bottom: 55px;
    left: 0;
    margin: 0;
    background: rgba(45,45,45,0.5);
    z-index: 10;
}

.clearfix{
	padding-top: 18px;
	font-size: 14px;
}


.home_subscribe_section {
    background: #000000 url(../images/travel_slider_1.png)no-repeat;
    background-size: cover;
    position: relative;
	overflow: hidden
}

.icon_circle_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

/*------map-----*/
	
	 #package {
        position: relative;
        padding-bottom: 400px;
        height: 0;
    }
    #package iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 400px !important;
    }

/*-------form marging----*/

.rightmargin{
	margin-right: 7.5%;
}


.client-img{
	    width: 35%;
    float: left;
    margin-right: 15px;
}

.testomonial-descr{
	    border: 1px solid #eee;
    padding: 20px;
}

.svg-width{
	width: 15px;
}

/*------commen-footer-----*/

.commen-footer{
	padding: 40px 0;
}

.commen-footer h3{
	text-align: center;
    margin-bottom: 23px;
    text-transform: uppercase;
    font-weight: bold;
}

.commen-footer .block-raison{
	    background-color: #f0f8f9;
    height: 100%;
    padding: 10px;
    line-height: 1;
	    min-height: 192px;
    margin-bottom: 15px;
}

.block-raison ul{
	    width: 100%;
    padding-left: 0;
    display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
}

.block-raison h5{
	margin-top: 3px;
}

.block-raison ul li.separation{
	border-right: solid 1px #4fbdbf;
}

.block-raison ul li{
	float: left;
    width: 50%;
    text-align: center;
}

.block-raison .img-size{
	height: 50px;
}

.block-raison p.subtitle{
	    margin: auto;
    text-transform: uppercase;
    line-height: 4;
	font-size: 14px;
}

.block-raison p{
	font-size: 12px;
	margin-bottom: 0;
}

.default-text img{
	position: absolute;
	top: 0px;
	bottom: 8px;
	right: 60%;
	z-index: 9999;
	color: #fff;
	width: 15% !important;
}

/*--- translate-area ---*/
.translate-area {
    position: fixed;
    right: 0px;
    top: 160.5px;
    width: 154px;
    height: 100px;
    z-index: 2;
}
.translate-area .language-area {
    position: absolute;
    right: -200px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.translate-area:hover .language-area {
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.translate-area .language-btn {
    position: absolute;
    left: 82px;
    background: #565552;
    cursor: pointer;
    background: #0091cc;
    padding: 11px;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius-top: 11px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-top: 10px;
}
.translate-area:hover .language-btn {
    top: 40px;
    border-radius: 10px;
    left: -69px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.translate-area .language-btn .btn-text {
	display: flex;
}
.translate-area .language-btn .btn-text h5{
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.translate-area:hover .language-btn{
	display: none;
}
#google_translate_element select{
    background: #565552;
    cursor: pointer;
    background: #0091cc;
    color: #fff;
    font-weight: bold;
	padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid #fff;
    width: auto;
}
#google_translate_element select:focus{
	border: none;
	box-shadow: none;
}

/* ===========
Google Translator
============= */ 
#google_translate_element * {
	  background: transparent;
	  border:none;	
	padding: 2px 0px 9px 0px;
    width: 100%;
    background-position: 50% 50%;
    display: block;
    color: #000000ab;
    font-size: 14px;
    text-transform: capitalize;
	
	
}
.goog-te-gadget-simple {
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 8pt !important;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 1px !important;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font-size: 12px;
}

.goog-te-gadget-icon {
    margin-left: 2px;
    margin-right: -9px !important;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle;
}

#google_translate_element span{
	display: none;
}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}