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

.navbar .active {
    color: white;
}

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

.navbar .getstarted, .navbar .getstarted:focus {
    border: 2px solid 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 */

/* HERO SECTION START */

#hero {
    background: #046461;
}

.clients img {
    filter: none;
}

#hero .btn-get-started {
    background: rgb(255, 167, 38);
    color: #37517e;
}

#hero .btn-get-started:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border: 1px solid white;
}

#hero .btn-watch-video i:hover {
    color: rgb(255, 167, 38);
}

/* HERO SECTION END */

/* ABOUT US START */

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

}

/* ABOUT US END */

/* ARTICLES START */

.pricing .row {
    padding-top: 15px;
}

.pricing .box {
    padding: 60px 40px 30px;
}

.pricing h3 {
    font-size: 18px;
}

.pricing h4 span {
    font-size: 16px;
}

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

.pricing .view-article-page .buy-btn {
    background: #37517e;
}

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

.pricing .buy-btn {
    font-weight: normal;
    border: none;
}

.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 .info .icon-box i:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
}

/* CONTACT US 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:hover {
    background: rgb(255, 167, 38);
    color: #37517e;
    border-color: rgb(255, 167, 38);
}

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

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

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

/* FOOTER END */