.bg-dark-light {
    background: #323232 !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}

.Footer03{
    font-size: 15px;
}
.Footer03 .widget-title{
    font-size: 16px;
}



.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: var(--fontfamilysd);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    /* background: #FF990D; */
}
.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
    list-style-type: none;
    padding-left: 0;    
    margin: 0px;
}

.widgets.footer-widgets .widget-quick-links ul li {
    list-style-type: none;
    display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    /* font-size: 14px; */
    /* color: #ffffff; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: var(--fontfamilysd);   
}
.widgets.footer-widgets .widget-contact ul li {
    /* color: #000; */
    /* font-size: 14px; */
    /* color: #ffffff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    /* color: #ffffff; */
    /* border: 2px solid #cccccc; */
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
}

/* .widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 15px;
} */

.widgets.footer-widgets .widget-contact ul li + li {
    margin-top: 5px;
}
.footer-bottom-area .single-widget{
    margin-top: 20px;
}   

.footer-bottom-area {
    padding-bottom: 20px;
}

/* .footer-bottom-area div .social{
    text-align: center;
} */
 
.footer-bottom-area div .social .icon {
    font-size:20px;
    padding: 10px;


} 

.ulmimic > span{
    display: flex;
}

.widgets.footer-widgets .widget-contact .ulmimic > span  span {
    /* font-size: 14px; */
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 15px;
}

.footer-bottom-area .footerSignature{
    margin-top: 20px;
}


@media (max-width: 900px) {
	.footer-bottom-area .footerSignature{
        text-align: center!important;
        margin-right: auto;
	}
}