

.preloader,
.download,
.video,
.stats,
.features .future h4 i,
header,
.theme-background,
.team-item,
.panel-heading,
.waves .circle,
.scrolled,
.blog-item,
.color,
.optimal,
.masc,
.header-masc,
.pagination .active a {
    background: linear-gradient(45deg, #12540f 0%, hsla(252, 98%, 49%, 0) 70%),
    linear-gradient(135deg, #24d214 10%, #23571e 80%),
    linear-gradient(225deg, #030602 10%, hsla(252, 94%, 43%, 0) 80%),
    linear-gradient(315deg, #23571e  100%, hsla(189, 95%, 48%, 0) 70%);
}

@media (max-width: 992px) {
    .navbar,
    .navbar-collapse {
        background: linear-gradient(45deg, #12540f 0%, hsla(252, 98%, 49%, 0) 70%),
        linear-gradient(135deg, #24d214 10%, #23571e 80%),
        linear-gradient(225deg, #030602 10%, hsla(252, 94%, 43%, 0) 80%),
        linear-gradient(315deg, #23571e 100%, hsla(189, 95%, 48%, 0) 70%);
    }
}

h4 .color {
    background-color: #187014 ;
}

::-webkit-scrollbar-thumb {
    background: #323449 ;
}

/*** transparent gradient ***/

.header-masc,
.masc {
    background: linear-gradient(45deg, #12540f 0%, hsla(252, 98%, 49%, 0) 70%), 
    linear-gradient(135deg, #24d214 10%, #23571e 80%), 
    linear-gradient(225deg, #030602 10%, hsla(252, 94%, 43%, 0) 80%), 
    linear-gradient(315deg, #23571e 100%, hsla(189, 95%, 48%, 0) 70%);
}





/*** added ***/

@media (max-width: 995px) {

    .navbar-brand img {
        
        width: 55px;
        height: 55px;
        margin-top: -8px;
    }



    .scrolled .navbar-brand img {
        
        width: 55px;
        height: 55px;
        margin-top: -8px;

    }

}

@media (min-width: 995px) {

    .navbar-brand img {
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }


    .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: -3px;
    }


    .scrolled .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: 10px;
    }

    .scrolled .navbar-brand img {

        width: 60px;
        height: 60px;
        margin-top: 0px;
    }



    footer .footer-brand img {

        width: 60px;
        margin-top: 0px;
    }

}




.waves .circle-1 {
    position: relative;
    margin: auto;
    background-color: rgba(247, 250, 251, 1);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: wave 2s linear 0s infinite normal;
    animation: wave 2s linear 0s infinite normal;
}



.waves .circle-2 {
    position: relative;
    top: -120px;
    margin: auto;
    background-color: rgba(247, 250, 251, 1);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: wave 3s linear 0s infinite normal;
    animation: wave 3s linear 0s infinite normal;
}

.waves .circle {
    position: relative;
    top: -240px;
    margin: auto;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 10px;
    font-size: 29px;
    color: rgba(247, 250, 251, 1);
    -webkit-text-shadow: 0 0 35px rgba(0, 0, 0, .1);
    text-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.waves .circle img {
    width: 80px;
    padding-top: 10px;
    border-radius: 10%;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}








.video .waves .circle {
    position: relative;
    top: -240px;
    margin: auto;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 10px;
    font-size: 29px;
    color: rgba(247, 250, 251, 1);
    -webkit-text-shadow: 0 0 35px rgba(0, 0, 0, .1);
    text-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.video .waves .circle i.fa-play-circle{
    font-size: 76pt;
}
