
::-moz-selection {
    background: #008ed6;
}

::selection {
    background: #008ed6;
}

::-moz-selection {
    background: #008ed6;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.strong-color {
    color: #008ed6!important;
}

.default-button {

background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


}

.default-button:hover {
    background:rgba(0,0,0,0.5); !important;
}

.default-button:active {
    background:rgba(0,0,0,0.5); !important;
}

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

.single-service-icon {
    color: #008ed6;
}

.contact-info .fa {
    color: #008ed6;
}

