
body{font-size: 18px; line-height: 31px; color: #5a5858;}
.btnN{font-family: roboto, Sans-serif;
  font-size: 16px;
  fill: #fff;
  color: #fff;
  background-color: #f25f43;
  padding: 14px 30px 13px;
  text-decoration: none;
  border-radius: 25px;
&:hover{color: #fff;
  background-color: #282828;}}


 h2{color: #282828;
   font-family: "Roboto", Sans-serif;
   font-size: 40px;
   font-weight: 700;
   line-height: 1.2em;
   span{  color: #F25F43; display: block;
     font-size: 23px;
     font-weight: 500;}
 }
@media (min-width: 1200px){
  h1 { font-size: 3.5rem;}
}

h2{  position: relative;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #262626; text-transform: uppercase;
&::after{content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ff5a00;}
}
.gray-bg{background-color: #F7F7F7; color: #302f2f;;}

header{  border-top: 4px solid #f25f43;
.nav-link{font-size: 18px; font-weight: 500;  margin: 0 10px;
&:hover{color: #f25f43;}
}
.navbar-nav .nav-link.active{color: #f25f43;}
}
.banner{
  min-height: 400px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  .bannText{z-index: 9; position: relative; color: #fff;}
  h1{  text-transform: uppercase;
    font-weight: 500;}
}

  .banner::after{  content: "";
    background-color: rgb(0 0 0 / 48%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;}
.banner{background: url(../images/Page-HomePic.jpg) center no-repeat; background-size: cover;}
  .higbox{padding: 40px;
    border-radius: 24px;
    background: #ecf2f5;
    text-align: center;
    transition: all .35s;   box-shadow: 0 4px 7px 0px rgb(189 189 189 / 92%);
   /* &:hover{background: #f25f43;} */
  h3{color: #f25f43; }
}
.cause {
  .bg-white{border-bottom: 2px solid #f25f43;}
}
footer{background-color: #25283a; color: #fff;}
footer a{color: #fff;}
.copytext{text-align: center;
  background: #2a2d40;
  padding: 20px 0;
  font-size: 14px;}