
*
{
    box-sizing:border-box;
    scroll-behavior:smooth;
    font-family: 'Roboto', sans-serif;
}
.font
{
  font-family: 'Roboto', sans-serif;
}
.blue
{
  color: #ff6e31;
}
.white
{
  color: #fff;
}
.yellow
{
  color: #FF6E31;
}

/*start header*/
.nav-link
{
  color: #ff6e31;
  font-size: 1.3rem;
}
a
{
  text-decoration: none;
  font-size: 1.4rem;
  color: #ff6e31;
}
a:hover
{
  color: #FF6E31;
}
.color
{
  color: #ff6e31;
}
.btn
{
  background-color: #FF6E31;
  color: #fff;
  font-size: 1.5rem;
}
nav i .fa-solid .fa-bars
{
  background-color: #ff6e31;
  color: #fff;
}
/* end header */
/* start section 2 */
.btn:hover
{
  color:#fff;
  background-color: #FF6E31;
}
.sec2
{
  color: #fff;
}
/* end section 2 */
/* start section 3 */
.service div:hover
{
  background-color: #FF6E31;
  color: #fff;
}
/* end secton 3 */
/* start footer */
footer
{
    background-color:#102C57;
}

footer ul
  {
      list-style: none;
      margin: 0;
      padding: 0;
      color: white;
}
footer .btn:hover
{
    color: #fff;
    background-color: #FF6E31;
}
footer a :hover
{
  color: #FF6E31;
}
footer a
{
  color: #fff;
  font-size: 1rem;
}
footer a:hover
{
  color: #FF6E31;
}
footer .btn
{
  background-color: #fff;
  color: #ff6e31;
  font-size: 1rem;
}
/* end footer */
/*marquee*/
.marquee {width:100%;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;}
.marquee:hover {animation-play-state: paused}
 /* Make it move */
@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
  /*coupon*/
  a.lightbox img{height:auto;transition:.5s;margin-top:7rem;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;}