p {
  font-size: 16px;
  line-height: 26px;
  color: #afb4b9;
  font-weight: normal;
}
 
.color-base {
  color: #fabf15;
}
.bg-one-dark {
  background: #fff !important;
}
.p-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.mt-50 {
  margin-top: 50px;
}
  
.btn-fill {
  background: #fabf15 !important;
  color: #222 !important;
}
.btn-fill:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.about-info {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
#about-section img {
  position: relative;
  z-index: 1;
}
.inline-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.bullet-check li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  color: #000;
}
.bullet-check li:last-child {
  padding-bottom: 0;
}
.bullet-check li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  left: 0;
  color: #013f80;
}