.thumb-info-caption {
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #2c3237c7;
    width: 100%;
}

/* .thumb-info:hover .thumb-info-caption {
    background-color: #2c3237c7;
} */


.thumb-info-caption h3 {
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-box.feature-box-style-2 .feature-box-icon img {
    width: 50px;
}

.feature-box.feature-box-style-2 .feature-box-icon {
    top: 0px;
    width: 60px;
    padding: 0px;
}

html .btn-primary:hover, html .btn-primary.hover {
    background-color: #b27632;
    border-color: #b27632;
    color: #FFF;
}

.map{
    height: 600px;
    z-index: 1;
}

.bg-contact{
    background-color: #0b1116;
    position: absolute;
    /* z-index: 5; */
    padding: 30px;
    top: 10px;
    right: 20px;
    width: 400px;
}

.bg-contact p{
    color: #FFF;
}

.bg-contact2 p{
    color: #FFF;
}

.bg-contact2{
    width: 100%;
    margin-bottom: 0;
}


.feature-box-info > a{
    text-decoration: none !important;
    cursor: pointer;
}

.contact-g {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {

    .bg-contact2{
        width: 100%;
    }

    .contact-g {
        display: flex;
        flex-direction: column;
    }
    
}

.item-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-contact a p {
    font-size: 14px !important;
    margin-top: 10px !important;
    color: #999999 !important;
    
}

.footer-cont i {
    font-size: 20px;
    color: #999999 !important;
}