:root {
    --primary-color: black;
    --secondary-color: #ECEEEF;
    --third-color: ;
}

* {
    font-family: Sans-serif !important;
    

}
.logo{
    background-color: black;
    color: white;
    padding-top: 15px;
    padding-bottom: 5px;
}
.navbar {
    background-color: #EA0B0B !important;
}

.nav-link {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    color: white !important;
}

.nav-link:hover {
    opacity: 1;
    color: black;
}

.nav-link::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color:white;
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 5px;
}

.nav-link-ltr:hover::before {
    width: 100%;
}
.firstpage .fir-head{
    font-weight: 600;
    text-align: center;
}
/* .firstpage h3{
    font-weight: 600;
    color: #EA0B0B;
    padding-top: 30px;
    text-align: center;
} */
/* .clint-img{
   margin: 25px;
} */
.over-head{
    font-weight: 600;
    color: #EA0B0B;
    text-align: center;
}
.parts  .card{
    width: 200px;
    height: 350px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.parts .cd-in{
    font-weight: 600;
    text-align: center;
}
.secondpage .content{
    position: absolute;
    margin-top: -210px;
    margin-left: 40px;
    color: white;
}
.secondpage .content h1{
    font-size: 45px;
}
.secondpage .content button{
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
}
.thirdpage h3{
    text-align: left;
}
.thrd-head{
    font-weight: 600;
    color: #EA0B0B;
}
.thirdpage .card{
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 18px;
    color: #808080;
}
.thirdpage .card h5{
    color: black;
    font-weight: 600;
}
.forthpage .card{
    width: 100%;
    height: 100%;
    margin-top: 50px;
    background-color: #EA0B0B;
    text-align: left;
}
.forthpage .card h3{
    color: white !important;
}
.frth-para{
    color: white;
}
.inp-box{
    width: 60%;
    margin-left: 15%;
    padding: 18px;
    border: none;
    border-radius: 5px;
}
.form-control{
    width: 80%;
}
.inp-button{
    border: none;
    border-radius: 5px;
}
.fif-card{
    margin-top: 180px !important;
    margin-bottom: 30px ;
    width: 94% !important;
    margin-left: 3%;
    background-color: #06BABB !important;
}
.fif-para{
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.fif-ph{
    font-size: 30px;
}
.fif-card-img{
    margin-top: -320px;
    margin-left: 5%;
    position: absolute;
}
.fif-enq-but{
    padding: 10px 8px;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}
.content-para h1, h2{
    font-weight: 600;
}
.content-para p{
    line-height: 30px;
    color: #616161;
    font-size: 19px;
    font-family: Montserrat !important;
}
.footer-con{
    background-color: #212121;
    color: white;
}
.foo-loc{
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.copyrights{
    background-color: black;
    color: #BDBDBD;
    padding-top: 20px;
}
.copyrights .develop{
    text-align: right !important;
}
/* contacus page style *//* contacus page style *//* contacus page style *//* contacus page style */
