
/* header section start */
header .logo{
    color: rgb(190, 0, 0);
}
.header .navbar ul li a{
    color:#c00000 ;
}
nav a.login{
    color: #c00000;
     border: solid #c00000 1px;
}
/* header section ends */

/* home section starts */
.homebtn{
    color: #c00000;
    border: solid #c00000  2px;
}

.contant h1 {
  font-size: 43px;
  /* text-shadow: 1px 1px 2px red, 0 0 1em rgb(10, 10, 10), 0 0 0.2em rgb(49, 49, 58); */
  color:#000000;
  letter-spacing: 2px;  
}
.contant h1 span{
  color: rgb(196, 1, 1);
  font-size: 38px;
  /* font-weight: 800; */
}
.homepage_icon .ibox{
  background: #e5060612;

}
.homepage_icon{
  padding: 0px 10px 0px 0px;
}
/* home section ends */
/* service section start */
.h{
    color: rgb(190, 0, 0);
}
.cards img{
    height: 56px;
        /* background: #b30830; */
        border: solid red 1px;
    box-shadow: 0px 1px 2px 0px #757575;
    padding: 2px;
    background: white;
}
.cards h2{
    color: black;
}
.s{
    background: #c00000;
}



.imagea img {
    /* padding-top: 7rem; */
    margin-top: 10rem;
    width: 470px;
    border-radius: 20px;
    margin: 14px 0px 0px 10px;
}



.fa-solid{
    color:rgb(161 8 8);
}


.numbersbox{
    color: #c00000;
    background: #fff2f2;
}

.abouts{
    background: white;
}


/* custiomer testimonial */
.infoc .c {
    color: rgb(0, 0, 0);
    font-size: 2rem;
}


.footer-box {
  
    background: #270202;
}




@media (max-width: 768px) {
    .imagea img {
        width: 100%;
        box-sizing: content-box;
        width: 355px;
        margin: 0px;
    }}