*{
    margin:0;
    padding:0;
    font-family: var(--primary-font);
}
:root {
	--base-font-size: 16;
	--type-scale: 1.15;
	--primary-font: Calluna;
	--secondary-font: "Square Market";
}

#header-top{
    background:#EFF2F5;
    height: 140px;
    align-items: center;
}
.logo img{
    width: 150px;
    padding:2% 1%;
}
nav{
	
    padding:12% 8%;

}

.nav-links{
    flex:1;
    text-align: left;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    position:relative;
    padding:8px 12px;
}
.nav-links ul li a{
    color:#003780;
    text-decoration:none;
    font-size:14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}
.nav-links ul li::after{
    content: "";
    width: 0%;
    height:2px;
    background:#003780;
    display: block;
    transition:0.5s;
}
.nav-links ul li:hover::after{
    width:100%;
}
.dropdown-content{
    display:none;
    position:absolute;
    background-color:#f1f1f1;
	min-width: 260px;
	top:40px;
	left:0px;
	border:1px solid #ddd;
    z-index: 1;
    
}
.dropdown-content a{
    display: block;
    padding:12px 16px;
    text-decoration: none;
    transition:0.7s;
}
.dropdown-content a::after{
	content: "";
    width: 0%;
    height:2px;
    background:#003780;
    display: block;
    transition:0.5s;
}
.dropdown-content a:hover::after{
	width:40%;
}
.dropdown:hover .dropdown-content{
    display:block;
    
}
nav .fas{
    display: none;
}

/* Modal CSS */
.modal-header img{
    float:left;
}
.modal-header a{
    margin-left:300px;
    font-family: var(--secondary-font);
}
.left-side-bar h4 {
	color: #343B42;
	font-size: 18px;
	text-align: left;
	line-height: 48px;
}
.right-side-bar{
    text-align:center;
    font-family: var(--secondary-font);
    
}
.right-side-bar h2{
    color:#343B42;
    font-size: 16px !important;
    text-align: left;
    font-family: var(--secondary-font);
    line-height: 22px !important;
}
.right-side-bar ul{
    margin:0;
    padding:0;
}
.right-side-bar ul li{
    display:inline-block;
    list-style: none;
    margin-right:24px;
}
.right-side-bar ul li a{
    text-decoration: none;
    font-size:20px;
    font-family: var(--secondary-font);

}
.single-selector{
    color:#343B42 !important;
    font-family: var(--secondary-font);
}
.single-selector h2{
    color:#343B42;
    font-size: 16px !important;
    text-align: left;
    font-family: var(--secondary-font);
    background-color: #EA1D79;
    padding:5px;
    border-radius: 5px;
}
.form-check {
	min-height: 1.5rem;
	padding-left: 0 !important;
	text-align: left;
    
}

.form-select-sm {
	padding-left: 0px !important;
}
.form-check label {
	text-align: left !important;
	margin-right: 45px;
    font-family: var(--secondary-font);
}
.form-select{
    border:transparent !important;
    font-family: var(--secondary-font);
    background-image:none !important;
}

input, optgroup, select, textarea {
	float: right !important;
}
/*Hero Section Start From Here*/
#hero{
    background-image: url(img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    background-position: center;
}
.banner-text{
    text-align: center;
    color:#fff;
    align-items: center;
    padding-top:50%;
}
.banner-text h2{
    font-size:31px;
    line-height: 40px;
}
/*.banner-text p{
    font-size:14px;
    line-height: 22px;
    font-family: var(--secondary-font);
}
.btn.btn-primary {
	background: transparent;
	border: 2px solid #EA1D79;
    padding:12px 10px;
	color: #EA1D79;
    font-family: var(--secondary-font);
    font-size:16px;
    line-height: 18px;
    font-weight: 700;
}
.btn.btn-primary:hover{
    background: transparent;
	border: 2px solid #EA1D79;
    padding:12px 10px;
	color: #EA1D79;
    }*/

/*Hero Section Start From Here*/
#hero-allin{
    background:rgba(0,0,0,0.4)url(img/car.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    background-position: 50% 80%;
    background-blend-mode: darken;
}
#hero-interior{
    background:rgba(0,0,0,0.4)url(img/car-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    background-position: 50% 90%;
    background-blend-mode: darken;
}
#hero-exterior{
    background:rgba(0,0,0,0.6)url(img/car-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    background-position: 50% 45%;
    background-blend-mode: darken;
}
#hero-extras{
    background:rgba(0,0,0,0.4)url(img/car-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    background-position: 50% 40%;
    background-blend-mode: darken;
}
.banner-text{
    text-align: center;
    color:#fff;
    align-items: center;
    padding-top:10%;
}

/* Video Section Start From Here */
#video-part{
    background:#F6F7F9;
    min-height:600px;
    padding:50px 200px;
}

.viro-con h3{
    font-size:25px;
    line-height:34px;
    font-weight: 700;
    color:#000;
}
.viro-video{
	width: 100%;
	height: 500px;
}

/* Product Feature Section is Start From Here */
#product-feature{
    background:#343B42;
    min-height: 600px;
    padding:50px 200px;
    position:relative;
}
#product-feature h2{
    text-align: center;
    color:#fff;
    font-size: 39px;
    line-height: 48px;
    font-weight: 700;
}
#product-feature p{
    text-align: center;
    color:#fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.singleproduct{
    text-align: center;
}
.singleproduct h2{
    text-align: center;
    color:#fff;
    font-size: 25px !important;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.singleproduct img{    
        display: block;
        height: 450px;
        width: 100%;
        transition:0.4s;
        cursor: pointer;
}
.singleproduct img:hover{    
    opacity: 0.7;
}
.singleproduct p{
    font-family: var(--secondary-font);
    font-size:16px;
    font-weight:700 !important;
    line-height:24px;
    padding-top:20px;
}
.singleproduct a{
    background:#006eff;
    padding:10px 25px;
    border-radius:8px;
    color:#fff;
    text-align: center;
    font-family: var(--secondary-font);
    font-size:16px;
    font-weight: 700;
    line-height: 18px;
}
.singleproduct a:hover{
    background:#006eff;
    color:#fff;
}


/* SLIDER SECTION START FROM HERE */
#slider-area{
    background:#F6F7F9;
    padding:50px 200px;
}
.next-preview-title h2{
    font-size:25px;
    line-height: 34px;
    font-weight: 700;
    color:#000;
}
.next-preview-btn{
    text-align: right;
}
.next-preview-btn ul button{
    padding:5px 5px; 
    border:none;
    background:transparent;
}
.owl-nav
{
    display: none;
}
.owl-dot
{
    display: none;
}
.owl-stage
{
    display: flex;
    flex-direction: row;
}
.slider-tv{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
	padding-bottom: 10px;    
    padding:30px 0;	
    
}

.content{
    position: relative;
    width: 95%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content img{
    width: 350px;
    height:250px;
    cursor: pointer;
}
.content img:hover{
    opacity:0.8;
}
.btn-slider{
    text-align: center;
}
/* Slide-footer */
.slider-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
	padding-bottom: 10px;    
    padding:30px 0;	
    
}

.slid-foofer{
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.slid-foofer img{
    width: 350px;
    height:300px;
    cursor: pointer;
}
.slid-foofer img:hover{
    opacity:0.8;
}
/* Google Map Section Start From Here */
#google-map{
    background:#F6F7F9;
    padding:50px 200px; 
}
.map-main .map-w{
    width: 100%;
    height: 400px;
}
.google-map-footer-left h2{
    font-size:25px;
    line-height: 34px;
    font-weight: 700;
}
.google-map-footer-middle ul{
    margin:0;
    padding:0;
}
.google-map-footer-middle ul li{
    display:block;
    padding:5px 0;
    list-style: none;
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.google-map-footer-middle ul li a{
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
}

/* engagement Section Start From Here */

#engagement{
    background:#EFF2F5;
    padding:50px 50px;
    text-align: center;
    line-height: 32px;

}
.engagement-title h4{
    font-family: var(--secondary-font);
    font-size:14px;
    line-height: 22px;
    color:#003780;
    font-weight: 700;
}
.engagement-title h2{
    font-family: var(--primary-font);
    font-size:25px;
    line-height: 34px;
    color:#003780;
    font-weight: 700;
}
.engagement-title p{
    font-family: var(--secondary-font);
    font-size:16px;
    line-height: 29px;
    color:#003780;
    font-weight: 400;
}

/* Footer-top section Area */
#footer-top{
    background:#EFF2F5;
    padding:30px 200px;
    min-height:120px;
    text-align: center;
}
.footer-logo img{
    width: 45%;
}
.copy-right-text p{
    font-family: var(--primary-font);
    font-size:16px;
    line-height: 29px;
    color:#003780;
    font-weight: 400;
    padding-top:17%;

}
.social-icon ul{
    margin:0;
    padding:0;
    padding-top:15%;
}
.social-icon ul li{
    list-style: none;
    display:inline-block;
    margin-right:10px;
}
.social-icon ul .envelope{
    padding:4px 8px;
    background:#000;
    border-radius: 50px;  
}
.social-icon ul .facebook{
    padding:4px 10px;
    background:#3B5998 !important;
    border-radius: 50px;  
}
.social-icon ul .instagram{
    padding:4px 10px;
    background:#E95950 !important;
    border-radius: 50px;  
}
.social-icon ul li a{
    text-decoration:none;
    color:#fff;
    font-size: 16px;
}

/* FOOTER */
#footer{
    background:#343B42;
    padding:40px 200px;
    text-align: center;
}
.footer-center-img a{
    text-decoration: none;
}
.footer-center-img p{
    color:#fff;
    padding-top:20px !important;
    font-family: var(--secondary-font);
    font-size:14px;
}
.footer-center-img b{
    font-family: var(--secondary-font);
}