/*You can add your won color also */
a {
    color: #2868bf;
}

a:hover {
    color: #1b7bc7;
}

.section-titile-bg {
    color: #2868bf;
}

.section-title::before {
    background-color: #2868bf;
}

.subtitle {
    color: #2868bf;
}

.btn-common {
    background: #2868bf;
}

.btn-common:hover,
.btn-common:focus {
    background: #1b7bc7 !important;
}

.btn-round {
    background: #2868bf !important;
}

.btn-round:hover {
    background: #1b7bc7 !important;
}

/* ScrollToTop */
a.back-to-top i {
    background-color: #2868bf;
}


.slicknav_btn {
    border-color: #2868bf;
}

.slicknav_menu .slicknav_icon-bar {
    background: #2868bf;
}

.slicknav_menu .slicknav_icon-bar:hover {
    background: #2868bf;
}

.navbar li.active a.nav-link {
    /*color: #2868bf !important;*/
    color: #f7f7f7 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #f7f7f7 !important;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
    color: #2868bf;
}

.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:active {
    color: #2868bf;
    background-color: #fafafa;
}

.work-counter-widget i {
    color: #2868bf;
}

.portfolio-nav ul.nav li a:hover,
.portfolio-nav ul.nav li a.active {
    background: #2868bf;
}

.about-single i {
    color: #2868bf;
}

.about-single:hover i {
    background: #2868bf;
}

.Material-tab ul.nav.nav-tabs li .active {
    background: #2868bf !important;
}

.single-blog-post .post-meta a:hover {
    color: #2868bf;
}

.contact-widget-section .single-contact-widget i {
    color: #2868bf;
}

.single-service-widget i {
    color: #2868bf;
}

#testimonial-carousel .owl-pagination .owl-page.active span {
    background: #2868bf;
}

.form-submit button.btn-common.disabled {
    background: #2868bf !important;
    opacity: 0.7;
    cursor: not-allowed;
}

.owl-carousel .owl-controls .owl-page.active span {
    border: none;
    background: #fff !important;
    opacity: 1;
}

.Material-tab-default ul.nav.nav-tabs li.active a {
    color: #2868bf;
}

.Material-default-accordion .panel-default .panel-heading a {
    background-color: #2868bf;
}

.icon-round,
.icon-box {
    background: #2868bf;
}

.icon-common {
    color: #2868bf;
}

.price span {
    color: #2868bf;
}

.pricing-button a.btn-pricing {
    background-color: #2868bf;
}

.Material-error-section h1 {
    color: #2868bf;
}

.comment-box .form-control,
.comment-box textarea {
    font-weight: 500;
    color: #2868bf;
}

.find-widget {
    padding: 10px 0;
}

.find-widget i {
    background: #2868bf;
}

.footer-widget-container {
    border-top: 4px solid #2868bf;
}

ul.footer-contact li span {
    background: #2868bf;
}

.footer-contact ul li i {
    background: #2868bf;
    border-color: #2868bf;
}

.page-footer .link-widget ul li a:hover {
    color: #2868bf;
}

.page-footer .recent-widget p a:hover {
    color: #2868bf;
}

.form-group.is-focused .form-control {
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2868bf), to(#2868bf)),
        -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#2868bf, #2868bf), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#2868bf, #2868bf), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#2868bf, #2868bf), linear-gradient(#D2D2D2, #D2D2D2);
}

.page-footer .footer-title::before {
    background: #ffffff;
}