@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300;400;600&family=Saira+Stencil+One&display=swap');
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6%;
    color: #fff;
    text-align: center;
    opacity: .8;
    transition: opacity .15s ease;
}
h2,h3,h4{
    font-family: 'Saira Condensed', sans-serif !important;
    color: #053f75;
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.std-paragraph{
    font-size: 15px !important;
    color: #000 !important;
}
.spe-paragraph{
    font-size: 19px !important;
    color: #000 !important;
}

.right-red-line{
    border-right: #E1231A 5px solid;
}
.left-red-line{
    border-left: #E1231A 5px solid;
}

.red-cta-btn{
    background-color: #E1231A;
    padding: 10px 25px;
    border-radius: 20px;
    /* border: solid #f1f1f1 2px; */
    color: #fff;
    font-size: 20px;
}
.red-cta-btn:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: 0.8s;

}

.red-background{
    background-color: #E1231A;
}

section h1{
    font-family: 'Saira Stencil One', cursive;
    font-size: 55px;
    color: #fff;
}

.header-subtitle{

    font-family: 'Saira Condensed', sans-serif;

    font-size: 60px;

    color: #fff;

    font-weight: 300;

}

#home-cta-section{
    /* margin-top: 35px !important; */
    /* margin-bottom: 20px !important; */
    background-color: #f5f5f5 !important;
}
#home-cta-section i{
    font-size: 35px;
}
/* Start Home Page Styles */

#home-header-section{

    min-height: 650px;

    background: url('../images/red-lambo-background.jpg');

    padding-top: 6rem;

}

#xperience-section{
    background: url('../images/black-bmw-background.jpg');
    background-position: center center;
}
#xperience-section h3{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 25px;
}
#xperience-section i{
    font-size: 40px;
}
#home-services-section h2{
    font-size: 45px;
}
/* End Home Page Styles */
#home-about-section h2{
    font-family: 'Saira Stencil One', sans-serif;
    font-size:30px;
    color: #053f75;
    font-weight: 400;

}

#home-features-section{
    background: url('../images/black-bmw-background.jpg');
    background-position: center center;
    min-height: 300px;
}





/* Start Abous Page Styles */
#about-header-section{
    min-height: 550px;
    background: url('../images/about-us-hero.jpg');
    background-position: right;
    padding-top: 6rem;

}
#about-header-section h1{
    color: #E1231A;
}
#about-header-section .header-subtitle{
    color: #E1231A;
}
#why-us-section{
    background-color:#000;
}
/* End Abous Page Styles */

/* Start Services Page Styles */
#services-header-section{
    min-height: 550px;
    background: url('../images/services-hero.jpg');
    background-position: center center;
    padding-top: 16rem;

}

/* End Services Page Styles */
/* Start Global Styles */
.special-title strong{
    font-size: 35px;
    font-weight: 400;
    font-family: 'Saira Stencil One', sans-serif;
    color: #E1231A;
}
#footer-section{
    background-color: #000;
}
.nap-info li{
    margin: 10px 0 !important;
}
.social-icon i{
    font-size: 30px !important;
}
.service-card{
    min-height: 425px;
}
/* End Global Styles */


/* Start Media Queries */

@media (min-width: 1100px){

.fl-full-width .container {

    max-width: 100% !important;

}

}

/* ENd Media Queries */