/*
Theme Name: Wormwoods
*/



#inner-banner {
    background-color: #131d29;
    height: 300px;
}
#inner-banner .inner-ban-text {
    margin-top: 140px;
}
#inner-banner .inner-ban-text h1 {
    font-size: 45px;
    font-weight: 500;
    color: var(--white);
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
#inner-banner .bread {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-weight: 500;
}
#inner-banner .bread a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .4s ease-in-out;
}
#inner-banner .inner-ban-text i {
    font-size: 14px;
}
#inner-banner .inner-ban-text span {
    opacity: 0.8;
}


#inner-banner.innerbanner .inner-ban-text {
    margin-top: 0;
}
