/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,800&display=swap');
/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/



.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #11455b;
    font-family: 'Montserrat', sans-serif;

}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

body {
    color: #11455b;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: url(../img/background.png);
    background-size: cover;
    background-position: center;
}

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

.container {

    max-width: 1150px;

}

.responsive-header {
    display: none;
}

/* bass css END*/


.navbar-brand img {
	
	max-width: 200px;
}

.header-area {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

.header-area .menu-area nav ul li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.header-area .menu-area nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header-area .menu-area nav ul li a {
    color: #fff;
    font-size: 20px;
    margin: 15px 0px;
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    background: transparent;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    ;
    -webkit-transition: .3s;
    ;
    transition: .3s;
    padding-bottom: 4px;
    font-weight: 300;
    text-transform: uppercase;
}

.header-area .menu-area nav ul li a:hover {
    background: #ea3f30;
    border-color: #ea3f30;
}

.header-area .menu-area nav ul.social a.shop-icon {
    font-size: 40px;
    margin: 0 30px;
    width: auto;
    height: auto;
    border: none;
}

.header-area .menu-area nav ul.social a.shop-icon:after {
    content: "10";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #ea4230;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    line-height: 13px;
    top: 17px;
    left: -5px;
    padding-right: 2px !important;
}

.header-area .menu-area nav ul.social a {
    font-size: 21px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    padding: 0;
    border: 3px solid #fff;
    margin-left: 2px;
}

.header-area .menu-area nav ul.social a.shop-icon:hover {
    background: none;
}

.header-area .menu-area nav ul li ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 300px;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    color: #ea4230 !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-area .menu-area nav ul li ul li {
    display: block;
    width: 100%;
}

.header-area .menu-area nav ul li ul li a {
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    margin: 0;
    color: #ea4230;
    border-radius: 0;
}

.header-area .menu-area nav ul li ul li a:hover {
    color: #fff;
}

.header-area .menu-area nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 52px;
}

.dropDown-menu:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 3px;
    border-top: 10px solid #ea4230;
    border-right: 10px solid transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header-area .menu-area nav ul li a.dropDown-menu {
    padding-right: 27px;
}


/* header-area css END */

.hero-area {
    padding-bottom: 41px;
}

.hero-area .hero-wrep {
    margin-top: 380px;
    margin-bottom: 80px;
    background: rgba(0, 0, 0, .2);
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    padding-top: 10px;
}


.hero-area .hero-wrep .hero-item {
    text-align: center;
}

.hero-area .hero-wrep .hero-item h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 65px;
}


/* btn-css START */
.theme-btn {
	color: #fff !important;
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: uppercase;
	z-index: 2;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s;
}
.theme-btn:hover {
	color: #BE3F30 !important;
}
.theme-btn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #be3f30;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	border: 1px solid #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

/* btn-css END */

.hero-area .hero-wrep .hero-item h2 span {
    margin-bottom: 36px;
}

.hero-area .hero-wrep .hero-item h2 span {
    margin-bottom: 36px;
}

.owl-carousel.owl-loaded.owl-drag .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -65px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.owl-carousel.owl-loaded.owl-drag .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: transparent;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #0000;
    background-color: #be3f30;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
}

.owl-carousel.owl-loaded.owl-drag .owl-dots button.owl-dot.active {
    border-color: #be3f30;
    background-color: transparent;
}

.seling-detailse .item-slider.owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item.active:nth-child(2) {
    background-color: red;
}

/* section-title */
.section-title {
    margin-bottom: 100px;
}

.section-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

/* section-title */

.seling-img {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    margin: 10px;
}

.seling-img img {
    width: 100%;
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-slider.owl-carousel.slick-initialized.slick-slider {
    text-align: center;
}

.seling-img p {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #fff;
    margin: 10px;
    padding: 0px 30px;
    Z-INDEX: 2;
    overflow: hidden;
    padding-right: 15px;
    font-weight: 500;
}

.seling-img p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #be3f30c4;
    top: 0;
    left: 12px;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
}

.seling-detailse {
    margin: 25px 0;
    padding: 50px 0;
    padding-bottom: 55px;
}
.product-detailse.parallax-window {
	padding: 35px 0;
	margin-bottom: 30px;
	padding-bottom: 50px;
}
.vmr {
	margin-top: 35px;
}
.item-slider.owl-carousel.owl-loaded.owl-drag .owl-dots {
    bottom: -5px;
}

.product-detailse.parallax-window .section-title {
    margin-bottom: 30px;
}

.cars-video-area .section-title {
    margin-bottom: 65px;
}

/* Selling-area css END */
.seling-detailse.parallax-window .owl-dots {
    bottom: -20px !important;
}



.big-cars img {
    width: 100%;
}

.cars-video-area {
    background: #000;
    padding: 100px 0;
}

.cars-video-area {
    background: #000;
    padding-top: 85px;
    padding-bottom: 70px;
}

.car-videos .single-car {
    margin-bottom: 30px;
}

.car-videos a.theme-btn {
    margin-top: 40px;
}

.big-cars {
    margin-bottom: 70px;
}

/* cars-videos css END */


.subscribe-area {
    padding: 45px 0;
    padding-bottom: 70px;
}

.subscribe-area .subscriube-form h3 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.subscribe-area .subscriube-form form input {
    outline: none;
    background: transparent;
    border: 1px solid #0000;
    padding: 5px 15px;
    position: relative;
}

.subscribe-area .subscriube-form form input {
    color: #fff;
}

.subscribe-area .subscriube-form form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.subscribe-area .subscriube-form form :-ms-input-placeholder {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.subscribe-area .subscriube-form form ::placeholder {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.subscribe-area .subscriube-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.subscribe-area .subscriube-form form .inp {
    width: 100%;
    margin: 0 20px;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.subscribe-area .subscriube-form form .inp input {
	width: 100%;
	padding: 11px 19px;
	padding-top: 13px;
}
.subscribe-area .subscriube-form form .inp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    border: 2px solid #fff;
    z-index: -1;
}

.subscribe-area .subscriube-form form .inp:last-child {
    width: 60%;
    cursor: pointer;
}

.subscribe-area .subscriube-form form .inp input[type="button"] {
	font-size: 22px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0;
	padding-top: 5px;
	font-weight: 500;
	line-height: 38px;
}

/* subscribe-area css END */


.footer-area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000f2;
    top: 0;
    left: 0;
    z-index: -1;
}


.footer-area .footer-wiget {
    margin-bottom: 30px;
}

.footer-area .footer-wiget h5.footer-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
}

.footer-area .footer-wiget p {
    color: #fcfafb;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.footer-area .footer-wiget ul {
    display: inline-block;
}

.footer-area .footer-wiget.first-wiget ul li {
    display: inline-block;
}

.footer-area .footer-wiget.first-wiget ul li a {
    color: #ea3f30;
    width: 40px !important;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    font-size: 22px;
    border: 2px solid #ea3f30;
    text-align: center;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 5px;
    margin-top: 10px;
}

.footer-area .footer-wiget.first-wiget ul li a:hover {
    background: #ea3f30;
    color: #fff;
}

.footer-wiget.footer-links ul {
    margin-right: 65px;
    margin-left: 11px;
}

.footer-wiget.footer-links ul li a {
    display: block;
    color: #fdfdfe;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-wiget.footer-links ul li a:hover {
    color: #ea3f30;
    text-decoration: underline;
}

.footer-wiget.contact-wiget ul li h6 {
	position: relative;
	padding-left: 33px;
	font-size: 16px;
	color: #fcf7f7;
	margin-bottom: 20px;
	font-weight: 300;
}
.footer-wiget.contact-wiget ul li h6 a {
    color: #fcf7f7;
}

.footer-wiget.contact-wiget ul li h6 i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 24px;
}

.footer-wiget.contact-wiget ul li h6 i.fal.fa-envelope {
    top: -3px;
}




.item-slider .slider-item {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.item-slider .active.center .slider-item {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    padding: 15px 0;
}

.item-slider .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 65px;
    padding-left: 10px;
}







/*modal*/




.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

/*header*/

 .social {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 50px !important;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}


.social a {
	font-size: 21px !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	line-height: 34px !important;
	text-align: center;
	padding: 0;
	border: 3px solid #fff;
	display: inline-block;
	margin-left: 6px;
	color: #fff;
}

.social li a:hover {
    background-color: #EA3F30;
    border-color: #EA3F30;
}

.social li{
    position: relative;
}
#navbarDropdownMenuLink:hover {
	padding-right: 22px;
}
#navbarDropdownMenuLink {
	padding-right: 22px;
	position: relative;
}
#navbarNavDropdown .shop-icon {
	border: 0 !important;
	font-size: 40px !important;
	margin: 0 30px;
	width: auto !important;
	height: auto !important;
	position: relative;
}




.shop-icon:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}


.dropdown-toggle::after {

	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.navbar-toggler-icon {
	background: #fff;
}


.theme-btn:hover.theme-btn::after {
	background: #fff;
	color: ;
	border: 1px solid #BE3F30;
}



.bg-light {
	background-color: transparent !important;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.nav-item {
    margin-left: 5px !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0;
	text-align: end;
	padding: 5px 15px;
}
.navbar-light .navbar-nav li.active-menu .nav-link {
	background: #ea3e2f;
	border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #transparent;
    display: block;
   border-radius: 5px;
}
.navbar-toggler-ico {
	color: #fff;
	border: 1px solid #fff;
	padding: 9px 13px;
}
.navbar-collapse {

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: end;
}

.navbar-expand-lg .navbar-collapse {

	margin-top: 20px;
}



.header-area .navbar-expand-lg .navbar-collapse {
   
    -webkit-box-pack: end;
   
    -ms-flex-pack: end;
   
    justify-content: flex-end;
}


.item-slider .active.center .slider-item .theme-btn {
	font-size: 13px;
	padding: 8px 20px;
}
.scroll-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #BE3F30;
	z-index: 999;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.item-slider .active.center .slider-item p {
	font-size: 20px;
}
.scroll-header .navbar-brand img {
	max-width: 80px;
}

.header-area.scroll-header {
	padding: 5px 0;
}
.navbar-brand img {
	-webkit-transition: .3s;
	transition: .3s;
}
.footer-wiget.contact-wiget ul li h6 i img {
	width: 16px;
	-webkit-transform: translate(6px, -7px);
	transform: translate(6px, -7px);
}

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: transparent;
}

button.navbar-toggler {
    width: 100px;
}





input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}





input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}





input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}




