
/** Footer **/

#footer {
    color: #FFF;
}
.chantrang .row.row-small > .col{
    flex-basis: 20%;
    max-width: 20%;
}
#footer a {
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 0;
}
.footer-wrapper ul li{
    border: none !important;
    line-height: 1;
}
.footer-wrapper .widget{
    padding: 0;
}
#footer ul li a{
    margin-bottom: 15px;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-widgets-aside ul.menu li + li {
    border-top: none;
}

.footer-widgets-aside ul li {
    margin: 0;
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
    border: none !important;
}
.footer-wrapper .widget .widget-title{
    letter-spacing: 0;
    font-family: Arial;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-transform: unset;
    margin-bottom: 13px;
}
.footer-wrapper p{
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 15px;
}
.footer-wrapper p i{
    margin-right: 5px;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 15px 0px;
    background-color: #003E93;
}
.footer-wrapper .absolute-footer{
    display: none;
}
.footer-wrapper .wpcf7 form{
    margin-bottom: 0;
}
.footer-wrapper .wpcf7 form .wpcf7-email{
    border-radius: 50px;
    border: none;
    box-shadow: none;
    height: 36px;
    margin-bottom: 19px;
    padding: 0 20px;
    font-size: 14px;
    color: #222;
}
.footer-wrapper .wpcf7 form .wpcf7-submit{
    box-shadow: 0px 0px 10px 0px #FFFFFF33;
    background: #DA0000;
    display: block;
    width: 100%;
    border-radius: 50px;
    height: 44px;
    font-family: Arial;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
    border: none;
    text-transform: unset;
    letter-spacing: 0;
}
.footer-wrapper .wpcf7 form .wpcf7-response-output{
    color: #fff;
    border-color: #fff;
}
.footer-wrapper .copyright p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: #d22721;
    display: flex;
    align-items: center;
    justify-content: center;
}