html,body{
    font-family: "Montserrat", serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", serif;
}
a{
    text-decoration: none;
}
p{
    font-size: 16px;
    line-height: 28px;
    color: rgba(80, 92, 127, .9);
}

.navbar{
    background-color: #000;
    padding: 04px;
    top: -1px;
}
.navbar .navbar-brand img{
    width: 180px;
}
.navbar .nav-link{
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 17px !important;
}
.navbar .nav-link:hover{
    color: #e21b21 !important;
}
.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #fff;
    color: #f76d3c !important;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

    /* .container{
        margin: 0px 60px;
    }
     */
}
.top-navbar{
    background-color: #ec1c24;
    padding: 6px 0px;
}
.top-link{
    font-size: 16px;
    color: #fff;
}
.social-meadia{
    display: inline-block;
}
.social-meadia a{
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-right: 1px solid #d1c0c0;
}
.social-meadia a:hover{
    color: #c0c4c5;
}


.carousel-control-prev,
.carousel-control-next{
    opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i{
    background-color: #ea1d21;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.section{
    padding: 64px 0px;
}
.main-heading{
    font-size: 34px;
    font-weight: 700;
    color: #000;
}
.main-heading span{
    color: #ea1d21;
}
.bg-gray{
    background-color: #f2f2f2;
}
.bg-blue{
    background-color: #1c2ceb;
}
.read-more{
    color: #1c2ceb;
}
.read-more i{
    position: relative;
    top: 3px;
}
.bg-why-choose-us{
    background-image: url('../images/lam-vehicle.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-whychoose-overlay{
    background-color: #1d2eec66;
}
.underline{
    width: 48px;
    height: 4px;
    background-color: #db274a;
    margin-bottom: 30px;
    margin-top: 14px;
}
.footer-area{
    padding: 44px 0px;
    background-color: #2b2b2b;
}
.footer-area .footer-heading{
    color: #fff;
    font-size: 20px;
}
.footer-area .footer-link{
    color: #bae4f9;
    font-size: 15px;
    font-weight: 500;
}
.footer-area .footer-link a{
    color: #bae4f9;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.banner-area {
    background: url('../images/lam-vehicle.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 80px 80px;
}
.banner-overlay {
    background-color: #0000004a;
    padding-top: 220px;
    padding-bottom: 30px;
    border-radius: 0px 0px 80px 80px;
}
.banner-heading {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.addons-box{
    background: #e6f0ff;
    padding: 20px;
    border-radius: 10px;
}
.addons-heading {
    font-size: 18px;
    color: #ff8000;
    font-weight: bold;
}
.addons-box p{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 6px;
}



.contact-info i {
    font-size: 30px;
    color: #d9534f;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.contact-form .form-control {
    border-radius: 5px;
}
.btn-submit {
    background-color: #d9534f;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
}
.btn-submit:hover {
    background-color: #c9302c;
}
.footer-top h4,
.footer-top h3{
    line-height: 30px;
}
@media only screen and (max-width: 680px) {

    .navbar-toggler{
        background-color: #fff;
    }
    .main-heading{
        font-size: 20px;
    }
    .bg-why-choose-us{
        background-size: initial;
    }

    .banner-overlay{
        padding-top: 70px;
    }
    .banner-heading{
        font-size: 20px;
    }
    .banner-area{
        border-radius: 0px 0px 40px 40px;
    }


}