/* your styles go here */

.hero-image{
    width: 100%
}

img.site-logo{
    height: 30px
}

.about-image{
    height: 130px;
}

.feature-icon{
    font-size: 30px;
    color: var(--theme-color2);
}

/* Contact Page  */

.contact-section{
    margin-top: 150px
}

/* Login Page  */
.sign-side-image{
    width: 500px;
}

/* Sidebar Scroll */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: var(--theme-color); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color); 
}

/* Sidebar Scroll */

/* Extra Page Start */
.hero-wrap{
    height: 400px
}

.extra-page-header{
    padding-top: 200px
}

.extra-page-header .breadcrumbs a{
    color: var(--theme-color2);
}

.extra-page-header .breadcrumbs span{
    color: #fff;
}

.extra-page-header .breadcrumbs i{
    color: #fff;
}

.extra-page-header .bread{
    color: #fff;
}

/* Extra Page End */