.flex-control-nav {
    bottom: -55px !important
}

@media only screen and(max-width:768px) {
    .jumbo_page_title {
        bottom: -50px !important;
    }
}

.post_featured img {
 
  transition: transform .2s; /* Animation */
 
}
.post_featured img:hover {
    
    transform: scale(1.5);
    
}


/* CUSTOM TITLE IMMOBILE */
.custom-property-title {
    position: absolute !important;
    line-height: 50px !important;
    top: 35% !important;
    left: 50% !important;
    transform: translate(-50%, -25%) !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    z-index: 999 !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
}

/* CUSTOM BTN */

.custom_button {
    width: 100px;
    background-color: #e6d6b8;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    transition: all 0.2s;
}

.custom_button a {
    color: #1e4363 !important
}

.custom_button:hover {
    background: #1e4363;
    /* color:#1e4363 !important; */
}

.custom_button:hover a {
    color: #e6d6b8 !important;
}

/* .custom_button:focus{
    background:#000;
    color:#fff;
} */

.trx_addons_icon-menu::before{
    color:#e6d6b8 !important;
} 


.sub-menu li a {
    font-size: 15px !important;
}