/*----All page banner----*/
.banner-area{
	color: #fff;
	text-align: center;
	position: relative;	
    background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background-size: 100% 100%;
	border: 1px 1px 0 1px  solid #FFFFFF;	}
#content-section-1 .container-fluid{
  width: 100%;
  height: 500px;
  background-size: 100% 100%;
  background-color: rgba(0,0,0,0.67);}

#content-section-1 .banner-heading {
	margin-top: 200px;
	font-size: 20px;}
#content-section-1 .banner-heading h1 {
		text-shadow: 3px 3px #000;
	font-size: 40px;
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}
#content-section-1 .banner-heading .active{
color: #e6ae48;}
#content-section-1 .banner-heading a{	
color: #fff;}
#content-section-1 .banner-heading a:hover{
color: #e6ae48;}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {background: #FFFFFF;
  color: #e6ae48;
 font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}
#content-section-1 .breadcrumb-item {color: #e6ae48;}
#content-section-1 .breadcrumb{background-color: none;}

a {
  color: #000;
  transition: 0.5s;
  text-decoration: none;}
a:hover, a:active, a:focus {
  color: #e6ae48;
  outline: none;
  text-decoration: none;}
p {
	color: #282828;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 17px;
    padding: 0;}

h1, h2, h3, h4, h5, h6 {	
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
margin: 20px 0 20px 0;
  padding: 0;}
h1{
	color: #fff;}
h2{
 color: #FFC654;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;}
samp{
	color:#FFC654 ;}
.span span{
	text-shadow: 1px 1px #000;}		
.span{
	text-shadow: 1px 1px #000;}		
h5{
	color: #000;}
/*----# Back to top button--------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e6ae48;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #e6ae48;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*----Top Bar-----*/
#topbar {
  height: 30px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;	
  z-index: 996;
	background-color: rgba(0, 0, 0, 0.4);}
#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;}
#topbar .contact-info a:hover {
  text-decoration: underline;}
#topbar .contact-info i {
  color: #e6ae48;
  line-height: 0;
  margin-right: 5px;}
#topbar .contact-info .phone-icon {
  margin-left: 15px;}
#topbar .cta {
  background: transparent;}
#topbar .cta a {
	height: 22px;
  color: #fff;
  background: #e6ae48;
  padding: 0px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;}
#topbar .cta a:hover {
  background: #f1a40a;
	height: 24px;}
/*--------End Top Bar----*/
/** Desktop Navigation  */
.navbar {
  padding: 0px;}
.navbar ul {
  margin: 10px ;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;}
.navbar li {
  position: relative;}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ABABAB;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar  a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e6ae48;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #666666;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown  ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e6ae48;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/** Mobile Navigation  */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;} }
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  transition: 0.3s;
  z-index: 999;}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e6ae48;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e6ae48;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}/*------End Navigation Menu-------*/
/*----Header------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 0.9);
  height: 70px;
  top: 30px;
}
#header.header-transparent {
	background: rgba(0, 0, 0, 0.4);
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  top: 0;
}
#header .logo smap{
	color: #e6ae48;}
#header .logo {
	font-size: 32px;
  margin: 0 ;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 10px;
  border-left: 3px solid #e6ae48;
}
#header .logo a {
  color: #fff;
	}
#header .logo img {
  max-height: 40px;
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
#header .logo p{
	font-size: 12px;
	color:darkgray;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family:arizonia;
} 
/*---------Hero Section-------------*/
#hero {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  height: 100vh;	
  background-size: cover;	
  z-index: 99;
  transition: 0.3s;
}
@media (max-height: 500px) {
  #hero {
    height: 130vh;  }
	#hero h1 {
  color: #fff;
  margin-bottom: 100px;
  font-size: 30px;
  font-weight: 500;}
  #hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;} }
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;}
#hero .container {
  text-align: center;
}
#hero h2 {
  color: #FFC654;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
	text-shadow: 2px 2px #000;
}
#hero h1 {
	text-shadow: 2px 2px #000;
  color: #fff;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}
#hero .carousel-fade {
  overflow: hidden;
}
#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;}
#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);}
#hero .carousel-control-prev, #hero .carousel-control-next {
 width: 10%;}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
	color: #e6ae48;
    width: 5%;} }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
	color: #e6ae48;
  background: none;
  font-size: 32px;
  line-height: 1;
}
#hero .carousel-indicators li {
  cursor: pointer;
}
.btn-outline-warning{
	color: #e6ae48;}
/*---Sections--------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #e6ae48;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  background: #000;
  padding: 0 0 30px 0; 
  font-size: 14px;
}
#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #e6ae48;
}
#footer .footer-top .footer-info h3 samp{
	color: #e6ae48;
	font-size: 34px;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}
#footer .footer-top .social-links a {
  background: #333;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #e6ae48;
  color: #fff;}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;}
#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
#footer .footer-top h4::before {
  right: 0;
  background: #555;
}
#footer .footer-top h4::after {
  background: #e6ae48;
  width: 60px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #e6ae48;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #e6ae48;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
	color: #fff;
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #e6ae48;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e6ae48;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
#footer .credits a {
  text-align: center;
  font-size: 13px;
  color: #e6ae48;
}

#footer .footer-top .footer-newsletter p{
	color: #fff;
}

.aFooter{
	border-bottom: solid;
	color: #fff;
	
}
.aFooter:hover{
	color: #e6ae48;
}
/*------call-now Main------------*/
.call-now .phone-call {
    width: 50px;
    height: 60px;
    left: 20px;
    bottom: 20px;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 70px;
}
.call-now .phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #ffb56b;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/*----------------------------------------------------------------/
			HOME PAGE
----------------------------------------------------------------*/
/*---home-Section-1---*/
.home-Section-1 {
	background-size: 100% 100%;
	height: 100vh;
	width: 100%;
	padding: 200px 0 40px 0;
	position: relative;
	background-image: url("../img/fleet-bg-hp-yellow.jpg") ;		
	background-position: center center;
	background-repeat:  no-repeat;}
.home-Section-1 h4{
	text-align: center;
	color: #211E1E;}
.home-Section-1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;}
.home-Section-1 .container .section-header {
  position: relative;
  z-index: 10;
  margin: -70px 0 30px 0;}
@media (min-width: 300px) {
  .home-Section-1 {
	  height: 60vh;
	background-size: cover;
	padding: 30px 0 0px 0;
	position: relative;
	background-image: url("../img/fleet-bg-hp-yellow.jpg") ;		
	background-position: center center;
	background-repeat:  no-repeat;
	  }
	.home-Section-1 .section-header h3{
		font-size: 22px;}
	.home-Section-1 .section-header h4 {
		margin-bottom: 0px;
		font-size: 15px;}
}@media (min-width: 1300px) {
  .home-Section-1 {
	  height: 100vh;
	background-size: cover;
	padding: 110px 0 0px 0;
	position: relative;
	background-image: url("../img/fleet-bg-hp-yellow.jpg") ;		
	background-position: center center;
	background-repeat:  no-repeat; }
.home-Section-1 .section-header h4 {
		margin-bottom: 0px;
		font-size: 17px;} }
/*---home-Section-2---*/
.home-Section-2 .section-header h3{
	font-size:30;}
/*---home-Section-3---*/
.home-Section-3 .container-fluid{
	background: linear-gradient(#e6ae48, #fff);}
.media  {
	color:gray;}
.media-heading{
	color: #000;}
.featurette-divider{
	color: #e6ae48;}
.threeCar {
    max-width: 100%;																		
    height: auto;
    vertical-align: top;}
/*---home-Section-4---*/
.home-Section-4 .row img {
	background-size: 100% auto;}
/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: url($overlay_pattern) left top repeat;
	background-size: 100% 100%;
	height: 100vh;
	width: 100%;}
@media only screen and (max-device-width: 480px) {
.video-hero--content {
	float: left;
	position: relative;
	text-align: center;
	color: #FFF;
	margin-bottom: 200px;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);}
.video-hero--content h2 {
	color: #e6ae48;}}
.video-hero--content {
	position: relative;
	text-align: center;
	color: #FFF;
  margin-top: 150px;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);}
.video-hero--content h2 {
	color: #e6ae48;
	margin: 0 0 10px;}
/* CSS from jQuery Background Video plugin */
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);}
/*---------testermoial Home page------*/
.testermoial {
    background: #fff;
    overflow-x: hidden;
    height:auto;}
.testerCarousel h5{
	text-shadow: 1px 1px #000;
	color: #e6ae48;}
.testerCarousel carousel{
	color: #000000;}
/*----hometofleet Home page--------*/
.homeGoToFleet {
	background-color: gray;}
.homeGoToFleet .container-fluid{
	margin-top: 25px;}

/*--------------------------------------------------------------
		START	ABOUT PAGE 
--------------------------------------------------------------*/


/*---ABOUT PAGE About-section-2--*/

#About-section-2 { 
	background-color: #fff;
	width: 100%;
	padding: 60px 0 40px 0;
}

#About-section-2 p{
	text-align: center;
	color: #211E1E;
	}

#About-section-2 h5{
	text-align: center;
	color: #000;
	}
/*-------ABOUT PAGE About-section-3----*/
#About-section-3 { 
	
	width: 100%;
	padding: 60px 0 40px 0;
}
#About-section-3 p{
	text-align: center;
	color: #211E1E;
	}
#About-section-3 h5{
	text-align: center;
	color: #000;
	}
#About-section-3 {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}
#About-section-3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,247,247,0.54);
  z-index: 9;
}
#About-section-3 .container {
  position: relative;
  z-index: 10;
}
#About-section-3 .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #e6ae48;
}
#About-section-3 .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}
#About-section-3 .facts-img {
  text-align: center;
  padding-top: 0px;
}
#About-section-3 .purecounter{
        text-shadow: 1px 1px #000;
	color: #e6ae48;
}
/*---# About About-section-3--*/
.About-section-4{
	margin-top: 60px;
}/*---------End	ABOUT PAGE --------------*/



/*--------------------------------------------------------------
				Fleet_Page
--------------------------------------------------------------*/
.FleetCard {
    border: 1px solid #eee;  }
.Fleet-details {
	color: black;
	margin: 0;
    padding: 10px;
    border-radius: 0px;
   border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;}
.span span{
	text-shadow: none;}
.spec span {
    font-size: 13px;}
.spec h6 {
    font-size: 16px;
    font-weight: 500;}
.carousel-indicators-fleets li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;}
.line {
    background-color: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 0.2px;}
.fleet-carousel-control-prev-icon {
	border: solid 1px #000;
	border-radius: 50%;
	background-color: #e6ae48;}
.fleet-carousel-control-next-icon{
	border: solid 1px #000;
	border-radius: 50%;
	background-color: #e6ae48;}
.Fleet-details p{
	margin: 0;
	padding: 0;}
.button-fleet{
	background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
 line-height: 42px;
  padding: 0;
	border: none;}
.car-img-items img{
	width: 250px;
	height: 250px;}
/* 7 */
.button-fleet:after {
  width: 0%;
  height: 2px;
}
.button-fleet:hover{
	background: transparent;
  color: rgba(251,75,2,1);
 border: solid 1px rgba(251,75,2,1);
}
/*--end fleet page---*/
/*--------------------------------------------------------------
		START	WAV page Section
--------------------------------------------------------------*/
#WAV-services {
	margin-top: 50px;
}
#WAV-services .box {
	text-align: center;
  padding: 30px 20px;
}
#WAV-services .box-bg {
		text-align: center;

}
#WAV-services active {
  color: #e6ae48;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}
#WAV-services h4 {
	color: #000;
  margin: 15px 0;
  font-size: 18px;
}
#WAV-services h4 a {
	color: #000;
}
#WAV-services h4 a:hover {
  color: #e6ae48;
}
#WAV-services p {
	color: #000;
  margin-bottom: 0;
}

/*------End WAV PAGE --------*/
/*--------------------------------------------------------------
# Contact us page
--------------------------------------------------------------*/
.contact .container {
  position: relative;
}
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  background: #e6ae48;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 32px;
  color: #e6ae48;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #e6ae48;
  background: #fff;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e6ae48;
  color: #fff;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# End Contact us page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Rates Section
--------------------------------------------------------------*/
.menu .menu-content {							
	
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: 4px;
  z-index: 1;
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #000;
	font-size: 20px;
}




.menu .menu-content a:hover {
  color: #e6ae48;
}


.span-rates{
	border-bottom: double rgba(0,0,0,1.00);
	color: #E6AE48;
text-shadow: 1px 1px #000;}

.menu .menu-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}
.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  font-family: "Comic Neue", sans-serif;
  color: #e6ae48;
}
/*--------------Rates---PAGE-------------------*/
    /*---------------------------------*/
.accordion-style .card:last-child {
    margin-bottom: 0;
}
.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion-style .btn-link {
    color: #000;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 15px 55px;
    text-decoration: none;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
img {
    max-width: 100%;																		
    height: auto;
    vertical-align: top;
}
.accordion-style .btn-link:hover {
    text-decoration: none;
}
.accordion-style .btn-link.collapsed {
    color: #575a7b;
}
.accordion-style .btn-link.collapsed:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    color: #f99218;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.accordion-style .btn-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f99218;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.accordion-style .card-body  {
	color: #3F3F3F;
    padding-top: 0px;
    padding-left: 3.5rem;
    padding-bottom: 0;
}
.accordion-style .card-body :before {
    position: absolute;
    content: "";
    border-style: dashed;
    border-width: 0 0 0 1.2px;
    border-color: #f99218;
    left: 20px;
    top: 0;
    z-index: 1;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        padding: 15px 40px 15px 55px;
    }
}
@media screen and (max-width: 575px) {
    .accordion-style .btn-link {
        padding: 15px 30px 15px 55px;
    }
}



/*----------unknow --------------*/
menumenu
.content-section-4 .row{
	margin-top: 30px;
	
}

.content-section-4 .row h3{
	color: #000;
	
}


