#footer {
    position: relative;
    padding: 50px 0 50px;
    background: #122d26;
}
.text-yellow{
    color:#fbc668!important;
}
.foot-logo {
    margin-bottom: 30px;
    position: relative;
}

.foot-logo img {
    width: auto;
}

.contact-infor {
    position: relative;
}

.content-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #fbc668;
    padding-bottom: 10px;
}

.content-title h1 {
    font-size: 50px;
    line-height: normal;
    color: #fbc668;
    font-weight: 700;
}

.content-title p {
    font-size: 20px;
    line-height: normal;
}

.contact h4 {
    font-size: 20px;
    line-height: normal;
    color: #1a1a1a;
    font-weight: 600;
}

.footer-cont {
    position: relative;
    margin-bottom: 15px;
}

.footer-cont a {
    color: #6a6a6a;
}

.footer-cont a:hover {
    color: #fbc668;
}


.cont-text i {
    position: relative;
    margin-right: 10px;
    color: #fbc668;
}

.cont-text p {
    position: relative;
    margin-bottom: -5px;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: normal;
}

.cont-text p span {
    font-weight: 600;
    color: #fbc668;
}


#copyright {
    background: #fbc668;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

#copyright a {
    color: #fff;
}

@media (max-width: 992px) {
    #footer {
        padding: 25px 0;
    }

    .foot-logo img {
        height: 200px;
    }

    .foot-logo {
        margin-bottom: 20px;
    }

    .content-title h1 {
        font-size: 25px;
    }

    .contact-infor h3 {
        font-size: 20px;
    }

    .footer-cont {
        margin-bottom: 15px;
    }

    .cont-text p {
        font-size: 16px;
    }

    #copyright {
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .content-title p {
        font-size: 16px;
    }

    .contact h4 {
        font-size: 18px;
    }

}





@media (max-width: 789px) {
    #back-to-top {
        cursor: pointer;
        right: 0;
        display: block !important;
        width: 100%;
        background-color: #272a31;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        padding: 8px 5px 14px;
        letter-spacing: 0.02em;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }

    #section-footer {
        padding: 0px 0px;
    }

    #back-to-top .icon {
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 2px
    }

    #back-to-top:hover {
        background: #fbc668;
        color: #fff
    }
}

@media (max-width: 789px) and (max-width: 767px) {
    #back-to-top {
        display: block
    }
}

@media (min-width: 789px) {
    #back-to-top {
        cursor: pointer;
        /*display: none;*/
        opacity: 0;
        position: fixed;
        right: 0;
        bottom: 10%;
        z-index: 6;
        width: 62px;
        height: 62px;
        font-size: 39px;
        line-height: 39px;
        background-color: #272a31;
        color: #fff;
        text-align: center;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        backface-visibility: hidden -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #back-to-top .icon {
        font-size: 39px;
        line-height: 39px;
        position: relative;
        top: 10px;
        backface-visibility: hidden;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }

    #back-to-top .text {
        display: none;
    }

    #back-to-top:hover {
        background: #fbc668;
        color: #fff
    }

    #back-to-top span {
        color: #fff
    }


    #back-to-top.show {
        /*display: block;*/
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 789px) and (max-width: 789px) {
    #back-to-top {
        /*display: none !important*/
    }
}