/* red color = #df2325 */
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #00599D!important;
}

::selection {
    background: #00599D!important;
    color: #FFF;
    text-shadow: none;
}

.btn {
    background-color: #00599D;
    border-color: #00599D;
}

.btn:hover {
    background-color: #003883;
    border-color: #003883;
}

.btn.btnRed:hover span {
    color: #fff;
}

.owl-carousel.arrows-creative .owl-nav [class*="owl-"]:hover {
    color: #262626;
    background-color: #00599D;
}

.btn.btn-dark, .btn.btn-dark, .btn.btn-dark {
    background-color: #00599D;
    border-color: #00599D;
    color: #fff;
}

.btn.btn-dark:hover, .btn:focus, .btn:active {
    background-color: #003883;
    border-color: #003883;
    color: #fff!important;
}

#goToTop:after, #goToTop:before {
    background-color: #00599D;
    color: #ffffff;
}

#goToTop:hover i {
    color: #ffffff;
}

#mainMenu div ul li:hover a {
    color: #00599D;
}

.social-icons ul li a:hover i {
    color: #ffffff;
}

.social-icons ul li a:active, a:focus i {
    color: #000000;
}

.btnBuy:hover span {
    color: #4c5667!important;
}

.btnBuy:focus span {
    color: #4c5667!important;
}

.iconCheckColor {
    color: green;
}

.iconEmptyColor {
    color: red;
}

#tableFunctionality tr td:first-child {
    text-align: left;
    width: 220px;
}

#tableFunctionality tr td {
    text-align: center;
}

h1,h2,h3,h4,h5,h6,abbr, .poppinsFont {
    font-family: 'Raleway', sans-serif !important;
}

.hr-title abbr{
    font-weight: bold;
}