/* ==================================================================

The Limo - Multipage HTML5 Template

File:           CSS Base
Version:        1.0
Last change:    22/06/16
Author:         getuxui


/*  - Table of Content
==================================================================*/
/*
* 1 = Google Fonts Load
* 2 = Global Area
* 3 = Home Page 1
* 4 = Home Page 2
* 5 = List Page
* 6 = List Page 2
* 7 = Service Page
* 8 = Service Details Page
* 9 = Blog Page
* 10 = Single Page
* 11 = Car Details Page
* 12 = Construction Page
* 13 = Contact Page
* 14 = About Page
* 15 = 404 Page
*/
/*  - End of Table of Content
==================================================================*/


/*  - 1 Google Fonts Load
-----------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300,600);

/*  - 1 Google Fonts Load End
-----------------------------------------------------------------------------------------------*/


/*  - 2 Global Area
------------------------------------------------------------------------*/

#cont ul li {
	list-style-Type: disc;
	
}



.masina {
   width: 200px;
   height: 30px;
   
}


#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(3, 3, 3, 1);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(235, 235, 235, 1);
    background-color: rgba(255, 255, 255, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(224, 224, 224, 1);
    background-color: rgba(240, 226, 226, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 245, 245, 1);
    background-color: rgba(255, 255, 255, 0.1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #030303;
}





#vehicle-wrapper { padding-left: 0; padding-right: 0; margin-left: -10px}

.item {
	padding: 0 15px;
}
.white-card {
	padding: 15px;
	background: #f6f6f6;
	border-radius: 1px;
	color: #444;
	text-align: center;
}

.yellow {color: #FFFFFF; }
.white-card h4 {
}
.white-card img {
	border-bottom: 2px solid #c3a533;
}
.icon-group, .icon-single {
	display: block;
	border: 1px solid #ccc;
	border-radius: 1px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.icon-group div {
	width: 50%;
	display: inline;
	float: left;
	padding: 3px;
}

.icon-single div { text-align: center; width: 50%;
	display: inline;
	
	padding: 3px; } 
.icon-group div:first-child {
	border-right: 1px solid #ccc;
}





* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  color: #9297a3;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
}
.main-menu-container{
    overflow: hidden;
}
a {
   text-decoration: none;
   display: inline-block;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
a:hover,
a:focus,
a:visited,
a.active{
   outline: none;
   text-decoration: none;
}
.form-control {
  box-shadow: none;
}
ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   text-transform: uppercase;
   font-family: 'Oswald', sans-serif;
}
h1 {
   color: #fff;
   font-size: 40px;
}
h2 {
   color: #111217;
   font-size: 48px;
}
h4 {
   color: #111217;
   font-size: 20px;
}
hr {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
/*  - Color
------------------------------*/
.white {
  color: #fff !important;
}
.base {
  color: #3a6ee8 !important;
}
.gray {
  color: #a9a9a9 !important;
}
.black {
  color: #111217 !important;
}
.bold {
  font-weight: 700 !important;
}
/*  - Color End
------------------------------*/

/*  - BG Color
------------------------------*/
.dark-bg {
   background-color: #f5f5f5;
}
.white-bg {
   background-color: #fff;
}
.base-bg {
  background-color: #999999;
}
.black-bg {
  background-color: #111217;
}
/*  - BG Color End
------------------------------*/
#z2{
    z-index: 2;
}
#z2-2{
    z-index: 2;
}
#z2-3{
    z-index: 2;
}
#z3{
    z-index: 3;
}
#z3-2{
    z-index: 3;
}
#z3-3{
    z-index: 3;
}
#z4{
    z-index: 3;
}
#z7{
    z-index: 7;
}
#z14{
    z-index: 14;
}
#z15{
    z-index: 15;
}
#z16{
    z-index: 16;
}
#z16-2{
    z-index: 16;
}
#slider-layer-bg{
    background-color:#b2c4cc;
}
/*  - Section Head
=========================================================*/
.section-head h2 {
  color: #111217;
  font-size: 48px;
  margin-bottom: 17px;
}
.section-head h2 span {
  color: #0033FF;
}
.section-head p {
  max-width: 510px;
  margin: 0 auto;
}
.section-content {
   width: 100%;
   display: inline-block;
}
/*  - End of Section Head
=========================================================*/

.logo_lrg{
	display: inline-block;
	float: left;
}

/*  - Page Head
=========================================================*/
.page-head .section-padding {
   padding-top: 85px;
   padding-bottom: 75px;
}
.page-head {
   background-size: cover;
   background-position: 50% 50%;
   background-repeat: no-repeat;
}
.page-head .overlay {
   background-color: rgba(0, 0, 0, .6);
}
.page-head span {
   color: #fff;
   position: relative;
}
.page-head span a {
  color: #b18f6a;
  padding-left: 35px;
}
.page-head span .after:after {
  top: 9px;
  left: 12px;
  width: 7px;
  height: 7px;
}
/*  - End Of Page Head
=========================================================*/

/*  - Margin Padding
------------------------------*/
p.margin-bottom-0 {
   margin-bottom: 0;
}
.no-padding {
  padding: 0 !important;
}
.padding-right-zero {
   padding-right: 0px;
}
.padding-left-zero {
   padding-left: 0px;
}
.padding-left-15 {
  padding-left: 15px;
}
.section-padding {
   padding-top: 100px;
   padding-bottom: 20px;
}
.padding-top100 {
  padding-top: 200px;
}
.padding-top10 {
  padding-top: 0px;
}
.padding-bottom100 {
  padding-bottom: 30px;
}
.padding-bottom55 {
  padding-bottom: 55px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.no-margin{
	margin:0!important;
}
/*  - Padding End
------------------------------*/
.icon {
   width: 30px;
   height: 30px;
   float: left;
   display: inline-block;
}
.mm-small-box {
   display: block;
   overflow: hidden;
}
.mm-absolute-img {
    position: absolute;
}
.slider-section {
   overflow: hidden;
}
.font-oswald {
   font-family: 'Oswald', sans-serif;
}
.overlay {
   background-color: rgba(0, 0, 0, .3);
}
.border-dashed {
  border: 1px dashed #ebebeb;
}
.after {
  position: relative;
}
.after:after {
  top: 0;
  left: 0;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border: 1px solid #fff;
}
.bold {
   font-weight: 700 !important;
}
.normal {
   font-weight: 400 !important;
}
.colmd4 {
   max-width: 370px;
   margin: 0 auto 30px auto;
}
.colmd3 {
   max-width: 272px;
   margin: 0 auto 30px auto;
}
.colmd4 img,
.colmd3 img {
  width: 100%;
}
.indor-planet,
section {
  overflow: hidden;
}
.home-dark .navbar-fixed-top{
    position: fixed !important;
    background:#000;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.home-dark .navbar-fixed-top .menuzord{
    padding: 0 0 0 0px;
}
.home-dark .navbar-fixed-top .menu-right-part{
    top:17px;
}
.rows{margin-right:-0px;
margin-left:-0px}
/*  - Social Button
-------------------------------*/

.twit-icon{
	background-image: url(../../images-limo/social/twitterLogo.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

.twit-icon:hover{
	background-image: url(../../images-limo/social/twitterLogo1.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}


.fb-icon{
	background-image: url(../../images-limo/social/fa-logo.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.fb-icon:hover{
	background-image: url(../../images-limo/social/fa-logo1.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.inst-icon{
	background-image: url(../../images-limo/social/insta.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.inst-icon:hover{
	background-image: url(../../images-limo/social/insta1.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.pin-icon{
	background-image: url(../../images-limo/social/pinterest.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.pin-icon:hover{
	background-image: url(../../images-limo/social/pinterest1.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}



.social-btn {
  display: inline-block;
}
.social-btn li {
  float: left;
}
.social-btn a {
   width: 30px;
   height: 30px;
   color: #fff;
   margin-right: 8px;
   line-height: 30px;
   text-align: center;
   display: inline-block;
}
.home-dark .social-btn a {
   width: 30px;
   height: 30px;
   color: #fff;
   margin-right: 8px;
   line-height: 30px;
   text-align: center;
   display: inline-block;
}
.social-btn a:hover {
   color: #3a6ee8;
}
/*  - Link Button
-------------------------------*/
button.custom-btn,
span.custom-btn,
.custom-btn {
   color: #fff;
   font-weight: 700;
   padding: 12px 40px;
   display: inline-block;
   text-transform: uppercase;
}
.custom-btn,
input.black {
  background-color: #191a1f;
}
a.custom-btn.base,
input.base {
  background-color: #3a6ee8;
}
a.more-btn {
   color: #3a6ee8;
   font-size: 11px;
   margin-top: 18px;
   font-weight: 700;
   display: inline-block;
   text-transform: uppercase;
}
.custom-btn:hover {
  color: #fff;
  background-color: #3a6ee8;
}
/*  - Overflow Hidden
-------------------------------*/
.project-section {
  overflow: hidden;
}
/*  - Transition
-------------------------------*/
.item-head h4.title,
.single-post h2,
a.custom-btn,
.item-head,
input,
a {
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
/*  - 2 Global Area End
-------------------------------------------------------------------------*/



/*============================================================================================================*/
/*  --------------------------------------------- 3 Home Page 1 --------------------------------------------  */
/*============================================================================================================*/

/*  - banner Section
============================================================================*/
.banner-section {
  background-repeat: no-repeat;
  background-image: url(../../images/home-light/banner-bg.jpg);
}
.banner-section .banner-text {
  padding: 200px 50px 300px;
}
.banner-text h3,
.banner-text h2,
.banner-text p {
  color: #fff;
}
.banner-text h2 {
  font-size: 72px;
  margin: 40px 0;
}
.banner-text h3 {
  font-size: 48px;
}
.header {
  width: 100%;
  padding: 35px 55px;
  display: inline-block;
}
.header .social-btn,
.header .phone,
.header .mail {
  color: #fff;
  float: right;
  margin-left: 30px;
  display: inline-block;
}
/*  - End Of banner Section
============================================================================*/



/*  - next-section
============================================================================*/
.next-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 110px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.next-section .btn {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
  font-size: 1em;
  margin: 0;
  position: relative;
}
button#go-to-next {
  outline: none;
  border: 2px solid #b1aeae;
  padding: 15px 10px;
  border-radius: 15px;
}
/*  - next-section End
============================================================================*/




/*  - Main Menu
============================================================================*/
.menuzord, .menuzord * {
    font-family: inherit;
}
.home .menuzord-menu>li>a {
  color: #111217;
}
.menuzord-menu>li>a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
a.menuzord-brand {
 color: #fff;
}
.menu-right-part .social-btn {
  font: normal normal normal 14px/1 FontAwesome;
}
.menuzord.red .menuzord-menu>li.active>a,
.menuzord.red .menuzord-menu>li:hover>a {
  color: #fff;
}
.menu-right-part .search-ecomm-menu-btn a span.badge {
  right: -7px;
}
.menuzord.red .menuzord-menu>li.active>a,
.menuzord.red .menuzord-menu>li:hover>a {
  color: #fff;
}
.menuzord.red .menuzord-menu ul.dropdown li:hover>a {
  color: #111217;
}
.home .menuzord.red .menuzord-menu ul.dropdown li:hover>a,
.home .menuzord.red .menuzord-menu>li.active>a,
.home .menuzord.red .menuzord-menu>li:hover>a {
  color: #111217;
}
.menuzord.red .menuzord-menu .active,
.fleets-section .tab-wrap li.active {
  position: relative;
  
}
.menuzord.red .menuzord-menu .active:after,
.fleets-section .tab-wrap li.active:after {
  top: 50%;
  left: 0;
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #969799;
  
}
.fleets-section .tab-wrap li.active:after {
  height: 2px;
}
a.menuzord-brand {
  color: #fff;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
.home a.menuzord-brand {
  color: #111217;
  padding-left: 20px;
}
/*  - End Of Main Menu
============================================================================*/




/*  - Slider Section
============================================================================*/
.menu-in-slider {
  position: relative;
}
.home .main-menu {

  z-index: 99;
   -webkit-transition: .5s;
   transition: .5s;

}
.home-dark .menuzord {
  padding: 30px;
  margin:0;
  z-index: 9999;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.home .menuzord {
  padding: 30px 0;
  margin: 0 60px -140px 60px;
  z-index: 9999;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #f4f4f4;
}
.menuzord-menu.menuzord-right {
  float: none;
}
.menuzord.sticky {
  position: fixed;
  height: 60px;
  width: 100%;
  padding: 15px 15px;
  background-color: #000;
}

.menuzord.sticky .menuzord-menu>li>a {
  padding: 6px 16px;
}
.menuzord.sticky .menuzord-brand {
  margin: 0px 30px 0 0;
}
.home .menuzord.sticky {
  position: absolute;
  background-color: transparent;
}
.home .menuzord.sticky .menuzord-menu>li>a {
    padding: 25px 16px;
}
.home .menuzord.sticky .menuzord-brand {
    margin: 16px 30px 0 0;
}
.home .menuzord.sticky .menu-right-part {
    top: 35px;
}
.home .main-menu {
    z-index: 9999;
}
.home .main-menu.menu-fix .menuzord.sticky {
  height: auto;
  background-color: #f4f4f4 !important;
}
.home .main-menu.menu-fix .social-btn a {
  color: #111217;
}
/* - Menu right part
----------------------------------------------*/
.menu-right-part {
  top: 50px;
  right: 30px;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menuzord.sticky .menu-right-part {
  top: 16px;
}
.menu-right-part .social-btn {
  margin-right: 100px;
}
.menu-right-part .social-btn,
.search-ecomm-menu-btn {
  float: left;
  text-align: right;
}
.menu-right-part .search-ecomm-menu-btn a {
  color: #fff;
  font-size: 18px;
  position: relative;
}
.home .menu-right-part .search-ecomm-menu-btn .searchbox-icon,
.home .menu-right-part .search-ecomm-menu-btn a {
  color: #111217;
}
.searchbox {
  position: relative;
  width: 0%;
  height: 0;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  display: none;
  opacity: 0;
}
.searchbox.searchbox-open {
  display: block;
  height: 50px;
  opacity: 1;
}
.searchbox-input {
  width: 100%;
  height: 50px;
  margin: 0;
  font-size: 20px;
  border: none;
  padding: 0px 25px 0px 20px;
  background-color: transparent;
}
.searchbox-input::-webkit-input-placeholder {
  color: #9297a3;
}
.searchbox-input:-moz-placeholder {
 color: #9297a3;
}
.searchbox-input::-moz-placeholder {
 color: #9297a3;
}
.searchbox-input:-ms-input-placeholder {
 color: #9297a3;
}
.searchbox-icon,
.searchbox-submit {
  top: 7px;
  right: 80px;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
  background: transparent;
  position: absolute;
  font: normal normal normal 18px FontAwesome;
}
.home-dark .search-ecomm-menu-btn a.account,
.home-dark i.icon.ion-bag {
  color: #fff;
  font-size: 22px;
}
.searchbox-open {
  width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  z-index: 1;
}
.searchbox-open input[type=search] {
  border: 1px solid #000;
}
.byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 18px;
}
.byline a {
  text-decoration: none;
  color: #d74b4b;
}

/* - Ecommerce
---------------------------------*/
.menu-right-part .icon {
  padding-top: 3px;
}
.menu-right-part .search-ecomm-menu-btn a span.badge {
  font-size: 8px;
  right: -7px;
  bottom: -3px;
  height: 15px;
  width: 15px;
  position: absolute;
  text-align: left;
  background-color: #3a6ee8;
}
/* - Menu
-------------------------------*/
.search-ecomm-menu-btn div.submenu {
  top: 50px;
  right: 0;
  z-index: 100;
  width: 135px;
  display: none;
  background: #fff;
  position: absolute;
  padding-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.search-ecomm-menu-btn .dropdown  li a {
  color: #555555;
  display: block;
  font-family: arial;
  font-weight: bold;
  padding: 6px 15px;
  cursor: pointer;
  text-decoration:none;
}
.search-ecomm-menu-btn .dropdown li a:hover {
  background:#155FB0;
  color: #FFFFFF;
  text-decoration: none;
}
.search-ecomm-menu-btn a.account {
  font-size: 25px;
  line-height: 16px;
  color: #fff;
  z-index: 110;
  padding: 11px 0 0 20px;
  margin: -11px 0 0 -10px;
  text-decoration: none;
  background: url(icons/arrow.png) 116px 17px no-repeat;
  cursor:pointer;
}
.home .search-ecomm-menu-btn a.account {
  color: #555;
}
.search-ecomm-menu-btn .root {
  list-style:none;
  margin:0px;
  padding:0px;
  font-size: 11px;
  padding: 11px 0 0 0px;
  border-top:1px solid #dedede;
}
ul.root a {
  width: 100%;
  text-align: left;
  color: #000 !important;
}
/* - end of Menu right part
----------------------------------------------*/
.home .slider-section {
  padding: 0 60px;
  background-color: #000;
  box-shadow: -130px -115px 180px #000;
}
.home .slider-section .carousel-inner {
  background-position: 50% 50%;
  background-image: url(../../images/home-light/slider/1.jpg);
}
.home .slider-section .item {
  padding: 370px 0 340px 0;
}
.home .slider-content {
    max-width: 480px;
}
.home .slider-section h2 {
  font-size: 90px;
  margin-bottom: 15px;
}
.home .slider-section p {
  margin-bottom: 35px;
}
/* - Carousel Overwrit
------------------------------------------------*/
.home .slider-section .carousel-indicators {
  left: 20%;
  bottom: 150px !important;
}
.carousel-indicators .active,
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color: transparent;
    border: 1px solid #3a6ee8;
    border-radius: 10px;
}
.carousel-indicators .active {
    background-color: #3a6ee8;
}
/*  Carousel Control
---------------------------------------*/
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
#main-slider .carousel-indicators {
  bottom: 20px;
}
.carousel-indicators .active,
.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 2px;
  background-color: #fff;
}
.carousel-indicators li {
  background-color: #ffffff;
}
.carousel-indicators .active {
  background-color: #3a6ee8;
  border-color: #3a6ee8;
}
.slide-arow {
  color: #4e4f4f;
  background-color: #d1d3d3;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 13px;
  opacity: 0;
}
.slide-arow {
  font-size: 6em;
  margin-top: -0.8em;
  color: #FFF;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  top: 65%;
  background-color:transparent;
}
.slide-arow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #535353;
  border-top: 1px solid #535353;
}
.slide-arow.left {
  left: 0%;

    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.slide-arow.right {
  right: 0%;
    -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
}
.slide-arow.right,
.slide-arow.left,
.slide-arow span {
  -webkit-transition: all .25s ease;
        transition: all .25s ease;
}

/*  - hover area
---------------------------------*/

#main-slider:hover .slide-arow {
  -webkit-opacity: 1;
     -moz-opacity: 1;
      -ms-opacity: 1;
       -o-opacity: 1;
          opacity: 1;
}
#main-slider:hover .slide-arow.left {
  left: 2%;
}
#main-slider:hover .slide-arow.right {
  right: 2%;
}
#main-slider .slide-arow:hover span {
  border-left: 1px solid #efd524;
  border-top: 1px solid #efd524;
}
/*  - End Of Slider Section
============================================================================*/



/*  - fleets-section Section
============================================================================*/
.tab-wrap {
    margin-top: 20px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs {
  border: none;
  background-color: transparent;
}
.nav-tabs>li {
    float: none;
    margin: 10px 15px;
    display: inline-block;
}
.nav-tabs>li>a {
  padding: 0;
  color: #111217;
  font-size: 15px;
  border: none;
}
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
  border-color: transparent;
  background-color: transparent;
}
.product-tab-img {
  height: 290px;
  padding: 50px 0;
}
/*  - End Of fleets-section Section
============================================================================*/




/*  - Big Sale Section
============================================================================*/
.big-sale .section-head h2 {
  max-width: 275px;
  margin: 50px auto 0;
}
.big-sale .section-head p {
  max-width: 240px;
  margin: 30px auto 30px;
}
/*  - End of Big Sale Section
============================================================================*/




/*  - Quote Section
============================================================================*/
.quote-section {
   color: #fff;
   overflow: hidden;
   background-size: cover;
   background-position: 50% 100%;
   background-repeat: no-repeat;
   background-image: url(../../images/bg/quote-bg.jpg);
}
.quote-section .overlay {
    background-color: rgba(0, 0, 0, .7);
}
.quote-text-wrap {
   margin: 0 auto;
   max-width: 975px;
}
.quote-text-wrap .quote-info a {
   color: #fff;
   font-size: 16px;
   margin-top: 10px;
   line-height: 10px;
   text-transform: uppercase;
}
.quote-info p {
   font-size: 48px;
   margin-top: 45px;
   line-height: 60px;
   font-style: italic;
   margin-bottom: 10px;
}
/*  - Quote Section
======================================================*/
.quote-section .owl-pagination {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #ffffff;
  font-size: 48px;
  background: transparent;
}
.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
}
.owl-prev {
  right: -20px;
}
.owl-next {
  left: -20px;
}
/*  - End Quote Section
============================================================================*/




/*  - Service Section
============================================================================*/
.service-section .single-item {
  margin-bottom: 70px;
}
.service-section .icon {
  margin-right: 30px;
}
.service-section .mm-small-box {
  padding-right: 22px;
}
/*  - End of Service Section
============================================================================*/




/*  - Latest News
============================================================================*/
.post-item {
    display: inline-block;
}
.news-section .mm-small-box {
  padding: 23px 25px 23px 0;
}
.news-section .mm-small-box span {
  display: block;
  padding-top: 8px;
}
.mm-small-box h4 a {
  color: #fff;
}
/*  - End of Latest News
============================================================================*/



/*  - Contact Section
============================================================================*/
.contact-section h2 {
  color: #fff;
}
.contact-section {
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-image: url(../../images/bg/contact-bg.jpg);
}
.form-control {
  float: left;
  color: #000;
  height: 55px;
  font-size: 13.99px;
  border-radius: 0;
  margin-bottom: 30px;
}
.message-box .form-control {
  height: 320px;
  padding: 20px;
}
.submit-box {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.submit-box input {
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 15px 45px;
  text-transform: uppercase;
}
/*  - End Of Contact Section
============================================================================*/




/*  - Guys Section
============================================================================*/
.guys-section h2 {
  font-size: 30px;
}
.guys-section p {
  max-width: 590px;
  margin: 35px auto;
}
.guys-section .social-btn a {
  color: #111217;
  border: 1px solid #333;
}
.guys-section .social-btn a:hover {
  color: #fff;
  border-color: #3a6ee8;
  background-color: #3a6ee8;
}
/*  - End Of Guys Section
============================================================================*/





/*  - Footer Area
============================================================================*/

/*  - Footer Top
-------------------------------------------*/
.footer-widget {
   padding: 60px 0 30px;
}
h2.rounded {
   color: #111217;
   font-size: 24px;
}
/*  - Contact List Widget
--------------------------------*/
.list-items li {
   margin-bottom: 20px;
}
.list-items .icon {
   width: 25px;
   height: 25px;
   font-size: 30px;
   margin-right: 10px;
}
.list-items .mm-small-box {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
  display: block;
  overflow: hidden;
}
.footer-widget .list-items .mm-small-box:before {
   top: 6px;
   left: 0;
   width: 1px;
   content: '';
   height: 100%;
   position: absolute;
   background-color: #232428;
}
/*  - Contact Form Widget
--------------------------------*/
.contact-form .form-control {
   height: 50px;
   border: none;
   border-radius: 0;
   box-shadow: none;
   padding: 10px 12px;
   margin-bottom: 15px;
   background-color: transparent;
   border-bottom: 1px solid #232428;
}
.contact-form textarea.form-control {
   height: 116px;
   border: 1px solid #232428;
}
.textarea-box button.custom-btn {
   color: #808080;
   font-size: 13px;
   margin-top: 10px;
   padding: 6px 12px;
   text-transform: none;
   border: 2px solid #232428;
   background-color: transparent;
}
.textarea-box button.custom-btn:hover {
  border-color: #3a6ee8;
}
.contact-form input::-webkit-input-placeholder {
   color: #808080 !important;
}
.form-control:focus {
   box-shadow: none;
}
.contact-form .form-control:focus {
   border-color: rgb(121, 121, 121);
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
   color: #808080 !important;
}

.contact-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #808080 !important;
}

.contact-form input:-ms-input-placeholder {
   color: #808080 !important;
}
.contact-form textarea::-webkit-input-placeholder {
   color: #808080 !important;
}

.contact-form textarea:-moz-placeholder { /* Firefox 18- */
   color: #808080 !important;
}

.contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #808080 !important;
}

.contact-form textarea:-ms-input-placeholder {
   color: #808080 !important;
}
/*  - Footer Bottom
-------------------------------------------*/
.copyright {
   background-color: #242424;
}
.copyright p {
   font-size: 13px;
   padding-top: 30px;
}
.copyright p a {
   color: #808080;
}
.footer-menu {
    text-align: right;
}
.footer-menu ul li {
   display: inline-block;
}
.footer-menu ul li a {
   color: #808080;
   font-size: 11px;
   padding: 30px 15px;
   display: inline-block;
   text-transform: uppercase;
}
.footer-menu ul li a:hover {
   color: #3a6ee8;
}
.footer-menu ul li:last-child a {
   padding-right: 0;
}
.copyright-footer {
   color: #111217;
   background-color: #e5e5e5;
}
.copyright-footer p {
  margin: 25px 0;
}
.copyright-text {
  float: left;
}
/*  - End Footer Area
============================================================================*/
/*============================================================================================================*/
/*  ------------------------------------------ End Of Home Page 1 ------------------------------------------  */
/*============================================================================================================*/




/*============================================================================================================*/
/*  -------------------------------------------- 4 Home Page 2 ---------------------------------------------  */
/*============================================================================================================*/
body.home-dark {
  background-color: #111217;
}
.home-dark .section-head {
  width: 100%;
  display: inline-block;
}
.home-dark .section-head h2 {
  color: #fff;
}
.menu-right-part .search-ecomm-menu-btn .submenu a {
  color: #fff;
  margin: 0 8px;
  padding: 0 8px;
  font-size: 12px !important;
}
.home-dark div#main-menu {
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    position: absolute;
    display: inline-block;
    -webkit-transition:.5s;
    transition:.5s;

}
.home-dark .searchbox-icon {
  top: 5px;
}
.home-dark .search-ecomm-menu-btn a {
  position: relative;
}
/*  - Slider Section
============================================================================*/
.home-dark .slider-section .item-bg1 {
  background-image: url(../../images/home-dark/slider-bg.jpg);
}
.home-dark .slider-section .item-bg2 {
  background-image: url(../../images/home-dark/slider-bg.jpg);
}
.home-dark .slider-section .item-bg3 {
  background-image: url(../../images/home-dark/slider-bg.jpg);
}
.home-dark .slider-section .item-bg1,
.home-dark .slider-section .item-bg2,
.home-dark .slider-section .item-bg3 {
  background-size: cover;
}
.home-dark .slider-section h2 {
  font-size: 140px;
}
.home-dark .slider-section h3 {
  font-size: 72px;
  font-family: 'Oswald', sans-serif;
}
.home-dark .slider-section h4 {
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;

}
.home-dark .slider-text {
  padding: 300px 0 200px;
}
/*  - End Of Slider Section
============================================================================*/




/*  - View Our Fleets Section
============================================================================*/
.home-dark ul.nav.nav-tabs {
  margin-bottom: 40px;
}
.home-dark .nav-tabs>li>a {
  color: #fff;
}
.fleets-section .colmd4 {
  padding-bottom: 30px;
}
.fleets-section .colmd4.white-bg {
  background-color: #fff;
}
.fleets-section .colmd4.gray-bg {
  background-color: #333437;
}
.home-dark .product-tab-img {
  height: 290px;
}
.home-dark .fleets-section .link {
  text-align: center;
}
/*  - End Of View Our Fleets Section
============================================================================*/


/*  - contact Section
=========================================================*/
.home-dark .contact-section {
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: 100% 150%;
  background-image: url(../../images/home-dark/contact/1.png);
}
.home-dark .contact-section .message-box .form-control {
  height: 290px;
}
.home-dark .contact-section .section-head h3 {
  font-size: 42px;
  text-transform: none;
}
/*  - End Of contact Section
=========================================================*/



/*  - Google map Area
=========================================================*/
.google-map-container {
    width:100%;
    height:630px;
    background-color: #dddddd;
}
.gm-style-iw {
  color: #808080;
  max-width: 210px;
}
/*  - End of Google map Area
=========================================================*/
.copyright-footer.black-bg {
  color: #fff;
  padding: 50px 0 35px;
  background-color: #000;
}
.home-dark .copyright-footer p {
  margin: 0;
  padding-bottom: 10px;
}

/*============================================================================================================*/
/*  ------------------------------------------ End Of Home Page 2 ------------------------------------------  */


.pd0{
    padding: 0 !important;
}
.top17{
    top:17px;
}
.home-main-menu-fix{
    position:fixed;
    left:0;
    margin-left:-60px;
    margin-right:60px;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}
.home-main-menu-fix .menu-right-part{
    top:15px;
}
.home-main-menu-fix .menuzord{
    padding: 0;
}
.home-main-menu-unfix{
    position:static;
    margin-left:0;
    margin-right:120px;
    height: auto;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 2147483647;
}
.position-fixed{
    position:fixed;
}
.home-dark .scroll-padding{
    padding: 0 0 0 30px;
}
.common-style .main-menu{
    position: absolute;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition:.5s;
    transition:.5s;
}

.common-style .main-menu .menuzord-menu{
    margin-top:0px;
}
.common-style .main-menu a.menuzord-brand{
    margin-top:20px;
    text-transform: uppercase;
}
.common-style .main-menu .menuzord{
    background: transparent;
}
.common-style .main-menu .menuzord .menu-right-part{
    top: 20px;
}
.common-style .main-menu .menuzord .menu-right-part .social-btn a i{
    color:#fff;
}
.common-style .main-menu.fixed-nav{
    position:fixed;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #000;
    z-index: 999;
}
.common-style-black .main-menu{
    background: #000 !important;
}
.colmd4 .single-item-middle .icon img{
    padding-top: 12px;
}
.single-post article p{
	margin-bottom:12px;
}
.post-thumb{
	padding-top:6px;
}
.all-steps{
	padding-top:28px;
}
.single-post article .all-steps p{
	margin-bottom:25px;
}
.single-post article .all-steps .no-margin{
	color:#323232;
}




.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
		top:170px;
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:230px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 100px;
		text-align: center;
		top:0px;
		width: 100%;
	}




.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:17px;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
	transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
	padding:10px;
	background-color: #000000;
	background-position: 0;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

#midtext1 {

	

	text-align: center;

	

}
#midtext2 {

	

	text-align: center;

	

}
#midtext3 {

	

	text-align: center;

	

}
#midtext4 {

	

	text-align: center;

	

}
#midtext5 {

	

	text-align: center;

	

}
#midtext6 {

	

	text-align: center;

	

}

#midtext7 {

	

	text-align: center;
}
div.img6 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}



A.link1 {
	COLOR: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}
A.link1:hover {
	COLOR: #0099FF;
	
	}
	
A.link2  {
COLOR: #FFFFFF;
text-decoration:none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}
	A.link2:hover {
	COLOR: #FFFFFF
	}
	.btn-inverse { background:rgba(0,0,0,.4) !important;  color: #FFFFFF; border-radius: 0px; }
.btn-inverse:hover {background-color:#000!important; color: #fff; border-radius: 0px; }
.btn-inverse a, .btn-inverse a:visited, .btn-inverse a:visited:hover, .btn-inverse a:hover { color: #fff; }
