@charset "utf-8";
/* CSS Document */
/*
 Taxi &amp; Cab Service Landing Page Template
 Author Name : Jitu chauhan;
*/
/*
+ Typography
+ Buttons
+ Forms
+ General CSS
+ Hero Section
+ Page Section CSS:
	- Hero Section
	- Navigation
	- Why Choose us
	- How it works
	- Testimonial
	- Download App
	- FAQ
	- Locations
	- Footer
News:
	Blog
	Blog-Details
*/

/******* Typography *******/
 
body {font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 26px; color: #6d6b66; -webkit-font-smoothing: antialiased;}
h1, h2, h3, h4, h5, h6 {color: #252422; margin: 0 0 18px 0; font-weight: 500;}
h1 {font-size: 32px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
p {margin: 0 0 30px 0;}
a {color: #6d6b66; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
a:hover, a:focus {color: #fac525; text-decoration: none;}
ul, ol {margin: 0 0 28px 0;}

/******* Buttons *******/

.btn {text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; padding: 18px 20px; border-radius: 1px;}
.btn-default {background-color: #ffc001; color: #252422; border:1px solid #ffc001;}
.btn-default:hover {background-color: #fac525; color: #252422; border:1px solid #fac525;}
.btn-primary {background-color: #24548e; color: #fff; border: #e8e7e4;}
.btn-primary:hover {background-color: #1e426f; border: #000; color: #fff;}
.btn-secondary {background-color: #7aba09; color: #fff; border: #7aba09;}
.btn-secondary:hover {background-color: #e43e04; color: #fff; border: #e43e04;}
.btn-sm {padding: 6px 10px; font-size: 12px;}
.btn-lg {padding: 13px 50px; font-size: 16px;}
.btn-link{color: #aca9a9; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; 
font-family: 'Open Sans', sans-serif;}
.btn-link:hover{text-decoration: none;}
/******* Form *******/

.form-control {height: 40px; border-radius: 0px;}
select.form-control {  font-size: 12px; color: #a1a1a1;
    -webkit-appearance: none; -moz-appearance: none; background-position: 97% 50%;
    background-repeat: no-repeat; background-image: url(../images/down-arrow.png); padding-right: 15px;}
textarea .form-control{color:#a1a1a1;}
label{}
.control-label{color: #333; text-transform: uppercase; font-weight: 600}

/******* General CSS *******/

.main-container {padding-top: 60px; padding-bottom: 100px;}
.listnone {list-style: none; padding-left: 0;}
.well-block {}
.well-block-default {}

/******* space *******/

.mbtm0 {margin-bottom: 0px;}
.mbtm1 {margin-bottom: 10px;}
.mbtm2 {margin-bottom: 20px;}
.mbtm3 {margin-bottom: 30px;}
.no-padding {padding: 0px;}
.padding-right {padding-right: 0px;}
.padding-left {padding-left: 0px;}

/******* section *******/

.section-space {padding-top: 100px; padding-bottom: 100px;}
.section-color {background-color: #f7f7f7;}
.section-title {text-align: center; margin-bottom: 60px;}

/******* List Style - Font Awasome *******/

.angle-right li {position: relative; display: flex;}
.angle-right li:before {margin-right: 10px; font-family: FontAwesome; color: #7a7874; top: 0; left: -5px;
	content: "\f105";}
ul.check-circle {margin-bottom: 30px;}
.check-circle li {position: relative; list-style: none; padding-left: 10px;}
.check-circle li:before {font-size: 16px; margin-right: 10px; font-family: FontAwesome; top: 0; left: -5px;
	color: #0abf45; content: "\f00c";}
.angle-right {}
.arrow-circle-o-right li{position: relative; display: flex;}
.arrow-circle-o-right li:before {margin-right: 10px; font-family: FontAwesome; color: #888888; top: 0; left: -5px; content: "\f18e";}

/******* flat icon *******/

.flat-icon-small {font-size: 16px; color: #ffc001; padding-right: 5px; font-weight:500;}
.flat-icon-medium {}
.flat-icon-large { font-size: 42px; }

/******* navigation *******/

.is-sticky .navigation .navbar-default {background-color: #fbd737;}	
.navigation {z-index: 9;}
.navigation .navbar-brand {float: left; height: 50px; padding: 8px 15px; font-size: 18px; line-height: 20px;}
.navigation .navbar-default {background-color: transparent; border-color: transparent;}
.navigation .navbar-default {padding-top: 15px; padding-bottom: 15px;}
.navigation .navbar-default .navbar-nav>li>a {color: #fff; text-transform: uppercase; font-size: 13px;
	font-weight: 700;  padding: 20px 14px; line-height: .8;}
.navigation .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color: #1c4c89;
	background-color: transparent;}
.navigation .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default.navbar-nav>.active>a:hover {color: #1c4c89; background-color: transparent;}
.navigation .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {color: #1c4c89; background-color: #fff!important;}
.dropdown-menu {background-color: #fff; border: none; padding: 20px 10px;}
.dropdown-menu>li>a {display: block; padding: 10px 20px; clear: both; font-weight: 600; 
	line-height: 1.42857143; color: #333; white-space: nowrap; font-size: 14px; text-transform: uppercase;
	letter-spacing: 1px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {color: #ffc001; text-decoration: none; 
	background-color: transparent;}
/***** Mobile Toggle Menu *****/
	
.navigation .navbar-default .navbar-toggle {border-color: #ffc001; background-color:#ffc001;}
.navigation .navbar-default .navbar-toggle .icon-bar {background-color: #242522;}
.navigation .navbar-toggle {position: relative; float: right; padding: 9px 10px; margin-top: 8px;
    margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none;
    border: 1px solid transparent; border-radius: 4px;}
.navigation .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ffc001; border-color:#ffc001;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;}	






/******* Hero section *******/	

.hero-slide {background-image: url('../images/header-bg.jpg'); background-repeat: none;
	background-attachment: scroll; background-position: center center; -webkit-background-size: cover;
	-moz-background-size: cover; background-size: cover; -o-background-size: cover;  
	color: white;}
.hero-section {padding-top: 260px; padding-bottom: 60px;}
.hero-title {font-size: 54px; color: #fff; font-weight: 700; letter-spacing: -2px;}
.hero-desc {color: #fff; font-weight: 600;}
.hero-info .btn-link{color: #ffc001;}
/********** Booking form ***********/
.bookinform{background-color: #fcd738; padding: 40px;}
.form-title{font-weight: 700; text-transform: uppercase; font-size: 30px; letter-spacing: -1px; color: #000000;}
.bookinform .btn-primary{margin-top: 30px; background-color: #24548e; color: #fff;}
.bookinform .form-control {height: 40px; border-radius: 0px; border:none;}
.bookinform .control-label{margin-top: 10px;}
.payment-info{margin-top: 30px; color: #000; line-height: 1.2;}
.payment-info h5{margin-bottom: 10px; font-weight: 600;}
.payment-info i{font-size: 16px; padding-right: 10px;}
/******* page header *******/

.page-header {background: url(../images/page-header.jpg) no-repeat; padding-bottom: 100px; padding-top: 140px;
	margin: 0px; position: relative; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;}
.page-title {color: #fff; text-align: center}
.page-icon {background: url(../images/page-icon.png) no-repeat; position: absolute; bottom: -150px; 
	width: 95px; height: 95px;}

/******* feature *******/
.why-us-feature{margin-bottom: 60px; display: block;}
.why-us-feature i{color: #FFC000;padding-right: 20px; }
.feature-block{text-align: center;}
.feature-icon{background-color: #fbd737; width: 120px; height: 120px; border-radius: 100%; text-align: center; line-height: 2.6;
	color:#fff; margin: 0 auto 30px;}
.calltoaction{margin-top: 60px; text-align: center;}
/******* Pricing *******/

.pricing-box {}
.pricing-box-regualr .well-box {background-color: #eaf6ff; border: 1px solid #daeffe;}
.price-title {text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 16px;}
.price-plan {font-size: 55px; font-weight: 700;}
.price-plan .dollor-sign, .price-plan .permonth {font-size: 16px; color: #706a68;}
.pricing-box .well-box {margin-bottom: 0px; text-align: center; padding: 40px;}
.pricing-box .list-group-item {position: relative; display: block; padding: 10px 15px; margin-top: -1px;
	background-color: #fff; border: 1px solid #eef4f8; border-radius: 0px;}
 
/******* Testimonial *******/

#lp-testimonial{}
.lp-testimonial{}
.lp-section-block{ background-color:#f3f3f3; font-style:italic; padding:40px; text-align:left;}
#testimonials .item{background-color: transparent; padding: 30px 0px; margin: 10px; color: #FFF;
 -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: left;}
 #testimonials .item p{font-size: 20px;line-height: 38px; color: #1e1e1e; margin-bottom: 0px}
#testimonials .item .client{}
.client-img{  border-radius: 50%; text-align: center; margin-bottom: -30px;}
.client-img img{border:2px solid #ffc001;}
#testimonials .item .client p.client-name{ font-size: 18px; color:#1e1e1e; padding-top: 15px;  font-weight: 700;line-height: 1.4;}
#testimonials .item .client p.client-name small{ color:#ffc001; font-size:15px;  font-weight: normal;}
#testimonials.owl-theme .owl-controls .owl-page span{background: #ffc001;}
/*************** lp app ****************/
#lp-app{}
.lp-app{ background-color:#ffc001;}
.lp-app .lp-section-container{ padding-bottom: 0px;  padding-top: 0px;}
.lp-app .app-pic {bottom: -70px; }
.lp-app .app-info{  margin-top: 100px;}
.lp-app .app-info a{  margin-right: 20px; margin-bottom:30px;}


  
.question-block{margin-bottom:30px;  display: inline-block;}
.location-block{text-align: center; margin-bottom: 30px;}
/*.location-block img{width: 100px; height: 100px;}*/
.location-title{margin-top: 20px; font-size: 20px;}
/******* Footer *******/

.footer {background-color: #1e1e1e; padding-top: 80px; padding-bottom: 85px; text-align: center;}
.footer-block {margin-bottom: 20px;}
 
.social-circle{}
.social-circle ul{margin-bottom: 0px;}
.social-circle ul li{ margin-right:20px; display: inline-block;}
.social-circle ul li a{    background: transparent;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: block;
   line-height: 3;
    border: 2px solid #383838;
    font-size: 26px;color: #383838;}
.social-circle ul li a:hover{    background: transparent;
   color: #e8af04; border: 2px solid #e8af04;}
.copyright {font-size: 12px;margin-bottom: 0px; margin-top: 60px;}
 

/******* Blog *******/

.content-right {}
.sidebar {}
.post-holder {margin-bottom:80px;} 
.post-desc{}
.post-holder p:last-child {margin-bottom: 0px;}
.post-sticky {background: url(../images/sticky.png) no-repeat #333 10px; position: absolute; padding: 20px;color: #fff;}
.post-sticky img{}
.post-title {color: #252422;}
.post-img {margin-bottom:30px;}
.post-img img {width: 100%;}
.post-well{}
.blogslider {}
#blog-gallery{}
#blog-gallery .owl-nav {text-align: center; width: 60px; margin: 0px auto;}
#blog-gallery.owl-theme .owl-controls .owl-buttons div{background-color: #333; color: #ffc001; font-size: 12px; font-weight: normal; border-radius: 0px;
opacity: 1;}
#blog-gallery .owl-buttons{position: absolute;bottom: 40px;}
.post-video {}
.share-option{}
 
	/***** Blog Meta *****/
	
.meta {}
.meta-block{padding-top: 9px; padding-bottom: 9px; border-top:1px solid #ecebe8; margin-bottom:20px;     position: relative;}
.post-meta {color: #b5b4b0;}
.meta-link{color: #b5b4b0;}
.meta-date, .meta-comment, .meta-author {font-family: 'Open Sans', sans-serif; margin: 0 40px 0px 0px; font-size: 12px; font-weight: 700; text-transform:uppercase;}
.meta-date {}
.meta-date .flat-icon {padding-right: 10px; color: #f44421;}
.meta-comment {}
.meta-author {}
.meta-category{}

	/***** Blockquote *****/

.post-quote {}
blockquote {font-style: italic; font-size: 21px; color: #6d6b66; border: none; font-weight: 400; margin: 0px;
	padding: 10px 0px; line-height:34px;}
blockquote p{}
.source-name {}

/******* Blog Details *******/	
	/***** alignment *****/
	
.alignleft {float: left; margin: 10px 20px 20px 0;}
.alignright {float: right; margin: 20px 0 .5em 20px;}
.alignright-dec, .alignleft-dec{margin-top: 10px; padding-top: 30px; padding-bottom: 55px;}
.alignright-dec{}
.alignleft-dec{}
.caption {font-size: 16px; background-color: #24dcfd; color: #33393d; padding: 10px; font-weight: 500;}

	/***** Related Post *****/
	
 
.related-post {margin-top: 30px; border-top:1px solid #ecebe8;  padding-top: 29px; padding-top:30px;} 
.related-post-block{}	
.related-img {float: left; margin-right: 15px; margin-bottom: 20px;}
.related-desc{}
.related-title {margin-bottom: 10px;}

	/***** Prev Next Block *****/

.next-prev-block {margin-top: 30px; border-top: 1px solid #ecebe8; padding-top: 30px; 
border-bottom: 1px solid #ecebe8; padding-bottom: 30px; margin-bottom: 30px;}
.prev-block{}
.prev-post{}
.prev-title{margin-bottom:10px;}
.prev-link, .next-link{margin-bottom:30px;}
.next-block{text-align:right;}
.next-post{}
.next-title{}
.next-link{}

	/***** Author Post *****/

.author-post{margin-bottom:80px; background-color: #f7f7f7; padding: 30px;}
.author-portrait {margin-bottom:20px;}
.author-portrait img {margin: 0 auto;}
.author-info {}
.author-name{}
.social-icon {border: 2px solid #b6b5b5; color: #b6b5b5; border-radius: 100%; width: 30px; height: 30px; font-size: 14px; display: inline-block; text-align: center;}	
.social-icon:hover{border: 2px solid #ffc001; color: #ffc001;}
 

	/***** Comments *****/
	
.comments-area {margin-bottom:40px;}
.comments-title {margin-bottom:44px;}
.comment-title {margin-bottom: 10px;}
.comment-title span {margin-left: 25px;}
.comment-list {}
.comment-frame {float: left; width: 110px; margin-bottom:30px;}
.user-comments {margin-left: 130px;}
.comment-body {padding-bottom: 39px; border-bottom: 1px solid #ecebe8; margin-bottom: 30px;}
.comment-body p{}
.comment-body.listnone {margin-bottom: 40px;}
.comment-body:last-child{padding-bottom: 0px; border-bottom: 0px solid transparent; margin-bottom: 0px;}
.children {}
.leave-comments, .comment-post, .children {display: inline-block;}

	/***** Leave Reply *****/
.leave-reply{background-color: #f7f7f7; padding: 30px;}
.reply-title{margin-bottom: 44px;}
.btn-comment{margin-top: 20px;}


	/***** Blog sidebar *****/
		/*** Widget ***/

.widget {margin-bottom:60px;}
.widget ul{margin-bottom:0;}
.widget-title {margin-bottom:40px;}
		
		/*** Widget-Search ***/
		
.widget-search {}
.widget-search .form-control {height: 48px;}
.widget-search .btn{padding: 15px 20px;}
.widget-search {margin:0; padding: 0;}
.widget-search .input-group-btn:last-child>.btn, .widget-search .input-group-btn:last-child>.btn-group 
 {z-index: 2; margin-left: -42px;}
.widget-search .search-query {padding-right: 10px; padding-right: 4px \9; padding-left: 10px; 
padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
 margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.widget-search button {border: 0; background: none; /** belows styles are working good */ margin-top: 0px;
left: -10px; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color:#c3c3c2;}
.search-query:focus + button {z-index: 3;}

		/*** Widget-Category ***/

.widget-category {}
.widget-category ul li , .widget-archive ul li   {border-bottom:1px solid #eae7e7; padding-bottom:4px; margin-bottom:5px;}

		/*** Widget-Archive ***/
			
.widget-archive {}
.widget-archive strong {padding-left: 10px;}
		
		/*** Widget-Recent-Post ***/	

.widget-recent-post {}
.widget-recent-post ul li {padding-bottom: 20px; margin-bottom:20px; border-bottom:1px solid #ecebe8;}
.recent-post {}
.recent-post-img {padding-right:0px;}
.recent-thumb {}
.recent-post-desc {}
.rec-title{font-size:16px; margin-bottom:10px; color: #252422; font-weight:500;}

		/*** Widget-tags ***/
		
.widget-tags {}
.widget-tags a {margin-bottom: 5px; padding: 2px 11px; font-size: 10px;	text-transform: uppercase; 				background-color: #e8e7e4; margin-right: 5px; color: #252422;  font-weight:700; display:inline-block;}
.widget-tags a:hover {color: #252422; background-color: #ffc001;}

/******* pagination *******/

.st-pagination {margin-top: 70px;}
.st-pagination .pagination>li>a, .pagination>li>span {position: relative; float: left; padding: 4px 12px;
margin-left: -1px; line-height: 1.42857143; color: #252422; text-decoration: none; font-size:14px; 
background-color: #e8e7e4; border: 1px solid #e8e7e4; margin-right: 5px; font-weight: 600; 
text-transform:uppercase;}
.st-pagination .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {z-index: 2; color: #252422; background-color: #ffc001; border-color: #ffc001;}
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span {margin-left: 0;
    border-radius: 0px;}
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span {border-radius: 0px;}
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {z-index: 3; color: #252422; cursor: default; 
background-color: #ffc001; border-color: #ffc001;}

/******* thank you *******/

.thankyou{padding-bottom:100px; padding-top:100px;}
.thankyou-block{background-color:#2b2b2b; padding-bottom:100px; padding-top:100px; text-align:center;}
.thanks-logo{margin-bottom:50px; text-align:center;}
.thankyou-block img{}
.thanks-title{font-size:90px; color:#fff; margin-bottom:12px;}
.thank-text{font-size: 22px; color: #ffc001; margin-bottom: 35px; display: inline-block;}
.thanks-desc{}

@media (max-width: 767px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent; background-color: #fbd737;}	
 
/********* Section space ********/
.section-space{padding-top: 100px; padding-bottom: 100px;}	
/******* Hero section *******/	

.hero-section {padding-top: 120px; padding-bottom: 120px;}
.hero-title {font-size: 42px;}
 
/********** Blog Page ********/

 
.user-comments {margin-left:  0px;}
.comment-frame {margin-right: 25px;float: none;}
.leave-comments{margin-bottom:50px;}


}

.btn:hover {
	background-color: #1e426f;
};

.yellow {
	background-color: #fbd737 !important;
}

iframe {
		height: 1500px;
	}


@media (max-width: 767px){
	iframe {
		height: 2000px;
	}
}