.footer-bg-color {
    background-color: #3b3a3a;
}

.produced-by img {
    background-color: #FFF;
    width: 27px;
    margin-left: 6px;
}

.footer-nav {
    color: #FFF;
}

.breadcrumbs, .breadcrumbs ul li a {
    color: #FFF;
}

.breadcrumbs ul li {
    display: inline-block;
}

.services-page section ul li {
    margin: 0 4px 0 0;
}

.white-logo img {
    filter: brightness(0) invert(1);
}

section.page-title {
    background-color: #3b3a3a;
}

.service-block .inner-box h4 {
    min-height: 80px;
}

.about-section .author-box .signature p {
    color: #FFF;
}

.home-services h2 {
    color: #3b3a3a;
}

.classified-section {
    padding-top: 0 !important;
}

.cta-section {
    padding-top: 80px;
    background-color: #3b3a3a;
}

.newsletter-form .message {
    color: #FFF;
    margin-top: 10px;
}

.classified-form.styled-form .form-group input {
    padding: 6px 20px 6px 20px;
    color: #000;
}

.classified-readmore {
    padding-bottom: 80px;
}

.main-slider .active .text {
    margin-top: 20px;
}

.btn-style-classified {
    width: 235px;
}

.first-li {
    width: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.white-text, .white-text a {
    color: #FFF;
}

label a.white-text:hover, .white-text label a:hover {
    text-decoration: underline;
}

.bullet-list {
    margin-bottom: 10px;
}

.bullet-list, .bullet-list li {
    list-style: disc !important;
    font-size: 16px;
}

.bullet-list li {
    display: list-item !important;
    margin-left: 25px !important;
}

.listing-form label {
    font-size: 16px;
}

.file {
  opacity: 0;
  width: 0.1px !important;
  height: 0.1px !important;
  position: absolute !important;
}

.file-input label {
  display: block !important;
  position: relative !important;
  width: 100%;
  height: 50px;
  border: 1px solid #d8e4f1;
  background-color: #FFF;
  display: flex !important;
  align-items: center;
  padding-left: 20px;
  font-weight: normal;
  transition: transform .2s ease-out;
  color: #b9b9b9 !important;
  font-size: 14px !important;
  cursor: pointer;
}

.file-input label i {
    margin-right: 8px;
    font-size: 18px;
}

.file-name {
  font-size: 11px;
  color: #999;
}

.mb-0 {
    margin-bottom: 0;
}

.error {
    margin-bottom: 10px;
    color: red;
}

.success p {
    color: #FFF;
}

.listing-form .nice-select .current {
    color: #000;
}

#list-form.success p, #service-form.success p {
    color: #000;
}

@media screen and (max-width: 991px) {
    .cta-section {
        background-color: #3b3a3a;
        margin-top: 60px;
    }
    
    .reverse-mobile {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 600px) {
    .main-homepage .main-slider .slide {
        padding: 30px 0 160px !important;
    }
}