/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
font-family: Open Sans;
    font-weight: 300;
    color: #62748a;
    font-size: 1rem;
    line-height: 1.625em;      background-color: #fff;                                   
}
html,
body {
	scroll-behavior: smooth;
}
a {
    color: #191937;
}
.banner{background: url('../images/safe-reliable.jpg') no-repeat; background-size: 100%;  height: 650px; position: relative}
.banner:before {
    content: "";
    position: absolute;
    height: 626px;
    width: 100%;
    background: linear-gradient(45deg, rgb(28 44 70) 0%, #F44336 100%);
    opacity: 0.7;
    z-index: 1;
}
.banner-content{position: relative; z-index: 2; color: #fff}
.banner-content .logo{width:200px; margin-top: 60px}
.banner-content h1{font-size: 46px}
.banner-content h1 small{font-size: 20px; text-transform: uppercase; }

.form_box{background: #17325c;
    border-radius: 5px;
    margin-top: 70px;
    padding:15px 20px;
    width: 80%;
    float: right;
    color: #fff;
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.form_box .form-group{margin-bottom: 10px}
.form_box .form-group label{font-weight: 500; font-size: 13px}
.form_box .form-group input{height: 35px}
.form_box .form-group input:placeholder-shown{font-size: 12px;}
.form_box .form-group select:optional{font-size: 12px; color: #666}

.btn-primary {
    margin-top: 10px;
    color: #fff;
    background-color: #bf1e2d;
    border-color: #bf1e2d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #6a0912;
    border-color: #6a0912;
}
.about{padding-top: 150px;}
.about .col-sm-5 img{width: 100%; border-radius:5px}
.heading h2{font-size: 40px; color: #000; margin-bottom: 20px}
.heading p{font-size: 18px; color: #666; line-height: 30px}
.services{padding: 80px 0px; background: #f3f3f3; margin-top: 50px}
.cabservices{padding: 80px 0px;margin-top: 50px}
.service-card{background: #fff; padding: 10px;-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;}
.service-card img{width: 100%; margin-bottom: 20px; height: 250px}
.service-card h3{color: #000; font-size: 18px}
.service-card p{font-size: 14px; padding: 0px 20px; line-height: normal}
.cab-box{background: url('../images/Car-Repairbg_1_.png'); padding: 100px 0px; color: #fff}
.cab-box h3{font-size: 36px; font-weight: bold; margin-top: 30px}
.solutions{padding: 80px 0px; text-align: center}
.solutions h3{font-size: 46px; color: #000; font-weight: bold; margin-top: 10px}
.solutions p{color: #666; font-weight:500}
.footer{background: #bf1e2d; color: #fff; text-align: center; padding: 50px}
@media only screen and (max-width: 768px) {
    .banner:before{opacity: 1;}
   .banner button {margin: 20px auto;
    display: block;}
    .banner-content .logo {
    width: 150px;
   display: block;
    margin: 20px auto;
}
    .banner-content p{text-align: center}
    .banner-content p{    margin: 0 auto;
    display: block;}
    .banner-content h1 {
    font-size: 26px;text-align: center;
}
    .banner-content{padding-top: 46px;}
    .form_box{    margin-top: 0px; width: 100%}
    .about {
    padding-top: 712px;
}
    .footer{padding: 10px !important; float: left; width: 100%; height: 175px;}
    .footer p{font-size: 12px; margin-bottom: 0px}
    .footer .btn-primary{    font-size: 12px;}
    .service-card{margin-bottom: 10px}
    .form_box h4{text-align: center}
    .heading h2{font-size: 22px}
    .form {
    width: 100% !important;
        margin: 10px auto  !important;}
}
.header{background:#bf1e2d; padding: 48px 0px 10px 0px }
.header .logo {
    width: 120px;
   display: block;
    margin: 20px auto;
}
.black{color: #333}
.form{width: 50%;
    margin: 71px auto; padding: 30px; border-radius:10px;
     background: #273171}
.form .form-group{margin-bottom: 20px;}

.form label{color: #fff;
    font-weight: 400;}
header{position: fixed;
    z-index: 100; text-align: center;
    background: #091e40;
    width: 100%;}
header ul{list-style: none; margin: 0px; padding: 0px}
header ul li{display: inline-block}
header ul li a{display: block; padding: 10px 20px; color: #fff; text-decoration:none}
header ul li a:hover, header ul li a.active{color: yellow}
.contact-box{float: left; width: 100%; background: #fff; padding:20px 0px 50px 0px}
.text-primary {
    color: #17325c !important;
}
.service_icon{    font-size: 44px;
    margin: 20px 0px;
    color: var(--bs-danger);}
nav{
    background-color: #17325c;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 50px;
}
nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}
nav a:hover{
    background-color: #bf1e2d;
}
nav li:first-child{
    margin-right: auto;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background-color:#17325c;
    backdrop-filter: blur(12px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar a{
    width: 100%;
}
.menu-button{
    display: none;
}
@media(max-width: 800px){
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
}
/*
@media(max-width: 400px){
  
    .sidebar{
        width: 100%;
    }
}*/

.error{
    color: #ff8b96;
}