/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

header.header.sticky {
    /*
    background: -webkit-linear-gradient(left, #480048, #C04848)!important;
    background: linear-gradient(to right, #480048, #C04848)!important;
    */
    
    background: -webkit-linear-gradient(left, #008000, #66CDAA)!important;
    background: linear-gradient(to right, #008000, #66CDAA)!important;
    
}

header.header {
    /*
    background: -webkit-linear-gradient(left, #480048, #C04848)!important;
    background: linear-gradient(to right, #480048, #C04848)!important;
    */
    border:none;
    background: -webkit-linear-gradient(180deg, rgba(4,5,52,1) 9%, rgba(0,1,10,0) 100%)!important;
    background: linear-gradient(180deg, rgba(4,5,52,1) 9%, rgba(0,1,10,0) 100%)!important;
    
}

.hero_in_page{
    height:150px;
}

body .uwy.userway_p7 .uai, body .uwy.userway_p8 .uai {
    top : calc(100vh - 60px)!important;
}

body .uwy.userway_p1 .uai {
    top : calc(100vh - 60px)!important;
    
}

.post-content ul , .post-content ol{
    margin: 1em 0;
    padding: 0 0 0 40px;
}

.post-content p {
    margin-bottom: 1em!important;
}