/** Another Styles **/

.service-icon .icofont {
    font-size: 50px;
}

.section-content a {
    text-decoration: none;
    color: #595959;
}

.navbar-solid .navbar-right {
    margin-top: 10px !important;
}

.ion-drag {
    color: #742a2b !important;
}

.blog-content h4 a:hover {
    color: #742a2b !important;
}

.footer-menu a {
    color: #029415 !important;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #943334 !important
}

.contact-info a:hover {
    color: #742a2b !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #ffffff !important;
}

/** Paddings and Margins **/

.custom-pb-30 {
    padding-bottom: 30px;
}

.custom-pb-50 {
    padding-bottom: 50px;
}

.custom-language {
    margin-top: -10px !important;
}

/* Colors */

.custom-partners-white {
    color: #FFF !important;
}

.custom-partners::after {
    background-color: #FFF !important;
}

/** Media Queries **/

@media (max-width: 992px) and (min-width: 768px){
    #fixedTopNav {
        padding-bottom: 15px !important;
    }
    .navbar .navbar-right{
        margin-top: 10px !important;
    }
}

@media (max-width: 768px){
    #fixedTopNav {
        padding-bottom: 15px !important;
    }
}
