body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.container {
  max-width: 960px;
}

#about-us {
	width: 100%
}

.justify{
  text-align: justify;
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.no-lr-pad {
    padding-left: 0!important;
    padding-right: 0!important;
}

.bg-site-color {
    background-color: #25D366!important;
    color: #fff;
}
.share-list {
    display: flex;
    flex-direction: row;
}
.share-list a {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 7px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
}
.share-list img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
}
a.fb-h {
    background: #3b5998;
}
a.tw-h {
    background: #000;
}
a.li-h {
    background: #0077b5;
}
a.re-h {
    background: #ff5700;
}
a.pi-h {
    background: #c8232c;
}
a.in-h {
    background: #d62976;
}
.share-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form-control {
    font-size: 12px !important;
    padding: 10px !important;
}
.site-color {
    color: #25D366!important;
}
.font12 {
    font-size: 12px !important;
}
.faq-header {
    background-color: #11a8cf!important;
    color: #fff;
}