@font-face{font-family:'Arventa'; font-weight: 300;src: url("../fonts/Arventa-light.woff") format("woff"),url("../fonts/Arventa-light.ttf") format("truetype")}
@font-face{font-family:'Arventa'; font-weight: 400;src: url("../fonts/Arventa-normal.woff") format("woff"),url("../fonts/Arventa-normal.ttf") format("truetype")}
@font-face{font-family:'Arventa'; font-weight: 500;src: url("../fonts/Arventa-medium.woff") format("woff"),url("../fonts/Arventa-medium.ttf") format("truetype")}
@font-face{font-family:'Arventa'; font-weight: 600;src: url("../fonts/Arventa-semiBold.woff") format("woff"),url("../fonts/Arventa-semiBold.ttf") format("truetype")}
@font-face{font-family:'Arventa'; font-weight: 700;src: url("../fonts/Arventa-bold.woff") format("woff"),url("../fonts/Arventa-bold.ttf") format("truetype")}
body {
    font-family: 'Arventa', sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #333;
    overflow-x: hidden;
}
a, .slick-slide, .slick-slide img {
    outline: none !important;
}
.fs-margin {
    /*margin-top: 67px;*/    
}
.bg-dark-gray{
	background-color: #242424 !important;
}
.bg-darker-gray {
    background-color: #e8e8e8!important;
}
.bg-dark {
    background-color: #2e2d2c!important;    
}
.bg-dark-form{
    background-color: #4c4c4c;
}
.text-dark-gray {
    color: #999!important;    
}

/*FILTER*/
.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

/* select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 19px) calc(1em + 1px),
    calc(100% - 15px) calc(1em + 1px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 6px,
    5px 6px,
    1px 1.5em;
  background-repeat: no-repeat;
} */
.custom-select.disabled {
    background-color: #ccc;
    border-color: #ccc;
}
.input-dark {
    margin-top: 5px;
    background-color: #2e2d2c;
}
.custom-control-label {
    transition: .3s;
}
.custom-control-label {
    padding-left: 5px;
}
.custom-control-label:hover {
    padding-left: 10px;
}
hr {
    border-width: 1px;
}
.vehicles-filter .custom-control-label {
    font-weight: 400!important;
}
.minimal:hover {
  box-shadow: 0 0 10px rgba(0,174,239,.5); 
}
.vehicles-filter .custom-control-label::before {
    left: -1.5rem;
    width: 1.2rem;
    height: 1.2rem;
}
.vehicles-filter .custom-control-label::after {
    top: .14rem;
    left: -1.42rem;
    width: 1.1rem;
    height: 1.1rem;
}
.custom-checkbox .custom-control-label::before{
    top: 0.08rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label {
    transition: all .3s;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:hover:before {
    background-color: #f25720;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url('../img/checked-symbol.svg');
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:hover:after
{
    background-image: url('../img/delete.svg');
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}
.vehicles-filter input {
    background-color: transparent;
    margin-top: 5px;
    font-size: 12px;
}
/* .reset-filter .btn-sm:hover {
    background-color: #00aeef!important;
    border-color: #00aeef!important;
}
 */

/*FILTER*/


/* navbar */
header {
    z-index: 10000;
    top: 0;
}
.logo-img {
    width: 190px;
    max-width: 100%
}
.navbar-light .navbar-nav .nav-item {
    padding: 0 20px;    
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: color .2s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #00aeef;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #00aeef;    
}
/*.search-section .nav-item-special {
    padding: 0 10px;
}*/
.search-section .nav-link{
    color: #fff;
}
.search-section .nav-item-special + .nav-item-special {
    border-left: 1px solid #cfcfcf;    
}
.search-section .nav-item-special:last-child {
    padding-right: 0;   
}
.search-section .nav-item-special .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
.search-section .nav-item-special:last-child .nav-link {
    padding-right: 0;    
}
.search-section .nav-item-special .nav-link{
    font-size: 15px;
    font-weight: 400px;
    padding-left: 7px;
    padding-right: 5px;
}
.search-section li{
    margin-right: 0;
}
.dropdown-menu {
    left:auto;
}
.search-section .dropdown-toggle{
    font-size: 15px;
    text-transform: uppercase;
}
/* navbar */
/* hero section */
/*.hero-section {
    overflow: hidden;    
}*/
/*.hero-slider .slide-wrap {
    height: 800px;    
}*/
.hero-section{
    transition: margin 0.3s 0.1s;
    overflow: hidden;
}
.hero-slider .hero-slide {
    /*height: calc(100vh - 94px);*/
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /*background-position: center;*/
    position: relative;
    transform: scale(1);    
    transition: 3s;
    overflow: hidden;
}
.hero-slider .slick-current .hero-slide {
    transition: 10s ease-out;
    transform: scale(1.1);
}
.hero-slider .hero-slide:before {
    content: '';
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.1);
}
.hero-slider .reset-animation .hero-slide {
    transition: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hero-section .search-filter-home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
   
}
.hero-section .search-filter-home .cls-filter {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    top: -15px;
    line-height: 0;
    right: 20px;
    background-color: #00aeef;
    border: 2px solid #00aeef;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   /*  border-radius: 100%; */
    transition: 0.3s;
}
.hero-section .search-filter-home .cls-filter::after{
    content: '';
    background-image: url('../img/icons/close.svg');
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section .search-filter-home .cls-filter:hover{
    color: #fff;
    background-color: #f25720;
    border: 2px solid #f25720;
}
.hero-section .search-filter-home.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.home-slide-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: calc(50% - 65px);
    transform: translateY(-50%);
    margin-top: 45px;
}
header .lang-nav .dropdown-menu {
    background-color: #4c4c4c;
}
header .lang-nav .dropdown-menu .dropdown-item {
    color: #fff!important;
}
header .lang-nav .dropdown-menu .dropdown-item:hover {
    background-color: #00aeef;
}
/* .search-filter-form div {
    width: 18%;    
} */
.search-filter-form input, .search-filter-form select {
    width: 100%;
    border-color: #ebebeb;
    color: #999;
}
.search-filter-form select option {
    line-height: 1.4;    
}
/*.search-filter-form .btn {
    height: 35px;
    width: 120px;
    line-height: 1;
}*/
.search-filter-form .vehicles-filter input {
    height: 20px;    
}
.search-more-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 30px;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all .2s ease-in;
}
.search-more-btn span {
    position: relative;
    color: #fff;
    display: block;
    font-size: 18px;
    transition: transform .2s ease-in-out;
}
.search-more-btn span:before {
    position: absolute;
    content:"\f102";
    font-family: 'fontawesome';
    top: -45%;
    left: 50%;
    line-height: 0.9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    transition-delay: .1s;
}
.search-more-btn:hover span {
    transform: translateY(5px);    
}
.search-more-btn:hover span:before {
    opacity: 1;    
}
#searchMore {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s;
    background-color: #00aeef;
    color: #fff;
    padding: 7px 15px;
    cursor: pointer;
}
/* hero section */
/* specials-section */
.offers-wrapper {
    cursor: pointer;    
}
.offers-wrapper .car-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 40px 20px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 73%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 73%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
/* specials-section */
/* video-section */
.video-section {
    position: relative;
    height: 550px;
    overflow: hidden;
}
.video-wrapper {
	height:100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-wrapper::before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: url('../img/pattern.png') repeat;
   background-color: rgba(0, 0, 0, 0.4);
   z-index: 9;
}
.video-section video {
    min-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    z-index: 0;    
}
.video-section .contact-video {
    position: relative;
    z-index: 10;
}
/* video-section */
/* contact-page */
.c-info p span {
    font-weight: 600;
    font-size: 16px;
    transition: color .3s;
}
.c-info p span:hover {
    color: #00aeef;
}
.c-info p i {
    color: #007bff;    
}
.contact-form .form-group input,
.contact-form .form-group textarea {
    border-radius: 0;
    width: 100%;
    height: 120px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    display: inline-block;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;    
}
.contact-form .form-group input {
    height: calc(2.25rem + 2px);       
}
/* contact-page */
/* about-page */
/* .about-image-wrapper {
    position: absolute;
    top:50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.banner-section.banner-section-about{
    height: 450px;
    background-size: cover;
    background-position: center;
}
.banner-section.banner-section-about::before{
    background-color: rgba(0,0,0,0.6);
}
.banner-section-about .banner-logo{
    width: 270px;
    display: inline-block;
}
.parallax-section {
    position: relative;
    height: 370px;
    overflow: hidden;
}
.parallax-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/pattern.png) repeat;
    background-color: rgba(0, 0, 0, 0.4);
}
.our-team .member-img {
/*     width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center; */
}
/* .parallax-section .parallax-text {
    top: 50%;
} */
/* about-page */
/* footer */
footer .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-nav ul li {
    display: inline-block;
}
footer .footer-nav ul li a {
    transition: color 0.3s;    
}
footer .footer-nav ul li:hover a {
    color: #00aeef;
}
footer .footer-nav ul li + li {
    margin-left: 10px;   
}
footer .footer-nav ul li {
    text-transform: capitalize;    
}
footer .social-media a {
    transition: color 0.3s;    
}
footer .social-media a:hover {
    color: #00aeef;
}
footer .social-media a + a {
    margin-left: 10px;
}
footer .social-media i {
    font-size: 30px;
}
/* footer */

/* faq */
.faq-accordion .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.faq-accordion .card-header h5 {
    text-transform: none;
    padding-bottom: 10px;
    position: relative;
}
.faq-accordion .card-header h5:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #00aeef;
    left: 0;
    bottom: 0;
    transition: width .8s;
}
.faq-accordion .card-header h5[aria-expanded=true]:before {
    width: 100%;    
}
/* faq */
.close.close-btn{
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    top: -15px;
    line-height: 0;
    right: 20px;
    background-color: #00aeef;
    border: 2px solid #00aeef;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: 0.3s;
}
.close.close-btn:after{
    content: '';
    background-image: url('../img/icons/close.svg');
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
ul.c-info a{
    font-family: sans-serif, Arial;
}
body.modal-open{
    padding-right: 0!important;
}
