@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@font-face {
    font-family: 'Avenir-Roman';
    src: url('../avenir/Avenir-Roman.eot');
    src: local('Avenir Roman'), local('Avenir-Roman'),
        url('../avenir/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Roman.woff2') format('woff2'),
        url('../avenir/Avenir-Roman.woff') format('woff'),
        url('../avenir/Avenir-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-roman , .font-roman *
{
	font-family: 'Avenir-Roman';
}


@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../avenir/Avenir-Heavy.eot');
    src: local('Avenir Heavy'), local('Avenir-Heavy'),
        url('../avenir/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Heavy.woff2') format('woff2'),
        url('../avenir/Avenir-Heavy.woff') format('woff'),
        url('../avenir/Avenir-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.font-heavy , .font-heavy *
{
	font-family: 'Avenir-Heavy';
}






*
{	
	font-size:16px;
	color:#FFF;
	font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #848484;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	background:#000;
}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#000;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}


.font-anton , .font-anton *
{
	font-family: 'Anton', sans-serif;

}

.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
	line-height:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
	line-height: 3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
	line-height:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
	line-height: 4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999;
	cursor:pointer;
	position:relative

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #000;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
	width:19px;

}

.trigger > div > span:nth-child(3){
	top:17px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#000
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#000
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem
}
.line-35 , .line-35 *
{
	line-height:2.1875rem
}
.line-40 , .line-40 *
{
	line-height:2.5rem
}.line-45 , .line-45 *
{
	line-height:2.8125rem
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
a:hover
{
	color:#848484
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.underline
{
	text-decoration:underline
}
.letter-2
{
	letter-spacing:4px;
}
.letter-4
{
	letter-spacing:8px;
}
/**************************************/
.logo img
{
	filter: brightness(0) invert(1);

}
.social li {
    margin: 0 15px;
}
.hamburger
{
	position:relative
}
.hamburger:before
{
    position: absolute;
    top: -14px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 50%;
    content: '';
    z-index: 5;
}
.menu_mob.slided {
    transform: scaleY(1);
}
.menu_mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 170;
    background-color: #FFF;
    box-shadow: 0 7px 10px 0 rgb(153 153 153 / 50%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
    border-top: 1px solid #000;
    overflow: hidden;
}.menu_mob ul {
    padding: 140px 0 50px 0;
}.menu_mob ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
footer
{
	background:#202020;
}
.footer_menu li
{
	margin-right:15px;
}
.search_box input {

    background-color:transparent;
	border:1px solid #979797;
	border-radius:2px;
    color: #FFF;
    height: 45px;
}
.search_box button {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 50;
    background: none;
    height: auto;
}.offices_box {
    background-color: #1D1A1A;
    overflow: hidden;
}
.offices_box a:hover
{
	color:#848484
}
.li_listing li
{
    display: list-item;
    list-style: disc;
    margin-left: 20px;
    /* list-style-position: */
}
.bb-1
{
	border-bottom:1px solid #979797;
}
.bg_grey
{
	background:#121212
}
.search_form select , .search_form input , .contact-form input , .contact-form  textarea , .filter_click button
{
    background-color:#000;
	border:1px solid #FFF;
  border: 1px solid #979797;
  border-radius: 2px;
    color: #FFF;
    height: 45px;	
}
 .filter_click button{width:150px;}
.contact-form  textarea
{
	height:150px;
}


.cars_country
{
  border-radius: 23.5px;
  background-color: #2C2828;
  padding:5px 10px;    display: inline-block;
}
.cars_country_abso
{
	position:absolute;
    bottom: -20px;
    right: 20px;background:#0e273b;
	z-index:50;
	 padding:8px 20px;border-radius:0;font-weight:bold
}
.our_cars_desc h2
{
	line-height:1.875rem;
	font-size:1.25rem;
	font-family: 'Avenir-Heavy';
	text-transform:uppercase;
	margin-bottom:15px;
	
}
.back:hover img
{
	transform:translateX(-5px)
}
.img_rotate
{
	transform:rotate(180deg)
}
.sold
{
    position: absolute;
    top: -19px;
    left: 20px;
    z-index: 50;
    width: 55px;
}
.cars_list .colw-20 , .cars_list .colw-25 , .cars_list .colw-33
{
	border-right:1px solid #666363;
	padding:0 10px !important
}
.parallax1
{
	height:600px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center
}
.story_abso
{
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:50
}
.view_all  span
{
	transition:all 0.5s ease-in-out;
}
.view_all a:hover span
{
	color:#E02020 !important;
}
.view_all a:hover img
{
	transform:rotate(180deg) translateX(-5px)
}



.banners {
    margin-bottom: -5px !important;
}
.main_bg {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
	text-align:right;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.26);
    z-index: 50;
	content:'';

}.banners_text {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 0;
    text-align: left;
}


.banners  .slick-dots li
{
	width:25px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:25px;
	height:5px;border-radius:25px;
	background:#00A9DC;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#FFF;
}
.banners img
{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.banners .slick-dots {
    bottom: 10vh;
}
.page_home header
{
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	width:100%;
}
.banners .latest_arrow 
{
	position:absolute;
	bottom:5vh;
	background:none;
	z-index:50
}
.banners .latest_arrow.rightLst 
{
	right:50px;
}
.banners .latest_arrow.leftLst   
{
	right:90px;
	
}

.banners_abso
{
    position: absolute;
    top:  60%;
    left: 0;
    width: 100%;
    z-index: 50;
}
.banners_abso .search_box
{
	width:225px
}


.articles_slick .latest_arrow 
{
	position:absolute;
	bottom:-25px;
	background:none;
	z-index:50
}
.articles_slick .latest_arrow.rightLst 
{
	right:calc(50% - 40px);
}
.articles_slick .latest_arrow.leftLst   
{
left:calc(50% - 40px);
	
}
.articles_slick h2 , .articles_box h2{
	min-height:90px;
}
.cur{
	cursor:pointer
}

.overview_details img
{
	margin-right:10px;filter: brightness(0) invert(1);
	width:25px;
}

.contact-form button[type='submit']{
    text-align: center;
    height: 50px;
    transition: all 1s ease-in-out;
    border-radius: 25px;
    background-color:transparent;
	border:1px solid #979797;
    color: #FFF;
    padding: 15px 25px;
}
.books_main h2
{
	min-height:60px
}
.books_main h3
{
	min-height:85px
}
.filter_click
{
	display:none !important
}
.reset{
	border:0 !important;
	background:none !important;
	cursor:pointer
}
.books_main  .bg_hover 
{
	
}
.pagination 
{
	text-align:center;
}
.pagination  li
{
	margin:0 10px
}
.pagination  li a
{
	color:#FFF
}


@media all and (max-width: 1400px){
	.container{width:1200px}
	*{font-size:13px;}
}

@media all and (max-width: 1050px){
.font-45, .font-45 * {font-size: 2.2rem;}
.font-55, .font-55 * {font-size: 3rem;}
.pt-25-m{padding-top:1.5625rem;}
.pb-25-m{padding-bottom:1.5625rem;}
.pt-50-m{padding-top:3.125rem;}
.txt-justify-m{text-align:justify}
.pr-25-m{padding-right:1.5625rem;}
.pt-25-m{padding-top:1.5625rem;}
.pb-25-m{padding-bottom:1.5625rem;}
.px-25-m{padding-right:1.5625rem;padding-left:1.5625rem;}
.pt-50-m{padding-top:3.125rem;}
.pt-0-m{padding-top:0;}
.pb-0-m{padding-bottom:0;}
.pr-0-m{padding-right:0}
.pl-0-m{padding-left:0}
.mt-0-m{margin-top:0}
.ml-0-m{margin-left:0 }
.mr-0-m{margin-right:0}
.mt-25-m{margin-top:1.5625rem;}
.logo img {max-width: 150px;}
.search_box input{border-color:#FFF;}.books_main h2 {
    min-height: 85px;
}
}


@media all and (max-width: 790px){
	.banners .latest_arrow{bottom:13vh}
	.footer_menu {max-width:400px;}
	.offices_box .px-25{    padding-left: 1rem;padding-right: 1rem;}.font-16, .font-16 * {
    font-size: 0.9rem;
}
}







@media all and (max-width: 460px){
	.flex-row-m{    flex-direction: column;}
.filter_click
{
	display:flex !important
}	
	.filter_mobile {display:none}
	.font-30, .font-30 * {font-size: 1.5rem;}
	.font-40, .font-40 * {font-size: 2rem;}
.order2{order:2}.order1{order:1}
	.banners .latest_arrow{bottom:-7vh;}
	/*.banners_text{position:relative;top:auto;padding-top:25px;}*/
	.banners_text h2{font-size:1.5rem;    text-shadow: 2px 2px black;}
	.banners_text .font-20{font-size:1rem;   text-shadow: 2px 2px black;}
	.banners_text{line-height:initial}
	.d-none-med{display:block}.tip_box{margin-right:0;}
	.py-25-m{padding-top:1.5625rem;padding-bottom:1.5625rem;}
	.px-25-m{padding-right:1.5625rem;padding-left:1.5625rem;}
	.px-0-m{padding-right:0;padding-left:0;}
	.pr-25-m{padding-right:1.5625rem;}
	.pt-25-m{padding-top:1.5625rem;}
	.pb-25-m{padding-bottom:1.5625rem;}
	.pt-50-m{padding-top:3.125rem;}
	.pr-0-m{padding-right:0}
	.pl-0-m{padding-left:0}
	.pt-0-m{padding-top:0 !important}
	.pb-0-m{padding-bottom:0 !important}
	.mt-0-m{margin-top:0}
	.ml-0-m{margin-left:0 }	
	.flex-row-m{flex-direction:column}
	.d-none-m{display:none}
	.txt-cntr-m{text-align:center}
	.mt-50-m{margin-top: 3.125rem;}
	.pb-50-m{margin-bottom: 3.125rem;}
	.py-50-m{padding-bottom: 3.125rem;padding-top: 3.125rem;}
	.mt-15-m{margin-top:15px}
	.footer_menu {display:flex;flex-wrap:wrap;}
	.footer_menu li{width:100%;margin-right:0;text-align:center}
	footer .logo img{width:120px}
	.ai-fs-m{align-items:flex-start}
	.letter-4{letter-spacing:2px;}
	.banners_abso{position:relative;top:auto;left:auto}
	.story_abso{position:relative;top:auto;left:auto;margin-bottom:25px;}
	.main_bg{height:auto}.banners_abso h2{line-height:3rem}
	.parallax1{background-attachment: inherit;height:230px;}
}