.primary-color,
.text-primary {
    color: #00748d !important;
}

    .primary-color:hover,
    .text-primary:hover {
        color: #00748d !important;
    }

a,
a:hover,
a:focus {
    color: #00748d;
}

ul.featured-list li:before {
    color: #00748d;
}

.header-toolbar a:hover {
    color: #00748d !important;
}

.header-toolbar .social-bar a:hover {
    color: #00748d;
}

.header-toolbar .tools li ul li a:hover {
    color: #00748d !important;
}

.header-toolbar .tools li:hover a {
    color: #00748d;
}

    .header-toolbar .tools li:hover a i {
        color: #00748d;
    }

.header .search i:hover {
    color: #00748d;
}

.header .tools a:hover,
.header .tools a:focus {
    color: #00748d;
}

.header .tools .signup:hover {
    /*  background: #00748d;*/
}

.header .tools .user:hover > a {
    color: #00748d;
}

.header .tools .cart-btn:hover .link {
    color: #00748d;
}

    .header .tools .cart-btn:hover .link:before {
        color: #00748d;
    }

.header .user:hover > a {
    color: #00748d;
}

.header .cart-btn .cart-dropdown .owl-prev div,
.header .cart-btn .cart-dropdown .owl-next div {
    background: #00748d !important;
}

.header .cart-btn .cart-dropdown .item .delete:hover {
    background: #00748d !important;
}

.header .cart-btn .cart-dropdown .item a .overlay,
.header .cart-btn .cart-dropdown .item .qnt-count .incr-btn:hover {
    background: #00748d !important;
}

.header .cart-btn .cart-dropdown .item .qnt-count .incr-btn.inactive:hover {
    background: #e7ecee !important;
}

.header .quick-search {
    border-bottom: 1px solid #5ca824;
}

    .header .quick-search .overlay {
        background: #00748d;
    }

    .header .quick-search .search-field:focus::-moz-placeholder {
        color: #00748d;
        opacity: 1;
    }

    .header .quick-search .search-field:focus:-ms-input-placeholder {
        color: #00748d;
    }

    .header .quick-search .search-field:focus::-webkit-input-placeholder {
        color: #00748d;
    }

.header.transparent.opaque .inner .tools a:hover,
.header.transparent.opaque .inner .tools a:focus {
    color: #00748d;
}

.header.transparent.opaque .inner .tools .signup:hover {
    background: #00748d;
}

.no-svg .header .tools .cart-btn {
    background: url(../../img/cart-btn/png/cart-btn-448956.png) 0px 0px no-repeat !important;
}

.header.transparent.opaque .inner .tools .btn-transparent:hover {
    color: #00748d !important;
    border-color: #00748d;
}

.menu ul li a:hover,
.menu ul li a:focus {
    color: #00748d;
}

.menu ul li.active a,
.menu ul li:hover a,
.menu ul li:focus a {
    color: #00748d;
}

.menu ul li .submenu li:hover a,
.menu ul li .submenu li.active a,
.menu ul li .submenu li:focus a,
.menu ul li .submenu li a i {
    color: #00748d;
}

.menu ul li .submenu li .sub-submenu li a:hover,
.menu ul li .submenu li .sub-submenu li.active a {
    color: #00748d;
}

.transparent.opaque li:hover a,
.transparent.opaque li.active a {
    color: #00748d;
}

.scroller .menu li a:after {
    background: #00748d;
}

.mega-menu a:hover {
    border-bottom-color: #00748d;
}

.mega-menu ul li.active a {
    color: #00748d !important;
}

.mega-menu ul li a:hover {
    color: #00748d !important;
}

.mega-menu .img-link:hover,
.mega-menu img-link.active {
    color: #00748d !important;
}

#nav-toggle:hover span,
#nav-toggle:hover span:before,
#nav-toggle:hover span:after {
    background: #00748d;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active:hover span:before,
#nav-toggle.active:hover span:after {
    background: #00748d;
}

.mobile-navi .mobile-search button[type=submit]:hover i {
    color: #00748d;
}

.mobile-navi a:hover,
.mobile-navi a:focus {
    color: #00748d;
}

.mobile-navi ul li.current a {
    color: #00748d;
}

.mobile-navi ul li span:hover {
    color: #00748d;
}

.mobile-navi ul li ul.submenu li a:hover,
.mobile-navi ul li ul.submenu li a:focus {
    color: #00748d;
}

.mobile-navi ul li ul.submenu li.current a {
    color: #00748d;
}

.mobile-navi ul li ul.submenu li ul.sub-submenu li a:hover,
.mobile-navi ul li ul.submenu li ul.sub-submenu li a:focus {
    color: #00748d;
}

.mobile-navi ul li ul.submenu li ul.sub-submenu li.current a {
    color: #00748d;
}

.btn-primary {
    background: #00748d;
}

    .btn-primary:hover {
        background: #51abcb;
    }

.btn-transparent {
    background: rgba(255, 255, 255, 0.2);
}

    .btn-transparent:hover {
        background: #fff;
    }

        .btn-transparent:hover.btn-primary {
            color: #00748d !important;
        }

.no-rgba .btn-transparent {
    background: #fff;
}

    .no-rgba .btn-transparent.btn-primary {
        color: #00748d !important;
    }

.btn-outlined.btn-primary {
    background: transparent;
    border-color: #00748d !important;
    color: #00748d !important;
}

    .btn-outlined.btn-primary:hover {
        background: #00748d;
    }

.submit-with-price {
    background: #00748d;
}

    .submit-with-price:hover {
        background: #51abcb;
    }

.checkbox .iradio.checked,
.radio .iradio.checked {
    border-color: #00748d;
}

    .checkbox .iradio.checked:after,
    .radio .iradio.checked:after {
        background: #00748d;
    }

.checkbox .icheckbox.checked,
.radio .icheckbox.checked {
    border-color: #00748d;
}

    .checkbox .icheckbox.checked:after,
    .radio .icheckbox.checked:after {
        color: #00748d;
    }

.light-version .submit-with-price:hover {
    color: #00748d;
}

.form-3d .datePicker .datepicker .fa:hover {
    color: #00748d !important;
    border-color: #00748d !important;
}

.form-control {
    border-color: #d0d0d0;
}

    .form-control:focus {
        box-shadow: 0 0 5px 0px #00748d;
        border-color: #00748d;
    }

.modal-header a {
    border-bottom-color: transparent;
}

    .modal-header a:hover {
        color: #51abcb;
        border-bottom-color: #51abcb;
    }

.modal-header .close {
    color: #00748d;
}

.share-modal .modal-content .bar.mail {
    background: #00748d;
}

.hero-static.fullscreen .overlay-block .opacity-70 {
    background: rgba(104, 189, 41, 0.7);
}

.hero-static.fullscreen .overlay-block .opacity-70 {
    background: rgba(104, 189, 41, 0.7);
}

.hero-static.fullscreen .overlay-block .opacity-97 {
    background: rgba(104, 189, 41, 0.97);
}

.hero-static.fullscreen .overlay-block #slide-up-toggle {
    background: #00748d;
}

.fp-banner .meta a,
.fw-img-banner .meta a {
    color: #74d22e;
}

    .fp-banner .meta a:hover,
    .fw-img-banner .meta a:hover {
        border-bottom-color: #00748d;
    }

.category-bars a .overlay {
    background: #00748d;
    background: rgba(104, 189, 41, 0.8);
}

.category-tiles .category:hover .overlay {
    background: #00748d;
}

.recent-post h3 a:hover,
.blog .list-view .post h3 a:hover,
.search-results .post h3 a:hover,
.recent-post h4 a:hover,
.blog .list-view .post h4 a:hover,
.search-results .post h4 a:hover,
.recent-post h5 a:hover,
.blog .list-view .post h5 a:hover,
.search-results .post h5 a:hover {
    color: #00748d;
}

.recent-post .meta a:hover,
.blog .list-view .post .meta a:hover,
.search-results .post .meta a:hover {
    color: #00748d;
    border-color: #00748d;
}

.blog .grid-view .post .featured-img .meta,
.search-results .grid-view .post .featured-img .meta {
    background: #00748d;
    background: rgba(104, 189, 41, 0.8);
}

.blog .grid-view .post h3 a:hover,
.search-results .grid-view .post h3 a:hover {
    color: #00748d;
}

.blog .grid-view .post .taxonomy a:hover,
.search-results .grid-view .post .taxonomy a:hover {
    color: #00748d;
    border-color: #00748d;
}

.post-controls .next-post:hover,
.post-controls .prev-post:hover {
    color: #51abcb;
}

.post-meta .taxonomy a:hover {
    border-color: #00748d;
}

.post-meta .post-toolbox .buttons a:hover {
    background: #00748d;
    border-color: #00748d;
}

.archive-list li a:hover {
    color: #51abcb;
}

.fw-grid-gallery .fw-block-3 a {
    background-color: #00748d;
}

.catalog-grid .badge.sale {
    background: #00748d;
}

.catalog-grid .item .share-opts a.mail {
    background: #00748d;
}

    .catalog-grid .item .share-opts a.mail:hover {
        background: #51abcb;
    }

.catalog-grid .item footer .tools a:hover,
.catalog-grid .item footer .tools a.share-btn.active {
    background: #00748d;
    border-color: #00748d;
}

.catalog-grid .item footer .tools a.AddtoWishList:hover {
    background: #FF5722;
    border-color: #FF5722;
}

.catalog-grid .item footer .tools a.add-cart {
    background: #00748d;
    border-color: #00748d;
}

    .catalog-grid .item footer .tools a.add-cart:hover {
        background: #51abcb;
    }

.catalog-grid.type-1 .item footer p {
    color: #00748d;
}

.catalog-list .item h3 a:hover {
    color: #00748d;
}

.catalog-list .item footer .tools a:hover,
.catalog-list .item footer .tools a.share-btn.active {
    background: #00748d;
    border-color: #00748d;
}

.catalog-list .item footer .tools a.add-cart {
    background: #00748d;
    border-color: #00748d;
}

    .catalog-list .item footer .tools a.add-cart:hover {
        background: #51abcb;
    }

.shopping-cart .item .details a:hover {
    color: #00748d;
}

.shopping-cart .qnt-count .incr-btn:hover {
    background: #00748d;
}

.shopping-cart .qnt-count .incr-btn.inactive:hover {
    background: #e7ecee;
}

.size-switcher .iradio.checked {
    background: #00748d;
    border-color: #00748d;
}

.sp-tools .qnt-count .incr-btn:hover {
    background: #00748d;
}

.sp-tools .qnt-count .incr-btn.inactive:hover {
    background: #e7ecee;
}

.info-tile-radio .tile label span.pricing {
    color: #00748d;
}

.info-tile-radio .tile .iradio.checked {
    border-color: #00748d;
}

.tracking-timeline .timeline .checkpoint span.active {
    background: #00748d;
}

.tracking-timeline .timeline .checkpoint.active {
    background: #00748d;
}

.deliv-method .icon:before {
    color: #00748d;
}

.shop-history .panel-group .panel .panel-heading .panel-title h3 a:hover {
    color: #00748d;
}

.shop-history .panel-group .panel .panel-heading .badge.primary {
    background: #00748d;
}

.pricing-plan.type-1 .price-title,
.pricing-plan.type-2 .price-title,
.pricing-plan.type-3 .price-title {
    background-color: #00748d;
}

.pricing-plan.type-1 h5,
.pricing-plan.type-2 .pricing-content li b,
.pricing-plan.type-3 h3,
.pricing-plan.type-3 .pricing-content li b {
    color: #00748d;
}

.pricing-plan.type-3 {
    border-color: #00748d;
}

.specialty-page .error-numb {
    color: #00748d;
}

.sp-form button[type=submit]:hover i {
    color: #00748d;
}

.big-links li a span {
    color: #00748d;
}

.big-links li a:hover {
    color: #00748d;
}

.team-member .img .social-strip {
    background: #00748d;
    background: rgba(104, 189, 41, 0.8);
}

.team-member .social-icons a {
    background: #00748d;
}

    .team-member .social-icons a:hover {
        background: #51abcb;
    }

.team-member-img .social {
    background: #00748d;
    background: rgba(104, 189, 41, 0.8);
}

.user-account label span {
    color: #00748d;
}

.account-settings .pass-block.expanded {
    background: #00748d;
}

    .account-settings .pass-block.expanded .close:hover {
        color: #00748d;
    }

.account-settings .user-avatar .upload {
    background: #00748d;
    background: rgba(104, 189, 41, 0.8);
}

.account-settings .user-avatar .delete:hover {
    background: #00748d;
    background: rgba(104, 189, 41, 0.8);
}

.schedule .event {
    background: #00748d;
}

    .schedule .event::before {
        background: #00748d;
    }

    .schedule .event:hover,
    .schedule .event:focus {
        color: #00748d;
    }

.coming-soon-tile {
    background: #00748d;
}

.post-toolbox .buttons a:hover {
    background-color: #FF5722;
    border-color: #FF5722;
}

.post-toolbox .buttons a.blue-bg:hover {
    background: #FF5722;
    border-color: #FF5722;
}

.sidebar .widget.featured-posts .post h4 a:hover,
.sidebar .widget.featured-posts .post h5 a:hover {
    color: #00748d;
}

.sidebar .widget.featured-posts .post .meta a:hover {
    color: #00748d;
    border-bottom-color: #00748d;
}

.sidebar .widget.categories .category .cat-text h4 a:hover {
    color: #00748d;
}

.sidebar .widget.search form button[type=submit]:hover i {
    color: #00748d;
}

.sidebar .widget.subscribe form button[type=submit] {
    background: #00748d;
}

    .sidebar .widget.subscribe form button[type=submit]:hover {
        background: #51abcb;
    }

.sidebar .widget.shop-categories a:hover,
.sidebar .widget.shop-links a:hover {
    color: #00748d;
}

.sidebar .widget.shop-categories .all a,
.sidebar .widget.shop-links .all a {
    color: #00748d;
}

    .sidebar .widget.shop-categories .all a:hover,
    .sidebar .widget.shop-links .all a:hover {
        border-color: #00748d;
    }

.sidebar .widget.shop-filters .clear {
    color: #00748d;
}

    .sidebar .widget.shop-filters .clear:hover {
        border-bottom-color: #00748d;
    }

.sidebar .widget.cart-content .item h4 a:hover {
    color: #00748d;
}

.sidebar .widget.cart-content .item .price span {
    color: #00748d;
}

.sidebar .widget.cart-content .item .qnt-count .incr-btn:hover {
    background: #00748d;
}

.sidebar-button {
    background: #00748d;
}

    .sidebar-button:hover {
        background: #51abcb;
    }

.sidebar .widget.rposts .rpost .rpost-text h4 a {
    color: #00748d;
}

.ms-staff-carousel .ms-staff-info .ms-socials a {
    background: #00748d;
}

    .ms-staff-carousel .ms-staff-info .ms-socials a:hover {
        background: #51abcb;
    }

.ms-skin-default .ms-caption {
    background: #00748d;
    background: rgba(104, 189, 41, 0.75);
}

.ms-showcase .ms-layer.product-price {
    color: #00748d;
}

.package-carousel .owl-prev div,
.package-carousel .owl-next div {
    background: #00748d;
}

.nav-tabs li a span {
    color: #00748d;
}

.nav-tabs.vertical li a:after {
    background: #00748d;
}

.nav-tabs.vertical li a:hover {
    color: #00748d;
}

.nav-tabs.vertical li.active a,
.nav-tabs.vertical li.active a:hover,
.nav-tabs.vertical li.active a:focus {
    color: #00748d !important;
}

.panel .panel-heading a:hover {
    color: #00748d;
}

.panel-primary .panel-heading {
    background: #00748d;
    border-bottom-color: #00748d;
}

.info-box.primary {
    background: #00748d;
}

.info-string {
    background: #00748d;
}

.pricing-plan.type-2.active {
    border-color: #00748d;
}

    .pricing-plan.type-2.active header {
        background: #00748d;
    }

.harmonic .item .image {
    border-color: #00748d;
}

.filters li:hover a {
    color: #00748d;
}

.filters li.current a {
    background-color: #00748d;
    color: #fff;
}

.gallery-grid.masonry .item {
    background: #00748d;
}

    .gallery-grid.masonry .item figure.effect-02 {
        background: #00748d;
        background: -webkit-linear-gradient(top, #00748d 0%, rgba(255, 255, 255, 0.4) 100%);
        background: linear-gradient(to bottom, #00748d 0%, rgba(255, 255, 255, 0.4) 100%);
    }

.countdown span {
    color: #00748d;
}

.tile-btn .inner {
    border-color: #00748d;
}

.tile-btn:after {
    background: #00748d;
}

.image-3d.primary:after,
.thumbnail-3d.primary:after {
    background: #00748d;
}

.image-3d.primary img,
.thumbnail-3d.primary img {
    border-color: #00748d;
}

.thumbnail-zoom .overlay,
.thumbnail-link .overlay {
    background: #00748d;
}

.toolbox .heading .back-btn:hover {
    background: #00748d;
}

.toolbox .layout-view a.grid.active span:before,
.toolbox .layout-view a.grid:hover span:before,
.toolbox .layout-view a.grid.active span:after,
.toolbox .layout-view a.grid:hover span:after {
    background: #00748d;
}

.toolbox .layout-view a.list.active span:before,
.toolbox .layout-view a.list:hover span:before,
.toolbox .layout-view a.list.active span:after,
.toolbox .layout-view a.list:hover span:after {
    background: #00748d;
}

.breadcrumb li a:hover {
    border-bottom-color: #00748d;
}

.sorting .sort li a:hover {
    color: #00748d;
}

.sorting .sort li.active a {
    color: #00748d;
}

.pagination li.active a {
    background: #00748d;
    color: #fff !important;
}

.datepicker .prev:hover,
.datepicker .next:hover {
    color: #00748d;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #00748d;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today {
    background-color: #00748d;
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled],
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active {
        background-color: #00748d;
    }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #00748d;
}

    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active:hover:hover,
    .datepicker table tr td span.active.disabled:hover,
    .datepicker table tr td span.active.disabled:hover:hover,
    .datepicker table tr td span.active:active,
    .datepicker table tr td span.active:hover:active,
    .datepicker table tr td span.active.disabled:active,
    .datepicker table tr td span.active.disabled:hover:active,
    .datepicker table tr td span.active.active,
    .datepicker table tr td span.active:hover.active,
    .datepicker table tr td span.active.disabled.active,
    .datepicker table tr td span.active.disabled:hover.active,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active:hover.disabled,
    .datepicker table tr td span.active.disabled.disabled,
    .datepicker table tr td span.active.disabled:hover.disabled,
    .datepicker table tr td span.active[disabled],
    .datepicker table tr td span.active:hover[disabled],
    .datepicker table tr td span.active.disabled[disabled],
    .datepicker table tr td span.active.disabled:hover[disabled],
    .datepicker table tr td span.active:active,
    .datepicker table tr td span.active:hover:active,
    .datepicker table tr td span.active.disabled:active,
    .datepicker table tr td span.active.disabled:hover:active,
    .datepicker table tr td span.active.active,
    .datepicker table tr td span.active:hover.active,
    .datepicker table tr td span.active.disabled.active,
    .datepicker table tr td span.active.disabled:hover.active {
        background-color: #00748d;
    }

.datepicker th.datepicker-switch:hover {
    color: #00748d;
}

.datepicker thead tr:last-child,
.datepicker tbody tr {
    border-bottom-color: #00748d;
}

.info-block .close:hover {
    background: #00748d;
}

.icon-block a:hover {
    color: #00748d;
}

.featured-icon.icon-alt.rounded.primary {
    background: #00748d;
}

.featured-icon.icon-alt.circle.primary {
    background: #00748d;
}

.sticky-btns span {
    background: #00748d;
}

    .sticky-btns span:hover {
        background: #51abcb;
    }

.noUi-connect {
    background: #00748d;
}

.ih-item.circle .img:before {
    box-shadow: inset 0 0 0 16px rgba(104, 189, 41, 0.5), 0 1px 2px rgba(104, 189, 41, 0.3);
}

.footer .featured-post h4 a:hover,
.footer .category h4 a:hover,
.footer .contacts h4 a:hover,
.footer .featured-post h5 a:hover,
.footer .category h5 a:hover,
.footer .contacts h5 a:hover {
    color: #00748d;
    border-bottom-color: #00748d;
}

.footer .featured-post .meta a:hover,
.footer .category .meta a:hover,
.footer .contacts .meta a:hover {
    color: #00748d;
    border-bottom-color: #00748d;
}

.footer .contacts .social-bar a:hover {
    color: #51abcb;
}

.footer .subscribe form button[type=submit] {
    background: #00748d;
}

    .footer .subscribe form button[type=submit]:hover {
        background: #51abcb;
    }

.footer .copyright p a:hover {
    color: #00748d;
    border-bottom: 1px solid #00748d;
}

.footer .footer-subscribe-widget {
    background-color: #00748d;
}

.footer .copyright {
    background-color: #00748d;
}

.footer h3 {
    color: #00748d;
}

.footer .featured-post h5 a,
.footer .footer .features h5 a,
.footer .footer .contacts h5 a {
    color: #00748d;
}

.footer .footer-subscribe-widget .btn {
    background-color: #00748d;
}

    .footer .footer-subscribe-widget .btn:hover {
        border-color: #00748d;
        background-color: #fff;
    }

.icon-apple:after,
.icon-auto-washing:after,
.icon-bag:after,
.icon-browser:after,
.icon-chart:after,
.icon-church:after,
.icon-ufo:after,
.icon-comments:after,
.icon-constellation:after,
.icon-dental:after,
.icon-dollar:after,
.icon-equalizer:after,
.icon-headphones-2:after,
.icon-iron-1:after,
.icon-iron-2:after,
.icon-iron-3:after,
.icon-like:after,
.icon-map:after,
.icon-money:after,
.icon-moon:after,
.icon-no-handwashing:after,
.icon-no-spin:after,
.icon-notebook:after,
.icon-office:after,
.icon-piano:after,
.icon-rocket:after,
.icon-scale-1:after,
.icon-scale-2:after,
.icon-search:after,
.icon-spatula:after,
.icon-telescope:after,
.icon-tooth:after,
.icon-tree:after {
    color: #00748d;
}

.icon-camera:before,
.icon-capitol:before,
.icon-cassete:before,
.icon-globe:before,
.icon-hammer:before,
.icon-handwashing:before,
.icon-headphones-1:before,
.icon-holder:before,
.icon-house:before,
.icon-ipad:before,
.icon-lamp:before,
.icon-lens:before,
.icon-music:before,
.icon-phone:before,
.icon-roller:before,
.icon-rover:before,
.icon-space-helmet:before,
.icon-university-hat:before,
.icon-window:before {
    color: #00748d;
}

.progress,
.counters-v3 .group {
    border-color: #00748d;
}

    .counters-v3 .group,
    .progress.inverted .progress-bar {
        color: #00748d;
    }

    .progress-bar,
    .progress.inverted,
    .counters-v1 .group,
    .counters-v2 .group {
        background-color: #00748d;
    }
