body, button, input, select, option, textarea {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color:#000;
}
body{
    padding-top:166px;
}
a{
	color:#00bcda;
	text-decoration: none;
}
a:hover{
	color:#2971b1;
	text-decoration: none;
}
#impliedsubmit{
	background-color:#C00;
	color:#fff;
	font-weight:700;
	width:100%;
	border:none;
	padding:6px;
}
#sidebar .sidebar-header {
    padding: 10px;
}
#sidebar .sidebar-header h3 {
	color:#333;
	font-weight:700;
	margin-top:10px;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
.search-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31,48,123, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.search-toggler.navbar-toggler {
    border-color: #f8f9fa;
}
.search-toggler .navbar-toggler-icon::after {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #1f307b;
    padding-left: 30px;
    position: relative;
    top: 2px;
}
.search-toggler .navbar-toggler-icon::after {
    content: "Search";
}
.topbar {
    background: #003b79;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.topbar a {
    color: #fff;
    font-weight: 500;
}
.topbar a:hover {
    color: #ccc;
}
.greentext,
a.greentext{
    color:#25d366;
}
a.greentext:hover{
    color:#fff;
}
.btn-green{
	background: #25d366;
	color:#fff !important;
	border:solid 1px  #25d366;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active{
	background:#075E54;
	color:#fff !important;
	border:solid 1px #075E54;
}
.btn-yellow{
	background: #e3e000;
	color:#333 !important;
	border:solid 1px  #e3e000;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active{
	background:#333;
	color:#e3e000 !important;
	border:solid 1px #333;
}
.btn-blue,
.bg-blue{
	background: #00bcda;
	color:#fff !important;
	border:solid 1px  #00bcda;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
	background:#2971b1;
	color:#fff !important;
	border:solid 1px #2971b1;
}
.btn-red{
	background: #dc3545;
	color:#fff !important;
	border:solid 1px  #dc3545;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active{
	background:#a52834;
	color:#fff !important;
	border:solid 1px #a52834;
}
.btn-grey{
	background: #bbb;
	color:#333 !important;
	border:solid 1px  #bbb;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active{
	background:#999;
	color:#333 !important;
	border:solid 1px #999;
}
.btn-outline-blue{
	background: #00bcda;
	color:#fff !important;
	border:solid 1px  #fff;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active{
	background:#2971b1;
	color:#fff !important;
	border:solid 1px #fff;
}
.strapline {
    background-image: linear-gradient(#212e6b,#1384ba);
    background-size: auto,cover;
    background-color: #fff;
    background-position: 50% 50%;
}
ul.bulletpoint {
	list-style-type: none;
}
ul.bulletpoint li:before {
    font-family: 'FontAwesome';
    content: '\3e';
    margin:0 10px 0 -15px;
    color: #00bcda;
}
.text-blue{
	color: #00bcda;
}
.bodycontent h3{
	margin-top:20px;
}
.video h1{
	font-size:3.2rem;
	text-transform: none;
	color:#333 !important;
}
.position-logo {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
}
@media all and (min-width:768px) {
    .position-logo {
        top: 30% !important;
    }
}
@media all and (min-width:991px) {
    .h-100-vh {
        height: 100vh;
        overflow: hidden;
    }
    .position-logo {
        left: 50%;
        top: 23% !important;
        transform: translate(-50%, -50%) !important;
    }
}
#video {
    video-background-overlay: rgba(255, 255, 255, .31);
    text-align: left;
    background-clip: content-box;
}
.video-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}
.video-background {
    position: relative;
    z-index: 1;
}
.video-background .video-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}
.video-background .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
video {
    display: inline-block;
}
#video .video-overlay {
    background-color: rgba(255, 255, 255, .31);
}
.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#video > .video-section-inner-wrap {
    max-width: 100%;
    padding-top: 160px;
    padding-bottom: 160px;
    align-items: center;
}
.video-section>.video-section-inner-wrap {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.video-section-inner-wrap {
    padding-top: 75px;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
}
.video-section-inner-wrap, .header-container {
    max-width: 1120px;
}
.video-section-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: inherit;
}
/* CAROUSEL */
.carousel-caption h5{
    font-size: 44px;
    font-weight: 600;
}
.carousel-caption {
    bottom: auto;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h5 {
        font-size: 30px;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
	body{
		padding-top:138px;
	}	
    .carousel-caption h5 {
        font-size: 22px;
    }
}
/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.box_area h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.box_area h3 {
    color: #fff;
    font-size: 22px;
}

/* BOXES */
.img1{
    background-image: url(../images/box-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img2{
    background-image: url(../images/box-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img3{
    background-image: url(../images/box-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainboxes h2{
    font-weight: 600;
    font-size: 35px;
}
.gallery img {
  object-fit: cover;
  width:380px;
  height:380px;
}
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
/* CONTENT */
.white{
    padding: 50px 0;
}
.white h1{
    font-size: 35px;
    font-weight: 600;
}
.white h2{
    font-size: 20px;
}
.head{
    font-size: 35px;
    font-weight: 600;
}
.lightgrey{
    padding: 50px;
    background-color: #f5f5f5;
}
.lightgrey h1{
    font-size: 35px;
    font-weight: 600;
}
.borderline {
    position: relative;
    width: 20%;
    height: 5px;
    background-color: #2971b1;
}
.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}
/* FOOTER */
.footer {
    background-color: #181818;
    padding: 60px;
    color: #fff;
    font-size: 15px;
}

.footer h2 {
    font-size: 20px;
    font-weight: 600;
}

.footer a {
    color: #888;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.contact-hours .active {
    color: #777;
    font-weight: 500;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}
.gold{
	color:#f7c821;
}
.black {
    padding: 50px 0;
    color: #fff;
    background-color: #04a6e1;
}
.black a {
    color: #fff;
}
.black a:hover {
    color: #ae9dcb;
}
.black h1{
	color: #fff;
}
/* REVIEWS */
.pink {
    background: #333;
    background: -moz-linear-gradient(-45deg, #222 0%, #333 100%);
    background: -webkit-linear-gradient(-45deg, #222 0%, #333 100%);
    background: linear-gradient(135deg, #222 0%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#333', GradientType=1);
    padding: 60px;
    color: #fff;
}
.reviews {
    text-align: center;
}
.reviews .carousel-item {
	min-height:160px;
}
.reviews p {
    font-style: italic;
    font-size: 16px;
}
.reviews h5 {
    font-size: 20px;
    color: #fff !important;
}
.reviews h6 {
    font-size: 13px;
    color: #eee;
}
.reviews .carousel-control-prev {
    left: -100px;
}
.reviews .carousel-control-next {
    right: -100px;
}
.reviews .carousel-indicators {
    margin-top: 30px;
    margin-bottom: 0px;
    position: inherit!important;
}

.reviews .carousel-indicators li {
    background-color: #eee;
}

.reviews .carousel-indicators .active {
    background-color: #fff;
}
@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 14px;
    }
    .reviews .carousel-control-prev {
        left: -40px;
    }
    .reviews .carousel-control-next {
        right: -40px;
    }
}
.car{
    position:relative;
}
.car .thumbnail{
    position:relative;
    overflow: hidden;
}
.car h2 {
    font-size: 1.4em;
}
.car h3 {
    font-size: 1.0em;
}
.car-img {
    position: relative;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.car-img:hover{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);    
}
.car ul.specs {
    list-style:none;
    padding-left:0;
}
.car ul.specs li:first-child {
    padding-left: 0;
}
.car ul.specs li {
    font-size: .875rem;
    display: inline-block;
    position: relative;
    padding: 0 10px 0 5px;
    margin: 0;
}
.car ul.specs li:after{
    border-right: 2px solid #fff;
}
.car ul.specs li:not(:last-child):after {
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 0;
}
.car .price{
    font-weight: 700;
    font-size: 1.2em;
    color: #ac0707;
}
.car .price small{
    font-weight: 500;
    font-size: 0.8em;
    color: #666;
    text-transform: capitalize;
}
.car .more .btn {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.car .more .btn:hover {
  top: -10px;
}
.featured_stock {
    padding: 14px;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
}
.featured_stock h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.featured_stock h2 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #6ca2d0;
}
/* PARALLAX */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}
 .parallax > .container{
     position:absolute;
     top:50%;
     left:50%;
     transform:translate(-50%,-50%);
     -webkit-transform:translate(-50%,-50%);
}
.parallax h1{
	color: #FFF;
	font-size: 40px;
	font-weight: 400;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.parallax h2{
	color: #FFF;
	font-size: 25px;
	font-weight: 400;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.parallax p{
	color: #FFF;
}
.parallax.brands img{
	background:#eee;
}
@media all and (max-width:768px){
	.parallax {
		background-attachment: unset;
		background-size: 100%;
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.parallax h1{
		font-size: 20px;
	}
	.parallax h2{
		font-size: 15px;
	}	
}
@media only screen and (min-width: 768px) {
    .negmarginleft {
        margin-left: -80px;
        position: relative;
        z-index: 10;
    }
    .negmarginright {
        margin-right: -80px;
        position: relative;
        z-index: 10;
    }
}
.required{
	color:#F00;
}
/* Whatsapp */
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 5px;
    transition: all ease-in-out .3s;
	z-index:99999999;
}
.whatsapp:hover{
	color:#25d366;
	background:#ffffff;
}