#footer{
    position: relative;
    background-color: #fff;
    border-top: 2px solid #f5f5f5;
}
#footer .h-sec-p100{
    padding-inline: 150px;
}

#footer .our-w-hours{
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
}
#footer .our-w-hours span{
    font-weight: 400;
    margin-left: 10px;
}
#footer .footer-inf-1{
    margin-top: 50px;
    background-color: #fff;
    padding: 20px 0;
    border-radius: 30px;
    transition: all .3s;
    box-shadow: 0 0.125rem 1rem rgb(0 0 0 / 6%) !important;
    text-align: center;
}

#footer .footer-widgets-wrap{
    position: relative;
    padding: 100px 0;
    padding-bottom: 60px;
}

#footer .widget h3{
    font-size: 24px;
    margin-bottom: 3px;
    color: #005487;
    font-weight: 600;
    text-decoration: none !important;
}

#footer .widget p{
    line-height: 1.4;
    font-size: 16px;
}

#footer .footer-social-link .social-icon{
    transform: none;
    border: 2px solid #e4e4e4!important;
    color: #adadad;
    margin: 0 10px 0 0 !important;
    width: 46px;
    height: 46px;
    font-size: 20px;
    line-height: 40px!important;
    border-radius: 30px;
}
#footer .social-icon i:last-child{
    line-height: 39px;
}

#footer .footer-link-title{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: capitalize;
    color: #005487;
}

#footer .footer-link-row ul{
    margin-bottom: 10px;
}

#footer .footer-link-row a{
    text-decoration: none !important;
    color: #4d4d4d;
    font-size: 15px;
    letter-spacing: .2px;
    font-weight: 400;
}

#footer .footer-link-row li{
    margin-bottom: 2px;
    list-style: disc;
    color: #e4e4e4;
    margin-bottom: 3px;
    transition: all .3s;
}
#footer .footer-link-row li:hover{
    margin-left: 3px;
    transition: all .3s;
}
#footer .footer-link-row li:hover::marker{
    color: #005487;
}
#footer .footer-link-row a:hover{
    color: #005487;
}

#footer .line{
    clear: both;
    position: relative;
    width: 100%;
    margin: 3rem 0;
    border-top: 4px double #e4e4e4;
}

.footer-alt-icerik{
    margin-bottom: 60px;
}

.footer-logo{
    display: block;
    width: 130px;
    height: auto;
    margin: 0;
    margin-top: 10px;
    filter: grayscale(1);
    opacity: .6;
    transition: all .3s;
}

.footer-alt-icerik:hover .footer-logo{
    filter: grayscale(0);
    opacity: 1;
    transition: all .3s;
}

.footer-alt-text {
    font-size: 16px;
    letter-spacing: .3px;
    color: #8f8f8f;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-alt-text b{
    font-weight: 500;
}


.hsba{
    border-left: 3px solid #005487;
}
.hsba a:hover{
    color: #005487 !important;
}

#copyrights{
    padding: 40px 0;
    background-color: #f8f9fa;
    font-size: 14px;
    color: #7c7c7d;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    border-top: 0;
}

#copyrights b{
    font-weight: 500;
    color: #7c7c7d;
}

#copyrights a:first-child{
    margin-left: 0;
}

#copyrights a{
    display: inline-block;
    margin: 0 3px;
    color: #7c7c7d;
    border-bottom: 0;
}