﻿
/* List */
.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block;
}

/* Bottom Menu */
.bottom-menu ul li {
    margin-bottom: 10px;
}

    .bottom-menu ul li a {
        color: #aeafb3;
        font-weight: 600;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .bottom-menu ul li a:hover {
            color: #ffbf10;
        }

.bottom-menu ul.border-bottom-dashed li {
    border-bottom: 1px dashed #464b5c;
    padding-bottom: 7px;
    margin-bottom: 4px;
}

    .bottom-menu ul.border-bottom-dashed li:last-child {
        border: none;
    }

.bottom-menu.menu-half ul {
    display: inline-block;
}

    .bottom-menu.menu-half ul:last-child {
        margin-left: 55px;
    }

    .bottom-menu.menu-half ul li:last-child {
        margin-bottom: 0;
    }

.tl-copyright {
    background: #000;
}
/* Footer
===========================================171719 */
/*.tl-footer { background: #26272e; padding: 80px 0; }*/
.tl-footer {
    /*background: rgba(38, 39, 46, 0.9);*/
    padding: 80px 0;
}

.tl-footer-info .container {
    border-bottom: 1px dashed #464b5c;
    padding-bottom: 55px;
    margin-bottom: 78px;
}

.footer-title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

    .footer-title span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        margin-top: 13px;
        display: inline-block;
    }

.footer-contact-info i {
    float: left;
    font-size: 50px;
    margin-right: 20px;
    position: relative;
    top: 0px;
}

.footer-contact-info h3,
.footer-contact-info p {
    margin-left: 19px;
    color: #fff;
}

.footer-contact-info h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 3px;
}

.footer-contact-info p {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 0;
}

.footer-contact-info.color-yellow i,
.footer-contact-info.color-yellow p {
    color: #ffbd0a;
}

.footer-contact-info.color-green i,
.footer-contact-info.color-green p {
    color: #a6c437;
}

.footer-contact-info.color-orange i, .footer-contact-info.color-orange a,
.footer-contact-info.color-orange p {
    color: #f05a21;
}

/* Footer Main */
.footer-logo a {
    margin-top: 8px;
    margin-bottom: 25px;
    display: inline-block;
}

.footer-logo img {
    max-height: 70px;
    float: right;
}
.brand-info {
    margin-top: 1.8rem;
    display: inline-block;
}
.brand-name {
    color: #fbfbfb;
    font-weight: 600;
    font-size: 1.314rem;
    line-height: 1;
}
.brand-text {
    color: #7e7e7e;
    font-size: 1.21rem;
    font-weight: 600;
    margin-top: -0.3rem;
}
.footer-logo p {
    line-height: 30px;
    margin-bottom: 20px;
    color: #aeafb3;
}

.footer-contact-details {
    margin-bottom: 30px;
}

    .footer-contact-details ul li {
        color: #aeafb3;
        margin-bottom: 2px;
    }

        .footer-contact-details ul li:last-child {
            margin-bottom: 0;
        }

.footer-scoial-links ul li a i {
    display: block;
    margin-right: 13px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 12px;
}

    .footer-scoial-links ul li a i.fa-facebook {
        background: #3b5998;
    }

    .footer-scoial-links ul li a i.fa-twitter {
        background: #1da1f2;
    }

    .footer-scoial-links ul li a i.fa-linkedin {
        background: #0077b5;
    }

    .footer-scoial-links ul li a i.fa-vimeo {
        background: #1ab7ea;
    }

.main-footer-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
}

    .main-footer-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 45px;
        height: 1px;
        background: #a6c437;
    }

    .main-footer-title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -16px;
        width: 45px;
        height: 1px;
        background: #1C86BD;
    }

.course-list li {
    margin-bottom: 20px;
}

    .course-list li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .course-list li a img {
            float: left;
            width: 60px;
            height: 60px;
        }

        .course-list li a h6 {
            padding-left: 20px;
            font-size: 14px;
            color: #aeafb3;
            line-height: 26px;
            margin-bottom: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .course-list li a h6:hover {
                color: #ffbf10;
            }

    .course-list li:after {
        content: "";
        display: block;
        clear: both;
    }

    .course-list li:last-child {
        margin-bottom: 0;
    }

/* Copyright
=========================================== */

.copyright-text {
    margin-top: 2.6rem;
}

.tl-contact-us .row {
    background: #f9f9f9;
    border-radius: 25px;
    padding: 80px 0;
}

.contact-us-wrapper .contact-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.contact-us-wrapper ul li {
    font-family: "Poppins", sans-serif;
    color: #6c6b74;
    font-weight: 500;
}

    .contact-us-wrapper ul li:not(:last-child) {
        margin-bottom: 5px;
    }

.contact-us-wrapper p {
    font-family: "Poppins", sans-serif;
    color: #6c6b74;
    font-weight: 500;
}

.contact-us-wrapper .contact-link {
    margin-bottom: 0;
    color: #f05a21;
}
