@charset "UTF-8";

.ec-footer {
    color: #ffffff;
    background: #111;
}

    .ec-footer .footer-top {
        border-top: 1px solid #3c3c3c;
    }

        /*        .ec-footer .footer-top .col-sm-12 {
            width: 20%;
        }*/

        .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 18px;
            color: #ffffff;
            letter-spacing: 0;
            position: relative;
            display: block;
            width: 100%;
            padding-bottom: 7px;
            text-transform: uppercase;
        }

            .ec-footer .footer-top .ec-footer-widget .ec-footer-heading::before {
                content: "";
                position: absolute;
                top: auto;
                right: 0;
                left: 0;
                height: 1px;
                border-bottom: 1px solid #00969b;
                bottom: 0;
                width: 53px;
            }

        .ec-footer .footer-top .ec-footer-widget .s-head {
            display: none;
        }

        .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
            display: block;
            margin: 0;
            line-height: 1.5;
            border: 0;
            padding: 0;
            font-weight: 400;
            font-size: 16px;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
                margin-bottom: 16px;
            }

            .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-size: 16px;
                line-height: 20px;
                padding: 0;
                color: #ffffff;
                margin-bottom: 0;
                display: inline-block;
                position: relative;
                word-break: break-all;
                opacity: 0.4;
                letter-spacing: 0;
                font-weight: 300;
            }

                .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a:hover {
                    color: #00969b;
                    opacity: 1;
                }

        .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li:first-child {
            -webkit-box-align: self-start;
            -ms-flex-align: self-start;
            align-items: self-start;
        }

        .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li p {
            font-weight: 300;
            opacity: 0.4;
        }

        .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links a {
            text-transform: unset;
        }

        .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link span {
            width: 35px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .ec-footer .footer-top .ec-footer-social {
            margin-bottom: 0;
        }

            .ec-footer .footer-top .ec-footer-social ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link {
                padding-left: 5px;
            }

                .ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
                    margin-bottom: 0;
                }

                .ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a {
                    text-transform: capitalize;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 15px;
                }

                    .ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a i {
                        font-size: 25px;
                        margin-left: 10px;
                    }

.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    z-index: 1;
}

    /*h1, h2, h3, h4, h5, h6 {
    color: var(--color-dark);
    margin: 0px;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: 1.2;
}*/

    .footer-widget-title::before {
        position: absolute;
        content: '';
        z-index: -1;
        width: 80%;
        height: 2px;
        background: rgba(255, 255, 255, 0.2);
        bottom: 0;
        right: 0;
    }

    .footer-widget-title::after {
        position: absolute;
        content: '';
        z-index: 1;
        width: 45px;
        height: 2px;
        background-color: #00969b;
        bottom: 1px;
        right: 18px;
    }

.pt-20 {
    padding-top: 20px
}
@media (max-width: 768px) {
    .footer-widget-title-sm {
        color: var(--color-white);
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 15px;
        z-index: 1;
    }



        .footer-widget-title-sm::before {
            position: absolute;
            content: '';
            z-index: -1;
            width: 80%;
            height: 2px;
            background: rgba(255, 255, 255, 0.2);
            bottom: 0;
            right: 0;
        }

        .footer-widget-title-sm::after {
            position: absolute;
            content: '';
            z-index: 1;
            width: 45px;
            height: 2px;
            background-color: #00969b;
            bottom: 1px;
            right: 18px;
        }
}