#block16 .text_to_html{
    padding: 3rem 0;
    text-align: center;
    background: #001c45;
}

#block16 .text_to_html .btn.btn-primary {
    border-radius: 0;
    text-transform: uppercase;
    padding: 13px 25px;
    font-weight: 600;
}

#block19 {
    padding: 3rem 0;

}

#block19 img {
    padding: 3rem 0;
    max-width: 150px
}

#block20 {
    padding: 3rem 0;
    background: #001c45;
}

#block20 .text_to_html a,
#block20 .text_to_html p {
    color: #fff;
}

#block20 .footer-widget .footer_menu a {
    color: #fff !important;
}

#block20 .footer-widget .widget-title  {
    color: #fff !important;
    text-transform: uppercase;
    border-bottom: 2px solid #4272d7;
    margin-bottom: 25px;
}

#block20 .footer-widget .footer-menu {
    padding-left: 0;
}

#block20 .footer-widget .footer-menu .text-decoration-none {
    color: #fff !important;
}

#block20 .footer-widget .footer-menu > li > a > p {
    color: #fff !important;
}

#block20 .copyright-area {
    color: #fff !important;
}

#block20 .social-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#block20 .social-links ul > li {
    border-radius: 50%;
}

#block20 .social-links ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgb( 11, 52, 113);*/
    background: #4272d7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#block20 .social-links ul > li > a:hover {
    text-decoration: none;
    background: #fff;
    color: #001c45;
}


#slider3 .hybtn {
    background-color: #f8b300;
    color: #001c45;
    border-color: #001c45;

}

#slider3 .hybtn:hover {
    background-color: #001c45;
    color: #f8b300;
    border-color: #f8b300;
    text-decoration: none;
}
