/*
	Theme Name: National Cab - Taxi Company HTML5 Template
	Author: EraThemes
	Author URL: http://themeforest.net/user/erathemes
	Created: 01 Oct 2015
	Updated: 12 Oct 2015 
	Version: 1.0
*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		- Top Header
			-- Social
			-- Top Menu
			-- Logo block
		- Navigation Menu
		- Social Icons

	## Footer
		- Copyright Text	
		
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 991
*/

/* ## Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
.logo-block a b,
.ow-navigation .container > a,
.footer-main .widget-title,
.widget-about li ,
a.see-more ,
a.purchase ,
.section-header h3 ,
.choose-us-content-box h3,
.booking-details-form .btn,
.we-do-more h3,
.we-do-more h2,
.what-we-do-box span,
.what-we-do-content > a,
.what-we-do-content .more-service a,
.driver-info > h3,
.we-are-hire span,
.testimonial .carousel-inner p,
.testimonial .carousel-inner p span,
.get-mobile h3,
.get-mobile h2,
.statistics-box > span,
.blog-content .entry-title,
.book-taxi-form > h3,
.about > h3,
.about > h2,
.service-box > h3,
.service-box > h2,
.service-box.book-now a,
.page-heading > h3,
.blog-area h3 ,
.widget-title h3,
.online-booking-form .btn,
.contact-form form .btn,
.map .content h3,
.media-heading h3 {
	font-family: 'Cabin', sans-serif;
}

.subscribe-box h4,
.subscribe-box .input-group-btn > .btn,
.widget-about li:last-child span {
	font-family: 'Montserrat', sans-serif;
}

.contact-form form input,
.contact-form form textarea {
	font-family: 'Lato', sans-serif;
}

.photos-slider .carousel-caption h2,
a.purchase,
a.see-more,
.section-header h3 ,
.choose-us-content-box h3,
.choose-us-content-box a,
.booking-details-form .btn,
.we-do-more h3,
.we-do-more h2,
.what-we-do-box span,
.what-we-do-content > a,
.what-we-do-content .more-service a ,
.we-are-hire span,
.get-mobile h3,
.get-mobile h2,
.blog-content .entry-title,
.entry-content > a ,
.photos-slider2 .slider-content h2,
.photos-slider2-content  h3,
.book-taxi-form  .btn,
.about > h3 ,
.about > h2,
.about a,
.more-than-you > h3,
.service-box > h3,
.service-box > h2,
.service-box.content span,
.service-box.content > a,
.service-box.book-now a,
.page-heading > h3,
.blog-area h3,
.widget-title h3 ,
.recent-post-box h3,
.recent-title a,
.map .content h3 {
	text-transform: uppercase;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Header */
.section-header {	
	position: relative;
	background: url("images/icon/seprator.png");
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	width: 100%;
}
.warning {
    border-color: red !important;
    background: #fff1f1 !important;
}
/* - Section Padding */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

	/* ## Header */
	/* - Top Header */
	.top-header {
		background-color: #f5f5f5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	/* -- Social */
	.social li {
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.social li:first-child {
		margin-left: 0;
	}
	.social li:last-child {
		margin-right: 0;
	}
	
	/* -- Top Menu */
	.top-header .top-menu {
		text-align: right;
	}
	.top-header .top-menu ul {
		padding-left: 0;
	}
	.top-header .top-menu ul{
		display: inline-block;
		list-style: none;
	}
	.top-header .top-menu ul li {
		float: left;
		padding-left: 22px;
		padding-right: 22px;
		position: relative;
		font-size: 13px;
	}
	.top-header .top-menu ul li a {
		color: #555;		
		text-transform: capitalize;
		text-decoration: none;
	}
	.top-header .top-menu ul li a:hover {
		color: #de302f;
	}
	.top-header .top-menu ul li:first-child {
		padding-left: 0;
	}
	.top-header .top-menu ul li:last-child {
		padding-right: 0;
	}
	.top-header .top-menu ul li:before {
		content: "|";
		position: absolute;
		left: -1px;
	}
	.top-header .top-menu ul li:first-child:before {
		content: "";	
	}
	
	/* -- Logo block */
	.middle-header {
		padding-bottom: 33px;
		padding-top: 33px;
		background-color: #fff;
	}
	.logo-block {
		position: relative;
	}
	.logo-block a {
		padding-left: 102px;
		display: inline-block;
		text-decoration: none;
	}
	.logo-block a img {
		position: absolute;
		left: 15px;
	}
	.logo-block a b {
		text-transform: uppercase;
		font-size: 24px;
		display: block;
		color: #000;
		margin-top: 3px;
	}
	.logo-block a span {
		font-size: 13px;
		color: #8c8b8b;
		float: left;
		margin-top: -6px;
	}
	.navbar-brand.logo-block {	
		display: none;
	}
	.middle-header .col-md-6 {
		text-align: right;
	}
 	.middle-header .col-md-7 {
		text-align: right;
	}
	.location,
	.phone {
		position: relative;
		padding-left: 46px;
		display: inline-block;
		text-align: left;
	}
	.location {
		margin-right: 32px;
	}
	.location > img,
	.phone > img {
		position: absolute;
		left: 0;
	}
	.location p {
		font-size: 16px;
	}
	.location p span,
	.phone p span	{
		display: block;
	}
	.phone {
		margin-left: 32px;
	}
	.phone > img { 
		top: 7px;
	}
	.phone p {
		font-size: 15px;
		font-weight: 300;
		text-transform: uppercase;
	}
	.phone p span {
		font-size: 20px;
		font-weight: 600;
		color: #de302f;
	}

/* - Navigation Menu */
/* - Social Icons */

/* ## Footer */
.footer-main {
	background-image: url("images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 98px;
}
.bottom-footer {
	background-color: #000000;
	padding: 30px 0;
}
.bottom-footer ul {
	margin-bottom: 0;
	list-style: none;
}
.bottom-footer ul li {
	float: left;
	padding: 0 8px;
	position: relative;
}
.bottom-footer ul li:before {
	content: "|";
	color: #fff;
	position: absolute;
	left: -4px;
	top: 0;
}
.bottom-footer ul li:first-child:before {
	content: "";
}
.bottom-footer ul li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
}
.bottom-footer p {
	margin-bottom: 0;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
}
/* -- Widget */
/* -- Widget Subsribe */
.widget-subscribe .subscribe-box {
	display: inline-block;
	padding: 45px 35px;
	border: 1px solid rgba(209,209,209,0.2);
	color: #eee;
}
.subscribe-box h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
}
.subscribe-box p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 30px;
}
.subscribe-box input {
	border: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
}
.subscribe-box input:focus {
	box-shadow: none;
}
.subscribe-box input,
.subscribe-box .input-group-btn > .btn {
	border-radius: 0;
	outline: none;
}
.subscribe-box .input-group-btn > .btn {
	text-transform: uppercase;
	background-color: #f7b731;
	border-color: #f7b731;
	padding-top: 11px;
	padding-bottom: 11px;
}
.widget-subscribe  ul {
	margin-top: 22px;
	list-style: none;
}
.widget-subscribe  ul li {
	float: left;
	margin: 0 10px;
}
.widget-subscribe  ul li a {
	width: 32px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.widget-subscribe  ul li a img {
	position: absolute;
}
.widget-subscribe  ul li a:hover img {
	top: -38px;
}

.footer-main .widget-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	color: #fff;
	margin-bottom: 40px;
	background-image: none;
}

/* -- Widget Links */
.footer-main .widget {
	width: 100%;
	display: inline-block;
	margin-bottom: 75px;
}
.widget-links ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 38px;
}
.widget-links ul li:last-child { 
	margin-bottom: 0;
}
.widget-links ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.widget-links ul li a:before {
	content: "";
	background-image: url("images/icon/ftr-link.png");
	background-repeat: no-repeat;
	width: 7px;
	height: 10px;
	display: inline-block;
	margin-right: 14px;
}

/* -- Widget About */
.widget-about {
	color: #fff;
	font-size: 14px;
}
.widget-about p {
	margin-bottom: 40px;
}
.widget-about li {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 19px;
	padding-left: 55px;
	margin-bottom: 40px;
	font-weight: bold;
}
.widget-about li span {
	display: block;
}
.widget-about li img {
	position: absolute;
	left: 0;
	top: 0;
}
.widget-about li:last-child  {
	margin-bottom: 0;
}
.widget-about li a {
	color: #fff;
	font-weight: normal;
}

.cc .logo-block a img {
    position: absolute;
    left: 15px;
    top: -30px;
}
.cc  .logo-block a {
 padding-left: 0;
    height: 20px;
    width: 100%;
}

.cc .middle-header {
   
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 20%, rgba(201, 236, 241, 0.8) 100%);
}
.cc .ow-navigation .nav.navbar-nav > li > a:hover, .cc .ow-navigation .nav.navbar-nav > li > a:focus, .cc .ow-navigation >.nav.navbar-nav li.active > a, .cc .ow-navigation .nav.navbar-nav > li:hover > a, .cc .ow-navigation .nav.navbar-nav li:focus > a {
   
    color: #fbe8b2;
    background-color: rgba(255, 255, 255, 0.2);
}
.cc .ow-navigation .nav.navbar-nav  li > a:hover, .cc .ow-navigation .nav.navbar-nav   li > a:focus, .cc .ow-navigation  .nav.navbar-nav li.active > a, .cc .ow-navigation .nav.navbar-nav   li:hover > a, .cc .ow-navigation .nav.navbar-nav li:focus > a {
   
    color: #fbe8b2;
   
}
.cc .ow-navigation {
    background-color:#000000;
}
.cc .ow-navigation .nav.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fffefd;
    position: relative;
}
.cc .ow-navigation .nav.navbar-nav   li  a {
   
    color: #fffefd;
   
}
.cc .ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
      background-color: rgba(33, 33, 33, 0.9);
}
* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }


.cc .photos-slider .item::before {
    
    background-color: rgba(0, 0, 0, .2);
    opacity: .2;
   
}
.cc .photos-slider .item img{
 width:100%;
 height:auto;
}

.cc .what-we-do {
   background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(201, 236, 241, 0.85) 100%);

}

.cc .widget-links ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 26px;
}

.cc .partner .col-md-12 img {
        padding: 5px 5px;
}

element.style {
}
.load-complete .ball-clip-rotate > div {
    border-color: #FFCB08 #FFCB08 transparent;
    background-color: #FFCB08;
    margin: 0 auto;
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}
.ball-clip-rotate>div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 150px;
    width: 150px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite ;
    
   
}

.ball-clip-rotate> img{
  position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
 margin:0 auto;
 width:160px;
}
.cc .ow-navigation .container > a {
   
    padding: 14px 60px;
}
.cc .footer-main {
   
    background-position: right;
}
.cc .header-main{
     box-shadow: 0 8px 23px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 999;
}

.cc .photos-slider{
 border-bottom: dashed 4px #2e282859;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.8);
}
.cc #service-slider{
 border: 11px double #dd302f;
}
.cc .subscribe-box .input-group-btn > .btn {
    
    background-color: #de3130;
    border-color: #de3130;
    color: #fff;
    
}
.cc .widget-about li {
    
    margin-bottom: 36px;
    
}
.cc .footer-main .widget {
   
    margin-bottom: 45px;
}
.content-section h6 {
    font-size: 13px;
    font-weight: bold;
    color: #777;
    line-height: 26px;
    
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}  

.content-section h5 {
    font-size: 15px;
    font-weight: bold;
    color: #777;
    line-height: 26px;
    
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.content-section h4 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.content-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.content-section h2 {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.content-section h1 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.content-section p {
    color: #777;
    line-height: 26px;
    font-size: 14px;
    text-align:justify;
    
}
.content-section img {
    float: left;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 5px;
    border: double 6px rgba(0, 0, 0, 0.6);
}
.content-section hr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    border: 0;
    border-top: 0px solid #eee;
    clear: both;
    display: block;
    width: 100%;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a {
    padding: 14px 25px;
}
.ow-navigation .navbar-toggle{
    margin-bottom: 8px;
    margin-top: 9px;   
}
.ow-navigation .container > a{
        line-height: 20px;    
}
.phone.sms{
    display:none;
}
div#marquee {
    position: relative;
    width: 100%;
    background: #de302f;
    text-align: center;
    font-size: 14px;
    box-shadow: 1px 1px 7px 0px #404040;
    color: white;
    padding: 10px;
    line-height: 0;
}
/* ## Responsive */
		
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* ## Header */	
	.location, .phone {
		margin: 4px;
	}
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a {
        padding: 14px 10px;
    }
 
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* ## Header */	
	.location, .phone {
		margin: 4px;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {	
	/* ## Header */
	.top-header .social,
	.top-header .top-menu,
	.logo-block,
	.middle-header .col-md-6, .middle-header .col-md-7	{
		width: 100%;
		text-align: center;
	}
	.top-header .social {
		margin-bottom: 14px;
	}
	.top-header .top-menu {
		padding: 0;
	}
	.top-header .top-menu ul li {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo-block {
		margin-bottom: 33px;
	}
	.logo-block a {
		max-width: 220px;
		display: inline-block;
		position: relative;
	}
 .cc .logo-block a {
    max-width: 170px;
    display: inline-block;
    position: relative;
}
.cc .logo-block a img {
   
    left: 0;
    top: -40px;
}
	.logo-block a img {
		left: 0;
	}
	.location, .phone {
		margin: 4px;
	}	
	
	/* ## Footer */
	.bottom-footer ul,
	.bottom-footer p {	
		width: 100%;
		text-align: center;
	}
	.bottom-footer,
	.bottom-footer ul,
	.bottom-footer ul li {
		float: none;
		display: inline-block;
	}
	.bottom-footer ul {
		margin-bottom: 10px;
	}

.cc .photos-slider .carousel-inner > .item > a > img, .cc .photos-slider .carousel-inner > .item > img {
    min-height: auto;
    height:auto;
}
    .phone.sms{
        display: inline-block;
    }

}

/* -- min-width: 991 */
@media (min-width: 991px) {
	 .cc .navbar-collapse {
    padding-right: 0px; 
    padding-left: 0px;
}
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
   
}
@media (min-width: 768px) {
.cc .carousel-control .glyphicon-chevron-left, .cc .carousel-control .glyphicon-chevron-right, .cc .carousel-control .icon-next, .cc .carousel-control .icon-prev {
    width: 60px;
    height: 60px;
    margin-top: -45px;
    font-size: 60px;
}
}
.cc .carousel-control {
   
    color: #010101;
    
}
.cc .carousel-control:focus, .cc .carousel-control:hover {
 color: #de3130
}
.cc .carousel-indicators li {
    background: #000;
}
.cc  .carousel-indicators li.active {
    background: #de3130;
   
}
.cc  .load-complete .ball-clip-rotate > div {
 position: absolute;
 border-top-color:#de3130;
 border-left-color:#de3130;
   border-right-color:#de3130;
    
}
.cc  .load-complete  {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(201, 236, 241, 1) 100%);
}