

.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, #ffffff 0%, #e1e1e1 70%),
    linear-gradient(135deg, #ffffff 10%, #e1e1e1 80%),
    linear-gradient(225deg, #ffffff 10%, #e1e1e1 80%),
    linear-gradient(315deg, #ffffff  100%, #e1e1e1 70%);
}

@media (max-width: 992px) {
    .navbar,
    .navbar-collapse {
        background: linear-gradient(45deg, #ffffff 0%, #e1e1e1 70%),
        linear-gradient(135deg, #ffffff 10%, #e1e1e1 80%),
        linear-gradient(225deg, #ffffff 10%, #e1e1e1 80%),
        linear-gradient(315deg, #ffffff 100%, #e1e1e1 70%);
    }
}

h4 .color {
    background-color: #37474F ;
}

::-webkit-scrollbar-thumb {
    background: #37474F ;
}

/*** transparent gradient ***/
.header-masc,
.masc {
    background: linear-gradient(45deg, #ffffff 0%, #e1e1e1 70%), 
    linear-gradient(135deg, #ffffff 10%, #e1e1e1 80%), 
    linear-gradient(225deg, #ffffff 10%, #e1e1e1 80%), 
    linear-gradient(315deg, #ffffff 100%, #e1e1e1 70%);
}





/*** added ***/

@media (max-width: 995px) {

    .navbar-brand img {
        width: 73px;
        height: 48px;
        margin-top: -7px;

        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }



    .scrolled .navbar-brand img {
        width: 73px;
        height: 48px;
    }

}

@media (min-width: 995px) {

    .navbar-brand img {
        width: 98px;
        height: 64px;
        margin-top: -30px;

        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }


    .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: 98px;
        height: 64px;
        margin-top: -3px;
    }


    footer .footer-brand img {

        width: 100px;
        width: 90px;
        margin-top: -10px;
    }

}




.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(204, 199, 199, 0.1);
    text-shadow: 0 0 35px rgba(170, 170, 170, 0.1);
}

.waves .circle img {
    width: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 35px rgba(172, 172, 172, 0.1);
    box-shadow: 0 0 35px rgba(207, 206, 206, 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;
}
