.logo, .logo-dark {
    max-height: 90px;
}

@media only screen and (max-width: 767px) {
    .logo, .logo-dark {
        max-height: 55px;
    }
}

.navigation.sticky.offset .logo-dark {
    max-height: 55px;
}

.bg-gradient {
    background: #401816;
    background: -moz-linear-gradient(left, #411816 0%, #ecc978 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #411816), color-stop(100%, #ecc978));
    background: -webkit-linear-gradient(left, #411816 0%, #ecc978 100%);
    background: -o-linear-gradient(left, #411816 0%, #ecc978 100%);
    background: -ms-linear-gradient(left, #411816 0%, #ecc978 100%);
    background: -webkit-gradient(linear, left top, right top, from(#411816), to(#ecc978));
    background: linear-gradient(to right, #411816 0%, #ecc978 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}

.view-more-section {
    padding: 20px 10px 70px 20px;
    text-align: center;
}

.home-video-section .text-box {
    padding: 10px 30% 34px 12%;
}

.contact-item {
    margin-top: 15px;
}

.title-text h1 {
    color: #fff;
}

.intro-text-lead {
    text-align: justify;
}

.our-hisotry-list li {
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}

.our-hisotry-list li:before {
    font-family: 'FontAwesome';
    content: "\f08d";
    margin:0 5px 0 -15px;
    color: #ecc978;
    font-size: 20px;
}

.clr-white .statistic-timer, .clr-white .counter-text, .clr-white {
    color: white;
}

.clr-yellow {
    color: #ecc978;
}

.clr-brown {
    color: #401815;
}

#back-to-top {
    background-color: #ecc978;
}

.loader div {
    background-color: #ecc978;
}

#back-to-top:hover {
    background-color: #401815;
}

input.btn.btn-yellow:hover, button.btn.btn-yellow:hover, a.btn.btn-yellow:hover {
    background-color: #401815;
}

.product-details-content ul {
    list-style: disc;
}

.portfolio-filter a {
    font-size: 18px;
}

.txt-center {
    text-align: center;
}

.solar-partners {
    background-color: rgba(236, 201, 120, 0.32);
    width: fit-content;
}

.solar-partners img {
    max-height: 100px;
    padding: 20px;
}