div#Header_creative, #menu, #Footer {
    background-color: #000 !important;
}

.tp-caption {
    background-color: #ffffff7d;
    padding: 40px !important;
    box-shadow: 0 0 20px #ffffff;
}
.tp-caption .themecolor{
    font-size: 3rem !important;
    line-height: 3rem !important;
    font-weight: bolder !important;
}
div#Action_bar .social li a {
    color: #959696 !important;
}
div#Action_bar .social li a:hover {
    color: #d8b323 !important;
}

@media only screen and (max-width: 767px) {
    #Header_creative {
        position: fixed !important;
    }
    .tp-caption .themecolor{
        font-size: 2rem !important;
        line-height: 2rem !important;
        font-weight: bolder !important;
    }
    .mfn-main-slider{
        margin-top: 80px !important;
    }
    #Top_bar {
        background: #000 !important;
    }
    .section_wrapper, .container, .four.columns {
        width: 90% !important;
    }
}


.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    transition: 0.5s;
}

.dropdown {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: 0.3s;
    padding: 10px 0;
    transition: 0.5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #494949e8;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
    min-width: 160px;
    transition: 0.5s;
}

.dropdown-content a {
    color: #959696;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #959696;
    transition: 0.5s;
}

.dropdown-content a:hover {background-color: #686868;}

.dropdown:hover .dropdown-content {display: block;}
.dropdown i {
    color: #959696;
}
@media only screen and (max-width: 1239px){
    .dropdown {
        width:40px;
        position:absolute;
        left:10px;
        height:40px
    }  
}    
