*
{
  box-sizing:border-box;
  scroll-behavior:smooth;
  font-family: 'Roboto', sans-serif;
}

.font
{
font-family: 'Roboto', sans-serif;
}
.blue
{
color: #0C1128;
}
.white
{
color: #fff;
}
.yellow
{
color: #F55A1C;
}

/*start header*/
.nav-link
{
color: #0C1128;
font-size: 1.3rem;
}
a
{
text-decoration: none;
color: #0C1128;
font-size: 1.4rem;
}
.color
{
color: #0C1128;
}
.btn
{
background-color: #F55A1C;
color: #fff;
font-size: 1.5rem;

}
nav i .fa-solid .fa-bars
{
background-color: #0C1128;
color: #fff;
}
/* end header */
/* start section 1 */
h1
{
color: #0C1128;

}
/* end section 1  */
/* start section 2 */

.sec2
{
color: #fff;
} 
/* end section 2 */
/* start section 3 */
.service div:hover
{
background-color: #0C1128;
color: white;
}
/* end secton 3 */
/* start footer */
footer
{
    background-color: #0C1128;
}

footer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    color: white;

}
footer .btn:hover
{
    color: #0C1128;
    background-color: white;
}
footer a :hover
{
  color: #F55A1C;
}
footer a
{
  color: #fff;
  font-size: 1rem;
}
footer a:hover
{
  color: #F55A1C;
}
footer .btn
{
  background-color: #F55A1C;
  color: #fff;
  font-size: 1rem;

}

/* end footer */
/*coupon*/
a.lightbox img{height:auto;transition:.5s;margin-top:3rem;margin-bottom:3rem}
.lightbox-target{position:fixed;top:0;left:0;width:100%;background:rgba(0,0,0,0.7);opacity:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;overflow:hidden;z-index:2}
.lightbox-target img{margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0 0 8px rgba(0,0,0,0.7);box-sizing:border-box;transition:.5s ease-in-out}
a.lightbox-close{width:100%;height:100%;position:absolute;transition:.5s ease-in-out;opacity:0;top:0;left:0}
.lightbox-target:target{opacity:1;top:0;bottom:0}
.lightbox-target:target img{max-height:100%;max-width:100%}
.printable{position:relative;z-index:1}
.spam { display:none;}