.category-section {
  padding: 0px 30px;
  margin-bottom: 20px;
  border-bottom: 4px solid #F9B700;
}

.blog-post-list .single-post-grid {
  width: 50%;
  float: left;
}


.single-footer-widget p{
  color: white;
}

pre {
  background: #dddddd;
  padding: 15px;
}

.home-about-area .home-about-right .nice-select .current {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.home-about-area .home-about-right .form-select option {
    padding-left: 20px;
    color: black;
}
.home-about-area .home-about-right .form-select option :hover {
    color: #fab700;
}

.form-select option.selected {
    color: #fab700;
    background: transparent;
}
.content-wrap blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #fab700;
    margin-bottom: 20px;
}
.content-wrap ul, .content-wrap ol{
  margin-left: 20px;
}
.content-wrap ul li, .content-wrap ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.content-wrap ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #fab700;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}
.content-wrap h1, .content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6, .content-wrap ol, .content-wrap ul{
  margin-bottom: 20px;
}

.menu-active{
  background: #fab700;
}
