/* --------------------------------------
=========================================
COLOR : BLUE 

MAIN COLOR CODE: rgba(16, 20, 23, 1)

DEEP COLOR CODE: #0477b1
=========================================
----------------------------------------- */

::-moz-selection {
    background: rgba(16, 20, 23, 1);
}

::selection {
    background: rgba(16, 20, 23, 1);
}

::-moz-selection {
    background: rgba(16, 20, 23, 1);
}

a {
    color: #888888;
}

a:hover {
    color: #FFFFFF;
}

.strong-color {
    color: rgba(16, 20, 23, 1)!important;
}

.default-button {
    background: rgba(16, 20, 23, 1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, rgba(16, 20, 23, 1)));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(16, 20, 23, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(rgba(16, 20, 23, 1)));
    background: linear-gradient(to bottom, #333333 0%, rgba(16, 20, 23, 1) 100%);
    -webkit-box-shadow: 0px 3px 0px #333333;
    box-shadow: 0px 3px 0px #333333;
}

.default-button:hover {
    background: rgba(16, 20, 23, 1) !important;
}

.default-button:active {
    background: #cccccc!important;
}

.about-icon-wrapper .fa {
    color: #cccccc;
}

.single-service-icon {
    color: #cccccc;
}

.contact-info .fa {
    color: #cccccc;
}

.footer {
    background: #101417;
}

.footer-line {
    border-top: 1px solid #333333
}
