/* NAVBAR START */
.navbar li a:hover, 
.navbar .dropdown ul li a:hover {
    color: rgb(255, 167, 38);
}

.navbar .active {
    color: white;
}

.navbar .getstarted, .navbar .getstarted:focus {
    border: 2px solid rgb(255, 167, 38);
}

.navbar .getstarted:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border-color: rgb(255, 167, 38);
}

.navbar li a, 
.navbar .dropdown ul li a {
    color: #2be9e3;
}

#header.header-scrolled, #header.header-inner-pages {
    background: rgba(4, 100, 97, 0.9);
}

/* NAVBAR END */

/* ABOUT US START */

/* .accordion-list a:hover {
    color: rgb(255, 167, 38);

} */

/* ABOUT US END */

/* ARTICLES START */
/* .pricing h3:hover {
    color: rgb(255, 167, 38);
}

.pricing .view-article-page .buy-btn {
    background: #37517e;
    color: rgb(255, 167, 38);

}

.pricing .view-article-page .buy-btn:hover {
    color: #37517e;
    background: rgb(255, 167, 38);
    font-weight: 600;
    border: none;
}

.pricing .buy-btn {
    font-weight: normal;
}
.pricing .featured .buy-btn:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border-color: rgb(255, 167, 38);
} */

/* ARTICLES END */

/* SERVICES START */

/* .services .icon-box h4 a:hover, 
.services .icon-box:hover {
    color: rgb(255, 167, 38);
} */

/* SERVICES END */

/* CALL TO ACTION START */

/* .cta .cta-btn:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border-color: rgb(255, 167, 38);
} */

/* CALL TO ACTION END */

/* CONTACT US START */

.contact .php-email-form button[type=submit] {
    background: #37517e;
}

.contact .php-email-form button[type=submit]:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border-color: rgb(255, 167, 38);
}

/* CONTACT US END */

/* GRIP REGISTRATION START */

.form-group .grip, .form-control .grip {
    padding: .75rem .75rem;
}

.form-check .form-check-input {
    height: 1.5em;
    width: 1.5em;
    margin-right: 10px;
}

/* GRIP REGISTRATION END */

/* ARTICLES START */
    .article .info {
        border-top: 3px solid #47b2e4;
        border-bottom: 3px solid #47b2e4;
        padding: 30px;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
    }

    .article h4 {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 18px;
        color: #37517e;
    }

    .article h5 span {
        color: #47b2e4;
        display: block;
        font-size: 1rem;
        font-style: italic;
    }

    .archives {
        padding-left: 25px;
    }

    .archives label {
        font-weight: 600;
        font-size: 16px;
        color: #37517e;
    }

    .archives h6 {
        color: red;
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
        color: #37517e;
    }

    .archives h6:hover {
        color: rgb(255, 167, 38);
    }

/* ARTICLES END */

/* EVENTS START */

.event-title {
    font-size: 16px;
}

.modal-body label {
    font-style: italic;
    color: gray;
}

/* EVENTS END */


/* PRIVACY POLICY START */

    .privacy-policy .section-title {
        padding-left: 50px;
        padding-right: 50px;
    }

    .privacy-policy ul li {
        list-style-type: none;
    }

    .privacy-policy h3 {
        font-size: 20px;
        color: #37517e;
    }

/* PRIVACY POLICY END */

/* VIEW IMAGE START */

.portfolio .portfolio-item .portfolio-info {
    left: 0px;
    right: 0px;
    padding: 20px 15px;
}

/* VIEW IMAGE END */

/* FOOTER START */

#footer .footer-newsletter form input[type=submit]:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border-color: rgb(255, 167, 38);
}

#footer .footer-top .social-links a {
    background: #37517e;
}

#footer .footer-top .social-links a:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border-color: rgb(255, 167, 38);
}

.back-to-top {
    background: #37517e;
}

.back-to-top:hover {
    background: rgb(255, 167, 38);
}

/* FOOTER END */