﻿
/* ===================================
    Footer
====================================== */

footer {
    background: #333;
    color: rgba(255, 255, 255, 0.85);
    padding: 50px 0 0;
    bottom: 0px;
}

.footer-bar {
    text-align: center;
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 50px;
    text-align: center;
}

    .footer-bar a {
        color: rgba(255, 255, 255, 0.85);
    }

        .footer-bar a:hover {
            color: #fff200;
        }

.footer-bar span {
    font-size: 15px;
    font-weight: 400;
}

        footer h3:after {
            content: '';
            display: block;
            width: 70px;
            height: 2px;
            background: #ffffff;
            margin-top: 12px;
        }

.footer-social-icons5 ul {
    margin-bottom: 0;
}

    .footer-social-icons5 ul li {
        display: inline-block;
        color: #6f6f6f;
        margin-bottom: 0;
    }

        .footer-social-icons5 ul li a {
            color: #fff;
            display: block;
            font-size: 35px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            width: 60px;
            -webkit-transition-duration: .3s;
            transition-duration: 0.3s;
            border-radius: 10%;
        }

        .footer-social-icons5 ul li:hover {

        }

            .footer-social-icons5 ul li:hover i {
  
            }
                .footer-social-icons5 ul li:hover i.fa-facebook-f {
                     
                }



                .footer-social-icons5.small ul li {
                    margin-bottom: 0;
                }

    .footer-social-icons5.small ul li a {
        font-size: 12px;
        height: 25px;
        line-height: 30px;
        width: 25px;
    }



.footer-list {
    margin: 0;
}

    .footer-list li {
        list-style-type: none;
        color: rgba(255, 255, 255, 0.85);
        padding: 1px 0;
    }

        .footer-list li:first-child {
            padding-top: 0;
        }

        .footer-list li a {
            font-size: 15px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
        }

            .footer-list li a:hover {
                /*background-color: #fff200;*/
                color: #fff200;
            }

            .footer-list li a:before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #fff200; 
                margin-right: 8px;
                position: relative;
                top: -1px;
            }

            .footer-list li a:hover:before {
                background-color: #fff200;
                /*color: #fff200;*/
            }

/*            .footer-list li a:before {
                --fa: "\f111";
                content: var(--fa);
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                vertical-align: bottom;
                color: #fff200;
                padding-right: 8px;
                -webkit-transition-duration: .3s;
                transition-duration: .3s;
                font-size: 13px;
                position: relative;
                top: -2px;
            }

            .footer-list li a:hover {
                color: #ffffff;
                text-shadow: 2px 2px 8px #ffffff;
            }

                .footer-list li a:hover:before {
                    color: #084768;
                }*/


.footer-recent-post {
    margin: 15px 0;
}

.footer-recent-post-thumb {
    float: left;
    width: 25%;
}

.footer-recent-post-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}

    .footer-recent-post-content a {
        display: block;
        color: rgba(255, 255, 255, 0.85);
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        margin-top: -5px;
    }

        .footer-recent-post-content a:hover, .footer-recent-post-content a:active, .footer-recent-post-content a:focus {
            color: #084768;
        }

    .footer-recent-post-content span {
        color: #fff;
    }



.footer-top-bar {
    background: #5E9ABF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.center-content {
    align-items: center;
    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

a.whtTextLink:hover {
    color: #041E4A !important;
}

.pt_1, .py_1 {
    padding-top: 1rem;
}
.pb_1, .py_1 {
    padding-bottom: 1rem;
}

.footer-list .removedeco li a {
    list-style-type: none !important;
}

.footer-list .removedeco li a:hover {
    color: #ffffff;
}



.logoFootContainer {
    max-width: 250px;
    margin-bottom: 10px;
    /*margin-bottom: 15px;*/
}

@media screen and (max-width: 769px) {
/*    footer {
        padding-top: 30px;
    }*/

    .footer-bar {
        /*margin-top: 30px;*/
        margin-top: 20px;
    }

    .footer-subscribe .butn {
        line-height: 22px;
    }

    .footer-bar p {
        font-size: 13px;
    }
}

@media screen and (max-width: 425px) {
}
@media screen and (min-width: 796px) {
}
