.main-header-slight.is-stuck {
  background-color: #575756;
}
.main-header-slight.is-stuck .main-navigation > ul > li > a {
  color: #fff !important;
  font-weight: 600;
}
.main-header-slight.is-stuck .main-navigation > ul > li.menu-item-has-children > a::after {
  color: #fff;
}
.about-img-3 img{
	border-radius: 50px;
}
.octf-btn::before, .octf-btn::after {
  background: none;
}
.octf-btn{
  color: #fff;
  background: #f5c207;
  border-radius: 25px;
  border: 0px;
}
.octf-btn:hover{
  color: #fff;
  background: #917203;
  border: 0px;
}
.ot-heading span{
	display: none;
}
.post-box .post-inner {
  background-color: #e9e9e9;
  border-radius: 50px;
}
.post-box .post-inner img{
  border-radius: 50px;
}
.post-box .entry-title a {
  color: #f5c207;
  font-weight: 600;
}
.title-link:hover {
  background-size: 100% 0px;
  background-image: none !important;
}
.post-box .entry-title a {
  background-size: 100% 0px;
  background-image: none !important;
}
.post-box .entry-meta > span a {
  color: #070707;
  font-weight: 300;
}
.inner-post .the-excerpt{
	color: #070707;
  	font-weight: 300;
}
.masonry-post .post-inner {
  padding: 30px;
}
.inner-post h5{
	font-size: 32px;
}
.inner-box img, .inner-box, .support-box .inner-box > div{
  border-radius: 50px;
}
.support-box .inner-box > div{
  background-color: #575756;
  color: #fff;
}
.site-footer {
  background-color: #7b7b7b;
  color: #fff;
}
.support-box .btn-details {
  color: #fff;
}
.widget-footer a {
  color: #fff;
}
.btn-details::before {
  background: #f5c207;
}
.ot-heading.is-dots::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 66px;
  height: 0px;
  border-bottom: 0px dotted #1a1a1a;
}
.footer-bottom {
  background-color: #575756;
  border-top: 0px;
}
.footer-bottom p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.footer-bottom li a {
  color: #f9c800 !important;
  font-weight: 500;
}
.octf-btn.octf-btn-dark::before, .octf-btn.octf-btn-dark::after {
  background: none;
}
.octf-btn.octf-btn-dark:visited, .octf-btn.octf-btn-dark{
  color: #fff;
  background: #f9c800;
}
.octf-btn.octf-btn-dark:hover{
  color: #fff;
  background: #917203;
  border: 0px;
}
.about-img img{
  border-radius: 50px;
}
.contact-right {
  border-radius: 50px;
}
.contact-right {
  background-image: url('assets/images/bg2-contact.jpg');
}
.numbers{
    background-color: #f5c207;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 110px;
}
.grid{
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 0px;

}
.second-grid{
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 0px;
}
.third-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}
.box{
    padding: 0px;
    border-radius: 50px;
    color: white;
    display: flex;
    flex-direction: column;
}
.yellow{
    background-color: #ffcc00;
    padding: 30px;
}
.dark-yellow{
    background-color: #b38f00;
    padding: 30px;
}
.gray{
    background-color: #4e4a47;
    padding: 30px;
}
.gold{
    background-color: #917203;
    padding: 30px;
}
.light-gray {
    background-color: #e9e9e9;
    color: #1a1a1a;
    padding: 30px;
}
.medium-gray {
    background-color: #656565;
    color: #fff;
    padding: 30px;
}
.percentage {
    font-size: 3em;
    font-weight: bold;
    color: #f5c207;
    line-height: 1;
    margin-bottom: 40px;
}
.label {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.4;
    margin-top: auto;
}
.light-gray .label{
    color: #000;
}
.about-3 img{
  border-radius: 50px;
}
.octf-btn-secondary{
  background-color: #e9e9e9;
  color: #000;
}