@charset "utf-8";

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
/* Standar Styles --------------------------------------------------------*/

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700");
@import url("http://fonts.googleapis.com/css?family=Raleway");

@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Oswald';
html {
	font-size: 16px;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.5rem;
	background-color:#f9f9f9;
}
h1, h2, h3, h4, h5, h6 {	
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #272727;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 2.225rem;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 0.875rem;
}
h6,
.h6 {
  font-size: 0.75rem;
}
p{
	margin: 0 0 20px 0;
	color: #333333;
	font-size: 14px;
}
.gap1{margin-top:25px;}
.gap2{margin-top:25px;}
footer ul,
.sitemap,
.sitemap ul,
.crumbs ul,
header ul,
.owl-carousel,
.footer-down ul,
.list-styles,
.starts,
.services-lines,
#testimonials,
ul.single-carousel,
.post-options{
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-primary{
	color: #fff;
	font-size: 0.875rem;
	padding: 10px 15px;
	margin-right: 10px;
	border-color: #dedede;
	text-shadow:none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.btn-primary:last-child{
	margin-right: 0;
}
.btn-primary:hover{
	border-color: #cdcdcd;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.btn-default{
	font-size: 0.875rem;
	border-color: #dedede;
	text-shadow:none;
}
.btn:hover{
	opacity: 0.8;
}
.btn-primary:hover{
	color: #fff;	
}

label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    color: red;
    margin: 5px 0px;
}

.paddings{
	padding: 100px 0;
}
.paddings-mini{
	padding: 50px 0;
}
.padding-top{
	padding-top: 70px;
}
.padding-bottom{
	padding-bottom: 70px;
}
.padding-bottom-mini{
	padding-bottom: 40px;
}
.padding-top-mini{
	padding-top: 30px;
}
.padding-sides{
	padding:20px 30px !important;
}
.no-padding{
	padding: 0 !important;
}
.no-margin{
	margin: 0 !important;
}
.no-margin-top{
	margin-top: 0 !important;
}
.bg-gray{
	background-color: #fcfcfc;
}
.bg-dark{
	background-color: #3a4749;
}
.borders{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.border-top{
	border-top: 1px solid #dfdfdf;
}
.border-right{
	border-right: 1px solid #dfdfdf;
}
.border-bottom{
	border-bottom: 1px solid #dfdfdf;
}
hr.tall {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
}
.list-styles{
	margin-bottom: 20px;
}
.list-styles li{
 	line-height: 40px;
}
.list-styles li a,
.list-styles li{
	font-size: 0.82rem;
	color: #333333;
}
.list-styles li i{
	border-radius: 50%;
	width:22px;
	height: 22px;
	background: #232323;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	padding: 6px 5px;
	margin-right: 8px;
}
.show-grid .show-grid-block {
	padding-top: 10px;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: #F5F6FA;
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
	margin-bottom: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 80%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}


.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default {
    font-size: 0.875rem;
    border-color: #fff;
    text-shadow: none;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: none;
    border-color: #none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:hover {
    opacity: 0.8;
}


.count-input {
  position: relative;
  width: 100%;
}
.count-input input {
  width: 100%;
  height: 36.92307692px;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  border:
  none;
}
.count-input input:focus {
  outline: none;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  text-decoration:none;
}
.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
  top: 50%;
}
.count-input.count-input-sm {
  max-width: 125px;
}
.count-input.count-input-sm input {
  height: 36px;
}
.count-input.count-input-lg {
  max-width: 200px;
}
.count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px;
}

div.fontawesome-icon-list a {
  color: #333333;
  font-size: 0.9rem;
  line-height: 2rem;
}
div.fontawesome-icon-list i {
  margin-right: 10px;
}
iframe.video{
	width: 100%;
	height: 180px;
}
.single-carousel{
	overflow: hidden;
}
.single-carousel li{
	position: relative;
}
.single-carousel .info-single-carousel{
	padding: 10px 5% 0 5%;
}


/* Twitter Section --------------------------------------------*/
.section-twitter{
	background-color: #fff;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.section-twitter i.icon-big{
	position: absolute;
	color: #eee;
	left: -50px;
	top: 20px;
	font-size: 14rem;
}
#twitter{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-style: italic;
}
.tweet_text{
	color: #333333;	
	font-size: 1.2rem;
	line-height: 1.8rem;
}

/*home_testimonials*/
#fade-quote-carousel.carousel {
  padding-bottom: 10px;
  padding-top:10px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
/*home_testimonials*/


/* Titles ----------------------------------------------*/
.titles{
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.opacy_bg_02 .titles{
	margin: 50px auto;
}
.titles h2{
	color: #222;
	padding: 0;
	z-index: 1;
	position: relative;
}
.opacy_bg_02 .titles h2{
	color: #fff;
}
.titles h2 span{
	font-size: 3.5rem;
	font-weight: lighter;
}
.titles i{
	color: #dadbdd;
	position: absolute;
	top: -20px;
	left: 55%;
	font-size:80px;
	z-index: 0; 
}
.opacy_bg_02 .titles i{
	color: rgba(255,255,255, 0.2);
}
hr.tall{
	margin:10px auto;
	border: 0;
	max-width: 90%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
.opacy_bg_02 hr.tall{
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));
}


/* Hover efect -------------------------------------------------*/
.img-hover{
  position: relative;
  overflow: hidden;
}
.img-hover img{
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img-hover .overlay{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 99;
  top: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover .overlay{
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.img-hover .overlay a{
  padding-top: 26%;
  height: 100%;
  display: block;
  font-size: 2.5rem;
  color: #fff;
}
.img-hover .overlay a:hover{
  text-decoration: none;
}

/* Semibox Layout ---------------------------------------------*/
.semiboxshadow {
	background:url(../img/shp.png) no-repeat center;
	display: block;
}
.semiboxshadow img {
	width: 1338px !Important;
	max-width: 1340px;
	margin: 0px auto;
	margin-left: -53px;
	margin-top: 150px;
	position: absolute;
	z-index: 0;
}

/* List --------------------------------------------*/
.list li{
	line-height: 40px;
}
.list li:hover{
	cursor: pointer;
}
.list li i{
	padding-right: 8px;
	font-size: 0.875rem;
}
.list li a{
	color: #666;
}
.list li a:hover{
	color: #252525;
}

/* ---------------------------------------------------------------------- */
/*	03 HEADER
/* ---------------------------------------------------------------------- */

/*  Header -------------------------------------------*/
.header-v1{	
	background:#f9f9f9;
	position:relative;
	left: 0;
	top: 0;
	max-height: 126px;
	z-index: 999;
	width: 100%;
	border-color: rgba(0,0,0,0.3);
	webkit-box-shadow: 0 10px 6px -6px #333333;
	-moz-box-shadow: 0 10px 6px -6px #333333;
	box-shadow: 0 10px 6px -6px #333333;
    transition: all .25s ease-in-out;
}
.header-v2{	
	background: #fff;	
	position: fixed;
	left: 0;
	z-index: 9999;
	width: 100%;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-v2 .flat-mega-menu > ul > .title i,
.header-v2 .flat-mega-menu > ul > .title > a > span{
	color: #232323 !important;
}
.sticky-wrapper{
	height: auto !important;
}
.header-v1.is-sticky{
	border-bottom: 1px solid #dedede !important;
	max-height: 70px;
}
.header-v3{	
	background: #fff;	
	left: 0;
	z-index: 9999;
	width: 100%;
	position: relative;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-v4{	
	background-color: #fff;	
	position: relative;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 30px 0;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-v4.is-sticky{
	padding: 10px 0 0 0;
	border-bottom: 1px solid #dedede;
}
.header-v4.is-sticky .flat-mega-menu > ul > .title{
	margin-bottom: 10px;
}
.header-v3 .flat-mega-menu > ul > li,
.header-v3 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li,
.header-v4 .flat-mega-menu > ul > li > a{	
	color: #fff;	
}
.header-v4  .flat-mega-menu > ul{
	text-align: center;
}
.header-v4 .flat-mega-menu > ul > .title {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
}
.header-v4 .flat-mega-menu > ul > .title i {
  right: 42%;
  top: 0;
}
.header-v4 .flat-mega-menu > ul > .title > a {
  text-align: center; 
  padding-right: 0;
  padding-left: 0 !important;
}
.header-v4 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li{
	line-height: 1rem;
	min-height: 30px;
}
.tp-banner-container{
	width:100%;
	overflow: hidden !important;
	position:relative;
	padding:0;
	margin-top: -120px;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.icon-big-nav{
	position: relative;
}
.icon-big-nav i{
	font-size: 10rem;
	position: absolute;
	left: 10%;
	bottom: 0;
	opacity: 0.7;
}

/*  Info head -----------------------------------------*/
/*.info-head{
	text-align: right;
	padding: 5px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #cbd8d8;
	position: relative;
	z-index: 99;
}
.info-head ul {
	padding: 5px 0;
	margin: 0;
}
.info-head ul li ul{
	padding: 0;
	margin: 0;
}
.info-head ul li{
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #dedede;
}
.info-head ul li:first-child{
	border-left: 0;
}
.info-head ul li ul li:last-child{
	border-left: 0;
}
.info-head ul li ul li{
	list-style: none;
	float: none;
	margin: 0;
	width: 100%;
	font-size: 11px;
	border-right: 0;	
	padding: 0;
}
.info-head ul li ul li ul li a{
	color: #333333;
	padding: 5px 15px;
	line-height: 20px;
	font-size: 10px;
}
.info-head ul li ul li a img{
	padding-right: 10px;
}
.info-head ul li .dropdown-menu{
	min-width: 100px;
	padding: 0;
	left: 30px;
	top: 27px;
	z-index: 999 !important;
}
.info-head .dropdown-menu > li > a:hover,
.info-head .dropdown-menu > li > a:focus,
.info-head .dropdown-menu > .active > a,
.info-head .dropdown-menu > .active > a:hover,
.info-head .dropdown-menu > .active > a:focus {
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #f5f5f5, 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
	color: #000 !important;
}
.info-head ul li a{
	color: #fff;
}
.info-head ul li a:hover{
	text-decoration: none;
}
.info-head ul li a:hover{
	color: #232323 !important;
}
.info-head ul li i{
	padding: 5px 5px 0 0;
	color: #fff;
	font-size: 14px;
}
.info-head ul li a i{
	font-size: 13px;
	padding-top: 3px;
	padding-left: 5px;
}

/* Filter Title ------------------------------*/
.filter-title {
		
		width: 100%;
		top: -220px;
		left: 0%;
    }
.filter-title.top-30{
	top: 30%;
}
.filter-title.top-40{
	top: 40%;
}
.layout-boxed .filter-title, 
.layout-boxed-margin .filter-title{
	top: 30%;
	left: 50%;
	margin-left: -37.5%;
	width: 75%;
}
*/
/* Title Header ---------------------------------------------*/
.title-header{
	text-align: center;
}
.title-header h1{
	color: #fff;
	font-size: 5.2rem;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	line-height: 5.6rem;
	font-weight: bold;
}
.title-header p{
	color: #f7f7f7;
	margin: 0 auto 30px auto;
	max-width: 700px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

/* Nav Tabs ------------------------------*/
.nav-tabs{
	border: 0;
	margin: 0 auto;
	/*max-width: 90%;*/
}
.nav-tabs li{
	margin-right: 10px;
}
.nav-tabs li i{
	margin-right: 10px;
	font-size: 2rem;
}
.nav-tabs li.active a i,
.nav-tabs li.active a:hover i,
.nav-tabs li a:hover i{
	color: #fff !important;
}
.nav-tabs li,
.nav-tabs li.active,
.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li.active a:hover{
	border: 0 !important;
	color: #fff;
	outline:none;
	margin-bottom:0px;
}
.nav-tabs li a{
	border:0;
	padding: 12px 35px;
	background: #e67b14;
	color: #fff;
}

/* Tabs Detailed --------------------------------------------*/
.tabs-detailed .nav-tabs{
	max-width: 100%;
	margin-bottom: 40px;
}
.tabs-detailed .nav-tabs li a{
	border-radius: 5px;
}

/* Filter Header --------------------------------------------*/
.filter-header{
	padding: 0;
	max-width: 90%;
	margin: 1px auto 0 auto;
	height: 56px;
	border-radius: 0 5px 5px 5px;
	border:solid 3px;
}
.filter-header.flights-filter{
	height: auto !important;
	overflow: auto;
}
.filter-header.flights-filter .input-large{
	width: 50%;
	border-bottom: 1px solid #dedede;
}
.filter-header.flights-filter .date-input,
.filter-header.flights-filter .selector{
	width: 25%;
}
.filter-header.flights-filter input[type="submit"]{
	width: 100%;
}
.filter-header form{
	border: 0;
	padding: 0;
	margin: 0;
}
.filter-header input{
	height: 50px;
	margin: 0;
	float: left;
	border:0;
	padding: 5px 10px;
	font-size: 0.9rem;
	font-weight: normal;
	border-right: 1px solid #dedede;
}
.filter-header input:last-child{
	border-right: 0;
}
.filter-header .input-large{
	width: 35%;
	background: #fff url("../img/icons/location.html") no-repeat scroll left 6px;
	padding-left: 40px;
}
.filter-header .date-input{
	width: 17%;
	background: #fff url("../img/calendar.png") no-repeat scroll right 12px;
	padding-right: 10px;
	font-size: 0.9rem;
}
.filter-header .selector{
	position: relative;
	min-width: 60px;
	width: 15%;
	line-height: 0;
	float: left;
	color: #999;
	font-size: 0.9rem;
	height: 50px;
}
.selector select {
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 50px;
	width: 100%;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.selector select:hover{
	cursor: pointer;
}
.selector span.custom-select {
	display: inline-block;
	line-height: 52px;
	padding: 0 10px;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.filter-header ::-webkit-input-placeholder {
   color: #565656;
}
.filter-header :-moz-placeholder { /* Firefox 18- */
   color: #565656;  
}
.filter-header ::-moz-placeholder {  /* Firefox 19+ */
   color: #565656;  
}
.filter-header :-ms-input-placeholder {  
   color: #565656;  
}
span.custom-select {
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
	color: #565656;
}
span.custom-select {
	background: #fff;
	border: none;
	line-height: normal;
	font-size: 0.9rem;
}
.selector span.custom-select:before {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: #999;
	width: 24px;
	height: 100%;
}
.selector span.custom-select:after {
	position: absolute;
	right: 9px;
	top: 22px;
	border-top: 5px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
}
.filter-header input[type="submit"]{
	width: 16%;
	border: 0;
	color: #fff;
}

/* Calendar -------------------------------------------*/
.ui-datepicker{
	max-width: 250px;
	padding: 0;
	border: 1px solid !important;
}
.ui-datepicker table thead{
	background-color: #e67b14 !important;
}
.ui-datepicker th {
  font-size: 0.875rem;
  font-weight: lighter;
}
.ui-datepicker .ui-datepicker-calendar td {
  vertical-align: middle;
  text-align: center;
  background-color:#267875;
  color:#fff;
}
.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size:11px;
  
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: transparent !important;
	border: 0;
	font-size: 0.8rem;
}
.ui-state-hover{
	color: #fff !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0 !important;
}
.ui-widget-header{
	color: #fff;
	font-weight: lighter;
	font-size: 1rem;
}
.ui-datepicker .ui-datepicker-prev:before {
  border-right: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.ui-datepicker .ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 0px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
  border-left: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.ui-datepicker a.ui-corner-all:hover{
	background: transparent !important;
	border: 0;
}
.ui-widget-content {
	background: #ffffff!important;
}

/* Section Titles ---------------------------------------------*/
.section-title-01{
	height: 450px;
	background-color: #262626;
	text-align: center;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.section-title-01 h1{
	color: #fff;
	padding: 120px 0 0 5px;
	font-size: 3rem;
	line-height: 55px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.overlay-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 0;
}
/* Crumbs 1 -------------------------------------------------------------*/
.section-title-01 .crumbs{
	position: relative;
}
.section-title-01 .crumbs ul{
	margin: 10px auto;
	padding: 10px;
	display: table;
	border-top: 2px solid;
	list-style: none;
}
.section-title-01 .crumbs ul li{
	display: inline-block;
	padding-right: 5px;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}
.section-title-01 .crumbs ul li a:hover{
	text-decoration: underline;
}
/* Section Title 2 ----------------------------------------------------*/
.section-title-02{
	height: 350px;
	background-color: #262626;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.section-title-02 h1{
	color: #fff;
	padding: 97px 0 0 5px;
	font-size: 1.6rem;
	line-height: 55px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
/* Crumbs 2 -------------------------------------------------------------*/
.section-title-02 .crumbs{
	position: relative;
	padding: 97px 0 0 5px;
	text-align: right;
}
.section-title-02 .crumbs ul{
	margin: 10px auto;
	padding: 10px;
	list-style: none;
}
.section-title-02 .crumbs ul li{
	display: inline-block;
	padding-right: 3px;
	line-height: 20px;
	font-size: 0.775rem;
	color: #fff;
}
.section-title-02 .crumbs ul li:last-child{
	padding-right: 0;
}
.section-title-02 .crumbs ul li a:hover{
	text-decoration: underline;
}
/* Section Title 3 ----------------------------------------------------*/
.section-title-03{
	height: 380px;
	background-color: #262626;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.section-title-03 h1{
	color: #fff;
	padding: 100px 20px 10px 0;
	font-size: 1.6rem;
	line-height: 1.8rem;
	border-bottom: 2px solid;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
/* Crumbs 3 -------------------------------------------------------------*/
.section-title-03 .crumbs{
	position: relative;
}
.section-title-03 .crumbs ul{
	margin: 10px auto;
	list-style: none;
}
.section-title-03 .crumbs ul li{
	display: inline-block;
	padding-right: 5px;
	line-height: 20px;
	font-size: 0.775rem;
	color: #fff;
}
.section-title-03 .crumbs ul li:last-child{
	padding-right: 0;
}
.section-title-03 .crumbs ul li a:hover{
	text-decoration: underline;
}

/* section-title-detailed --------------------------*/
.section-title-detailed{
  max-height: 700px;
  height: auto; 
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0;
  background-size: cover!important;
}
.section-title-detailed img{
	width: 100%;
}
.section-title-detailed .img-hover .overlay{
	opacity: 1;
}
.title-detailed{
  position: absolute;
  bottom: 140px;
  padding-bottom: 20px;
  width: 100%;
}
.title-detailed h2{
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
}
.title-detailed h2 span{
	font-size: 1rem;
	display: block;
}

/* ---------------------------------------------------------------------- */
/*	04 General Structure
/* ---------------------------------------------------------------------- */

/* Content Info --------------------------*/
.content_info{
	width: 100%;
	margin-top:50px;	
}
.content-central2{margin-top:150px;}
.inner_content{margin-top:100px; margin-bottom:50px;}

.no-overflow{
	overflow: visible !important;
}
.content_resalt{
	background: #fff;
	margin-top:0px;
	margin-bottom:20px;
}

/*priyaranjan jena start design*/
.clearfix{clear:both;}
.service-main{padding:2em; margin:30px auto; box-shadow: 1px 2px 5px #a7a6a6; border-radius:5px;}
.lines-txt{text-align:center; font-size:25px; color:#f9f9f9; margin:10px auto; font-weight:bold;}
.plane-sec{border: 1px solid #409cd1;border-radius: 50%;padding: 10px 10px;text-align: center;}
.testmnl-titles span{text-transform:capitalize;}
.testmnl-titles{margin:10px auto;}

.choose-sec{
	padding: 10px 0px 0px;
	position: relative;
	border-radius: 5px;
	transition: box-shadow 500ms;
	height: 100px;
}
.choose-sec img{width:auto; height:auto;}
.img-service{
	background:url(../img/why-sec.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:0px;
	margin-top:15px;
	margin-bottom:15px;
}

.section-txtf{color:#fff;}
.section-texts-head{margin:5px auto; font-weight:600; font-size:20px; color:#fff;}
.welcm-img img{width:100%; height:360px; border:2px solid #26B3FB; padding:10px 10px; border-radius:5px;}
.welcm-txt{ font-family: inherit;font-weight: 500;line-height: 1.1; color: inherit; font-size:30px; margin-bottom:0px; margin-top:0px;}
.why-book-head{margin:10px auto; font-weight:600;}
.why-bk-width{width:20% !important}
.lead {
    font-size: 21px;
    color: #26B3FB;
	
}
.fa-googl{color:#FF6600; font-size:1.3em; text-align:center;}
.googl-txt{text-align:center; margin:10px auto; font-size:15px;}
.content-3{margin:20px auto;}
.airport-text{font-size:11px;color: #4d4444;text-transform: capitalize;font-weight:100; margin-top:10px; margin-bottom:10px; text-align:center;}
.main-cert{background:rgb(18, 171, 123); margin:20px auto;}
.certfct-head{display: table;position: relative;width: auto;margin: auto; padding:10px 0px; width:60%;}
.certfct-txt{text-align:center; font-size:25px; color:#f9f9f9; margin:10px auto;}
.certfct-txtp{text-align:center; font-size:16px; color:#f9f9f9; margin:10px auto;}
.certfct-p{color:#fff;}
.certfct-p i{margin-right:10px;}


/*Airport table ssection start*/

.airpot-table table,tr,td{width:30%;}
.airpot-table{border:1px solid #adb6b9;}
.tabl-cell{
	display: table-cell;
	font-size: 14px;
	padding: 7.168px;
	background:#fbe35e;
	color:#4d4444;
}

.tabl-cell-2{
	display: table-cell;
	font-size: 14px;
	padding: 7.168px;
	background:#f9f9f9;
	color:#4d4444;
}
.tabl-cell-head span{text-transform:uppercase; color:#fff;}
.tabl-cell-head{
	padding: 7.168px;
	background:#88919e;
	font-weight: bold;
	font-size: 14px;
}

.tabl-container{
	width: 100%;
	display: table;
	margin-bottom:40px;
}



/*Round checkbox strat here*/

.label-checkbox {
  padding-left: 10px;
  padding-right: 10px;
  position: relative
}

.resa-label{
	display: block;
	margin-bottom: 0.25em
}

.resa-input-checkbox{
	margin: 0 0.25em 0 1em;
	opacity: 0.2
}

.resa-input-checkbox:not(:checked) + .label-checkbox:before,
.resa-input-checkbox:checked + .label-checkbox:before,
.resa-input-checkbox:not(:checked) + .label-checkbox:after,
.resa-input-checkbox:checked + .label-checkbox:after {
	content: '';
	position: absolute;
	left: -19px;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 3px solid #444444;
	border-radius: 50%;
	background: #fff;
	cursor:pointer;
}
.resa-input-checkbox:not(:checked) + .label-checkbox:after,
.resa-input-checkbox:checked + .label-checkbox:after {
	background-color: #5182ab;
	border-color: #FFF;
	transition: all .2s
}

.resa-input-checkbox:not(:checked) + .label-checkbox:after {
	opacity: 0;
	transform: scale(0)
}
.resa-input-checkbox:checked + .label-checkbox:after {
	opacity: 1;
	transform: scale(1)
}

.resa-input-checkbox:disabled:not(:checked) + .label-checkbox:before,
.resa-input-checkbox:disabled:checked + .label-checkbox:before {
	border-color: #ccc;
}
.resa-input-checkbox:disabled:checked + .label-checkbox:after {
	color: rgba(0,0,0,35)
}
.resa-input-checkbox:disabled + .label-checkbox {
	color: #5182ab;
}

.resa-input-checkbox:checked:focus + .label-checkbox:before,
.resa-input-checkbox:not(:checked):focus + .label-checkbox:before {
	border: 1px dotted #5182ab;
}
/*Round checkbox end here*/


/* Testimonial Properties -------------------------------------------------*/
.testimonial p{color:#000; margin:8px auto; text-align:justify;}
.test-title{color:#175577; font-size:13px; font-weight:600; text-align:center; margin:5px auto;}
.testimonial i{color:#e67b14; font-size:14px; text-align:right;}
.test-review{color:#000; font-size:12px;}

.media:first-child {
    margin-top: 0;
    background: #fff;
	padding:10px;
	min-height:180px;
	border-radius:5px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: middle !important;
}
.carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	border: 1px solid #0988CB;
	padding: 5px;
}
.carousel .testimonial {
	position: relative;
}

.image-testimonials{	
	width: 80px;	
	margin: 0 auto;
	height: 80px;
	border-radius: 50%;
	position: relative;	
	overflow: hidden;
	z-index: 2;
	margin:0 10px;
}

.carousel .overview b {
	text-transform: uppercase;
	color: #1c47e3;
}
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 50%;
	margin: 1px 3px;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #1c47e3;    
    border: 5px double;    
}
.carousel-showmanymoveone .carousel-control{width:4%;background-image:none;}
.carousel-showmanymoveone .carousel-control.left{margin-left:0;}
.carousel-showmanymoveone .carousel-control.right{margin-right:0;}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3{display:none;}
@media all and (min-width:768px){.carousel-showmanymoveone .carousel-inner > .active.left,
.carousel-showmanymoveone .carousel-inner > .prev{left:-50%;}
.carousel-showmanymoveone .carousel-inner > .active.right,
.carousel-showmanymoveone .carousel-inner > .next{left:50%;}
.carousel-showmanymoveone .carousel-inner > .left,
.carousel-showmanymoveone .carousel-inner > .prev.right,
.carousel-showmanymoveone .carousel-inner > .active{left:0;}
.carousel-showmanymoveone .carousel-inner .cloneditem-1{display:block;}
}

@media all and (min-width:990px){.carousel-showmanymoveone .carousel-inner > .active.left,
.carousel-showmanymoveone .carousel-inner > .prev{left:-16.6%;}
.carousel-showmanymoveone .carousel-inner > .active.right,
.carousel-showmanymoveone .carousel-inner > .next{left:16.6%;}
.carousel-showmanymoveone .carousel-inner > .left,
.carousel-showmanymoveone .carousel-inner > .prev.right,
.carousel-showmanymoveone .carousel-inner > .active{left:0;}
.carousel-showmanymoveone .carousel-inner .cloneditem-2,
.carousel-showmanymoveone .carousel-inner .cloneditem-3{display:block;}
}
@media all and (min-width:800px){.carousel-showmanymoveone .carousel-inner > .active.left,
.carousel-showmanymoveone .carousel-inner > .prev{left:-16.6%;}
.carousel-showmanymoveone .carousel-inner > .active.right,
.carousel-showmanymoveone .carousel-inner > .next{left:16.6%;}
.carousel-showmanymoveone .carousel-inner > .left,
.carousel-showmanymoveone .carousel-inner > .prev.right,
.carousel-showmanymoveone .carousel-inner > .active{left:0;}
.carousel-showmanymoveone .carousel-inner .cloneditem-2,
.carousel-showmanymoveone .carousel-inner .cloneditem-3{display:block;}
}
/*===========================
  Slider
============================ */
.slider {
  position: relative;
  background:none;
  width:100%;
}
.slider img{width:100%; height:auto;}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border: 2px solid #fff;
	border-radius:50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#fff;
	background:transparrent;
}

#carousel-slider a i:hover {
  background:transparent;
  color:#fff;
  border: 2px solid #fff;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:50px
}

#carousel-slider .carousel-control.right i {
  right: 50px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}
.tabs-detailed .services-lines{
	margin-bottom: 30px;
}
.tabs-detailed .services-lines li{
	width: 14.2%;
		background-color: #3a4749 !important;
}
.tabs-detailed .services-lines li h5{
	color: #fff;
}
.tabs-detailed .services-lines li i{
	color: #fff !important;
}
.tabs-detailed .services-lines li:hover{
	background-color: #3a4749 !important;
}
.tabs-detailed  .services-lines li .item-service-line{
	padding: 45px 0;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}*/


.clear{ clear:both; height:10px;}
hr.separator {
  border: none;
  border-top: 1px solid #19A4EC;
  clear: both;
  display: block;
  position: relative;
  margin: 10px auto 20px auto !important;
  width:80%;
}
hr.separator:before {
  background: #19A4EC;
  content: "";
  height: 9px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 9px;
}

hr.separator1 {
  border: none;
  border-top: 1px solid #19A4EC;
  clear: both;
  display: block;
  position: relative;
  margin: 20px auto 20px auto !important;
  width:20%;
}
hr.separator1:before {
  background: #19A4EC;
  content: "";
  height: 9px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 9px;
}


.info-boxed p{
	margin-bottom: 10px;
	font-weight: normal;
}
.info-boxed .content-btn{
	float: left;
}
.info-boxed .btn{
	border: 0;
	font-size: 14px;
	padding: 7px 10px;
}
.info-boxed .price{
	left: -120px;
	top: 55px;
	font-size:50px;
	line-height: 50px;
	font-weight: normal;
	color: #fff;
	position: absolute;
}
.info-boxed.boxed-bottom .price{
	left: 100%;
	margin-left: 50px;
	top: 55px;
	font-size: 50px;
	line-height: 50px;
	font-weight: lighter;
	color: #fff;
	position: absolute;
}
.info-boxed .price span{
	font-weight: bold;
	font-size: 25px;
	left: -20px;
	top: -5px;
	position: absolute;
}
.boxed-top:before {
  	border: 20px solid #fff;
	border-bottom-color: transparent;
  	border-left-color: transparent;
  	border-top-color: transparent;
  	content: "";
  	display: block;
  	left: -40px;
  	position: absolute;
  	top: 65px;
  	z-index: 999;
}
.boxed-bottom:before{
	border: 20px solid #fff;
  	border-bottom-color: transparent;
  	border-right-color: transparent;
  	border-top-color: transparent;
  	content: "";
  	display: block;
  	left: auto;
  	right: -40px;
  	position: absolute;
  	top: 65px;
  	z-index: 999;
}
.starts{
	margin: 11px 0 20px 0;
}
.item-boxed .starts{
	float: right;
}
.title-detailed .starts{
	margin: 0;
}
.starts li{
	display: inline-block;
	font-size: 14px;
}
.starts li a i{
	color: #ed8323;
	opacity: 0.8;
}
.starts li:hover a i{
	opacity: 1;
}

/* Item Boxes 2 -----------------------------*/
.boxes-2{
	position: relative;
}
.boxes-2 img{
	width: 100%;
}
.info-boxes-2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 20%;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.info-boxes-2 h3{
	font-size: 3rem;
	line-height: 2.8rem;
	padding: 20px 0;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	position: relative;
}
.info-boxes-2 h3 i{
	font-size: 4rem;
	position: absolute;
	top: -90px;
	left: 50px;
}
.info-boxes-2 h3 .up{
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.3rem;
	position: absolute;
	top: -50px;
	right: 20px;
}
.info-boxes-2 h3 .down{
	font-size: 1.2rem;
	line-height: 2rem;
	padding-top: 5px;
	display: block;
}
.info-boxes-2 .btn{
	margin-top: 30px;
}

/* Features Items ---------------------------*/
.item-feature{
	margin-bottom: 20px;
}
.item-feature .head-feature{
	position: relative;
	padding-bottom: 10px;
}
.item-feature .head-feature i{
	font-size: 3rem;
	color: #dedede;
	position: absolute;
	z-index: -1;
}
.item-feature .head-feature i.left-icon{
	left: -40px;
	top: -30px;
}
.item-feature .head-feature i.right-icon{
	right: -50px;
	bottom: -40px;
}
.item-feature .head-feature .title-feature{
	font-size: 2.6rem;
	font-weight: bold;
	z-index: 1;
	position: relative;
	line-height: 3rem;
	padding: 0;
	display: inline-block;
}
.item-feature .head-feature span{
	font-size: 1.2rem;
	z-index: 1;
	position: relative;
}

/* Promotion Box ----------------------------*/
.promotion-box{
	position: relative;
	background-color: #f9f9f9;
	border:solid 1px #dedede;
	border-radius: 15px;
}
.promotion-box .promotion-box-header{
	text-align: center;
	padding: 20px;
}
.promotion-box .promotion-box-header img{
	max-width: 100%;
  	height: auto;
}
.color-1{
	background-color: #C50D0D;
	color: #fff;
}
.promotion-box-center.color-1:after {
  border-top: 20px solid #C50D0D;

 }
.color-2{
	background-color: #0088cc;
	color: #fff;
}
.promotion-box-center.color-2:after {
  border-top: 20px solid #0088cc;
 }
.color-3{
	background-color: #88C425;
	color: #fff;
}
.promotion-box-center.color-3:after {
  border-top: 20px solid #88C425;
 }
.color-4{
	background-color: #FB9134;
	color: #fff;
}
.promotion-box-center.color-4:after {
  border-top: 20px solid #FB9134;
 }
.promotion-box-center{
	position: relative;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}
.promotion-box-center .prince{
	font-size: 4rem;
	line-height: 4.625rem;
	display: inline-block;
}
.promotion-box-center .percentage{
	font-size: 2.3rem;
	position: relative;
	display: inline-block;
	color: #333;
}
.promotion-box-center .percentage span{
	font-size: 1rem;
	font-weight: lighter;
	padding:0 3px;
	color: #fff;
}
.promotion-box-center:after {
  content: '';
  left: 20%;
  bottom: -20px;
  position: absolute;
  z-index: 999;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.promotion-box-info{
	padding: 30px 20px 25px 20px;
}
.promotion-box-info p{
	margin-bottom: 15px;
	font-size: 0.8rem;
	line-height: 1.3rem;
	color: #333333 !important;
}
.promotion-box-info .btn{
	padding: 6px 10px;
	font-size: 0.8rem;
	font-weight: lighter;
	border:1px !important;
}

/* Parallax Secion --------------------------*/

.image_02_parallax{
	background:url(../img/testimonial.jpg);
}



.bg_parallax{
  position:relative;
  z-index: 0;
  left:0;
  right:0;
  width: 100%;
  height:310px;;
  bottom:20%;
  margin:20px auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 0 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.opacy_bg_01{
  bottom: 0px;
  left: 0;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 2;
  background:rgba(255,255,255,0.5)
}
.opacy_bg_01 p{
	color: #333;
}
.opacy_bg_02{
  bottom: 0px;
  left: 0;
  color: #dedede !important;
  width: 100%;
  margin-bottom:80px;
  position: relative;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.opacy_bg_02 .caption-head{
	color: #5c5c5c !important;
}
.opacy_bg_02 .caption-head h2{
	color: #232323 !important;
}
.opacy_bg_03{
  bottom: 0px;
  left: 0;
  color: #dedede !important;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 2;
}
.opacy_bg_04{
  bottom: 0px;
  left: 0;
  width: 100%;
  color: #dedede !important;
  position: relative;
  height: auto;
  z-index: 2;
}
.opacy_bg_01 .promotion-box,
.opacy_bg_02 .promotion-box,
.opacy_bg_03 .promotion-box,
.opacy_bg_04 .promotion-box{
	border:0;
}
.opacy_bg_02 h1,
.opacy_bg_02 h2,
.opacy_bg_02 h3,
.opacy_bg_02 h4,
.opacy_bg_02 h5,
.opacy_bg_02 h6,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white span,
.color-white .title-feature,
.skin_base .titles h2 span,
.skin_base .large-number{
	color: #fff !important;
}
.skin_base .titles i,
.item-feature .head-feature i.left-icon,
.item-feature .head-feature i.right-icon{
	opacity: 0.5;
}
.opacy_bg_02 p,
.opacy_bg_02,
.color-white p{
	color: #f5f5f5;
}
.color-white .services-lines .item-service-line h5{
	color: #232323 !important;
}
.opacy_bg_02 .btn-primary,
.skin_base .btn-primary{
	background: transparent !important;
	border: 2px solid;
}
.image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.image-container.pull-right {
  right: 0;
}

/* Video Section --------------------------*/
.bg_video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* Footer ------------------------------------------------*/
#footer{
	padding-top: 10px;
	font-size:14px;
	line-height: 20px;
}
#footer p{
	margin: 0;
	font-size: 16px;
	line-height: 36px;
	font-weight: lighter;
}
#footer h3{
	font-size: 18px;
	padding-bottom: 10px;	
}
#footer ul{
	margin: 0;
	list-style: none;
}
#footer ul li{
	line-height: 40px;
	font-weight: normal;
}
#footer ul li i{
	padding-right: 5px;
	color:#fad36e;
}
#footer .input-prepend{
	width: 100%;	
}
#footer .input-prepend input{
	height: 30px;
	width: 82%;
}
#footer .input-prepend{
	margin:6px 0 12px 0;
}
#footer .input-prepend .add-on{
	background: #ddd;
	height: 30px;
}
#footer .input-prepend .add-on i{	
	vertical-align: middle;
}
#footer .button{
	border-radius: 0;
	margin-top: 3px;
	padding: 0px auto;
}
#footer .contact_footer li i{
	margin-right: 10px;
}
#footer .title-footer h2{
	font-size:32px;
	line-height: 40px;;
	padding-top: 0;
}
#footer .title-footer h2 span{	
	font-style: italic;
}
#footer .divisor{
	margin: 30px 0 32px 0;
	width: 100%;
	height: 1px;
}

/* Footer V-1 ----------------------------------------------------------------*/
.footer-v1{
	background-color: #252C2E;
}
.footer-v1 h3,
.footer-v1 ul li a:hover,
.footer-v1 .title-footer h2{
	color: #fff;
	text-decoration:none;	
}
.footer-v1 ul li a,
.footer-v1 p{
	color: #ddd;
}
.footer-v1 .divisor{
	background-color: #363636;
}
.footer-v1 .img-footer{
	margin-top: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.footer-v1 .img-footer img{
	position: absolute;
	top: 20px;
	right: -50px;
}

/* Footer V-2 ----------------------------------------------------------------*/
.footer-v2{
	background-color: #f9f9f9;
	border-top: 1px solid #dedede;
}
.footer-v2 h3,
.footer-v2 ul li a:hover,
.footer-v2 .title-footer h2,
.footer-v2 .footer-down p,
.footer-v2 .nav-footer li:before{
	color: #999;	
}
.footer-v2 ul li a,
.footer-v2 p,
.footer-v2 .footer-down ul li a{
	color: #666;
}
.footer-v2 .divisor{
	background-color: #dedede;
}
.img-footer{
	margin-top: -60px;
}
.footer-v2 .footer-down{
	background-color: #fff !important;
	border-top: 1px solid #dedede;
}

/* Footer V-3 ----------------------------------------------------------------*/
.footer-v3{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f5e1b9), color-stop(71%,#f5e1b9), color-stop(71%,#f5e1b9), color-stop(100%,#f5e1b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5e1b9 50%,#f5e1b9 71%,#f5e1b9 71%,#f5e1b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5e1b9 50%,#f5e1b9 71%,#f5e1b9 71%,#f5e1b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5e1b9 50%,#f5e1b9 71%,#f5e1b9 71%,#f5e1b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5e1b9 50%,#f5e1b9 71%,#f5e1b9 71%,#f5e1b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5e1b9',GradientType=0 ); /* IE6-9 */
}
.footer-v3 h3,
.footer-v3 ul li a:hover,
.footer-v3 .title-footer h2,
.footer-v3 .footer-down p,
.footer-v3 .nav-footer li:before{
	color: #666;	
}
.footer-v3 ul li a,
.footer-v3 p,
.footer-v3 .footer-down ul li a{
	color: #999;
}
.footer-v3 .divisor{
	background-color: #999;
}
.footer-v3 .img-footer{
	margin-top: -60px;
}
.footer-v3 .footer-down{
	background-color: #fff !important;
	border-top: 1px solid #dedede;
}
.footer-v3 .footer-down{
	background-color: #fff !important;
	border-top: 1px solid #dedede;
}
.footer-v3 .img-footer{

	margin-top: 0;
	margin-bottom: -60px;
}

/* Footer V-4 ----------------------------------------------------------------*/

/* Social   ----------------------------*/

/*social icon start*/
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(.34,.39,.45,.94);
          transition-timing-function: cubic-bezier(.34,.39,.45,.94);
		  
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fa {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color:#666600;
}
.social-btns .btn.skype .fa {
  color:#0099FF;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
    margin: 15px 6px;
    font-size: 0;
    text-align: left;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #f6f6f6;
  width: 32px;
  height: 32px;
  line-height: 20px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding:4px 4px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 20px;
  vertical-align: middle;
}

/* Footer Down ------------------------------------------------------*/
.visa-bar{
	padding: 10px 0 5px 0;
	background: #fff;
}
.visa-footer img{width:100px; height:auto; width:}
/*.visa-footer{width:11% !important;} */

.footer-down{
	padding: 5px 0 5px 0;
	background: #175577;
}
.footer-down p{
	color: #fff;
	font-size: 1rem;
	margin: 0;
}
.footer-down ul{
	text-align: right;
}


.footer-down ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: lighter !important;
	line-height: 1.7rem !important;
}
.footer-down ul li:last-child{
	margin-right: 0;
}
.footer-down ul li a{
	color: #f5f5f5;
	font-size: 13px;
}
.nav-footer li:before {
	content: '|';
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.nav-footer li:nth-child(1):before {
	display: none;
}



/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../img/img-theme/preloader.html");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}
/* Top ------------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	z-index: 9999;
	background:url("../img/ui.totop.png") no-repeat left top;
}
#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}

/*	ACCORDION ---------------------------------------------------------*/
.acc-trigger { cursor: pointer;  margin: 0 0 0 0; width: 100%;	}
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a { 
	background: #f9f9f9 url("../img/img-theme/accordion-ico.html") no-repeat 14px 13px; 
	display: block; 
	padding: 11px 20px 11px 44px; 
	text-decoration: none; 
	border: solid 1px #dedede; 
	font-size: 0.875rem; 
	color: #232323;
	margin-bottom: 5px;
}
.acc-trigger a:hover { background-position: 14px -58px; }
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #fc4242;  }
.acc-trigger.active { cursor: default; background:#fff;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a { background-position: 14px -58px; cursor: default;	}
.acc-container .content {  
	padding: 15px 0; 
	color: #999;  
}
.acc-container{
	width: 100% !important;
	display: block;
}

/* Progress --------------------------------------------------------------*/

/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  
  to {
   background-position: 44px 0;
  }
}
.ui-progress-bar {
  position: relative;
  height: 33px;
  padding-right: 2px;
  border-bottom: 5px solid #e0e0e0;
  margin-top: -25px;
  margin-bottom: 22px;
}
.acc-container .content{
	font-size: 0.875rem;
}
.ui-progress {
  position: relative;
  display: block;
  overflow: hidden;
  height: 33px;
  border-bottom: 5px solid #41a8ff;
  width: 90%;
}
.ui-progress.two {
  border-bottom: 5px solid #89b505;
  width: 72%;
}
.ui-progress.three {
  border-bottom: 5px solid #9b43f6;
  width: 80%;
}
.ui-progress.four {
  border-bottom: 5px solid #ffc412;
  width: 94%;
}
.ui-progress.five {
  border-bottom: 5px solid #fc4242;
}
.ui-progress span.ui-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #272727;
  position: absolute;
  right: 0;
  line-height: 33px;
  display: block;
  padding-right: 12px;
  white-space: nowrap;
}

/* Testimonial Properties -------------------------------------------------*/
/*.testimonial-info{
	padding-top: 50px;
	text-align: right;
}
.testimonial-info h2,
.testimonial-info p{
	color: #fff;
}
.info-testimonial{
	padding: 0px 30px;
	text-align: center;
	
  	width: 100%;
	margin-top:-10px;
}
.layout-wide .info-testimonial{
	margin-left: 0;
  	width: 100%;
}
.info-testimonial ul li{
	max-width: 50%;
	margin: 0 auto;
	margin-top: 20px;
}
.info-testimonial p{
	color: #fff;
	position: relative;
}
.info-testimonial h4{
	color: #fff;
	padding-bottom: 0;
}
.info-testimonial p i{
	font-size: 20px;
	position: absolute;
	color: rgba(255,255,255,0.6);
}
.info-testimonial p i.fa-quote-left{
	left: -40px;
	top: -20px;
}
.info-testimonial p i.fa-quote-right{
	bottom: -20px;
	right: 0;
}

.image-testimonials img{	
	width: 80px;	
	height: 80px;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 50%;
	z-index: 1;
}
.info-testimonial i.fa-star,
.info-testimonial i.fa-star-half-o{
	color: #fff000;
}*/

/* Filters ----------------------------------------------------------------*/
.portfolioFilter{
	text-align: right;
	margin: 20px auto 50px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.portfolioFilter a{
	margin: auto 10px;
	color: #131313;
	font-size: 14px;
	padding-bottom: 13px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioFilter a:hover{
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioFilter .current, .portfolioFilter a:hover{
  border-bottom: 3px solid;
  text-decoration: none;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Galley ---------------------------------------------------------------*/
.info-gallery{
	position: relative;
	text-align: center;
	border:solid #dedede 1px;
	padding: 20px 12px 30px 12px;
	margin-bottom: 40px;
}
#boxes-carousel .info-gallery{
	border-right: 0;
}
.info-gallery:before {
  	border: 20px solid #fff;
	border-right-color: transparent;
  	border-left-color: transparent;
  	border-top-color: transparent;
  	content: "";
  	display: block;
  	top: -40px;
  	left: 30px;
  	position: absolute;
  	z-index: 999;
}
.info-gallery h3{
	font-size: 1.1rem;
}
.info-gallery h3 span{
	font-size: 0.8rem;
}
.info-gallery p{
	margin-bottom: 0;
	font-size: 0.85rem;
	line-height: 1.3rem;
}
.info-gallery .separator{
	margin: 2px auto 15px auto!important;
	max-width: 60%;
}
.info-gallery .btn{
	border: 0;
	font-size: 0.7rem;
	padding: 7px 10px;
}
.info-gallery .price{
	float: right;
	position: absolute;
	top: -75px;
	left: 30px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	font-size: 2.5rem;
	line-height: 2rem;
	font-weight: normal;
	color: #fff;
}
.info-gallery .price b{
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: lighter;
	font-style: italic;
	padding: 10px 5px;
	text-shadow:none;
	margin-right: 10px;
	border-radius: 50%;
}
.info-gallery .price span{
	font-weight: lighter;
	font-size: 1.8rem;
	right: -20px;
	top: -15px;
	position: absolute;
}
.info-gallery .starts{
	margin-bottom: 15px;
}

/* Galley list-view---------------------------------------------------------------*/
.list-view .img-hover{
	width: 40%;
	float: left;
}
.list-view .info-gallery{
	padding: 23px 20px 27px 20px;
	width: 60%;
	text-align: left;
	float: right;
}
.list-view .info-gallery:before {
  	border: 20px solid #fff;
  	border-left-color: transparent;
  	border-top-color: transparent;
  	border-bottom-color: transparent;
  	content: "";
  	display: block;
  	top: 30px;
  	left: -40px;
  	position: absolute;
  	z-index: 999;
}
.list-view .info-gallery .separator{
	margin: 2px 0 15px 0 !important;
	max-width: 100%;
}
.list-view .info-gallery  hr.separator{
	width: 100%;
}
.list-view .info-gallery .price{
	float: right;
	position: absolute;
	top: 30px;
	left: -160px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	font-size: 2.5rem;
	line-height: 2rem;
	font-weight: normal;
	color: #fff;
}
.list-view .info-gallery p {
  margin-bottom: 20px;
}
.list-view .info-gallery .btn {
  float: left;
}
.list-view .info-gallery .starts {
  float: right;
  margin-bottom: 0;
}

.title-results h3{
	text-align: center;
	padding: 30px 0;
}

/* Page Error ------------------------------------------------------------*/
.page-error{
	max-width: 80%;
	margin:70px auto 50px auto;
	text-align: center;
	position: relative;
}
.page-error h1{
	font-size: 140px;
	line-height: 140px;
}
.page-error h1 i{
	font-size: 200px;
	line-height: 190px;
}
.page-error hr.tall{
	margin: 20px 0 30px 0;
}

/* Sitemap ---------------------------------------------------------------*/
.sitemap{ 
	float:left; 
	display:inline; 
	width:370px; 
	margin-right:2px; 
	font-size: 0.875rem;  
	padding:10px 0 0 0;
	background:url("../img/img-theme/line_tree1.html") left repeat-y;
}
.sitemap li{ 
	float:left; 
	width:347px; 
	padding-left:25px; 
	line-height: 35px;
	background:url("../img/img-theme/line_tree2.html") 0 center no-repeat;
}
.sitemap li.has_sub{ 
	background:url("../img/img-theme/line_tree2.html") 0 17px no-repeat;
}
.sitemap li a{ 
	color:#666; 
	position:relative; 
	text-decoration:none;
}
.sitemap li a:hover{
	text-decoration:underline;
}
.sitemap ul{ 
	width:132px;  
	padding-top:0;
}

/* Blog Post ------------------------------------------------------------------*/
.post-item{
	background: #fcfcfc;
	margin-bottom: 50px;
	border:1px solid #dfdfdf;
}
.post-item:first-child{
	margin-top: 20px;
}
.post-item h4{
	padding:0 0 10px 0;
	line-height: 20px;
}
.post-item h4 a{
	color: #252525;
}
.post-item h4 a:hover{
	text-decoration: none;
}
.post-item p{
	font-size: 0.875rem;
	line-height: 23px;
}
.post-header {
  padding: 30px 30px 0 30px;
  border-bottom: 1px solid #eee;
}
.post-format-icon {
  float: left;
  margin-right: 15px;
}
.post-format-icon > i{
  font-size: 18px;
  line-height: 45px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ff5b24;
  border: 2px solid;
  border-radius: 50%;
}
.post-info-wrap {
  overflow: auto;
  margin-bottom: 20px;
}
.post-item .post-title {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8rem;
  padding: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.post-item .post-title a{
  text-decoration: none;
  color: #000;
}
.post-meta {
  font-size: 13px;
  margin-top: 5px;
  color: #999;
}
.post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta li {
  float: left;
  margin-right: 15px;
}
.post-meta li > i.fa {
  margin-right: 5px;
}
.post-meta a{
  text-decoration: none;
  color: #999;
}
.post-item img{
	width: 100%;
}
.post-media{
	position: relative;
}
.post-item iframe{
	width: 100%;
	height: 350px;
}
.post-quote-wrapper {
  position: relative;
  text-align: center;
  color: #fff;
  background-image: url("../img/slide/1.html");
  background-size: cover;
}
.post-quote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
}
.post-quote-content {
  position: relative;
  padding: 50px 30px;
}
.post-quote-content > p {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: .75px;
  color: #fff;
}
.post-quote-author {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
.post-quote-content > p:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  font-style: normal;
  margin-right: 15px;
  content: '\f10d';
  color: rgba(255, 255, 255, .8);
}
.post-item .img-hover .overlay a{
  padding-top: 18%;
}
.post-content{
  position: relative;
  overflow: hidden;
  padding: 30px 30px;
}
.post-content .btn{
	font-weight: lighter;
}
.post-footer{
  position: relative;
  text-align: center;
  border-top: 1px solid #eee;
}
.post-footer .post-social{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.post-social{
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}
.post-footer .post-social li {
  display: table-cell;
  margin: 0;
  border-right: 1px solid #eee;
}
.post-footer .post-social li:last-child{
  border-right: 0;
}
.post-social li {
  display: inline-block;
  margin: 0 7px 7px 0;
  border: 0;
}
.post-footer .post-social li a {
  background-color: #fff;
  border-radius: 0;
}
.post-footer .post-social li a {
  font-size: 18px;
  line-height: 60px;
  width: 100%;
  height: 60px;
}
.post-social li a {
  font-size: 16px;
  line-height: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.post-footer .post-social li a i:first-child {
  color: #fff;
}
.post-footer .post-social li a i:first-child {
  top: -60px;
}
.post-footer .post-social li a i {
  line-height: 60px;
  width: 100%;
  height: 60px;
}
.post-social li a i {
  line-height: 40px;
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s 
}
.post-footer .post-social li a i:last-child {
  color: #666;
}
.post-footer .post-social li a i:last-child {
  top: 0;
}
.post-social li a i:first-child {
    top: -55px
}
.post-social li a i:last-child {
    top: 0
}
.post-social li a:hover i:first-child {
    top: 0
}
.post-social li a:hover i:last-child {
    top: 55px
}
/* Social Colored */
.post-social li a.social-android:hover {
    background-color: #97c024 !important
}
.post-social li a.social-apple:hover {
    background-color: #000 !important
}
.post-social li a.social-behance:hover {
    background-color: #0093fb !important
}
.post-social li a.social-bitbucket:hover {
    background-color: #214f81 !important
}
.post-social li a.social-bitcoin:hover {
    background-color: #f7931b !important
}
.post-social li a.social-codepen:hover {
    background-color: #000 !important
}
.post-social li a.social-delicious:hover {
    background-color: #3274d2 !important
}
.post-social li a.social-deviantart:hover {
    background-color: #4c5c4f !important
}
.post-social li a.social-digg:hover {
    background-color: #1b5891 !important
}
.post-social li a.social-dribbble:hover {
    background-color: #e04c86 !important
}
.post-social li a.social-dropbox:hover {
    background-color: #018bd3 !important
}
.post-social li a.social-email:hover {
    background-color: #000 !important
}
.post-social li a.social-facebook:hover {
    background-color: #395793 !important
}
.post-social li a.social-flickr:hover {
    background-color: #db458f !important
}
.post-social li a.social-foursquare:hover {
    background-color: #0086be !important
}
.post-social li a.social-github:hover {
    background-color: #4382c5 !important
}
.post-social li a.social-google-plus:hover {
    background-color: #d54135 !important
}
.post-social li a.social-instagram:hover {
    background-color: #2b5b83 !important
}
.post-social li a.social-jsfiddle:hover {
    background-color: #4679a4 !important
}
.post-social li a.social-lastfm:hover {
    background-color: #d21309 !important
}
.post-social li a.social-linkedin:hover {
    background-color: #0a6594 !important
}
.post-social li a.social-pinterest:hover {
    background-color: #c82329 !important
}
.post-social li a.social-reddit:hover {
    background-color: #8bc7f9 !important
}
.post-social li a.social-rss:hover {
    background-color: #ea6d19 !important
}
.post-social li a.social-skype:hover {
    background-color: #01aef2 !important
}
.post-social li a.social-soundcloud:hover {
    background-color: #ff7802 !important
}
.post-social li a.social-spotify:hover {
    background-color: #80b819 !important
}
.post-social li a.social-stumbleupon:hover {
    background-color: #ec4823 !important
}
.post-social li a.social-tumblr:hover {
    background-color: #3d5a70 !important
}
.post-social li a.social-twitter:hover {
    background-color: #01b9f5 !important
}
.post-social li a.social-vimeo:hover {
    background-color: #17b3e8 !important
}
.post-social li a.social-vk:hover {
    background-color: #4b709c !important
}
.post-social li a.social-weibo:hover {
    background-color: #d52b2b !important
}
.post-social li a.social-xing:hover {
    background-color: #005d5d !important
}
.post-social li a.social-yelp:hover {
    background-color: #c41200 !important
}
.post-social li a.social-youtube:hover {
    background-color: #b62025 !important
}
.post-social li a.social-home:hover {
    background-color: #000 !important
}
.pagination > .active > a{
	color: #fff !important;
}
.pagination{
	margin: 0;
}

/* Sidebar Post -------------------------------------------------------*/
.widget{
	margin-bottom: 40px;
}
.widget iframe{
	width: 100%;
	height: 250px;
}
.widget .input-group-addon.btn-search{
	color: #fff;
	padding: 0;
	border-right: 0;
}
.widget .input-group-addon.btn-search input{
	height: 32px;
	border:0;
	padding: 5px 15px;
}
.widget .single-carousel{
	max-height: 220px;
}
/* Single Post ------------------------*/
.single-blog .info-testimonial{
	margin: 10px 0 30px 0;
  	width: 100%;
}
.single-blog h4 i{
	margin-right: 6px;
	font-size: 1.5rem;
}
.single-blog pre{
	margin:20px auto 10px auto;
}

/* Form Theme ---------------------------------------------------------*/
.form-theme{
	margin: 10px auto;
}
.form-theme input{
	margin-bottom: 25px;
	height: 36px;
	border-radius: 0;
	width: 100%;
	border:solid 1px #dedede;
	padding:5px 10px;
}
.form-theme label{
	font-weight: normal;
}
.form-theme textarea{
	border-radius: 0;
	width: 100%;
	height: 150px;
	border:solid 1px #dedede;
	padding:10px;
}
.form-theme .btn{
	margin-top: 25px;
	width: auto;
	padding: 10px 20px;
	height: auto;
	border:0;
}

/* Contact ---------------------------------------------------------------*/
#map{
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  border-bottom: solid 1px #dedede;
}
address{
	line-height: 35px;	
	padding-left: 10px;
}
address i{
	padding-right: 10px;
}
address strong{
	padding-right: 3px;
}
.result{
	display: block;
	margin-top: 25px;
}

/* Team Members -------------------------------------------------*/
.item-team-01{
	text-align: center;
	position: relative;
	overflow: hidden;
}
.item-team-01 img{
	width: 100%;
}
.item-team-01 .info-team{
	position: absolute;
	padding: 25px 5px;
	bottom: -300px;
	left: 0;
	width: 100%;
	-webkit-transition: 0.6s all ease;
  	-moz-transition: 0.6s all ease;
  	-o-transition: 0.6s all ease;
  	-ms-transition: 0.6s all ease;
  	transition: 0.6s all ease;
}
.item-team-01:hover .info-team{
	bottom: 0;
	-webkit-transition: 0.6s all ease;
  	-moz-transition: 0.6s all ease;
  	-o-transition: 0.6s all ease;
  	-ms-transition: 0.6s all ease;
  	transition: 0.6s all ease;
}
.item-team-01 .info-team h4{
	padding-bottom: 10px;
	padding-top: 0;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
}
.item-team-01 .info-team h4 span{
	display: block;
	color: #232323;
	font-size: 0.9rem;
	padding-top:5px; 
}
.item-team-01 .info-team p{
	color: #fff;
}
.item-team-01 .social-team{
	padding: 0;
	list-style: none;
	margin: 0 auto;
	display: table;
}
.item-team-01 .social-team li{
	display: inline-block;
	border-radius: 5px;
	background-color: #232323;
	height: 30px;
	width:  30px;
	padding: 3px;
	margin: 0 10px;
}
.item-team-01 .social-team li a{
	color: #fff;
	font-size: 1rem;
}

/* Numbers Info ----------------------*/
.item-number-info{
	margin: 15px auto;
}
.large-number{
	font-size: 3rem;
	display: block;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
}
.info-large-number{
	display: inline-block;
	width: 80%;
}
.info-large-number h5{
	padding-bottom: 5px;
	padding-top: 0;
}
.info-large-number p{
	font-size: 0.7rem;
	line-height: 1.3rem;
}

/* Tables pricing -----------------------------------------------*/
.item-table{
	border: solid 1px #dedede;		
	text-align: center;
}
.no-padding .item-table{
	border: 0;
	border-left: 1px solid #dedede !important;
	border-top: 1px solid #dedede !important;
	border-bottom: 1px solid #dedede !important;
}
.skin_base .item-table{
	border-right: 1px solid #dedede !important;
}
.item-table .header-table{
	overflow: auto;
	padding-top: 40px;
	position: relative;
}
.featured-table {
  width: auto;
  height: 25px;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: 666;
  background: rgba(0,0,0,0.3);
  border-radius: 0px 0px 5px 5px;
  font-size: 15px;
  padding-top: 1px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.8px;
}
.item-table .header-table i{
	font-size: 3rem;
}
.item-table .header-table h2{
	padding: 10px 0 25px 0;
	font-size: 2.5rem;
	font-weight: 300;
}
.item-table .header-table span{
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	padding: 5px 10px;
	background-color: 666;
	background: rgba(0,0,0,0.3);
	float: left;
}
.item-table ul{
	background-color: #fcfcfc;
	margin-bottom: 25px;	
	text-align: left;
	list-style: none;
	padding: 0;
}
.item-table ul li{
	font-size: 0.9rem;
	padding: 15px 5px 15px 25%;
	border-bottom: 1px solid #ededed;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.opacy_bg_02 .item-table ul li{
	color: #444;
}
.item-table ul li:hover{
	background-color: #f6f6f6;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item-table ul li i{
	margin-right: 10px;
	font-size: 10px;
	padding: 3px;
	padding-top: 5px;
	width: 20px;
	height: 20px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.item-table ul li i.fa-check{
	background-color: #88C425;
}
.item-table ul li i.fa-times{
	background-color: #E1483F;
}
.item-table a{
	width: 70%;
	height: 30px;
	color: #fff;
	margin: 0px auto 0 auto;
	text-align: center;
	border-radius: 40px 40px 0px 0px;
	padding-top: 6px;
}
.skin_base .item-table ul,
.skin_base .item-table ul li{
	background-color: transparent;
	color: #fff;
}
.color-red{
	background: #E1483F !important; 
	background-color: #E1483F !important; 
}
.color-blue{
	background: #0088cc; 
	background-color: #0088cc; 
}
.color-green{
	background: #88C425; 
	background-color: #88C425; 
}
.color-orange{
	background: #FB9134;
	background-color: #FB9134;
}
.color-red h2,
.color-red i,
.color-blue h2,
.color-blue i,
.color-green h2,
.color-green i,
.color-orange h2,
.color-orange i,
.skin_base .item-table h2,
.skin_base .item-table i{
	color: #fff;
}
/* Form Detailed -----------------------*/
.form-detailed{
	position: relative;
	margin-top: -54px;
}
.header-detailed{
	padding: 15px;
	margin-bottom: 20px;
	margin-left: -24px;
	width: 126.5%;
	color: #fff;
	font-size: 2rem;
	overflow: auto;
}
.header-detailed .price-detailed{
	width:50%;
	float: left;
}
.header-detailed .frequency-detailed{
	text-align: right;

	width: 50%;
	float: right;
	font-size: 0.9rem;
	line-height: 1.5rem;
	font-style: italic;
}
.form-detailed .selector{
	position: relative;
	min-width: 60px;
	border: 0;
	width: 108%;
	line-height: 0;
	float: left;
	color: #999;
	font-size: 0.9rem;
	height: 50px;
	margin-bottom: 20px;
}
.form-detailed .selector span.custom-select:before{
	background-color: #232323 !important;
}
.form-detailed input{
	height: 50px;
	margin: 0;
	border:0;
	padding: 5px 10px;
	border: 1px solid #dedede;
}
.form-detailed label{
	font-size: 1rem;
	color: #fff;
	font-weight: lighter;
}
.form-detailed .date-input{
	background: #fff url("../img/icons/calendar.html") no-repeat scroll right 12px;
	padding-right: 10px;
	font-size: 0.8rem;
	width: 108%;
	margin-bottom: 15px;
}
.form-detailed input[type="submit"]{
	width: 108%;
	border: 0;
	color: #fff;
	background-color: #333;
}

/* sort-by-container ----------------------------*/
.sort-by-container{
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
	background: #3a4749;
}
.sort-by-container ul{
	margin: 0;
	padding: 0;
	position: relative;
}
.sort-by-container ul li{
	padding: 0;
	width: 25%;
	margin-right: 15px;
	display: inline-block;
}
.sort-by-container ul li:last-child{
	margin-right: 0;
}
.sort-by-container strong{
	color: #fff;
	padding: 17px 15px 0 15px;
	float: left;
	font-weight: lighter;	
}
.sort-by-container ul li a{
	color: #fff;
	font-size: 0.875rem;
}
.sort-by-container ul li i{
	font-size: 1rem;
}
.sort-by-container .style-view{
	float: right;
}
.sort-by-container .style-view li{
	width: auto;
	margin-right: 0;
	padding:17px 20px;
}
.sort-by-container .selector{
	position: relative;
	min-width: 60px;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 5px;
	float: left;
	color: #999;
	font-size: 0.9rem;
	height: 35px;
}
.sort-by-container .selector select {
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 35px;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.sort-by-container .selector select:hover{
	cursor: pointer;
}
.sort-by-container .selector span.custom-select {
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.sort-by-container span.custom-select {
	padding-left: 15px;
	padding-right: 15px;
	height: 35px;
}
.sort-by-container .selector span.custom-select:after {
	position: absolute;
	right: 9px;
	top: 17px;
	border-top: 5px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
}

/* Filter widgets --------------------------------------------*/
.container-by-widget-filter{
  	margin-left: -45px;
  	padding-left: 45px;
  	padding-right: 45px;
  	padding-bottom: 50px;
  	color: #ccc;
}
.filter-widget{
	padding: 0;
	max-width: 100%;
	margin: 0;
}
.filter-widget form{
	border: 0;
	padding: 0;
	margin: 0;
}
.filter-widget input{
	height: 50px;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 0.8rem;
	border:0;
	padding: 5px 10px;
	border: 1px solid #dedede;
}
.filter-widget input:last-child{
	border-right: 0;
}
.filter-widget .input-large{
	width: 100%;
	background: #fff url("../img/location.png") no-repeat scroll left 6px;
	padding-left: 35px;
}
.filter-widget .date-input{
	width: 50%;
	float: left;
	background: #fff url(../img/calendar.png) no-repeat scroll right 12px;
	padding-right: 10px;
	font-size: 0.8rem;
}
.filter-widget .selector{
	position: relative;
	border: 0;
	min-width: 60px;
	margin-bottom: 15px;
	width: 100%;
	line-height: 0;
	float: left;
	color: #999;
	font-size: 0.9rem;
}
.filter-widget .selector select {
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 50px;

	width: 100%;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.filter-widget .selector select:hover{
	cursor: pointer;
}
.filter-widget .selector span.custom-select {
	display: inline-block;
	line-height: 52px;
	padding: 0 10px;
	width: 100%;
	color: #888 !important;
	overflow: hidden;
	white-space: nowrap;
}
.filter-widget span.custom-select {
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
}
.filter-widget span.custom-select {
	background: #fff;
	border: none;
	line-height: normal;
}
.filter-widget .selector span.custom-select:before {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: #999;
	width: 24px;
	height: 100%;
}
.filter-widget .selector span.custom-select:after {
	position: absolute;
	right: 9px;
	top: 22px;
	border-top: 5px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
}
.filter-widget input[type="submit"]{
	width: 100%;
	border: 0;
	color: #fff;
	font-size: 1rem;
}
.title-widget{
	border-bottom: 2px solid;
	margin-bottom: 40px;
	padding-top: 0;
	position: relative;
}
.title-widget:after {
  	content: '';
  	left: 10%;
  	bottom: -15px;
  	position: absolute;
  	z-index: 999;
  	border-left: 15px solid transparent;
  	border-right: 15px solid transparent;
}
.widget .starts{
	margin: 0 0 10px 0;
}
.widget .starts li input{
	margin: 0 10px 0 0;
}
.widget .starts li a i{
	margin: 0 3px 0 0;
	font-size: 1rem;
}
.widget .starts li span{
	margin: 0 0 0 10px;
	font-size: 0.9rem;
}
.widget .radio label,
.widget .checkbox label{
	font-size: 300;
	font-size: 0.8rem;
}

/*booking-inner start here...*/
.bookingtabsec
{
	width:100%;
	height:auto;
	background:#ffcd48;
	padding:15px;
	float:left;
	 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media (max-width: 1024px) {
  .bookingtabsec {
    display: block !important;
  }
}


.bookinghdrtxt
{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#88C425 ;
	padding:3px 0;
	font-weight:600;
	letter-spacing:1px;
}
.bookingsubtxt
{
	font-size:13px;
	color:#333333;
	letter-spacing:1px;
}
.drivertxt
{
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
	float:left;
	margin-right:20px;
	padding:3px 0;
}
.margbtm
{
	margin-bottom:5px;
	margin-top:5px;
}


.hoursec
{
	width:46%;
	height:auto;
	float:left;
}
.minsec
{
	width:46%;
	height:auto;
	float:right;
}
.bookingfld
{
	width:100%;
	height:26px;
	background-color:#FFFFFF;
	padding:5px;
	box-shadow:none;
	outline:none;
	border:none;

}
.bookingfld
{
	width:100%;
	height:37px;
	background-color:#FFFFFF;
	padding:5px;
	box-shadow:none;
	outline:none;
	border:none;
	border-radius:2px;
	position: relative;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.175);
	box-shadow: 0 2px 4px rgba(0,0,0,.175);
}

.bookingfld1 {
    width: 100%;
    height: 37px;
    background-color: #FFFFFF;
    padding: 5px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 2px;
    position: relative;
   
}


.dateicon
{
	background-image:url(img/calendar.html);
	background-repeat:no-repeat;
	background-position:right;
}
	
.driverfld
{
	width:50%;
	height:26px;
	background-color:#FFFFFF;
	padding:5px;
	box-shadow:none;
	outline:none;
	border:none;
	float:left;
}
.bookingnofld
{
	width:100%;
	height:37px;
	background-color:#FFFFFF;
	padding:5px;
	box-shadow:none;
	outline:none;
	border:none;
	border-radius:2px;
	position: relative;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.175);
	box-shadow: 0 2px 4px rgba(0,0,0,.175);
}
.booknowbtm
{
	background-color:#88C425;
	color:#fff;
	padding:7px 4px;
	margin-top:15px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	letter-spacing:1px;
	border:none;
	outline:none;
	font-weight:600;
	border-radius:5px;
	width:50%;

}

.booknowbtm
{
	background-color:#5182ab;
	color:#fff;
	padding:10px 0px;
	margin-top:2em;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	border:none;
	outline:none;
	font-weight:600;
	border-radius:5px;
	width:100%;
	position: relative;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.175);
	box-shadow: 0 2px 4px rgba(0,0,0,.175);

}


.mrgbtm10
{
margin-bottom:10px;
}

.mrgtop
{
margin-top:0px;
}

.mrgbtn
{
 margin-top:5px;
}

.booknowbtm1
{
ackground-color:#88C425;
color:#fff;
padding:7px 15px;
text-align:center;
font-family: 'Oswald', sans-serif;
font-size:14px;
letter-spacing:2px;
border:none;
outline:none;
font-weight:600;
}

/*Priyaranjan Start here...*/

/*car section start*/
.book-btn{outline:none; border:none; background:#e67b14; color:#fff; text-align:center; width:60%; cursor:pointer; padding:6px 0px; font-family: 'Oswald', sans-serif; letter-spacing:1px; border-radius:5px; margin:10px auto;}

.car-txt{font-size:13px; color:#4d4747; text-align:center; margin:10px auto; text-transform:capitalize; font-weight:600; min-height:40px;}
.fa-brdr{text-align:center;color:#1f92b1;}
.fa-txtcar{font-size:15px; text-align:center; margin:5px auto;}
.fa-icon{color:#409cd1; padding:0px;}
.main-car-sec{background:#f7f7f7;center;justify-content: center; padding: 34.1796875px 0;}
.image-box{
  width:100%;
  display:block;
  background:none;
}
.image {
	width:auto;
	height:auto;
	background-position:center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
} 
.image:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
}

/*content-sec start*/ 
.why-main-txt {font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
font-size: 25px;
margin-bottom: 15px;
margin-top: 5px ;
text-transform:capitalize;
}
.content2{margin:30px auto;}
.section-head{background-color: #fff;border: 1px solid #d8d8d8; margin:5px auto; min-height:300px;}
.txt-middle{display:inline-block; vertical-align:top; text-transform:capitalize; color:}
.why-main-fa-txt i{color:#1f92b1; font-size:1.3em;}
.why-main-fa-txt{ vertical-align:top;}
.why-img img{margin:15px auto;}
.why-fa-main{margin:15px auto;}
.text-why{color:#4d4444; margin:5px auto; text-align:center; text-transform:capitalize; font-weight:600; font-size:16px;}
.text-why1{color:#444; margin:10px auto; text-align:center;}


/*airport-sec start*/
.frm-txt{text-align:right;}
.airport-txt{text-align:left; font-weight:600; color:#4d4444; text-transform:capitalize;}
.airport-main{padding: 5px 0;}
.airport-brdr{border-bottom: 2px solid #e67b14; margin:10px auto; clear:both;}
.airport-loc{margin:10px auto; text-transform:capitalize;}
.airport-loc i{font-size:18px; color:#787373; margin-right:5px;}
.airport-money{text-align:right; display: block;color: #1191c2;font-size: 18.9px;font-weight: 600;line-height: 1.15; margin:10px auto;}
.main-sec-airport{background: rgba(248, 248, 248, 0.81);
border-radius: 5px;}
.all-sec{text-align:right; text-transform:capitalize; border: none;
outline: none;
background: rgb(18, 171, 123);
color: #fff;
margin: 5px auto;
border-radius: 5px;}

.about-main{padding: 5px;border: 1px solid #a4a0a0;border-radius: 5px;}
.txt-business{position: absolute;width: 100%;bottom: 0;padding: 8.96px;z-index: 1;}
.txt-busi{font-weight: 600;font-size: 21.875px;text-shadow: 0 0 5px rgba(0,0,0,0.5);color: #fff;display: inline-block;width: 100%;margin: 6px; text-transform:uppercase;}
.txt-business1{font-size: 16.5px;color: #4d4444; margin:5px auto; text-transform:capitalize; font-weight:600;}
.m-card__container {position: relative;width: 100%;}
.cont-footer{padding:top:10px; padding-bottom:10px;}
.about-tanz p {margin-top:10px; margin-bottom:20px; text-align:justify; color:#333333;}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    user-select: none;
}
/* Hide the browser's default checkbox */



/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.head-bar{
	padding: 10px 0 5px 0;
	background: #fff;
	border-top:3px solid #FFB159;
}

.p-head p{margin:0px; font-size:13px; color:#333333;}
.head-line{color:#4d4444; font-size:13px; font-weight:600;}
.head-icon i{color:rgb(18, 171, 123);}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.item-service-line {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.service-txt {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #72b842;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .8s ease;
}

.item-service-line:hover .service-txt {
  bottom: 0;
  height: 100%;
}

.text p{
 
  color: white;
  font-size: 15px;
  margin-top:10px;
  padding:0px 5px;

}

.calender{
	background: #fff url(../img/calendar.png) no-repeat right;	
}
.foot-link a {
	color:#fff !important;
	text-decoration:none;

}
.foot-link a:hover{
	color:#fff;
	text-decoration:none;

}


/*siba start here*/

.bookingbg
{
	background-color: rgb(120, 6, 6);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 0px;
    padding: 10px;
    position:absolute;
    top:390px;
	left:50%;
	margin-left:-590px;
    z-index: 99;
}
.bookingbg1
{
	background-color: rgb(120, 6, 6);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 0px;
    padding: 10px;
    position:absolute;
    top:390px;
	left:50%;
	margin-left:-590px;
	margin-top:-261px ;
    z-index: 99;
}
.ourcarbg
{
	background-color:#F5F5F5;
	border:2px solid #ccc;
	border-radius:10px;
	margin:10px 0px;
	padding:10px;
	height: 232px;
}
.ourcarimg
{
	background-color:#FFF;
	border:1px solid #ccc;
	padding:5px;
}
.carname
{
	background-color:#F00;
	font-family:oswald;
	font-size:18px;
	color:#FFF;
	padding:5px 15px;
	margin-bottom:6px;
	border-radius:8px;
}
.ourcaricon
{
	background-color:#FFF;
	border:1px solid #ccc;
	padding:0px 5px;
	width:30px;
	float:left;
	margin-right:6px;
}
.carprice
{
	color:#F00;
	font-size:16px;
	font-weight:bold;
	padding:0px 6px;
}
.cardtl
{
	
	font-size:14px;
	color:#333;
	padding:4PX;
}
	
.personaldtl
{
	background-color:#F5F5F5;
	
	font-size:14px;
	font-weight:bold;
	color:#333;
	border-bottom:2px solid #CCC;
}
.confirmationbox
{
	border:1px solid #999;
	color:#333;
	font-size:16px;
	padding:10px;
	border-radius:10px;
	margin:10px 0px;
	background-color:#fff;
	
}
.confirmationbox span
{
	color:#e67b14;
	font-weight:bold;
}

.address
{
	height:50px;
}
.personaltxtdtl
{
	
	font-size:14px;
	color:#333;
}


.bannerhdtxt
{
font-size:48px; 
}
.bannersubtxt1
{
font-size:15px; line-height:36px;letter-spacing:0.3px;
}
.bannersubtxt
{
font-size:20px;
}
.bookingsec
{
position:absolute;
z-index:9999;
top:200px;
right:20%;
}
.bookintxt
{
background-color:#000000;
width:160px;
height:160px;
border-radius:80px;
color:#fff;
font-family: oswald;
font-size:20px;
text-transform:uppercase;
padding:40px 40px;
text-align:center;
line-height:40px;
cursor:pointer;

}
.bookintxt1
{
width:100%;
height:auto;
padding:15px;
background:rgba(255, 255, 255, 0.3);
border-radius:50%;
/*box-shadow:2px 3px 5px #cdcdcd;*/
}
.verticalline
{
position: absolute;
z-index:999;
top:0;
right:26%;
  background-color: silver;
  height: 200px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.3); 
}

.searchtxt
{
font-family: oswald;
font-size:20px;
color:#FFF;
margin-bottom:7px;
}
.bkngengtxt
{
font-family: oswald;
font-size:14px;
color:#FFF;
margin-bottom:5px;
}
.bkngengtxtfld
{
width:100%;
height:40px;
border:1px solid #cdcdcd;
}
.bkngengtxtfld1
{
width:100%;
height:40px;
border:1px solid #cdcdcd;
padding:5px 7px;
}

.selectParent{
    width:100%;
    overflow:hidden;
	background-color:#fdfdfe;
	border-radius: 2px;
}

.selectParent select{
    width:100%;
	height:40px;
	border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:2px 4px;
	border:1px solid #cccccc;
	/*border-radius:3px;*/
	
	cursor:pointer;
	outline:none;
	
    /*background:#fdfdfe url("images/droparrow.png") no-repeat Right center;*/
	background: #fdfdfe url(../img/droparrow.png) no-repeat Right center;
		
}
select option
{
	background-color:#f0f2f2;
	padding:10px 0px;
	outline:none;
	border-bottom:1px solid #FFF;
	width:100%;
	
	
}
option:checked, option:hover option:focus {
    color: white;
    background: #FFF;
	height:auto;
	max-height:300px;
	overflow-y:auto;
}
.mrgbtm5
{
margin-bottom:8px;
}
.datepicker
{
border:none; width:100%; padding:4px 7px;
background:#FFF url(../images/calendar.html) no-repeat right;
}
.clndricon
{
width:20%;
height:auto;
float:right;
font-size:18px;
text-align:right;
padding:4px 10px;
}
.showhidesec
{
width:100%;
height:auto;
float:left;
}

.livetxt
{
font-family: oswald;
font-size:14px;
color:#FFF;
float:left;
width:100%;
height:auto;
line-height:40px;
}
.livetxtfld
{
width:70%;
height:auto;
float:left;
}

.drivertxt
{
font-family: oswald;
font-size:14px;
color:#FFF;
float:left;
width:50%;
height:auto;
line-height:40px;
}
.drivertxtfld
{
width:100%;
height:auto;
float:left;
}
.drivertxtfldsml
{
width:100%;
height:auto;
float:left;
}
.searchbtm
{
width:100%;
height:40px;
background:#fc0000;
color:#FFFFFF;
font-family: oswald;
font-size:16px;
outline:none;
border:none;
padding:5px;
text-align:center;
text-transform:uppercase;
}
.searchbtm:hover
{
background:#333;
}
.mrgintop
{
margin-top:50px;
}
.carbg {
    background: url("../images/carbg.html") no-repeat left top;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-background-size: cover;
    background-size: cover;
	margin-bottom:00px;

}

.carbg1 {
/*    background: url("../images/carbg.jpg") no-repeat left top;*/
background-color:#fff;
    padding-top: 35px;
  margin-bottom: -58px;
    -webkit-background-size: cover;
    background-size: cover;
	margin-bottom:00px;

}
.about-round-image{
	   
    height: 30rem;
    margin: 7px 20px 50px 20px;
    width: 31rem;
	border:5px #090 solid;
	
	/*Rounded Corners and Shadows*/ 
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);

  /*Ridiculous Gradient Syntax*/  background:#090; /* Old browsers */  background: -moz-linear-gradient(top,  #e51d16 0%, #b21203 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e51d16), color-stop(100%,#b21203)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #e51d16 0%,#b21203 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #e51d16 0%,#b21203 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #e51d16 0%,#b21203 100%); /* IE10+ */  background: linear-gradient(top,  #e51d16 0%,#b21203 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51d16', endColorstr='#b21203',GradientType=0 ); /* IE6-9 */}

  
  .aboutp{
	/*  padding:50px 10px 20px 10px;*/
	margin-top:21px;
	  text-align:justify;}
.chooseusicon
{
width:20%;
height:auto;
/*background-color:#fff;*/
padding:7px;
box-shadow:2px 2px 5px #cdcdcd;
margin-top:10px;
float:left;
}
.chooseustxtsec
{
width:75%;
height:auto;
padding:7px;
float:right;
}
.chooseustxt
{
font-family: oswald;
font-size:16px;
color:#fc0000;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
border-bottom:1px  dotted #cdcdcd;
padding-bottom:7px;
}
.chooseussubtxt
{
font-family: oswald;
font-size:14px;
color:#595959;
letter-spacing:1px;
margin:5px 0;
}
.whychoosemainsec
{
width:100%;
height:auto;
float:left;
margin-bottom:10px;
}

.chooseusrighticon
{
width:20%;
height:auto;
/*background-color:#fff;*/
padding:7px;
box-shadow:2px 2px 5px #cdcdcd;
margin-top:10px;
float:right;
}
.chooseusrighttxtsec
{
width:75%;
height:auto;
padding:7px;
float:left;
}
.chooseusrighttxt
{
font-family: oswald;
font-size:16px;
color:#fc0000;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
border-bottom:1px  dotted #cdcdcd;
padding-bottom:7px;
text-align:right
}
.chooseusrightsubtxt
{
font-family: oswald;
font-size:14px;
color:#595959;
letter-spacing:1px;
margin:5px 0;
text-align:right;
}
.carbgsec
{
width:100%;
height:auto;
background-position:center ;
padding-left:40px;
}
.whymainsec1
{
width:100%;
height:auto;
float:left;
padding-top:50px;
}
.aboutustxt
{

font-size:14px;
color:#fff;
text-align:center;
}
.offerbtm
{
background:#fc0000;
color:#fff;

font-size:12px;
padding:2px 20px;
text-align:center;
outline:none;
border:none;
}


.modifysec
{
width:60%;
margin: 0 auto;
}
.modifytxt
{
width:40%;
height:auto;
float:left;
font-family: oswald;
font-size:16px;
color:#fff;
margin-bottom:10px;
padding:5px 0;
}
.modifytxtfld
{
width:60%;
height:auto;
float:left;
margin-bottom:10px;
}
.margtop
{
margin-top:30px;
}
.modifytxtfld1
{
width:60%;
height:40px;
padding:5px;
border:1px solid #cdcdcd;
margin-bottom:10px;
}
/*.innerbannersec
{
background: url(../images/innerbanner.jpg);
background-repeat:no-repeat;
width:100%;
height:400px;
margin-bottom:20px;
float:left;
max-width:100%;
background-position:center;
}*/
.innerbannersec
{
	background: url(../images/newinnerbanner.html);
	background-repeat:no-repeat;
	width:100%;
	height:105px;
	margin-bottom:20px;
	float:left;
	max-width:100%;
	background-position:center;
}
.innrleftsec
{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.rentaltxtsec
{
	background-color:#4E9F24;
	padding:7px 7px;
	font-size:1.5em;
	color:#fff;
	
	font-weight:bold;
}

.rentaltxtsec1
{
	background-color: #000;
	color: #fff;
	font-family: oswald;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 0 14px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.rentalsec
{
width:100%;
height:auto;
float:left;
padding:7px;

background-color:#fff;
}

.rentalsec1
{
	width:100%;
	height:auto;
	float:left;
	padding:7px;
	border:2px solid #000;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.rentaltxt
{
	
	font-size:16px;
	color:#444;
	font-weight:600;
	padding: 0 0 1.25rem;
}
.rentalsubtxt
{
	font-size:16px;
	color:#7e7e7e;
	padding:0px 10px;
	
	padding:0.4em;
	float:left;

}

.rentalsubtxt i {
	width: 22px;
	height: 22px;
	fill: #B2AEA5;
}
.rentalsubtxt1
{
	font-size:12px;
	color:#444;
	padding:0px 28px;
	font-weight:bold;	
	float:left;
}
.rentalsubtxt3
{
	font-size:14px;
	color:#444;
	padding:8px 10px 0px 28px;
	
	float:right;
}
.rentalsubtxt2
{
font-size:13px;
color:#000000;
padding:0px 10px;
float:right;
font-weight:bold;
}
.brdrbtm
{
border-bottom:1px solid #cdcdcd;
margin:10px 0;
}
.brdrbtm1
{
border-bottom:1px solid #cdcdcd;
margin:10px 0;
}
.brdrbtm2
{
border-bottom:1px solid #b6b6b6;
margin:5px 0;
}

.currencysec
{
	width:100%;
	height:auto;
	float:left;
	padding:7px;
	background-color:#a5a5a5;
	margin-bottom:10px;
}
.currencytxt
{
	font-size:16px;
	color:#fff;
	padding-bottom:5px;
	
	font-weight:600;
}

.carcatagoreistxt
{
	
	font-size:16px;
	color:#444;
	font-weight:600;
	cursor:pointer;
}

.carcatagoreistxticon
{

	font-weight: 900;
	float:right;
	font-size:32px;
	margin-top:-10px;
}

.spanlabletxt
{
	font-size:16px;
	color:#7e7e7e;
	cursor:pointer;
	font-weight:normal;
}
.fitersubsec
{
width:100%;
height:auto;
float:left;
margin-bottom:15px;
}
.editbkngsec
{
width:100%;
height:auto;
float:left;
}
.editbkngtxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #534b4b;
    font-weight: 600;
	margin-top:10px;
	margin-bottom:10px;
}


.editbkngtxtfld
{
width:100%;
height:40px;
border:1px solid #cdcdcd;
padding:5px 7px;
margin-botto:3px;
}
.editbkngclndrsec
{
width:100%;
height:auto;
float:left;
margin-bottom:3px;
}
.editbkngtimesec
{
width:35%;
height:auto;
float:right;
margin-bottom:3px;
}
.editbkngcargroup
{
width:100%;
height:auto;
float:right;
margin-bottom:3px;
}
.editbkngformfld
{
width:100%;
height:auto;
margin-bottom:6px;
border:1px solid #ccc;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.175);
box-shadow: 0 2px 4px rgba(0,0,0,.175);
}
.updatebtm
{
background-color:#fc0000;
font-size:16px;
text-align:center;
font-weight:600;
color:#fff;
outline:none;
border:none;
margin-top:10px;
width:100%;
height:auto;
padding:5px;
}
.updatebtm:hover
{
background-color:#000;
}
.rightsec
{
width:100%;
height:auto;
float:left;
padding:7px;
border:1px solid #a3a2a2;
margin-bottom:10px;
background-color: #fff;
}
.carnametxt
{
width:100%;
height:auto;
color:#333333;
font-family: oswald;
font-size:14px;
line-height: 24px;
}
.carnamesec
{
width:98%;
height:auto;
float:left;
border:10px solid #fff;
box-shadow:2px 2px 7px #cdcdcd;
margin:3px;

}
.carpricetbtm
{
width:100%;
height:auto;
background-color:#fc0000;
color:#fff;
font-family: oswald;
font-size:14px;
padding:5px;
text-align:center;
outline:none;
border:none;
}
.carpricetbtm:hover
{
background-color:#333;
}
.carmainsec
{
width:100%;
height:auto;
float:left;
margin-bottom:10px;
}
.selectcarsec
{
	width:100%;
	height:auto;
	float:left;
	border:1px solid #cdcdcd;
	margin-bottom:10px;
	padding:7px;
	background-color:#fff;
	border-left:#090 solid 5px;

}
.selectcarsec1 {
	
	width:100%;
	height:auto;
	float:left;
	border:1px solid #cdcdcd;
	margin-bottom:10px;
	padding:7px;
	margin:5px 0px;
	background-color:#fff;
	border-left:#DAA25A solid 5px;
}




.sltdcarimgsec
{
	width:70%;
	height:auto;
	float:left;
}
.sltdcarimg
{
width:35%;
height:auto;
float:left;
padding:5px;
margin-right:20px;
}
.sltdcartxtsec
{
width:55%;
height:auto;
float:left;
}
.sltdcartxt{
	color:#333;
	font-size:16px;
	font-weight:600;
	padding:0px 10px 0px 0px;
}
.sltdcarsubtxt{
	color:#fc0000;
	font-family: oswald;
	font-size:14px;
	padding:0px 5px;
}
.seltpricesec
{
	width:30%;
	height:auto;
	float:right;
	padding:5px 0;
}
.seltprice
{
	
	font-size:18px;
	color:#666666;

	text-align:center;
	font-weight:600;
	color:#FF0000;
	text-decoration:line-through;
}

.seltpricetxt {


	font-size:16px;
	color:#333;
	text-align:center;
	font-weight:600;
}
.seltpricetxt1
{
	color: #776b6b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: 600;
/*    padding-right: 8px;*/
    text-align:center;
}
.seltpricetxt3
{
  color: #776b6b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align:center;
	
}

.priceway {
	color:#10a6ab;
	font-size:16px;
	
	text-align:right;
	font-weight:bold;
	line-height:1.6em;
}


.transferprice
{
	
	font-size:24px;
	color:#776b6b;
	text-align:center;
	font-weight:600;
}

.transferpriceway {
	color:#10a6ab;
	font-size:16px;
	
	text-align: center;
	font-weight:bold;
	line-height:1.6em;
	
}
.pricetransfer{
border-left: 1px dashed #5b5b5b;
    float: right;
    height: auto;
    padding: 6px 0;
    width: 20%;}

.pricetransfer {
	/*margin-top:35px;*/
}	




.seltpricetxt2
{

font-size:14x;
color:#fc0000;
text-align:right;
font-weight:600;
}
.caricondtls
{
	width:50%;
	height:auto;
	float:left;
	margin-right:3px;
}
.caricondtls1
{
width:32%;
height:auto;
float:left;
margin-right:3px;
}
.carimgicon {
    float: left;
    margin-right: 20px;
	font-size:20px;
	color:#999;
}
.cariconimgtxt {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size:12px;
	line-height:32px;
	
  
}

.incldcarsec
{
	width: 101.8%;
	height: auto;
	padding: 5px;
	float: left;
	margin-top: 10px;
}
.incldcarsubsec
{
width:70%;
height: auto;
padding: 0px 5px;
float: left;
}

.incldcartxt
{

font-size:16px;
color:#333;
padding:2px 2px;
font-weight:600;
}
.incldcarsubtxt
{

font-size:14px;
color:#333;
padding:2px 2px;
margin-right:15px;
float:left;
}
.selectbtmsec
{
	width:30%;
	height: auto;
	padding: 0px 5px;
	float: left;
	 
}

.seltpricetxt {
    background-color: #5b5b5b;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 5px;
	 margin: 0 0 0 9px;
    text-align: center;
    width: auto;
}
.selectbtm
{
	background-color:#090;
	color:#fff;
	font-family: oswald;
	font-size:18px;
	padding:7px 30px;
	outline:none;
	border:none;
/*	margin-top:20px;*/
	float:right;
	text-transform:uppercase;
	box-shadow:2px 2px 5px #a7a6a6;
	border-radius:5px;
	position:relative; 
	margin-right:25px;
}
.selectParent select {
    -moz-appearance: none;
    background: #fdfdfe url("../img/droparrow.png") no-repeat scroll right center;
    border: medium none;
    cursor: pointer;
    height: 37px;
    outline: medium none;
    width: 100%;
	position: relative;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.175);
	box-shadow: 0 2px 4px rgba(0,0,0,.175);
}
.selectbtm:hover
{
  background-color:#996600;
}
.btmpaynow {
	color:#fff;
	background-color:#13969b;
	padding:5px;
	margin:5px;
	border:none;
	float:right;
	text-transform:uppercase;
	box-shadow:2px 2px 5px #a7a6a6;
	border-radius:5px;
	font-weight:bold;
}

.btmpaylatr {
	color:#fff;
	background-color:#13969b;
	padding:5px;
	margin:5px 0px;
	border:none;
	float:right;
	text-transform:uppercase;
	box-shadow:2px 2px 5px #a7a6a6;
	border-radius:5px;
	font-weight:bold;
}

.paymentinfo  {
	background-color:#fff;
	color:#444;
	padding:10px;
	line-height:1.6em;
	
	text-align:justify;
	border-radius:5px;
	border-left:#090 solid 3px;
}

.paymentinfo p  {
	margin:5px 0px;
    color:#3a743a;
	
}

.paymentinfo span {
	color:#FF0000;
	font-weight:bold;
} 

.vhecltxt
{
	
	color:#ff0000;
	font-size:16px;
	font-weight:700;
	text-align:right;
	cursor:pointer;
	padding:7px 0;
}
.vhecltxt:hover
{
color:#000;
text-decoration: underline;
}

.vheclshowhidesec
{
	width:100%;
	float:left;
	background-color:#fff;s
	height:400px;
	overflow-y: scroll;
	padding:7px;
}
.vheclshowhidetxt
{

color:#333;
font-size:14px;
padding:5px 0;
}
.avlbltxt
{
/*width:50%;*/
	color:#696969;
	font-family:oswald;
	font-size:22px;
	padding:5px;
	margin-bottom:10px;

}

.totalrentprice
{
	
	color:#fff;
	font-size:17px;
	width:60%;
	float:left;
}
.seltpricesec {
   /* background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #eeecec, #b4b3b3) repeat scroll 0 0;*/
    float: right;
	border-left:1px dashed #5b5b5b;
    height: auto;
    padding: 6px 0;
    width: 20%;
}
.totalrentprice2
{
	
	color:#fff;
	font-size:17px;
	width:40%;
	float:right;
	text-align:right;
}
.totalrentprice1
{
	font-family:oswald;
	font-size:26px;
	color:#090;
	font-weight:700;
	letter-spacing:1px;
}
.rentalcost
{
	width:60%;
	height:auto;
	
	color:#333;
	font-size:14px;
	float:left;
	 padding-bottom: 8px;
}

.rentalcosttop {
    color: #333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    padding-bottom: 8px;
    width: 100%;
}
.paynowtxt
{
	width:60%;
	height:auto;
	
	color:#fc0000;
	font-size:14px;
 padding: 0 5px;
	font-weight:600;
}
.box-login-title {
    color: #fff;
    float: left;
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    height: 40px;
    margin-top: -42px;
    padding: 10px 16px;
	width:100%;
}
.box-login-tab {
    backface-visibility: hidden;
    background: #4E9F24 none repeat scroll 0 0;
 /*   border-radius: 6px 6px 0 0;*/
    float: left;
    height: 38px;
    position: relative;
 
    transform-origin: 0 0 0;
    width:100%;
    z-index: -1;
}
.paynowrighttxt
{
width:40%;
height:auto;

color:#fc0000;
font-size:14px;
float:left;
text-align:right;
font-weight:600;
}
.rentalcostrighttxt
{
width:40%;
height:auto;
color:#333;
font-size:14px;
float:left;
text-align:right;
}
.mrgbtm10
{
margin-bottom:10px;
}
.reviwtxtsec
{
background-color:#e3e3e3;
padding: 7px;
font-size:18px;
color:#333;
font-weight:700;
font-family: oswald;
letter-spacing:1.5px;
}
.reviwsubsec{
    width: 100%;
    height: auto;
    float: left;
    padding: 7px;
    border: 1px solid #e3e3e3;
	margin-bottom:10px;
}
.rightslctcarsec
{
width:30%;
height:auto;
float:left;
padding:5px 0px ;
padding-right:5px;
}
.rightcarnametxt
{
font-size:24px;
color:#fc0000;
font-weight:700;
font-family: Georgia, "Times New Roman", Times, serif;
padding:5px 0;
}

.rightslctcartxtsec
{
width:70%;
height:auto;
float:left;
padding:5px;
}
.rightcarnametxt1
{
font-size:24px;
color:#333;
font-weight:700;
font-family: oswald;
padding:3px 0;
text-align:left;
}
.rightcarnametxt2
{
font-size:16px;
color:#69a303;
font-weight:700;

padding:3px 0;
text-align:left;
}
.rightincloudsec
{
width:50%;
height:auto;
float:left;
padding:15px;
background-color:#d9d9d9;
border:1px solid #cdcdcd;
}
.rightincloudsec1
{
width:50%;
height:auto;
float:left;
padding:15px;
background-color:#fff;
border:1px solid #cdcdcd;
border-left:none;
}

.rightincloudtxt
{
font-size:16px;
color:#333;
font-weight:700;

padding:3px 0;
text-align:left;
}
.rightincloudsubtxt
{
font-size:16px;
color:#333;

padding:4px 0;
text-align:left;
line-height:14px;
}
.extratbltxt
{

font-size:14px;
color:#333;
}
.prsnltxt
{
color:#707070;
font-family: oswald;
font-size:14px;
}
.mrgbtm3
{
/*margin-bottom:3px;*/
 margin-top: 13px;
}
.prsnltxtspan
{
color:#fc0000;
cursor:pointer;
}
.prsnltxtspan:hover
{
color:#fc0000;
cursor:pointer;
}
.popup_main_sec {
    width: 100%;
    height: 450px;
    float: left;
    border: 1px solid #cdcdcd;
    padding: 5px;
    overflow-y: scroll;
}
.termpopuptxt
{

font-size:14px;
color:#333;
}
.securesec
{
width:50%;
height:auto;
padding:7px;
float:left;
}
.secureimgsec
{
float:left;
}
.securetxtsec
{
width:60%;
height:auto;
float:left;
}
.securetxt
{

color:#b7b7b7;
font-family: oswald;
font-size:16px;
font-weight:700;
letter-spacing:1px;
padding-top:25px;
}
.securesubtxt
{
color:#b7b7b7;
font-family: oswald;
font-size:14px;
letter-spacing:1px;
line-height:12px;
}
.securebtms
{
width:50%;
height:auto;
padding:7px;
float:left;
}

.testimnls-sec {
	position:absolute; 
	top:0;
	left:0;
	width:29.3%;
	min-height:100%;
	margin-left:50px; 
	background-color:#a7a734;
	}
.paymentbtm
{
	background-color:#fc0000;
	color:#fff;
	font-family: oswald;
	font-size:18px;
	padding:7px 60px;
	text-align:center;
	outline:none;
	border:none;
	margin-top:20px;
	float:right;
	text-transform:uppercase;
	box-shadow:2px 2px 5px #a7a6a6;
	border:5px solid #fff;
}
.paymentbtm:hover
{
background-color:#333;
}
.paymentleftsec
{
width:60%;
height:auto;
float:left;
}
.paymentrightsec
{
background-color:#fbdcbe;
width:38%;
height:auto;
float:right;
padding:5px;
}
.expirydtsec
{
width:48%;
height:auto;
float:left;
}
.expirydtsec1
{
width:48%;
height:auto;
float:right;
}
.cinfrmpaymentbtm
{
background-color:#69a303;
color:#fff;
font-family: oswald;
font-size:18px;
padding:7px 27px;
text-align:center;
outline:none;
border:none;
margin-top:10px;
float:right;
text-transform:uppercase;
}
.cinfrmpaymentbtm:hover
{
background-color:#333;
}
.paymentcardtxt
{
font-size:40px;
color:#333;
}

.retroshadow {
	color: #2c2c2c;
	background-color: #f3f3f3;
	border:1px solid #c8c7c7;
	border-radius:10px;
	letter-spacing: .05em;
	text-align:center;
	text-shadow: 3px 3px 0 #d5d5d5, 5px 5px 0 rgba(0, 0, 0, 0.2);
	font-family: oswald;  font-size: 58px;
	padding: 34px 31px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}
  
  .red{color:#fc0000 ;}
  .precent{ background-color:#0C0 ; color:#fff; padding:20px; border:1px solid #0C0; border-radius:100%;  text-shadow: 4px 4px 0px #000, 7px 7px 0px rgba(0, 0, 0, 0.2);
  }
  
.media-list {

 	padding: 1.25rem 0;
}
 
.media-content {
	background-color:#090;
	padding:10px;
	border-radius:5px;
	color:#fff;
}
.view-btn{
	background-color:#e67b14;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:7px 15px;
	text-align:center;
	outline:none;
	cursor:pointer;
	line-height:20px;
	border:none;
	margin-top:10px;
	box-shadow:2px 2px 5px #a7a6a6;
	border-radius:5px;
	float:right;
	
}
  
.popup-txt {
	border:1px solid #ccc;
	padding:10px;
	margin:10px;
}
.popup-price  {
	margin-top:50px;
	font-size:1.8em;
	font-weight:bold;
	color:#FF0000;
	
}
.popup-price p {
	color:#776b6b;
	font-size:1.2em;
	

}


.modal-header {
	background-color:#5ec05e;
	color:#fff;
}
.modal-header .close {
	color:#FFF;
	padding:8px 12px;
	background-color:#006600;
	border-radius:5px;

}  
.modal-title {
	
	padding:5px;
}


.details {
	background-color:#666666;
	color:#fff;
	
	font-size:15px;
	padding:7px;
	margin:5px;
}
.optionaltxt {
    
    font-size: 1em;
    font-weight: bold;
    color: #fff;
	padding:10px;
	margin:5px 0px;
    background:linear-gradient(90deg,#1e8741, #4fb94c );
}

.optnal-modal {
	padding:10px;
}
.optionextrafrees {
	width:50px;
	height:20px;
	margin:10px;
	cursor:pointer;
}
.img-step3 {
	cursor:pointer;
}
.optionalextra {
    
    font-size: 14px;
    color: #444;
    padding: 3px;
    font-weight: bold;
}
.bookingtbltxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444;
    padding: 4px;
    text-decoration: none;
}

.selectbtnstep3 {
	color:#fff;
	padding:8px;
	margin:5px;
	
	font-weight:bold;
	font-size:12px;
	border:none;
	border-radius:5px;
	background-color:#4E9F24;
	text-transform:uppercase;
	float:right;
}
.selectbtnstep3:hover {
	background-color:#996600;
	color:#fff;
	
}
.cmborder {
	border-bottom:1px solid #ccc;
	margin:20px auto;
	position:absolute;
	width:74%; 
	margin-left:13%;
}

.btnmodify
{
	 background-color: #090;
    border: medium none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #a7a6a6;
    color: #fff;
    font-family: oswald;
    font-size: 18px;
    margin: 0 29px;
    outline: medium none;
    padding: 7px 30px;
    position: relative;
    text-transform: uppercase;
}

.btnmodify:hover {
	background-color:#996600;
	color:#fff;
	
}

.frmborderbtn {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
	padding: 7px;
	margin: 5px 0px;
	/*background-color: #ccc;*/
	
}
.fltheading {
	color:#444;
	font-weight:bold;
	font-size:1.1em;
}	





/*Rate Chart Section Strat*/

.ratechartsec {
	background-color:#fff;
	border: 1px solid #4E9F24;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-top: -4px;
    padding: 7px;
    width: 100%;

}

.inner-ratechart {
	border:1px solid #ccc;
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	background-color:#fff;
}

.charttxt-heading {
	color:#444;
	font-weight:bold;
	padding:5px;
}

.charttxt {
	color:#F8904A;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	background-color:#fff;
}

.advnctxt {
	color:#090;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	background-color:#fff;
}
.txt-note {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF0000;
    padding: 5px;
    line-height: 20px;
	background-color:transparent;
	
}
.est-total {
	border-top:1px solid #ccc;
	color:#444;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px;
	
}


.est-txt {
	border-top:1px solid #ccc;
	color:#444;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
	
/*Rate Chart Section End*/

.form-txtfield {
	margin:5px 0px;
}

.form-txtfield1 {
	margin:5px 0px;
	border: 1px solid #cccccc;

}


.form-txt {
	color:#444;
	padding:10px 0px;
		
}
.form-txtdiv {
	padding:5px 0px;
	background-color:#eee;
	color:#000;
	margin:5px 0px;
	border-left:3px solid #090;
	border-radius:5px;
	/*border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;*/
	
}


.fullname {
	padding:10px;
}

.editbtm
{
	background-color:#090;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:8px 20px;
	outline:none;
	border:none;
	margin-top:20px;
   margin-bottom: 20px;
	text-transform:uppercase;
	box-shadow:2px 2px 5px #a7a6a6;
	border-radius:5px;
	width: 100%;
}
.editbtm:hover
{
	background-color:#996600;
}

.text-4 {
	 
    font-size: 1em;
    font-weight: bold;
    color: #fff;
	padding:10px;
	margin:5px 0px;
   
}
<!--<booking step3 End>-->


/*<Breadcrumb sec Start>*/
.booking-breadcrumb {
    background-color: transparent !important;
    padding: 10px 0;
    margin: 0px;
}

.booking-breadcrumb .steps-progress-bar {
    overflow: hidden;
    counter-reset: step;
    padding: 0px;
    margin: 40px auto;
}

.booking-breadcrumb .steps-progress-bar li {
    list-style-type: none;
    text-transform: uppercase;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

.booking-breadcrumb .steps-progress-bar li.active p {
    color: #45423C;
    margin: auto;
}

.booking-breadcrumb .steps-progress-bar li.active p span {
    display: block;
}


.booking-breadcrumb .steps-progress-bar li.active::before, .booking-breadcrumb .steps-progress-bar li.active::after {
    background: #2898CC;
    color: #FFFFFF;
    font-weight: 600;
}

.booking-breadcrumb .steps-progress-bar li::before {
    content: counter(step);
    counter-increment: step;
    width: 38px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    background: #EDE9E5;
    border: 1px solid #2898CC;
    margin: 0 auto 5px auto;
    border-radius: 20px;
    color: #B2AEA5;
}


/*<Breadcrumb sec End>*/
/*_________________  Accordion
________________________________________*/
.accordion {
  position: relative;
  margin: 60px auto;
}

[id*="open-accordion"], [id*="close-accordion"] {
/*  background: #00a486;*/
  border-bottom: 1px solid #eee;
  line-height: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 99%;
  text-align:left;
  text-align:
}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
 color: #3f3f3f;
    font-family: oswald;
  font-size: 1.25em;
  font-weight: normal;
  padding-left: 2%;
  text-decoration: none;
  text-shadow: none;
}

[id*="open-accordion"]:after, [id*="close-accordion"]:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  background: #fff;
  height: 0;
 /* margin: -1px auto 0;*/
  padding: 0 2.5%;
  text-align:left;
  position: relative;
  overflow: hidden;
  width: 90%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-bottom: 25px;
  padding-top: 10px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
  border-top: 10px solid #333;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.term{text-align:left;}

.term p{border-bottom:1px solid #eee; padding:1px 0px; font-size:12px;"}


/*booking-inner End here...*/


/*Priyaranjan End here...*/


/*Samar Starts here*/


.headingstyle
{
	width:300px;
	margin:10px auto;
}
.trvltip
{
	/*position: absolute;*/

	background-color: #fff;
}
.trvltiptxt
{
	text-align:justify;
	padding:10px;
}
.headingborder
{
	border-bottom: 2px dotted #F90;
}

.img-travels {
	margin:10px;
}
.radiobtn {
	color:#fff;
	font-size:16px;
	letter-spacing:2px;
	color:#B9F58A;
	margin-top:0px;
	
}
.select-left{ margin-right:25px;}

/*Samar End here*/

