html {
    position: relative;
   height: 100%;
    scroll-behavior: smooth;
}
body{
  /* font-family: 'Poppins', sans-serif;*/
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;    background-color: #f6f9fe;
    overflow-x: hidden;
        font-size: 18px; color: #212121;
         font-weight: 400;
         font-family: 'Roboto', sans-serif;
}
.bold{
        font-weight: 700;
}
#about:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#about {
    width: 100%;
    padding: 7rem 0;
    background: url(../img/hero-bg.jpg) top left;
    background-size: cover;
    position: relative;
}
#about h1 {
    margin: 0px 0px 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: "Poppins", sans-serif;
}
#about h1 span {
    color: #e43037;
}
#about h2 {
    color: #212121;
    margin: 5px 0 30px 0;
    font-size: 20px;
    font-weight: 400;
}
#about .container {
    position: relative;
}
#about p{
    font-size: 20px;
}
.sec-pad {
    padding: 60px 0;
    overflow: hidden;
}
.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.section-title p {
    margin: 15px auto 0 auto;
}
@media (min-width: 1024px){
.section-title p {
}}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
   font-family: "Poppins", sans-serif;
}
.fst-italic {
    font-style: italic!important;
}
.about .content ul {
}
.about .content ul li:first-child {
    margin-top: 0px;
}
.about .content ul li {
    margin-bottom: 20px;
}
.about .content ul h5 {
    font-size: 18px;
    color: #212121;
        font-weight: 600;
         font-family: "Poppins", sans-serif;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.section-title h3 span {
    color: #e43037;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}@media (max-width: 768px){
#about {
    padding: 3rem 0;
}
#about h1 {
    font-size: 31px;
    line-height: 41px;
}
.sec-pad {
    padding: 3rem 0;
}
.section-title h3 {
    margin: 0px 0 0 0;
    font-size: 29px;
}
}
.footer{
        padding: 2rem 0;
    background-color: #212121;
    color: #fff;
}
.text-primary{
    color: #e43037 !important;
}