.footer_class {
    font-size: 0.9rem;
    color: rgb(163, 163, 163);
}

.footer_title {
    color: #ffc107;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
}

/* dirano */
.bg-footer-darker {
    background: #000;
    /* background: rgb(60, 90, 153); */
}

.bg-footer-lighter {
    background: #222;
    /* background: rgb(139,157,195); */
}

.logo-footer {
    margin-bottom: 40px;
}

.logo-footer-img{
    margin-bottom: 30px;
}

footer p {
    color: rgb(163, 163, 163);
}

.icon_footer {
    color: #00bcd4;
}

.icon_footer:hover {
    color: #ffc107;
}

.footer_list_gallery {
    color: rgb(163, 163, 163);
}

.btn-footer {
    color: rgb(163, 163, 163);
    text-decoration: none;
    border: 1px solid;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}

.btn-footer:hover {
    color: #ffc107;
    border: 0px solid;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.social .fa {
    font-size: 20px;
    padding: 10px 15px;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

footer ul li a {
    text-decoration: none;
    color: rgb(163, 163, 163);
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: none;
    color: #ffc107;
    font-weight: 700;
    text-decoration: none;
}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}

.footer_text_bottom {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: rgb(128, 128, 128);
    font-size: 15px;
}

.footer_text_bottom a {
    font-weight: bold;
    color: #00bcd4;
}

.footer_text_bottom a:hover {
    font-weight: bolder;
    color: #ffc107;
}

/* custom scrollbar */

/* width */

::-webkit-scrollbar {
    width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #ffc107;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #00bcd4;
}