/* -------------------------------------------

	Name: 		App ollo
	Author:		"Miller Digital Design" Nazar Miller
    Support:    miller.themes@gmail.com
	   		   
--------------------------------------------- */

.preloader,
.download,
.video,
.stats,
.features .future h4 i,
header,
.theme-background,
.team-item,
.panel-heading,
.scrolled,
.blog-item,
.color,
.optimal,
.masc,
.header-masc,
.pagination .active a {
    background: linear-gradient(45deg, #337ab7 0%, hsla(209, 82%, 54%, 0.00) 70%), linear-gradient(135deg, #1e5b90 10%, hsla(217, 98%, 59%, 0) 80%), linear-gradient(225deg, #337ab7 10%, hsla(252, 94%, 43%, 0) 80%), linear-gradient(315deg, #337ab7 100%, hsla(189, 95%, 48%, 0) 70%)

}

@media (max-width: 992px) {
    .navbar,
    .navbar-collapse {
        background: linear-gradient(45deg, #337ab7 0%, hsla(209, 82%, 54%, 0.00) 70%), linear-gradient(135deg, #1e5b90 10%, hsla(217, 98%, 59%, 0) 80%), linear-gradient(225deg, #337ab7 10%, hsla(252, 94%, 43%, 0) 80%), linear-gradient(315deg, #337ab7 100%, hsla(189, 95%, 48%, 0) 70%)
    }
}

h4 .color {
    background-color: hsla(217, 98%, 59%, 0);
}

::-webkit-scrollbar-thumb {
    background: rgb(51, 122, 183);
}

/*** transparent gradient ***/

.header-masc,
.masc {
    background: linear-gradient(45deg, hsla(216, 67%, 39%, 0.5) 0%, hsla(252, 98%, 49%, 0) 70%), 
        linear-gradient(135deg, rgba(33, 86, 166, 0.5) 10%, hsla(217, 98%, 59%, 0) 80%), 
        linear-gradient(225deg, hsla(216, 67%, 39%, 0.5) 10%, hsla(252, 94%, 43%, 0) 80%), 
        linear-gradient(315deg, hsla(216, 67%, 39%, 0) 100%, hsla(189, 95%, 48%, 0) 70%);
}
