.brand-slider-brand {
    padding-top: 20px;
}

.item-dissalops-slider img {
    background: #fff;
    display: block;
    padding: 0 10px 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
section.brand-section {
    background: #f3f3f3;
}


section.brand-section .slider-item {
    background: #fff;
    display: block;
    padding: 0 10px 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.item-dissalops-slider {
    padding: 5px;
}

.item-dissalops-slider img {
    height: 50px;
}
.site-footer {
    padding-top: 35px;
    background-position: center bottom;
    background-color: #fff;
    background-repeat: no-repeat;
    background: #333;
}
.footer-copyright {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid rgb(229 229 229);
}
.footer-copyright a{
    color: #e5c72e;
}
.widget {
    margin-bottom: 25px;
}
.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 18px;
    color: #bf953f;
    font-weight: 500;
    text-transform: uppercase;
}
.widget-title::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 90px;
    height: 2px;
    background-color: #BF953F;
    content: '';
}

section.widget.widget-light-skin .mb-1 {
    padding-bottom: 0px !important;
}
.widget ul {
    margin-bottom: 12px;
}
.footer-social-links a:first-child {
    margin-left: 0px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-social-links a span {
    position: relative;
    z-index: 1;
}
.footer-social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F);
    line-height: 35px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin: 2px;
    position: relative;
    overflow: hidden;
}

section.widget.widget-light-skin .mb-3 {
    margin-bottom: 10px !important;
    padding-bottom: 0px;
}

section.widget.widget-light-skin p {
    color: #fff;
}

ul.list-unstyled.text-sm li span {
    color: #505050;
    font-weight: 300;
    font-size: 15px;
}

ul.list-unstyled.text-sm li {
    font-size: 14px;
}

section.widget.widget-light-skin p {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 0;
    margin-top: 5px;
}

form.row.subscriber-form button {
    background: #003399;
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding: 5px 22px;
    border-radius: 4px;
}

form.row.subscriber-form p {
    font-size: 15px;
    color: #fff;
    opacity: .8 !important;
}

.widget.widget-links.widget-light-skin ul li a {
    display: inline-block;
    transition: color .3s;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}


.widget.widget-links.widget-light-skin ul li svg {
    width: 15px;
    fill: #fff;
    height: 15px;
    margin-right: 6px;
}

.widget.widget-links.widget-light-skin ul li {
    padding-bottom: 5px;
    color: #fff;
}
.footer-social-links{
    margin-top: 10px;
}
@media (max-width: 990px){
    .widget {
        margin-bottom: 10px;
    }
    .widget {
        margin-bottom: 10px;
    }
    
    .site-footer {
        padding: 20px 0px;
    }
    
}