:root {
    --theme-color1: #bbbbbb;
    --theme-color1-rgb: 255, 101, 47;
    --theme-color2: #39345A;
    --theme-color2-rgb: 57, 52, 90;
    --theme-color3: #da3c21;
    --theme-color3-rgb: 218, 60, 33;
    --theme-color4: #0c3065;
    --theme-color4-rgb: 12, 48, 101;
}

a {
    color: #bbbbbb;
}

a:hover,
a:focus {
    color: #6f67a7;
}

.post .entry-meta.meta-absolute {
    background-color: #bbbbbb !important;
}

.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs>li>a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.working-process.theme-colored a,
.widget.dark .tags a:hover,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills>li>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a,
.horizontal-tab-centered .nav-pills>li.active>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.portfolio-filter a.active,
.portfolio-filter a:hover,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.blog-posts .post.style1 .entry-header .entry-date.entry-date-absolute,
.title-dots span,
.title-line-top:before,
.become-a-volunteer-form-title {
    background: #bbbbbb;
}

.cd-timeline-simple .cd-timeline-block .cd-timeline-img {
    background: #bbbbbb !important;
}

.ui-state-highlight {
    background: #bbbbbb !important;
    color: #fff !important;
}


/*
 * text: theme-color
 * -----------------------------------------------
*/

.widget .twitter-feed li::after,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.icon-box.services-style1:hover .heading,
.horizontal-contact-widget .widget::before,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pager.theme-colored a,
.widget .post-title a:hover,
.donation-form .mb-3 label {
    color: #bbbbbb;
}


/*
 * border: theme-color
 * -----------------------------------------------
*/

.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
    border: 1px solid #bbbbbb;
}

.owl-theme .owl-dots .owl-dot span {
    border-color: #bbbbbb;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
    border-color: #bbbbbb transparent transparent;
}

.section-title.title-border {
    border-left: 4px solid #bbbbbb;
}


/* border-top-color */

.cssload-tri {
    border-top: 27px solid #bbbbbb;
}


/* border-right-color */

.border-right-red {
    border-right: 1px solid #bbbbbb;
}

.section-title.title-border.title-right {
    border-right: 4px solid #bbbbbb;
}


/* border-bottom-color */

.border-bottom {
    border-bottom: 1px solid #bbbbbb;
}

.cssload-tri.cssload-invert {
    border-bottom: 27px solid #bbbbbb;
}


/* box-shadow */


/* Dropdown Search Form */

.dropdown-search-form-content .dropdown-search-form .input-group {
    border-color: #bbbbbb;
}

.dropdown-search-form-content .dropdown-search-form button[type="submit"] {
    background: #bbbbbb;
}

.dropdown-search-form-content .dropdown-search-form button[type="submit"] i {
    color: #fff;
}

.hr-divider {
    border-top-color: rgba(255, 101, 47, 0.2) !important;
}


/* Modern Header */

.modern-header.modern-header-theme-colored1 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #bbbbbb;
}

.modern-header.modern-header-theme-colored1 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #bbbbbb;
}


/* -------- Text Theme Color ---------- */

.text-theme-colored1 {
    color: #bbbbbb !important;
}

.text-hover-theme-colored1:hover {
    color: #bbbbbb !important;
}

ul.list.theme-colored1 li:before,
ul.list.theme-colored1.angle-double-right li:before,
ul.list.theme-colored1.angle-right li:before,
ul.list.theme-colored1.check-circle li:before,
ul.list.theme-colored1.check li:before,
.list-icon.theme-colored1 li i {
    color: #bbbbbb;
}


/* -------- border-theme-color ---------- */

.border-theme-colored1 {
    border-color: #bbbbbb !important;
}

.border-1px-theme-colored1 {
    border: 1px solid #bbbbbb;
}


/* -------- bg-theme-color ---------- */

.bg-theme-colored1 {
    background-color: #bbbbbb !important;
}

.bg-hover-theme-colored1:hover {
    background: #bbbbbb !important;
    border-color: #bbbbbb !important;
    color: #fff !important;
}

.bg-hover-theme-colored1:hover h1,
.bg-hover-theme-colored1:hover h2,
.bg-hover-theme-colored1:hover h3,
.bg-hover-theme-colored1:hover h4,
.bg-hover-theme-colored1:hover h5,
.bg-hover-theme-colored1:hover h6,
.bg-hover-theme-colored1:hover p,
.bg-hover-theme-colored1:hover a,
.bg-hover-theme-colored1:hover i {
    color: #fff !important;
}

.list-icon.theme-colored1.square li i,
.list-icon.theme-colored1.rounded li i {
    background: #bbbbbb;
}


/* -------- lighter/darker bg Color ---------- */

.bg-theme-colored1-lighter2 {
    background-color: #ff6d39 !important;
}

.bg-theme-colored1-lighter3 {
    background-color: #ff703e !important;
}

.bg-theme-colored1-lighter4 {
    background-color: #ff7443 !important;
}

.bg-theme-colored1-lighter5 {
    background-color: #ff7849 !important;
}

.bg-theme-colored1-lighter6 {
    background-color: #ff7c4e !important;
}

.bg-theme-colored1-lighter7 {
    background-color: #ff7f53 !important;
}

.bg-theme-colored1-lighter8 {
    background-color: #ff8358 !important;
}

.bg-theme-colored1-lighter9 {
    background-color: #ff875d !important;
}

.bg-theme-colored1-darker2 {
    background-color: #ff5d25 !important;
}

.bg-theme-colored1-darker3 {
    background-color: #ff5a20 !important;
}

.bg-theme-colored1-darker4 {
    background-color: #ff561b !important;
}

.bg-theme-colored1-darker5 {
    background-color: #ff5216 !important;
}

.bg-theme-colored1-darker6 {
    background-color: #ff4e10 !important;
}

.bg-theme-colored1-darker7 {
    background-color: #ff4b0b !important;
}

.bg-theme-colored1-darker8 {
    background-color: #ff4706 !important;
}

.bg-theme-colored1-darker9 {
    background-color: #ff4301 !important;
}


/* -------- Transparent bg Color ---------- */

.bg-theme-colored1-transparent-9 {
    background-color: #bbbbbb !important;
}

.bg-theme-colored1-transparent-8 {
    background-color: rgba(255, 101, 47, 0.8) !important;
}

.bg-theme-colored1-transparent-7 {
    background-color: rgba(255, 101, 47, 0.7) !important;
}

.bg-theme-colored1-transparent-6 {
    background-color: rgba(255, 101, 47, 0.6) !important;
}

.bg-theme-colored1-transparent-5 {
    background-color: rgba(255, 101, 47, 0.5) !important;
}

.bg-theme-colored1-transparent-4 {
    background-color: rgba(255, 101, 47, 0.4) !important;
}

.bg-theme-colored1-transparent-3 {
    background-color: rgba(255, 101, 47, 0.3) !important;
}

.bg-theme-colored1-transparent-2 {
    background-color: rgba(255, 101, 47, 0.2) !important;
}

.bg-theme-colored1-transparent-1 {
    background-color: rgba(255, 101, 47, 0.1) !important;
}

.bg-theme-colored1-transparent {
    background-color: rgba(255, 101, 47, 0.5) !important;
}


/* -------- btn-themr-color ---------- */

.text-theme-colored1 .btn-plain-text,
.text-theme-colored1 .btn-plain-text-with-arrow {
    color: #bbbbbb !important;
}


/* -------- layer overlay Color ---------- */

.layer-overlay {
    /* .overlay-theme-colored1 */
}

.layer-overlay.overlay-theme-colored1::before {
    background-color: rgba(255, 101, 47, 0.8) !important;
}

.layer-overlay.overlay-theme-colored1-1::before {
    background-color: rgba(255, 101, 47, 0.1);
}

.layer-overlay.overlay-theme-colored1-2::before {
    background-color: rgba(255, 101, 47, 0.2);
}

.layer-overlay.overlay-theme-colored1-3::before {
    background-color: rgba(255, 101, 47, 0.3);
}

.layer-overlay.overlay-theme-colored1-4::before {
    background-color: rgba(255, 101, 47, 0.4);
}

.layer-overlay.overlay-theme-colored1-5::before {
    background-color: rgba(255, 101, 47, 0.5);
}

.layer-overlay.overlay-theme-colored1-6::before {
    background-color: rgba(255, 101, 47, 0.6);
}

.layer-overlay.overlay-theme-colored1-7::before {
    background-color: rgba(255, 101, 47, 0.7);
}

.layer-overlay.overlay-theme-colored1-8::before {
    background-color: rgba(255, 101, 47, 0.8);
}

.layer-overlay.overlay-theme-colored1-9::before {
    background-color: #bbbbbb;
}


/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/

.icon-theme-colored1 a {
    color: #bbbbbb;
}

.icon-theme-colored1.icon-bordered a {
    border-color: #bbbbbb;
}

.icon-theme-colored1.icon-bordered a:hover {
    background-color: #bbbbbb;
    color: #fff;
}

.icon-theme-colored1.icon-dark a {
    background-color: #bbbbbb;
    color: #fff;
}

.icon-theme-colored1.icon-dark a:hover {
    background-color: #fb4100;
}

.icon-theme-colored1.icon-dark.icon-bordered a {
    border-color: #bbbbbb;
    color: #bbbbbb;
}

.icon-theme-colored1.icon-dark.icon-bordered a:hover {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    color: #fff;
}

.icon-theme-colored1.icon-gray a {
    color: #bbbbbb;
}

.icon-theme-colored1.icon-gray a:hover {
    color: #fff;
    background-color: #bbbbbb;
}

.icon-theme-colored1.icon-gray.icon-bordered a {
    color: #bbbbbb;
}

.icon-theme-colored1.icon-gray.icon-bordered a:hover {
    background-color: #eee;
    border-color: #eee;
    color: #bbbbbb;
}

.icon-hover-theme-colored1 a:hover {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    color: #fff;
}

.styled-icons.icon-hover-theme-colored1 a:hover {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    color: #fff;
}


/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/

.icon-box.iconbox-theme-colored1 .icon {
    color: #bbbbbb;
}

.icon-box.iconbox-theme-colored1 .icon.icon-border-effect::after {
    box-shadow: 0 0 0 3px #bbbbbb;
}

.icon-box.iconbox-theme-colored1 .icon.icon-bordered {
    border-color: #bbbbbb;
}

.icon-box.iconbox-theme-colored1:hover .icon.icon-bordered {
    background-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1 .icon.icon-gray.icon-bordered {
    border-color: #eee;
}

.icon-box.iconbox-theme-colored1:hover .icon.icon-gray {
    background-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1:hover .icon.icon-gray.icon-bordered {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1 .icon.icon-dark {
    background-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1 .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border-color: #bbbbbb;
    color: #bbbbbb;
}

.icon-box.iconbox-theme-colored1:hover .icon.icon-dark {
    color: #fff;
}

.icon-box.iconbox-theme-colored1:hover .icon.icon-dark.icon-bordered {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1 .icon.icon-white {
    background-color: #fff;
    color: #bbbbbb;
}

.icon-box.iconbox-theme-colored1 .icon.icon-white.icon-bordered {
    background-color: transparent;
    border-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1:hover .icon.icon-white {
    background-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1:hover .icon.icon-white.icon-bordered {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    color: #fff;
}

.icon-box.iconbox-theme-colored1.iconbox-border {
    border-color: #bbbbbb;
}


/*
 *  accordion.scss
 * -----------------------------------------------
*/

.accordion-theme-colored1 .panel-default>.panel-heading {
    background-color: #bbbbbb;
}

.accordion-theme-colored1 .panel-default>.panel-heading .panel-title>a,
.accordion-theme-colored1 .panel-default>.panel-heading .panel-title>a:hover,
.accordion-theme-colored1 .panel-default>.panel-heading .panel-title>a:focus {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored1 .panel-heading .panel-title a.active:before {
    background: #bbbbbb;
}

.panel-group.accordion-classic-theme-colored1-filled .panel-heading {
    background: #bbbbbb;
}

.panel-group.accordion-classic-theme-colored1-filled .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored1-filled .panel-heading .panel-title a:before {
    background: #ff5a20;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored1-filled .panel-heading .panel-title a.active:before {
    background: #ec3d00;
}

.panel-group.accordion-classic-theme-colored11 .panel-heading {
    background: #bbbbbb;
}

.panel-group.accordion-classic-theme-colored11 .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored11 .panel-heading .panel-title a:before {
    background: #ff5216;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored11 .panel-heading .panel-title a.active:before {
    background: #bbbbbb;
}

.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored1 .panel-heading .panel-title a:before {
    background-color: #bbbbbb;
}

.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored1 .panel-heading .panel-title a:after {
    background-color: #bbbbbb;
}

.line-bottom-theme-colored1:after,
.line-bottom-theme-colored1:before {
    background: #bbbbbb;
}


/*
 * widget
 * -----------------------------------------------
*/

.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after,
footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after {
    background: rgba(255, 101, 47, 0.3);
}


/* Modern Header */

.modern-header.modern-header-theme-colored2 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #39345A;
}

.modern-header.modern-header-theme-colored2 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #39345A;
}


/* -------- Text Theme Color ---------- */

.text-theme-colored2 {
    color: #39345A !important;
}

.text-hover-theme-colored2:hover {
    color: #39345A !important;
}

ul.list.theme-colored2 li:before,
ul.list.theme-colored2.angle-double-right li:before,
ul.list.theme-colored2.angle-right li:before,
ul.list.theme-colored2.check-circle li:before,
ul.list.theme-colored2.check li:before,
.list-icon.theme-colored2 li i {
    color: #39345A;
}


/* -------- border-theme-color ---------- */

.border-theme-colored2 {
    border-color: #39345A !important;
}

.border-1px-theme-colored2 {
    border: 1px solid #39345A;
}


/* -------- bg-theme-color ---------- */

.bg-theme-colored2 {
    background-color: #39345A !important;
}

.bg-hover-theme-colored2:hover {
    background: #39345A !important;
    border-color: #39345A !important;
    color: #fff !important;
}

.bg-hover-theme-colored2:hover h1,
.bg-hover-theme-colored2:hover h2,
.bg-hover-theme-colored2:hover h3,
.bg-hover-theme-colored2:hover h4,
.bg-hover-theme-colored2:hover h5,
.bg-hover-theme-colored2:hover h6,
.bg-hover-theme-colored2:hover p,
.bg-hover-theme-colored2:hover a,
.bg-hover-theme-colored2:hover i {
    color: #fff !important;
}

.list-icon.theme-colored2.square li i,
.list-icon.theme-colored2.rounded li i {
    background: #39345A;
}


/* -------- lighter/darker bg Color ---------- */

.bg-theme-colored2-lighter2 {
    background-color: #3d3860 !important;
}

.bg-theme-colored2-lighter3 {
    background-color: #3f3a64 !important;
}

.bg-theme-colored2-lighter4 {
    background-color: #413b67 !important;
}

.bg-theme-colored2-lighter5 {
    background-color: #433d6a !important;
}

.bg-theme-colored2-lighter6 {
    background-color: #453f6d !important;
}

.bg-theme-colored2-lighter7 {
    background-color: #474171 !important;
}

.bg-theme-colored2-lighter8 {
    background-color: #494374 !important;
}

.bg-theme-colored2-lighter9 {
    background-color: #4b4577 !important;
}

.bg-theme-colored2-darker2 {
    background-color: #353054 !important;
}

.bg-theme-colored2-darker3 {
    background-color: #332e50 !important;
}

.bg-theme-colored2-darker4 {
    background-color: #312d4d !important;
}

.bg-theme-colored2-darker5 {
    background-color: #2f2b4a !important;
}

.bg-theme-colored2-darker6 {
    background-color: #2d2947 !important;
}

.bg-theme-colored2-darker7 {
    background-color: #2b2743 !important;
}

.bg-theme-colored2-darker8 {
    background-color: #292540 !important;
}

.bg-theme-colored2-darker9 {
    background-color: #27233d !important;
}


/* -------- Transparent bg Color ---------- */

.bg-theme-colored2-transparent-9 {
    background-color: rgba(57, 52, 90, 0.9) !important;
}

.bg-theme-colored2-transparent-8 {
    background-color: rgba(57, 52, 90, 0.8) !important;
}

.bg-theme-colored2-transparent-7 {
    background-color: rgba(57, 52, 90, 0.7) !important;
}

.bg-theme-colored2-transparent-6 {
    background-color: rgba(57, 52, 90, 0.6) !important;
}

.bg-theme-colored2-transparent-5 {
    background-color: rgba(57, 52, 90, 0.5) !important;
}

.bg-theme-colored2-transparent-4 {
    background-color: rgba(57, 52, 90, 0.4) !important;
}

.bg-theme-colored2-transparent-3 {
    background-color: rgba(57, 52, 90, 0.3) !important;
}

.bg-theme-colored2-transparent-2 {
    background-color: rgba(57, 52, 90, 0.2) !important;
}

.bg-theme-colored2-transparent-1 {
    background-color: rgba(57, 52, 90, 0.1) !important;
}

.bg-theme-colored2-transparent {
    background-color: rgba(57, 52, 90, 0.5) !important;
}


/* -------- btn-themr-color ---------- */

.text-theme-colored2 .btn-plain-text,
.text-theme-colored2 .btn-plain-text-with-arrow {
    color: #39345A !important;
}


/* -------- layer overlay Color ---------- */

.layer-overlay {
    /* .overlay-theme-colored2 */
}

.layer-overlay.overlay-theme-colored2::before {
    background-color: rgba(57, 52, 90, 0.8) !important;
}

.layer-overlay.overlay-theme-colored2-1::before {
    background-color: rgba(57, 52, 90, 0.1);
}

.layer-overlay.overlay-theme-colored2-2::before {
    background-color: rgba(57, 52, 90, 0.2);
}

.layer-overlay.overlay-theme-colored2-3::before {
    background-color: rgba(57, 52, 90, 0.3);
}

.layer-overlay.overlay-theme-colored2-4::before {
    background-color: rgba(57, 52, 90, 0.4);
}

.layer-overlay.overlay-theme-colored2-5::before {
    background-color: rgba(57, 52, 90, 0.5);
}

.layer-overlay.overlay-theme-colored2-6::before {
    background-color: rgba(57, 52, 90, 0.6);
}

.layer-overlay.overlay-theme-colored2-7::before {
    background-color: rgba(57, 52, 90, 0.7);
}

.layer-overlay.overlay-theme-colored2-8::before {
    background-color: rgba(57, 52, 90, 0.8);
}

.layer-overlay.overlay-theme-colored2-9::before {
    background-color: rgba(57, 52, 90, 0.9);
}


/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/

.icon-theme-colored2 a {
    color: #39345A;
}

.icon-theme-colored2.icon-bordered a {
    border-color: #39345A;
}

.icon-theme-colored2.icon-bordered a:hover {
    background-color: #39345A;
    color: #fff;
}

.icon-theme-colored2.icon-dark a {
    background-color: #39345A;
    color: #fff;
}

.icon-theme-colored2.icon-dark a:hover {
    background-color: #25213a;
}

.icon-theme-colored2.icon-dark.icon-bordered a {
    border-color: #39345A;
    color: #39345A;
}

.icon-theme-colored2.icon-dark.icon-bordered a:hover {
    background-color: #39345A;
    border-color: #39345A;
    color: #fff;
}

.icon-theme-colored2.icon-gray a {
    color: #39345A;
}

.icon-theme-colored2.icon-gray a:hover {
    color: #fff;
    background-color: #39345A;
}

.icon-theme-colored2.icon-gray.icon-bordered a {
    color: #39345A;
}

.icon-theme-colored2.icon-gray.icon-bordered a:hover {
    background-color: #eee;
    border-color: #eee;
    color: #39345A;
}

.icon-hover-theme-colored2 a:hover {
    background-color: #39345A;
    border-color: #39345A;
    color: #fff;
}

.styled-icons.icon-hover-theme-colored2 a:hover {
    background-color: #39345A;
    border-color: #39345A;
    color: #fff;
}


/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/

.icon-box.iconbox-theme-colored2 .icon {
    color: #39345A;
}

.icon-box.iconbox-theme-colored2 .icon.icon-border-effect::after {
    box-shadow: 0 0 0 3px #39345A;
}

.icon-box.iconbox-theme-colored2 .icon.icon-bordered {
    border-color: #39345A;
}

.icon-box.iconbox-theme-colored2:hover .icon.icon-bordered {
    background-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2 .icon.icon-gray.icon-bordered {
    border-color: #eee;
}

.icon-box.iconbox-theme-colored2:hover .icon.icon-gray {
    background-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2:hover .icon.icon-gray.icon-bordered {
    background-color: #39345A;
    border-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2 .icon.icon-dark {
    background-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2 .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border-color: #39345A;
    color: #39345A;
}

.icon-box.iconbox-theme-colored2:hover .icon.icon-dark {
    color: #fff;
}

.icon-box.iconbox-theme-colored2:hover .icon.icon-dark.icon-bordered {
    background-color: #39345A;
    border-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2 .icon.icon-white {
    background-color: #fff;
    color: #39345A;
}

.icon-box.iconbox-theme-colored2 .icon.icon-white.icon-bordered {
    background-color: transparent;
    border-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2:hover .icon.icon-white {
    background-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2:hover .icon.icon-white.icon-bordered {
    background-color: #39345A;
    border-color: #39345A;
    color: #fff;
}

.icon-box.iconbox-theme-colored2.iconbox-border {
    border-color: #39345A;
}


/*
 *  accordion.scss
 * -----------------------------------------------
*/

.accordion-theme-colored2 .panel-default>.panel-heading {
    background-color: #39345A;
}

.accordion-theme-colored2 .panel-default>.panel-heading .panel-title>a,
.accordion-theme-colored2 .panel-default>.panel-heading .panel-title>a:hover,
.accordion-theme-colored2 .panel-default>.panel-heading .panel-title>a:focus {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored2 .panel-heading .panel-title a.active:before {
    background: #39345A;
}

.panel-group.accordion-classic-theme-colored2-filled .panel-heading {
    background: #39345A;
}

.panel-group.accordion-classic-theme-colored2-filled .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored2-filled .panel-heading .panel-title a:before {
    background: #332e50;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored2-filled .panel-heading .panel-title a.active:before {
    background: #1e1c30;
}

.panel-group.accordion-classic-theme-colored21 .panel-heading {
    background: #39345A;
}

.panel-group.accordion-classic-theme-colored21 .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored21 .panel-heading .panel-title a:before {
    background: #2f2b4a;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored21 .panel-heading .panel-title a.active:before {
    background: #bbbbbb;
}

.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored2 .panel-heading .panel-title a:before {
    background-color: #39345A;
}

.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored2 .panel-heading .panel-title a:after {
    background-color: #39345A;
}

.line-bottom-theme-colored2:after {
    background: #39345A;
}


/*
 * widget
 * -----------------------------------------------
*/

.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored2:after,
footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored2:after {
    background: rgba(57, 52, 90, 0.5);
}


/* Modern Header */

.modern-header.modern-header-theme-colored3 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #da3c21;
}

.modern-header.modern-header-theme-colored3 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #da3c21;
}


/* -------- Text Theme Color ---------- */

.text-theme-colored3 {
    color: #da3c21 !important;
}

.text-hover-theme-colored3:hover {
    color: #da3c21 !important;
}

ul.list.theme-colored3 li:before,
ul.list.theme-colored3.angle-double-right li:before,
ul.list.theme-colored3.angle-right li:before,
ul.list.theme-colored3.check-circle li:before,
ul.list.theme-colored3.check li:before,
.list-icon.theme-colored3 li i {
    color: #da3c21;
}


/* -------- border-theme-color ---------- */

.border-theme-colored3 {
    border-color: #da3c21 !important;
}

.border-1px-theme-colored3 {
    border: 1px solid #da3c21;
}


/* -------- bg-theme-color ---------- */

.bg-theme-colored3 {
    background-color: #da3c21 !important;
}

.bg-hover-theme-colored3:hover {
    background: #da3c21 !important;
    border-color: #da3c21 !important;
    color: #fff !important;
}

.bg-hover-theme-colored3:hover h1,
.bg-hover-theme-colored3:hover h2,
.bg-hover-theme-colored3:hover h3,
.bg-hover-theme-colored3:hover h4,
.bg-hover-theme-colored3:hover h5,
.bg-hover-theme-colored3:hover h6,
.bg-hover-theme-colored3:hover p,
.bg-hover-theme-colored3:hover a,
.bg-hover-theme-colored3:hover i {
    color: #fff !important;
}

.list-icon.theme-colored3.square li i,
.list-icon.theme-colored3.rounded li i {
    background: #da3c21;
}


/* -------- lighter/darker bg Color ---------- */

.bg-theme-colored3-lighter2 {
    background-color: #de4227 !important;
}

.bg-theme-colored3-lighter3 {
    background-color: #df462b !important;
}

.bg-theme-colored3-lighter4 {
    background-color: #e04930 !important;
}

.bg-theme-colored3-lighter5 {
    background-color: #e04d34 !important;
}

.bg-theme-colored3-lighter6 {
    background-color: #e15139 !important;
}

.bg-theme-colored3-lighter7 {
    background-color: #e2553d !important;
}

.bg-theme-colored3-lighter8 {
    background-color: #e25941 !important;
}

.bg-theme-colored3-lighter9 {
    background-color: #e35d46 !important;
}

.bg-theme-colored3-darker2 {
    background-color: #d13a20 !important;
}

.bg-theme-colored3-darker3 {
    background-color: #cd381f !important;
}

.bg-theme-colored3-darker4 {
    background-color: #c8371e !important;
}

.bg-theme-colored3-darker5 {
    background-color: #c4361e !important;
}

.bg-theme-colored3-darker6 {
    background-color: #bf351d !important;
}

.bg-theme-colored3-darker7 {
    background-color: #bb331c !important;
}

.bg-theme-colored3-darker8 {
    background-color: #b7321c !important;
}

.bg-theme-colored3-darker9 {
    background-color: #b2311b !important;
}


/* -------- Transparent bg Color ---------- */

.bg-theme-colored3-transparent-9 {
    background-color: rgba(218, 60, 33, 0.9) !important;
}

.bg-theme-colored3-transparent-8 {
    background-color: rgba(218, 60, 33, 0.8) !important;
}

.bg-theme-colored3-transparent-7 {
    background-color: rgba(218, 60, 33, 0.7) !important;
}

.bg-theme-colored3-transparent-6 {
    background-color: rgba(218, 60, 33, 0.6) !important;
}

.bg-theme-colored3-transparent-5 {
    background-color: rgba(218, 60, 33, 0.5) !important;
}

.bg-theme-colored3-transparent-4 {
    background-color: rgba(218, 60, 33, 0.4) !important;
}

.bg-theme-colored3-transparent-3 {
    background-color: rgba(218, 60, 33, 0.3) !important;
}

.bg-theme-colored3-transparent-2 {
    background-color: rgba(218, 60, 33, 0.2) !important;
}

.bg-theme-colored3-transparent-1 {
    background-color: rgba(218, 60, 33, 0.1) !important;
}

.bg-theme-colored3-transparent {
    background-color: rgba(218, 60, 33, 0.5) !important;
}


/* -------- btn-themr-color ---------- */

.text-theme-colored3 .btn-plain-text,
.text-theme-colored3 .btn-plain-text-with-arrow {
    color: #da3c21 !important;
}


/* -------- layer overlay Color ---------- */

.layer-overlay {
    /* .overlay-theme-colored3 */
}

.layer-overlay.overlay-theme-colored3::before {
    background-color: rgba(218, 60, 33, 0.8) !important;
}

.layer-overlay.overlay-theme-colored3-1::before {
    background-color: rgba(218, 60, 33, 0.1);
}

.layer-overlay.overlay-theme-colored3-2::before {
    background-color: rgba(218, 60, 33, 0.2);
}

.layer-overlay.overlay-theme-colored3-3::before {
    background-color: rgba(218, 60, 33, 0.3);
}

.layer-overlay.overlay-theme-colored3-4::before {
    background-color: rgba(218, 60, 33, 0.4);
}

.layer-overlay.overlay-theme-colored3-5::before {
    background-color: rgba(218, 60, 33, 0.5);
}

.layer-overlay.overlay-theme-colored3-6::before {
    background-color: rgba(218, 60, 33, 0.6);
}

.layer-overlay.overlay-theme-colored3-7::before {
    background-color: rgba(218, 60, 33, 0.7);
}

.layer-overlay.overlay-theme-colored3-8::before {
    background-color: rgba(218, 60, 33, 0.8);
}

.layer-overlay.overlay-theme-colored3-9::before {
    background-color: rgba(218, 60, 33, 0.9);
}


/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/

.icon-theme-colored3 a {
    color: #da3c21;
}

.icon-theme-colored3.icon-bordered a {
    border-color: #da3c21;
}

.icon-theme-colored3.icon-bordered a:hover {
    background-color: #da3c21;
    color: #fff;
}

.icon-theme-colored3.icon-dark a {
    background-color: #da3c21;
    color: #fff;
}

.icon-theme-colored3.icon-dark a:hover {
    background-color: #ae301a;
}

.icon-theme-colored3.icon-dark.icon-bordered a {
    border-color: #da3c21;
    color: #da3c21;
}

.icon-theme-colored3.icon-dark.icon-bordered a:hover {
    background-color: #da3c21;
    border-color: #da3c21;
    color: #fff;
}

.icon-theme-colored3.icon-gray a {
    color: #da3c21;
}

.icon-theme-colored3.icon-gray a:hover {
    color: #fff;
    background-color: #da3c21;
}

.icon-theme-colored3.icon-gray.icon-bordered a {
    color: #da3c21;
}

.icon-theme-colored3.icon-gray.icon-bordered a:hover {
    background-color: #eee;
    border-color: #eee;
    color: #da3c21;
}

.icon-hover-theme-colored3 a:hover {
    background-color: #da3c21;
    border-color: #da3c21;
    color: #fff;
}

.styled-icons.icon-hover-theme-colored3 a:hover {
    background-color: #da3c21;
    border-color: #da3c21;
    color: #fff;
}


/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/

.icon-box.iconbox-theme-colored3 .icon {
    color: #da3c21;
}

.icon-box.iconbox-theme-colored3 .icon.icon-border-effect::after {
    box-shadow: 0 0 0 3px #da3c21;
}

.icon-box.iconbox-theme-colored3 .icon.icon-bordered {
    border-color: #da3c21;
}

.icon-box.iconbox-theme-colored3:hover .icon.icon-bordered {
    background-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3 .icon.icon-gray.icon-bordered {
    border-color: #eee;
}

.icon-box.iconbox-theme-colored3:hover .icon.icon-gray {
    background-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3:hover .icon.icon-gray.icon-bordered {
    background-color: #da3c21;
    border-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3 .icon.icon-dark {
    background-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3 .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border-color: #da3c21;
    color: #da3c21;
}

.icon-box.iconbox-theme-colored3:hover .icon.icon-dark {
    color: #fff;
}

.icon-box.iconbox-theme-colored3:hover .icon.icon-dark.icon-bordered {
    background-color: #da3c21;
    border-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3 .icon.icon-white {
    background-color: #fff;
    color: #da3c21;
}

.icon-box.iconbox-theme-colored3 .icon.icon-white.icon-bordered {
    background-color: transparent;
    border-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3:hover .icon.icon-white {
    background-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3:hover .icon.icon-white.icon-bordered {
    background-color: #da3c21;
    border-color: #da3c21;
    color: #fff;
}

.icon-box.iconbox-theme-colored3.iconbox-border {
    border-color: #da3c21;
}


/*
 *  accordion.scss
 * -----------------------------------------------
*/

.accordion-theme-colored3 .panel-default>.panel-heading {
    background-color: #da3c21;
}

.accordion-theme-colored3 .panel-default>.panel-heading .panel-title>a,
.accordion-theme-colored3 .panel-default>.panel-heading .panel-title>a:hover,
.accordion-theme-colored3 .panel-default>.panel-heading .panel-title>a:focus {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored3 .panel-heading .panel-title a.active:before {
    background: #da3c21;
}

.panel-group.accordion-classic-theme-colored3-filled .panel-heading {
    background: #da3c21;
}

.panel-group.accordion-classic-theme-colored3-filled .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored3-filled .panel-heading .panel-title a:before {
    background: #cd381f;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored3-filled .panel-heading .panel-title a.active:before {
    background: #a02c18;
}

.panel-group.accordion-classic-theme-colored31 .panel-heading {
    background: #da3c21;
}

.panel-group.accordion-classic-theme-colored31 .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored31 .panel-heading .panel-title a:before {
    background: #c4361e;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored31 .panel-heading .panel-title a.active:before {
    background: #bbbbbb;
}

.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored3 .panel-heading .panel-title a:before {
    background-color: #da3c21;
}

.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored3 .panel-heading .panel-title a:after {
    background-color: #da3c21;
}

.line-bottom-theme-colored3:after {
    background: #da3c21;
}


/*
 * widget
 * -----------------------------------------------
*/

.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored3:after,
footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored3:after {
    background: #da3c21;
}


/* Modern Header */

.modern-header.modern-header-theme-colored4 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #0c3065;
}

.modern-header.modern-header-theme-colored4 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #0c3065;
}


/* -------- Text Theme Color ---------- */

.text-theme-colored4 {
    color: #0c3065 !important;
}

.text-hover-theme-colored4:hover {
    color: #0c3065 !important;
}

ul.list.theme-colored4 li:before,
ul.list.theme-colored4.angle-double-right li:before,
ul.list.theme-colored4.angle-right li:before,
ul.list.theme-colored4.check-circle li:before,
ul.list.theme-colored4.check li:before,
.list-icon.theme-colored4 li i {
    color: #0c3065;
}


/* -------- border-theme-color ---------- */

.border-theme-colored4 {
    border-color: #0c3065 !important;
}

.border-1px-theme-colored4 {
    border: 1px solid #0c3065;
}


/* -------- bg-theme-color ---------- */

.bg-theme-colored4 {
    background-color: #0c3065 !important;
}

.bg-hover-theme-colored4:hover {
    background: #0c3065 !important;
    border-color: #0c3065 !important;
    color: #fff !important;
}

.bg-hover-theme-colored4:hover h1,
.bg-hover-theme-colored4:hover h2,
.bg-hover-theme-colored4:hover h3,
.bg-hover-theme-colored4:hover h4,
.bg-hover-theme-colored4:hover h5,
.bg-hover-theme-colored4:hover h6,
.bg-hover-theme-colored4:hover p,
.bg-hover-theme-colored4:hover a,
.bg-hover-theme-colored4:hover i {
    color: #fff !important;
}

.list-icon.theme-colored4.square li i,
.list-icon.theme-colored4.rounded li i {
    background: #0c3065;
}


/* -------- lighter/darker bg Color ---------- */

.bg-theme-colored4-lighter2 {
    background-color: #0d346e !important;
}

.bg-theme-colored4-lighter3 {
    background-color: #0e3673 !important;
}

.bg-theme-colored4-lighter4 {
    background-color: #0e3977 !important;
}

.bg-theme-colored4-lighter5 {
    background-color: #0f3b7c !important;
}

.bg-theme-colored4-lighter6 {
    background-color: #0f3d80 !important;
}

.bg-theme-colored4-lighter7 {
    background-color: #103f85 !important;
}

.bg-theme-colored4-lighter8 {
    background-color: #104189 !important;
}

.bg-theme-colored4-lighter9 {
    background-color: #11438e !important;
}

.bg-theme-colored4-darker2 {
    background-color: #0b2c5c !important;
}

.bg-theme-colored4-darker3 {
    background-color: #0a2a57 !important;
}

.bg-theme-colored4-darker4 {
    background-color: #0a2753 !important;
}

.bg-theme-colored4-darker5 {
    background-color: #09254e !important;
}

.bg-theme-colored4-darker6 {
    background-color: #09234a !important;
}

.bg-theme-colored4-darker7 {
    background-color: #082145 !important;
}

.bg-theme-colored4-darker8 {
    background-color: #081f41 !important;
}

.bg-theme-colored4-darker9 {
    background-color: #071d3c !important;
}


/* -------- Transparent bg Color ---------- */

.bg-theme-colored4-transparent-9 {
    background-color: rgba(12, 48, 101, 0.9) !important;
}

.bg-theme-colored4-transparent-8 {
    background-color: rgba(12, 48, 101, 0.8) !important;
}

.bg-theme-colored4-transparent-7 {
    background-color: rgba(12, 48, 101, 0.7) !important;
}

.bg-theme-colored4-transparent-6 {
    background-color: rgba(12, 48, 101, 0.6) !important;
}

.bg-theme-colored4-transparent-5 {
    background-color: rgba(12, 48, 101, 0.5) !important;
}

.bg-theme-colored4-transparent-4 {
    background-color: rgba(12, 48, 101, 0.4) !important;
}

.bg-theme-colored4-transparent-3 {
    background-color: rgba(12, 48, 101, 0.3) !important;
}

.bg-theme-colored4-transparent-2 {
    background-color: rgba(12, 48, 101, 0.2) !important;
}

.bg-theme-colored4-transparent-1 {
    background-color: rgba(12, 48, 101, 0.1) !important;
}

.bg-theme-colored4-transparent {
    background-color: rgba(12, 48, 101, 0.5) !important;
}


/* -------- btn-themr-color ---------- */

.text-theme-colored4 .btn-plain-text,
.text-theme-colored4 .btn-plain-text-with-arrow {
    color: #0c3065 !important;
}


/* -------- layer overlay Color ---------- */

.layer-overlay {
    /* .overlay-theme-colored4 */
}

.layer-overlay.overlay-theme-colored4::before {
    background-color: rgba(12, 48, 101, 0.8) !important;
}

.layer-overlay.overlay-theme-colored4-1::before {
    background-color: rgba(12, 48, 101, 0.1);
}

.layer-overlay.overlay-theme-colored4-2::before {
    background-color: rgba(12, 48, 101, 0.2);
}

.layer-overlay.overlay-theme-colored4-3::before {
    background-color: rgba(12, 48, 101, 0.3);
}

.layer-overlay.overlay-theme-colored4-4::before {
    background-color: rgba(12, 48, 101, 0.4);
}

.layer-overlay.overlay-theme-colored4-5::before {
    background-color: rgba(12, 48, 101, 0.5);
}

.layer-overlay.overlay-theme-colored4-6::before {
    background-color: rgba(12, 48, 101, 0.6);
}

.layer-overlay.overlay-theme-colored4-7::before {
    background-color: rgba(12, 48, 101, 0.7);
}

.layer-overlay.overlay-theme-colored4-8::before {
    background-color: rgba(12, 48, 101, 0.8);
}

.layer-overlay.overlay-theme-colored4-9::before {
    background-color: rgba(12, 48, 101, 0.9);
}


/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/

.icon-theme-colored4 a {
    color: #0c3065;
}

.icon-theme-colored4.icon-bordered a {
    border-color: #0c3065;
}

.icon-theme-colored4.icon-bordered a:hover {
    background-color: #0c3065;
    color: #fff;
}

.icon-theme-colored4.icon-dark a {
    background-color: #0c3065;
    color: #fff;
}

.icon-theme-colored4.icon-dark a:hover {
    background-color: #071a37;
}

.icon-theme-colored4.icon-dark.icon-bordered a {
    border-color: #0c3065;
    color: #0c3065;
}

.icon-theme-colored4.icon-dark.icon-bordered a:hover {
    background-color: #0c3065;
    border-color: #0c3065;
    color: #fff;
}

.icon-theme-colored4.icon-gray a {
    color: #0c3065;
}

.icon-theme-colored4.icon-gray a:hover {
    color: #fff;
    background-color: #0c3065;
}

.icon-theme-colored4.icon-gray.icon-bordered a {
    color: #0c3065;
}

.icon-theme-colored4.icon-gray.icon-bordered a:hover {
    background-color: #eee;
    border-color: #eee;
    color: #0c3065;
}

.icon-hover-theme-colored4 a:hover {
    background-color: #0c3065;
    border-color: #0c3065;
    color: #fff;
}

.styled-icons.icon-hover-theme-colored4 a:hover {
    background-color: #0c3065;
    border-color: #0c3065;
    color: #fff;
}


/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/

.icon-box.iconbox-theme-colored4 .icon {
    color: #0c3065;
}

.icon-box.iconbox-theme-colored4 .icon.icon-border-effect::after {
    box-shadow: 0 0 0 3px #0c3065;
}

.icon-box.iconbox-theme-colored4 .icon.icon-bordered {
    border-color: #0c3065;
}

.icon-box.iconbox-theme-colored4:hover .icon.icon-bordered {
    background-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4 .icon.icon-gray.icon-bordered {
    border-color: #eee;
}

.icon-box.iconbox-theme-colored4:hover .icon.icon-gray {
    background-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4:hover .icon.icon-gray.icon-bordered {
    background-color: #0c3065;
    border-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4 .icon.icon-dark {
    background-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4 .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border-color: #0c3065;
    color: #0c3065;
}

.icon-box.iconbox-theme-colored4:hover .icon.icon-dark {
    color: #fff;
}

.icon-box.iconbox-theme-colored4:hover .icon.icon-dark.icon-bordered {
    background-color: #0c3065;
    border-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4 .icon.icon-white {
    background-color: #fff;
    color: #0c3065;
}

.icon-box.iconbox-theme-colored4 .icon.icon-white.icon-bordered {
    background-color: transparent;
    border-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4:hover .icon.icon-white {
    background-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4:hover .icon.icon-white.icon-bordered {
    background-color: #0c3065;
    border-color: #0c3065;
    color: #fff;
}

.icon-box.iconbox-theme-colored4.iconbox-border {
    border-color: #0c3065;
}


/*
 *  accordion.scss
 * -----------------------------------------------
*/

.accordion-theme-colored4 .panel-default>.panel-heading {
    background-color: #0c3065;
}

.accordion-theme-colored4 .panel-default>.panel-heading .panel-title>a,
.accordion-theme-colored4 .panel-default>.panel-heading .panel-title>a:hover,
.accordion-theme-colored4 .panel-default>.panel-heading .panel-title>a:focus {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored4 .panel-heading .panel-title a.active:before {
    background: #0c3065;
}

.panel-group.accordion-classic-theme-colored4-filled .panel-heading {
    background: #0c3065;
}

.panel-group.accordion-classic-theme-colored4-filled .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored4-filled .panel-heading .panel-title a:before {
    background: #0a2a57;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored4-filled .panel-heading .panel-title a.active:before {
    background: #05142a;
}

.panel-group.accordion-classic-theme-colored41 .panel-heading {
    background: #0c3065;
}

.panel-group.accordion-classic-theme-colored41 .panel-heading .panel-title a {
    color: #fff;
}

.panel-group.accordion-classic-theme-colored41 .panel-heading .panel-title a:before {
    background: #09254e;
    color: #fff;
}

.panel-group.accordion-classic-theme-colored41 .panel-heading .panel-title a.active:before {
    background: #bbbbbb;
}

.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored4 .panel-heading .panel-title a:before {
    background-color: #0c3065;
}

.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored4 .panel-heading .panel-title a:after {
    background-color: #0c3065;
}

.line-bottom-theme-colored4:after {
    background: #0c3065;
}


/*
 * widget
 * -----------------------------------------------
*/

.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored4:after,
footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored4:after {
    background: #0c3065;
}


/*
 * header-top.scss
 * -----------------------------------------------
*/

header#header .header-top {
    background-color: #bbbbbb;
}

header#header .header-top.bg-theme-colored2 .contact-info li .font-icon {
    color: #bbbbbb;
}


/*
 * header-mid.scss
 * -----------------------------------------------
*/

header#header .header-middle .header-mid-column3-container .contact-info .font-icon {
    color: #bbbbbb;
}


/*
 * header-nav.scss
 * -----------------------------------------------
*/

#top-primary-nav .menuzord-menu>li>.megamenu .megamenu-row li.active>a:not(.tm-submenu-title),
#top-primary-nav .menuzord-menu>li>.megamenu .megamenu-row li:hover>a:not(.tm-submenu-title) {
    color: #bbbbbb;
}

#top-primary-nav .menuzord-menu>li>.megamenu .megamenu-row li.active>a:not(.tm-submenu-title) i,
#top-primary-nav .menuzord-menu>li>.megamenu .megamenu-row li:hover>a:not(.tm-submenu-title) i {
    color: #bbbbbb;
}

#top-primary-nav .menuzord-menu ul.dropdown li.active>a:not(.tm-submenu-title),
#top-primary-nav .menuzord-menu ul.dropdown li:hover>a:not(.tm-submenu-title) {
    color: #bbbbbb;
}

#top-primary-nav .menuzord-menu ul.dropdown li.active>a:not(.tm-submenu-title) i,
#top-primary-nav .menuzord-menu ul.dropdown li:hover>a:not(.tm-submenu-title) i {
    color: #bbbbbb;
}


/*
 * header-type.scss
 * -----------------------------------------------
*/

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav-wrapper .header-nav-container {
    background-color: #bbbbbb;
}

header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav-wrapper .header-nav-container .header-nav-container-inner {
    background-color: #bbbbbb;
}

@media (min-width: 1200px) {
    header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand:before {
        background-color: #39345A;
    }
    header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand:after {
        border-top-color: #39345A;
    }
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav-wrapper .header-nav-container {
    background-color: #39345A;
}

header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav-wrapper .header-nav-container .header-nav-container-inner {
    background-color: #39345A;
}

@media (min-width: 992px) {
    header#header.header-layout-type-header-2rows-floating-header-style9 .header-nav .header-nav-wrapper .menuzord-container .container {
        background-color: #bbbbbb;
    }
}


/*
 * menuzord.scss
 * -----------------------------------------------
*/

.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu ul.dropdown li:hover>a {
    background: #bbbbbb;
    color: #fff;
}

.menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu ul.dropdown li:hover>a {
    background: #bbbbbb;
    color: #fff;
}

.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu ul.dropdown li:hover>a {
    border-color: #bbbbbb !important;
}

.menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu ul.dropdown li:hover>a {
    border-color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu ul.dropdown li:hover>a {
    border-color: #bbbbbb;
    color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu ul.dropdown li:hover>a {
    color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu>li.active,
.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu>li:hover,
.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu ul.dropdown li:hover {
    border-top-color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu ul.dropdown li:hover>a {
    color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu>li.active,
.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu>li:hover,
.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu ul.dropdown li:hover {
    border-bottom-color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu ul.dropdown li:hover>a {
    color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu>li.active,
.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu>li:hover,
.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu ul.dropdown li:hover {
    border-color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu ul.dropdown li:hover>a {
    color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu>li.active>a:before,
.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu>li:hover>a:before {
    background: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-default .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-default .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-default .menuzord-menu ul.dropdown li:hover>a {
    color: #bbbbbb;
}

.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu>li.active>a,
.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu>li:hover>a,
.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu ul.dropdown li:hover>a {
    color: #fff;
}

.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu>li.active,
.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu>li:hover,
.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu ul.dropdown li:hover {
    background: #bbbbbb;
}


/*
 *	menu-full-page.scss
 * -----------------------------------------------
*/


/* menu-full-page plugin code */

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a:hover {
    color: #bbbbbb;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li.open-sub-menu>a {
    color: #bbbbbb;
}

.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown>li a:hover {
    color: #bbbbbb;
}


/*
 * side-push-panel.scss
 * -----------------------------------------------
*/

#side-panel-trigger-close .side-panel-trigger-icon:hover {
    background: #bbbbbb;
}


/*
 * Footer widget
 * -----------------------------------------------
*/


/*
 * page-title.scss
 * -----------------------------------------------
*/


/*
 * 404.scss
 * -----------------------------------------------
*/

.page-404-wrapper .page-404-main-content .title {
    color: #bbbbbb;
}

.page-404-wrapper .helpful-links ul li::before {
    color: #bbbbbb;
}

.page-404-wrapper .helpful-links ul li a:hover {
    color: #bbbbbb;
}


/*
 * custom-section-color-set.scss
 * -----------------------------------------------
*/


/*
 * custom-section-color1.scss
 * -----------------------------------------------
*/


/*
 * custom-section-color2.scss
 * -----------------------------------------------
*/


/*
 * elements: forms.scss
 * -----------------------------------------------
*/

.woocommerce .woocommerce-form-login .input-text:active,
.woocommerce .woocommerce-form-login .input-text:focus {
    box-shadow: 0 0 0 2px #bbbbbb;
}

.form-control:active,
.form-control:focus {
    box-shadow: 0 0 0 2px #bbbbbb;
}

.tm-contact-form-transparent .form-submit-btn,
.tm-request-a-call-back-form1 .form-submit-btn {
    background-color: #bbbbbb;
}

.tm-contact-form-transparent .form-submit-btn:hover,
.tm-request-a-call-back-form1 .form-submit-btn:hover {
    border-color: #bbbbbb;
    color: #bbbbbb;
}

.tm-contact-form-transparent input[type=text]:focus,
.tm-contact-form-transparent input[type=email]:focus,
.tm-contact-form-transparent textarea:focus,
.tm-request-a-call-back-form1 input[type=text]:focus,
.tm-request-a-call-back-form1 input[type=email]:focus,
.tm-request-a-call-back-form1 textarea:focus {
    border-bottom-color: #bbbbbb;
}


/*
 * elements: isotope-layout.scss
 * -----------------------------------------------
*/


/* -------- Isotop Filter ---------- */

.isotope-layout-filter.cat-filter-theme-colored1 a.active,
.isotope-layout-filter.cat-filter-theme-colored1 a:focus,
.isotope-layout-filter.cat-filter-theme-colored1 a:hover,
.carousel-layout-filter.cat-filter-theme-colored1 a.active,
.carousel-layout-filter.cat-filter-theme-colored1 a:focus,
.carousel-layout-filter.cat-filter-theme-colored1 a:hover {
    background-color: #bbbbbb;
}

.isotope-layout-filter.cat-filter-theme-colored1.filter-style-2 a,
.carousel-layout-filter.cat-filter-theme-colored1.filter-style-2 a {
    border-color: #bbbbbb;
}

.isotope-layout-filter.cat-filter-theme-colored1.filter-style-6 a,
.carousel-layout-filter.cat-filter-theme-colored1.filter-style-6 a {
    border-color: #bbbbbb;
}

.isotope-layout-filter.cat-filter-theme-colored1.filter-style-10 a,
.carousel-layout-filter.cat-filter-theme-colored1.filter-style-10 a {
    border-color: #bbbbbb;
}

.isotope-layout-filter.cat-filter-theme-colored1.filter-style-14 a,
.carousel-layout-filter.cat-filter-theme-colored1.filter-style-14 a {
    border-color: #bbbbbb;
}

.isotope-layout-filter.cat-filter-theme-colored1.filter-style-flat a.active,
.isotope-layout-filter.cat-filter-theme-colored1.filter-style-flat a:focus,
.isotope-layout-filter.cat-filter-theme-colored1.filter-style-flat a:hover,
.carousel-layout-filter.cat-filter-theme-colored1.filter-style-flat a.active,
.carousel-layout-filter.cat-filter-theme-colored1.filter-style-flat a:focus,
.carousel-layout-filter.cat-filter-theme-colored1.filter-style-flat a:hover {
    background: none;
    border-bottom-color: #bbbbbb;
}

.isotope-layout-filter.cat-filter-theme-colored2 a.active,
.isotope-layout-filter.cat-filter-theme-colored2 a:focus,
.isotope-layout-filter.cat-filter-theme-colored2 a:hover,
.carousel-layout-filter.cat-filter-theme-colored2 a.active,
.carousel-layout-filter.cat-filter-theme-colored2 a:focus,
.carousel-layout-filter.cat-filter-theme-colored2 a:hover {
    background-color: #39345A;
}

.isotope-layout-filter.cat-filter-theme-colored2.filter-style-2 a,
.carousel-layout-filter.cat-filter-theme-colored2.filter-style-2 a {
    border-color: #39345A;
}

.isotope-layout-filter.cat-filter-theme-colored2.filter-style-6 a,
.carousel-layout-filter.cat-filter-theme-colored2.filter-style-6 a {
    border-color: #39345A;
}

.isotope-layout-filter.cat-filter-theme-colored2.filter-style-10 a,
.carousel-layout-filter.cat-filter-theme-colored2.filter-style-10 a {
    border-color: #39345A;
}

.isotope-layout-filter.cat-filter-theme-colored2.filter-style-14 a,
.carousel-layout-filter.cat-filter-theme-colored2.filter-style-14 a {
    border-color: #39345A;
}

.isotope-layout-filter.cat-filter-theme-colored2.filter-style-flat a.active,
.isotope-layout-filter.cat-filter-theme-colored2.filter-style-flat a:focus,
.isotope-layout-filter.cat-filter-theme-colored2.filter-style-flat a:hover,
.carousel-layout-filter.cat-filter-theme-colored2.filter-style-flat a.active,
.carousel-layout-filter.cat-filter-theme-colored2.filter-style-flat a:focus,
.carousel-layout-filter.cat-filter-theme-colored2.filter-style-flat a:hover {
    background: none;
    border-bottom-color: #39345A;
}


/*
 * elements: owl-carousel.scss
 * -----------------------------------------------
*/

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #bbbbbb !important;
}

.tm-accordion.accordion-theme-colored1 .accordion-item {
    border-color: #bbbbbb;
}

.tm-accordion.accordion-theme-colored2 .accordion-item {
    border-color: #39345A;
}

.tm-accordion.accordion-theme-colored3 .accordion-item {
    border-color: #da3c21;
}

.tm-accordion.accordion-theme-colored4 .accordion-item {
    border-color: #0c3065;
}

.tm-accordion.accordion-classic.accordion-theme-colored1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #bbbbbb;
    color: #fff;
}

.tm-accordion.accordion-classic.accordion-theme-colored2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #39345A;
    color: #fff;
}

.tm-accordion.accordion-classic.accordion-theme-colored3 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #da3c21;
    color: #fff;
}

.tm-accordion.accordion-classic.accordion-theme-colored4 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #0c3065;
    color: #fff;
}

.tm-accordion.accordion-gradient.accordion-theme-colored1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #bbbbbb;
    background: linear-gradient(0deg, #bbbbbb 0%, #ff9e7c 45%, #ffc3af 100%);
}

.tm-accordion.accordion-gradient.accordion-theme-colored2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #39345A;
    background: linear-gradient(0deg, #39345a 0%, #58508a 45%, #6f67a7 100%);
}

.tm-accordion.accordion-gradient.accordion-theme-colored3 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #da3c21;
    background: linear-gradient(0deg, #da3c21 0%, #e77460 45%, #ee9b8d 100%);
}

.tm-accordion.accordion-gradient.accordion-theme-colored4 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #0c3065;
    background: linear-gradient(0deg, #0c3065 0%, #1450a9 45%, #1a66d7 100%);
}


/*
 * Shortcode: blockquote.scss
 * -----------------------------------------------
*/

blockquote:before {
    color: #bbbbbb;
}

blockquote.border-left-theme-colored {
    border-left-color: #bbbbbb;
}

blockquote.quote-icon-theme-colored:before {
    color: #bbbbbb;
}

blockquote.footer-cite-theme-colored footer {
    color: #bbbbbb;
}


/*
 * Shortcode: blog.scss
 * -----------------------------------------------
*/

.tm-sc-blog.blog-style-default article .entry-header .link {
    background: #bbbbbb;
}

.tm-sc-blog.blog-style-default article .entry-content .entry-meta i {
    color: #bbbbbb;
}


/*
 * Shortcode: buttons.scss
 * -----------------------------------------------
*/

.btn-theme-colored1 {
    color: #000;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.btn-theme-colored1:hover {
    color: #000;
    background-color: #ff7c4e;
    border-color: #ff7444;
}

.btn-check:focus+.btn-theme-colored1,
.btn-theme-colored1:focus {
    color: #000;
    background-color: #ff7c4e;
    border-color: #ff7444;
    box-shadow: 0 0 0 0.25rem rgba(217, 86, 40, 0.5);
}

.btn-check:checked+.btn-theme-colored1,
.btn-check:active+.btn-theme-colored1,
.btn-theme-colored1:active,
.btn-theme-colored1.active,
.show>.btn-theme-colored1.dropdown-toggle {
    color: #000;
    background-color: #ff8459;
    border-color: #ff7444;
}

.btn-check:checked+.btn-theme-colored1:focus,
.btn-check:active+.btn-theme-colored1:focus,
.btn-theme-colored1:active:focus,
.btn-theme-colored1.active:focus,
.show>.btn-theme-colored1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 86, 40, 0.5);
}

.btn-theme-colored1:disabled,
.btn-theme-colored1.disabled {
    color: #000;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #39345A;
    border-color: #39345A;
}

.btn-theme-colored2:hover {
    color: #fff;
    background-color: #302c4d;
    border-color: #2e2a48;
}

.btn-check:focus+.btn-theme-colored2,
.btn-theme-colored2:focus {
    color: #fff;
    background-color: #302c4d;
    border-color: #2e2a48;
    box-shadow: 0 0 0 0.25rem rgba(87, 82, 115, 0.5);
}

.btn-check:checked+.btn-theme-colored2,
.btn-check:active+.btn-theme-colored2,
.btn-theme-colored2:active,
.btn-theme-colored2.active,
.show>.btn-theme-colored2.dropdown-toggle {
    color: #fff;
    background-color: #2e2a48;
    border-color: #2b2744;
}

.btn-check:checked+.btn-theme-colored2:focus,
.btn-check:active+.btn-theme-colored2:focus,
.btn-theme-colored2:active:focus,
.btn-theme-colored2.active:focus,
.show>.btn-theme-colored2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(87, 82, 115, 0.5);
}

.btn-theme-colored2:disabled,
.btn-theme-colored2.disabled {
    color: #fff;
    background-color: #39345A;
    border-color: #39345A;
}

.btn-theme-colored3 {
    color: #fff;
    background-color: #da3c21;
    border-color: #da3c21;
}

.btn-theme-colored3:hover {
    color: #fff;
    background-color: #b9331c;
    border-color: #ae301a;
}

.btn-check:focus+.btn-theme-colored3,
.btn-theme-colored3:focus {
    color: #fff;
    background-color: #b9331c;
    border-color: #ae301a;
    box-shadow: 0 0 0 0.25rem rgba(224, 89, 66, 0.5);
}

.btn-check:checked+.btn-theme-colored3,
.btn-check:active+.btn-theme-colored3,
.btn-theme-colored3:active,
.btn-theme-colored3.active,
.show>.btn-theme-colored3.dropdown-toggle {
    color: #fff;
    background-color: #ae301a;
    border-color: #a42d19;
}

.btn-check:checked+.btn-theme-colored3:focus,
.btn-check:active+.btn-theme-colored3:focus,
.btn-theme-colored3:active:focus,
.btn-theme-colored3.active:focus,
.show>.btn-theme-colored3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(224, 89, 66, 0.5);
}

.btn-theme-colored3:disabled,
.btn-theme-colored3.disabled {
    color: #fff;
    background-color: #da3c21;
    border-color: #da3c21;
}

.btn-theme-colored4 {
    color: #fff;
    background-color: #0c3065;
    border-color: #0c3065;
}

.btn-theme-colored4:hover {
    color: #fff;
    background-color: #0a2956;
    border-color: #0a2651;
}

.btn-check:focus+.btn-theme-colored4,
.btn-theme-colored4:focus {
    color: #fff;
    background-color: #0a2956;
    border-color: #0a2651;
    box-shadow: 0 0 0 0.25rem rgba(48, 79, 124, 0.5);
}

.btn-check:checked+.btn-theme-colored4,
.btn-check:active+.btn-theme-colored4,
.btn-theme-colored4:active,
.btn-theme-colored4.active,
.show>.btn-theme-colored4.dropdown-toggle {
    color: #fff;
    background-color: #0a2651;
    border-color: #09244c;
}

.btn-check:checked+.btn-theme-colored4:focus,
.btn-check:active+.btn-theme-colored4:focus,
.btn-theme-colored4:active:focus,
.btn-theme-colored4.active:focus,
.show>.btn-theme-colored4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(48, 79, 124, 0.5);
}

.btn-theme-colored4:disabled,
.btn-theme-colored4.disabled {
    color: #fff;
    background-color: #0c3065;
    border-color: #0c3065;
}

.btn-outline-theme-colored1 {
    color: #bbbbbb;
    border-color: #bbbbbb;
}

.btn-outline-theme-colored1:hover {
    color: #000;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.btn-check:focus+.btn-outline-theme-colored1,
.btn-outline-theme-colored1:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 101, 47, 0.5);
}

.btn-check:checked+.btn-outline-theme-colored1,
.btn-check:active+.btn-outline-theme-colored1,
.btn-outline-theme-colored1:active,
.btn-outline-theme-colored1.active,
.btn-outline-theme-colored1.dropdown-toggle.show {
    color: #000;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.btn-check:checked+.btn-outline-theme-colored1:focus,
.btn-check:active+.btn-outline-theme-colored1:focus,
.btn-outline-theme-colored1:active:focus,
.btn-outline-theme-colored1.active:focus,
.btn-outline-theme-colored1.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 101, 47, 0.5);
}

.btn-outline-theme-colored1:disabled,
.btn-outline-theme-colored1.disabled {
    color: #bbbbbb;
    background-color: transparent;
}

.btn-outline-theme-colored2 {
    color: #39345A;
    border-color: #39345A;
}

.btn-outline-theme-colored2:hover {
    color: #fff;
    background-color: #39345A;
    border-color: #39345A;
}

.btn-check:focus+.btn-outline-theme-colored2,
.btn-outline-theme-colored2:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 52, 90, 0.5);
}

.btn-check:checked+.btn-outline-theme-colored2,
.btn-check:active+.btn-outline-theme-colored2,
.btn-outline-theme-colored2:active,
.btn-outline-theme-colored2.active,
.btn-outline-theme-colored2.dropdown-toggle.show {
    color: #fff;
    background-color: #39345A;
    border-color: #39345A;
}

.btn-check:checked+.btn-outline-theme-colored2:focus,
.btn-check:active+.btn-outline-theme-colored2:focus,
.btn-outline-theme-colored2:active:focus,
.btn-outline-theme-colored2.active:focus,
.btn-outline-theme-colored2.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 52, 90, 0.5);
}

.btn-outline-theme-colored2:disabled,
.btn-outline-theme-colored2.disabled {
    color: #39345A;
    background-color: transparent;
}

.btn-outline-theme-colored3 {
    color: #da3c21;
    border-color: #da3c21;
}

.btn-outline-theme-colored3:hover {
    color: #fff;
    background-color: #da3c21;
    border-color: #da3c21;
}

.btn-check:focus+.btn-outline-theme-colored3,
.btn-outline-theme-colored3:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 60, 33, 0.5);
}

.btn-check:checked+.btn-outline-theme-colored3,
.btn-check:active+.btn-outline-theme-colored3,
.btn-outline-theme-colored3:active,
.btn-outline-theme-colored3.active,
.btn-outline-theme-colored3.dropdown-toggle.show {
    color: #fff;
    background-color: #da3c21;
    border-color: #da3c21;
}

.btn-check:checked+.btn-outline-theme-colored3:focus,
.btn-check:active+.btn-outline-theme-colored3:focus,
.btn-outline-theme-colored3:active:focus,
.btn-outline-theme-colored3.active:focus,
.btn-outline-theme-colored3.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 60, 33, 0.5);
}

.btn-outline-theme-colored3:disabled,
.btn-outline-theme-colored3.disabled {
    color: #da3c21;
    background-color: transparent;
}

.btn-outline-theme-colored4 {
    color: #0c3065;
    border-color: #0c3065;
}

.btn-outline-theme-colored4:hover {
    color: #fff;
    background-color: #0c3065;
    border-color: #0c3065;
}

.btn-check:focus+.btn-outline-theme-colored4,
.btn-outline-theme-colored4:focus {
    box-shadow: 0 0 0 0.25rem rgba(12, 48, 101, 0.5);
}

.btn-check:checked+.btn-outline-theme-colored4,
.btn-check:active+.btn-outline-theme-colored4,
.btn-outline-theme-colored4:active,
.btn-outline-theme-colored4.active,
.btn-outline-theme-colored4.dropdown-toggle.show {
    color: #fff;
    background-color: #0c3065;
    border-color: #0c3065;
}

.btn-check:checked+.btn-outline-theme-colored4:focus,
.btn-check:active+.btn-outline-theme-colored4:focus,
.btn-outline-theme-colored4:active:focus,
.btn-outline-theme-colored4.active:focus,
.btn-outline-theme-colored4.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(12, 48, 101, 0.5);
}

.btn-outline-theme-colored4:disabled,
.btn-outline-theme-colored4.disabled {
    color: #0c3065;
    background-color: transparent;
}

.btn-gradient-theme-colored1 {
    color: #000;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #bbbbbb 0%, #ff946f 30%, #bbbbbb 100%);
}

.btn-gradient-theme-colored1:hover {
    color: #000;
    background-color: #ff7c4e;
    border-color: #ff7444;
    background-color: transparent;
    background-position: right center;
}

.btn-check:focus+.btn-gradient-theme-colored1,
.btn-gradient-theme-colored1:focus {
    color: #000;
    background-color: #ff7c4e;
    border-color: #ff7444;
    box-shadow: 0 0 0 0.25rem rgba(217, 86, 40, 0.5);
}

.btn-check:checked+.btn-gradient-theme-colored1,
.btn-check:active+.btn-gradient-theme-colored1,
.btn-gradient-theme-colored1:active,
.btn-gradient-theme-colored1.active,
.show>.btn-gradient-theme-colored1.dropdown-toggle {
    color: #000;
    background-color: #ff8459;
    border-color: #ff7444;
}

.btn-check:checked+.btn-gradient-theme-colored1:focus,
.btn-check:active+.btn-gradient-theme-colored1:focus,
.btn-gradient-theme-colored1:active:focus,
.btn-gradient-theme-colored1.active:focus,
.show>.btn-gradient-theme-colored1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 86, 40, 0.5);
}

.btn-gradient-theme-colored1:disabled,
.btn-gradient-theme-colored1.disabled {
    color: #000;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.btn-gradient-theme-colored2 {
    color: #fff;
    background-color: #39345A;
    border-color: #39345A;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #39345A 0%, #534b82 30%, #39345A 100%);
}

.btn-gradient-theme-colored2:hover {
    color: #fff;
    background-color: #302c4d;
    border-color: #2e2a48;
    background-color: transparent;
    background-position: right center;
}

.btn-check:focus+.btn-gradient-theme-colored2,
.btn-gradient-theme-colored2:focus {
    color: #fff;
    background-color: #302c4d;
    border-color: #2e2a48;
    box-shadow: 0 0 0 0.25rem rgba(87, 82, 115, 0.5);
}

.btn-check:checked+.btn-gradient-theme-colored2,
.btn-check:active+.btn-gradient-theme-colored2,
.btn-gradient-theme-colored2:active,
.btn-gradient-theme-colored2.active,
.show>.btn-gradient-theme-colored2.dropdown-toggle {
    color: #fff;
    background-color: #2e2a48;
    border-color: #2b2744;
}

.btn-check:checked+.btn-gradient-theme-colored2:focus,
.btn-check:active+.btn-gradient-theme-colored2:focus,
.btn-gradient-theme-colored2:active:focus,
.btn-gradient-theme-colored2.active:focus,
.show>.btn-gradient-theme-colored2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(87, 82, 115, 0.5);
}

.btn-gradient-theme-colored2:disabled,
.btn-gradient-theme-colored2.disabled {
    color: #fff;
    background-color: #39345A;
    border-color: #39345A;
}

.btn-gradient-theme-colored3 {
    color: #fff;
    background-color: #da3c21;
    border-color: #da3c21;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #da3c21 0%, #e56a55 30%, #da3c21 100%);
}

.btn-gradient-theme-colored3:hover {
    color: #fff;
    background-color: #b9331c;
    border-color: #ae301a;
    background-color: transparent;
    background-position: right center;
}

.btn-check:focus+.btn-gradient-theme-colored3,
.btn-gradient-theme-colored3:focus {
    color: #fff;
    background-color: #b9331c;
    border-color: #ae301a;
    box-shadow: 0 0 0 0.25rem rgba(224, 89, 66, 0.5);
}

.btn-check:checked+.btn-gradient-theme-colored3,
.btn-check:active+.btn-gradient-theme-colored3,
.btn-gradient-theme-colored3:active,
.btn-gradient-theme-colored3.active,
.show>.btn-gradient-theme-colored3.dropdown-toggle {
    color: #fff;
    background-color: #ae301a;
    border-color: #a42d19;
}

.btn-check:checked+.btn-gradient-theme-colored3:focus,
.btn-check:active+.btn-gradient-theme-colored3:focus,
.btn-gradient-theme-colored3:active:focus,
.btn-gradient-theme-colored3.active:focus,
.show>.btn-gradient-theme-colored3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(224, 89, 66, 0.5);
}

.btn-gradient-theme-colored3:disabled,
.btn-gradient-theme-colored3.disabled {
    color: #fff;
    background-color: #da3c21;
    border-color: #da3c21;
}

.btn-gradient-theme-colored4 {
    color: #fff;
    background-color: #0c3065;
    border-color: #0c3065;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #0c3065 0%, #134b9e 30%, #0c3065 100%);
}

.btn-gradient-theme-colored4:hover {
    color: #fff;
    background-color: #0a2956;
    border-color: #0a2651;
    background-color: transparent;
    background-position: right center;
}

.btn-check:focus+.btn-gradient-theme-colored4,
.btn-gradient-theme-colored4:focus {
    color: #fff;
    background-color: #0a2956;
    border-color: #0a2651;
    box-shadow: 0 0 0 0.25rem rgba(48, 79, 124, 0.5);
}

.btn-check:checked+.btn-gradient-theme-colored4,
.btn-check:active+.btn-gradient-theme-colored4,
.btn-gradient-theme-colored4:active,
.btn-gradient-theme-colored4.active,
.show>.btn-gradient-theme-colored4.dropdown-toggle {
    color: #fff;
    background-color: #0a2651;
    border-color: #09244c;
}

.btn-check:checked+.btn-gradient-theme-colored4:focus,
.btn-check:active+.btn-gradient-theme-colored4:focus,
.btn-gradient-theme-colored4:active:focus,
.btn-gradient-theme-colored4.active:focus,
.show>.btn-gradient-theme-colored4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(48, 79, 124, 0.5);
}

.btn-gradient-theme-colored4:disabled,
.btn-gradient-theme-colored4.disabled {
    color: #fff;
    background-color: #0c3065;
    border-color: #0c3065;
}

.btn-modern-white:after {
    background-color: #bbbbbb;
}

.btn-modern-white:hover {
    border-color: #bbbbbb;
}

.btn-modern-theme-colored {
    border-color: #bbbbbb;
    background-color: #bbbbbb;
}

.hvr-sweep-to-right[class^="btn-outline-"]:hover,
.hvr-sweep-to-right[class^="btn-outline-"]:focus,
.hvr-sweep-to-right[class^="btn-outline-"]:active,
.hvr-sweep-to-right[class*=" btn-outline-"]:hover,
.hvr-sweep-to-right[class*=" btn-outline-"]:focus,
.hvr-sweep-to-right[class*=" btn-outline-"]:active,
.hvr-bounce-to-right[class^="btn-outline-"]:hover,
.hvr-bounce-to-right[class^="btn-outline-"]:focus,
.hvr-bounce-to-right[class^="btn-outline-"]:active,
.hvr-bounce-to-right[class*=" btn-outline-"]:hover,
.hvr-bounce-to-right[class*=" btn-outline-"]:focus,
.hvr-bounce-to-right[class*=" btn-outline-"]:active,
.hvr-shutter-out-horizontal[class^="btn-outline-"]:hover,
.hvr-shutter-out-horizontal[class^="btn-outline-"]:focus,
.hvr-shutter-out-horizontal[class^="btn-outline-"]:active,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:hover,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:focus,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:active {
    background-color: transparent;
}

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored1:before,
.hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored1:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored1:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored1:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored1:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored1:before {
    background: #bbbbbb;
}

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored2:before,
.hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored2:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored2:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored2:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored2:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored2:before {
    background: #39345A;
}

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored3:before,
.hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored3:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored3:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored3:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored3:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored3:before {
    background: #da3c21;
}

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored4:before,
.hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored4:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored4:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored4:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored4:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored4:before {
    background: #0c3065;
}

.btn-theme-colored1 {
    color: #fff;
}


/*
 * Shortcode: pricing-tables.scss
 * -----------------------------------------------
*/

.tm-sc-pricing-table .pricing-table-inner .pricing-table-pricing .pricing-table-price {
    color: #bbbbbb;
}

.tm-sc-pricing-table .pricing-table-inner .pricing-table-content ul li:before {
    color: #bbbbbb;
}

.tm-sc-pricing-table .pricing-table-inner .pricing-table-label {
    background-color: #bbbbbb;
}


/*
 * Shortcode: newsletter.scss
 * -----------------------------------------------
*/

.mailchimp-form .mc4wp-form .input-group-btn .btn {
    background: #bbbbbb;
}


/*
 * Shortcode: icon-box.scss
 * -----------------------------------------------
*/

.icon-box.iconbox-style3-moving-border-bottom:after {
    background-image: -moz-linear-gradient(0deg, #bbbbbb 0%, #ffb195 100%);
    background-image: -webkit-linear-gradient(0deg, #bbbbbb 0%, #ffb195 100%);
    background-image: -ms-linear-gradient(0deg, #bbbbbb 0%, #ffb195 100%);
    background-image: gradient(0deg, #bbbbbb 0%, #ffb195 100%);
}

.icon-box.iconbox-style4-bgcolor:before {
    background-color: #39345A;
}

.icon-box.iconbox-style5-moving-bgcolor:before {
    background-color: #39345A;
}

.icon-box.iconbox-style6-moving-double-bgcolor:before,
.icon-box.iconbox-style6-moving-double-bgcolor:after {
    background-color: #bbbbbb;
}

.icon-box.iconbox-style6-moving-double-bgcolor:after {
    background-color: #39345A;
}

.icon-box.iconbox-style7-hover-moving-border:after {
    border-right-color: rgba(255, 101, 47, 0.7);
    border-left-color: rgba(255, 101, 47, 0.7);
}

.icon-box.iconbox-style7-hover-moving-border:before {
    border-top-color: rgba(255, 101, 47, 0.7);
    border-bottom-color: rgba(255, 101, 47, 0.7);
}

.tm-features-icon-box .icon-box-wrapper:after {
    color: #bbbbbb;
}

.tm-features-icon-box:before,
.tm-features-icon-box:after {
    background-color: #bbbbbb;
}


/*
 * Shortcode: instagram-feed.scss
 * -----------------------------------------------
*/

.instagram-feed figure:after {
    background: #bbbbbb;
}


/*
 * Shortcode: nav-tabs-pricing.scss
 * -----------------------------------------------
*/

.tm-sc-nav-tabs-pricing .nav-tabs2 li a:hover {
    border-color: #bbbbbb;
    background: #bbbbbb;
}

.tm-sc-nav-tabs-pricing .nav-tabs2 li a.active {
    border-color: #bbbbbb;
    background: #bbbbbb !important;
}

.tm-sc-nav-tabs-pricing.nav-tab-btn-button .nav-tabs li a:hover {
    background: #bbbbbb;
    border-color: #bbbbbb;
}

.tm-sc-nav-tabs-pricing.nav-tab-btn-button .nav-tabs li a.active {
    background: #bbbbbb;
    border-color: #bbbbbb;
}

.tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs:before {
    background-image: -webkit-linear-gradient(0deg, #bbbbbb 30%, #bbbbbb 100%);
    background-image: -ms-linear-gradient(0deg, #bbbbbb 30%, #bbbbbb 100%);
}

.tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li:last-child:before {
    background: #bbbbbb;
}


/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/

.tm-sc-section-title.line-bottom-style2-solid-line .title-wrapper:after {
    background-color: #bbbbbb;
}

.tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
    border-color: #bbbbbb;
}

.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
    background-color: #bbbbbb;
}

.tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:after {
    background-color: #bbbbbb;
}

.tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:after {
    background-color: #bbbbbb;
}

.tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:after {
    background-color: #bbbbbb;
}

.tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:after {
    background-color: #bbbbbb;
}


/*
 * Shortcode: unordered-list.scss
 * -----------------------------------------------
*/

.tm-sc-unordered-list ul li:before {
    color: #bbbbbb;
}


/*
 * Shortcode: working-steps.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: pagination.scss
 * -----------------------------------------------
*/

.pagination>.page-item .page-link:hover {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.pagination>.page-item.active .page-link {
    border-color: #bbbbbb;
}


/*
 * progress-bar.scss
 * -----------------------------------------------
*/

.tm-sc-progress-bar .progress-holder .progress-content {
    background-color: #bbbbbb;
}

.tm-sc-progress-bar .progress-holder .progress-content:after {
    box-shadow: inset 0 0 0 3px #bbbbbb;
}


/*
 * video-popup.scss
 * -----------------------------------------------
*/

.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button {
    background-color: rgba(255, 101, 47, 0.5);
}

.tm-sc-video-popup.tm-sc-video-popup-button-over-image:hover .animated-css-play-button {
    background: #bbbbbb;
}

.tm-sc-video-popup.animated-css-play-button .animated-css-play-button,
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button {
    background-color: rgba(255, 101, 47, 0.7);
}

.tm-sc-video-popup.animated-css-play-button .animated-css-play-button:before,
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button:before {
    background-color: rgba(255, 101, 47, 0.7);
}

.tm-sc-video-popup.animated-css-play-button .animated-css-play-button:after,
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button:after {
    background-color: rgba(255, 101, 47, 0.7);
}

.tm-sc-video-popup.animated-css-play-button:hover .animated-css-play-button,
.tm-sc-video-popup.tm-sc-video-popup-css-button:hover .animated-css-play-button {
    background-color: rgba(255, 101, 47, 0.95);
}

.tm-sc-video-popup.animated-css-play-button:hover .animated-css-play-button:before,
.tm-sc-video-popup.tm-sc-video-popup-css-button:hover .animated-css-play-button:before {
    background-color: rgba(255, 101, 47, 0.95);
}

.tm-sc-video-popup.animated-css-play-button:hover .animated-css-play-button:after,
.tm-sc-video-popup.tm-sc-video-popup-css-button:hover .animated-css-play-button:after {
    background-color: rgba(255, 101, 47, 0.95);
}


/*
 * Shortcode: final-countdown.scss
 * -----------------------------------------------
*/

.final-countdown-smart-style .countdown-timer .counter .label {
    background: #39345A;
}


/*
 * Shortcode: social-links.scss
 * -----------------------------------------------
*/

.tm-sc-social-links.links-theme-colored1 li a {
    background: #bbbbbb;
}

.tm-sc-social-links.links-theme-colored2 li a {
    background: #39345A;
}

.tm-sc-social-links.links-theme-colored3 li a {
    background: #da3c21;
}

.tm-sc-social-links.links-theme-colored4 li a {
    background: #0c3065;
}


/*
 * Shortcode: location-marker.scss
 * -----------------------------------------------
*/

.tm-sc-location-marker .each-location {
    background: rgba(255, 101, 47, 0.5);
}


/*
 * Shortcode: tribe-events.scss
 * -----------------------------------------------
*/

.tm-sc-tribe-events .event .event-thumb .event-start-date {
    background-color: #bbbbbb;
}

.tm-sc-tribe-events .event .event-content .event-meta .each-meta i {
    color: #bbbbbb;
}

.tm-sc-tribe-events.tm-sc-tribe-events-grid .event .event-thumb .event-start-date,
.tm-sc-tribe-events.tm-sc-tribe-events-masonry .event .event-thumb .event-start-date,
.tm-sc-tribe-events.tm-sc-tribe-events-carousel .event .event-thumb .event-start-date {
    background-color: #bbbbbb;
}

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.has-bg-theme-colored.theme-colored1:not(.left-block-bordered) .event-date {
    background-color: #bbbbbb;
}

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.has-bg-theme-colored.theme-colored2:not(.left-block-bordered) .event-date {
    background-color: #39345A;
}

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered.has-bg-theme-colored .event-date {
    border-color: #bbbbbb;
}

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered.theme-colored1 .event-date {
    border-color: #bbbbbb;
}

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered.theme-colored2 .event-date {
    border-color: #39345A;
}

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta .each-meta i {
    color: #bbbbbb;
}

.tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event .event-date .day {
    color: #bbbbbb;
}


/*
 * widget-brochure-box.scss
 * -----------------------------------------------
*/

.widget-brochure-box .brochure-box .brochure-icon {
    color: #bbbbbb;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored1 {
    background: #bbbbbb;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored1 .brochure-icon {
    border-right-color: #ff5a20;
    color: #fff;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored1 .text {
    color: #fff;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored1:hover {
    background: #ff4e10;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored1:hover .brochure-icon {
    border-right-color: #ff4301;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored2 {
    background: #39345A;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored2 .brochure-icon {
    border-right-color: #332e50;
    color: #fff;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored2 .text {
    color: #fff;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored2:hover {
    background: #2d2947;
}

.widget-brochure-box .brochure-box.brochure-box-theme-colored2:hover .brochure-icon {
    border-right-color: #27233d;
}


/*
 * widget-contact-info.scss
 * -----------------------------------------------
*/

.tm-widget-contact-info.contact-icon-theme-colored1 li .icon i {
    color: #bbbbbb;
}

.tm-widget-contact-info.contact-icon-theme-colored2 li .icon i {
    color: #39345A;
}

.tm-widget-contact-info.contact-icon-theme-colored3 li .icon i {
    color: #da3c21;
}

.tm-widget-contact-info.contact-icon-theme-colored4 li .icon i {
    color: #0c3065;
}


/*
 * widget-search.scss
 * -----------------------------------------------
*/

.search-form .search-submit {
    background: #bbbbbb;
}


/*
 * widgets.scss
 * -----------------------------------------------
*/

.widget.widget_tag_cloud .tagcloud>a:hover,
.widget.widget_product_tag_cloud .tagcloud>a:hover {
    background: #bbbbbb;
}

.widget.widget_calendar #today {
    background: #bbbbbb;
}

.widget.widget_calendar tfoot a:hover {
    color: #bbbbbb;
}

.widget.widget_archive ul>li::before,
.widget.widget_categories ul>li::before,
.widget.widget_pages ul>li::before,
.widget.widget_meta ul>li::before,
.widget.widget_recent_comments ul>li::before,
.widget.widget_rss ul>li::before,
.widget.widget_nav_menu ul>li::before {
    color: #bbbbbb;
}

.widget ul>li:hover::before {
    color: #bbbbbb;
}

.widget ul>li:hover>a {
    color: #bbbbbb;
}

.widget.widget_nav_menu ul>li.current-menu-item:before {
    color: #bbbbbb;
}


/*
 * sidebar-nav-menu.scss
 * -----------------------------------------------
*/

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li a:hover {
    border-left-color: #bbbbbb;
}

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul>li.active>a {
    border-left-color: #bbbbbb;
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li a:hover {
    border-left-color: #bbbbbb;
}

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul>li.active>a {
    border-left-color: #bbbbbb;
}


/*
 * shop.scss
 * -----------------------------------------------
*/


/*
 * shop-common
 * -----------------------------------------------
*/

.product .product-header .onsale {
    box-shadow: 0 7px 20px rgba(255, 101, 47, 0.2);
    background-image: linear-gradient(to right, #bbbbbb 0%, #ff9874 51%, #bbbbbb 100%);
}

.product .product-header:hover .onsale {
    box-shadow: 0 10px 20px rgba(255, 101, 47, 0.5);
    background-position: right center;
}


/*
 * shop-mini-cart
 * -----------------------------------------------
*/


/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:before,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:before {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before {
    background-color: #bbbbbb;
}

.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
    background-color: #bbbbbb;
}


/*
 * shop-single.scss
 * -----------------------------------------------
*/

.woocommerce div.product .woocommerce-tabs .wc-tabs li.active {
    border-bottom-color: #bbbbbb;
}

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
    color: #bbbbbb;
}

.woocommerce div.product .summary .compare.button::before {
    color: #bbbbbb;
}


/*
 * shop-widgets.scss
 * -----------------------------------------------
*/

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider .ui-slider-handle:hover:before {
    background-color: #bbbbbb;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider .ui-slider-range {
    background: #bbbbbb;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    color: #555;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    background-color: #bbbbbb;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
    background-color: #39345A;
}

.widget.woocommerce.widget_shopping_cart ul>li a:hover,
.widget.woocommerce.widget_product_categories ul>li a:hover,
.widget.woocommerce.widget_layered_nav ul>li a:hover,
.widget.woocommerce.widget_layered_nav_filters ul>li a:hover,
.widget.woocommerce.widget_price_filter ul>li a:hover,
.widget.woocommerce.widget_rating_filter ul>li a:hover,
.widget.woocommerce.widget_product_tag_cloud ul>li a:hover {
    color: #bbbbbb;
}

.widget.woocommerce .woocommerce-product-search [type=submit] {
    background: #bbbbbb;
}

.widget.woocommerce .woocommerce-product-search [type=submit]:hover {
    background: #39345A;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud>a:hover {
    background: #bbbbbb;
}

.widget.woocommerce.widget_product_categories .product-categories li a::after {
    color: #bbbbbb;
}


/*
 *  cpt-staff.scss
 * -----------------------------------------------
*/

.sidebar-staff .widget-staff.staff-contact-info .dl-horizontal dt i {
    color: #bbbbbb;
}

.tm-sc-staff .contact-info li i {
    color: #bbbbbb;
}


/*
 *  cpt-departments.scss
 * -----------------------------------------------
*/

.tm-sc-departments-tab .nav-tabs>li.active,
.tm-sc-departments-tab .nav-tabs>li:hover {
    border-bottom-color: #bbbbbb;
}

.tm-sc-departments-tab .nav-tabs>li.active>a.active i,
.tm-sc-departments-tab .nav-tabs>li:hover>a.active i {
    color: #39345A;
}


/*
 *  cpt-gallery.scss
 * -----------------------------------------------
*/

.tm-sc-gallery .overlay-shade.shade-theme-colored1 {
    background-color: #bbbbbb;
}

.tm-sc-gallery .overlay-shade.shade-theme-colored2 {
    background-color: #39345A;
}


/*
 *  cpt-gallery.scss
 * -----------------------------------------------
*/

.tm-sc-courses .course-header .course-price {
    background-color: rgba(255, 101, 47, 0.7);
}


/*
 *  cpt-portfolio.scss
 * -----------------------------------------------
*/

body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb .link {
    background: #bbbbbb;
}

body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb .link:hover {
    background: #39345A;
}

.tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .title-holder .title a:hover {
    color: #bbbbbb;
}

.tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories a:hover {
    color: #bbbbbb;
}

.tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .title-holder .title a:hover {
    color: #bbbbbb;
}

.tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:hover {
    color: #bbbbbb;
}


/*
 *  cpt-projects.scss
 * -----------------------------------------------
*/

.tm-sc-projects .tm-project .btn-plain-text:after {
    background: #bbbbbb;
}

.tm-sc-projects .tm-project .btn-plain-text-with-arrow:focus:after,
.tm-sc-projects .tm-project .btn-plain-text-with-arrow:hover:after {
    color: #bbbbbb;
}

.tm-sc-projects .tm-project .details .cat-list li a {
    color: #bbbbbb;
}

.tm-sc-projects.projects-style6-hanging-content .tm-project .details {
    border-color: #bbbbbb;
}

.tm-sc-projects.projects-style6-hanging-content .tm-project:hover .details {
    border-color: #39345A;
}

.tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb .link {
    background: #bbbbbb;
}

.tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details .cat-list li a {
    color: #bbbbbb;
}


/*
 *  cpt-services.scss
 * -----------------------------------------------
*/

.tm-sc-services .tm-service .btn-plain-text:after {
    background: #bbbbbb;
}

.tm-sc-services .tm-service .btn-plain-text-with-arrow:focus:after,
.tm-sc-services .tm-service .btn-plain-text-with-arrow:hover:after {
    color: #bbbbbb;
}

.tm-sc-services .tm-service .details .cat-list li a {
    color: #bbbbbb;
}

.tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb .link {
    background: #bbbbbb;
}

.tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .cat-list li a {
    color: #bbbbbb;
}


/*
 * Shortcode: testimonials.scss
 * -----------------------------------------------
*/

.tm-sc-testimonials {
    /* Style 7 - Current Theme */
}


/*
 *  cpt-works.scss
 * -----------------------------------------------
*/

.work-archive .work-single .cat-list {
    background: rgba(255, 101, 47, 0.7);
}

.work-archive .work-single .btn-plain-text:after {
    background: #bbbbbb;
}

.work-archive .work-single .btn-plain-text-with-arrow:focus:after,
.work-archive .work-single .btn-plain-text-with-arrow:hover:after {
    color: #bbbbbb;
}


/*
 *  common.scss
 * -----------------------------------------------
*/

.preloader-dot-loading .cssload-loading i {
    background: #bbbbbb !important;
}

blockquote {
    border-color: #bbbbbb;
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    border-color: #bbbbbb;
}

.scrollToTop {
    background-image: linear-gradient(to right, #bbbbbb 0%, #ff9874 51%, #bbbbbb 100%);
}

.scrollToTop:hover {
    box-shadow: 0 10px 20px rgba(255, 101, 47, 0.5);
    background-position: right center;
}


/*
 *  Gradients BG+BGTransparent Color
 * -----------------------------------------------
*/


/* Gradient BG Colors */

.bg-theme-colored1-gradient {
    background-color: #bbbbbb;
    background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#ff9e7c));
    background: -webkit-linear-gradient(top, #bbbbbb, #ff9e7c);
    background: -moz-linear-gradient(top, #bbbbbb, #ff9e7c);
    background: -ms-linear-gradient(top, #bbbbbb, #ff9e7c);
    background: -o-linear-gradient(top, #bbbbbb, #ff9e7c);
}

.bg-theme-colored1-gradient-horizontal {
    background: #bbbbbb;
    background: -webkit-gradient(linear, left top, right top, from(#bbbbbb), to(#ff9e7c));
    background: -webkit-linear-gradient(left, #bbbbbb, #ff9e7c);
    background: -moz-linear-gradient(left, #bbbbbb, #ff9e7c);
    background: -ms-linear-gradient(left, #bbbbbb, #ff9e7c);
    background: -o-linear-gradient(left, #bbbbbb, #ff9e7c);
}

.bg-theme-colored2-gradient {
    background-color: #39345A;
    background: -webkit-gradient(linear, left top, left bottom, from(#39345A), to(#58508a));
    background: -webkit-linear-gradient(top, #39345A, #58508a);
    background: -moz-linear-gradient(top, #39345A, #58508a);
    background: -ms-linear-gradient(top, #39345A, #58508a);
    background: -o-linear-gradient(top, #39345A, #58508a);
}

.bg-theme-colored2-gradient-horizontal {
    background: #39345A;
    background: -webkit-gradient(linear, left top, right top, from(#39345A), to(#58508a));
    background: -webkit-linear-gradient(left, #39345A, #58508a);
    background: -moz-linear-gradient(left, #39345A, #58508a);
    background: -ms-linear-gradient(left, #39345A, #58508a);
    background: -o-linear-gradient(left, #39345A, #58508a);
}

.bg-theme-colored12-gradient {
    background-color: #bbbbbb;
    background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#39345A));
    background: -webkit-linear-gradient(top, #bbbbbb, #39345A);
    background: -moz-linear-gradient(top, #bbbbbb, #39345A);
    background: -ms-linear-gradient(top, #bbbbbb, #39345A);
    background: -o-linear-gradient(top, #bbbbbb, #39345A);
}

.bg-theme-colored12-gradient-horizontal {
    background: #bbbbbb;
    background: -webkit-gradient(linear, left top, right top, from(#bbbbbb), to(#39345A));
    background: -webkit-linear-gradient(left, #bbbbbb, #39345A);
    background: -moz-linear-gradient(left, #bbbbbb, #39345A);
    background: -ms-linear-gradient(left, #bbbbbb, #39345A);
    background: -o-linear-gradient(left, #bbbbbb, #39345A);
}

.bg-theme-colored21-gradient {
    background-color: #39345A;
    background: -webkit-gradient(linear, left top, left bottom, from(#39345A), to(#bbbbbb));
    background: -webkit-linear-gradient(top, #39345A, #bbbbbb);
    background: -moz-linear-gradient(top, #39345A, #bbbbbb);
    background: -ms-linear-gradient(top, #39345A, #bbbbbb);
    background: -o-linear-gradient(top, #39345A, #bbbbbb);
}

.bg-theme-colored21-gradient-horizontal {
    background: #39345A;
    background: -webkit-gradient(linear, left top, right top, from(#39345A), to(#bbbbbb));
    background: -webkit-linear-gradient(left, #39345A, #bbbbbb);
    background: -moz-linear-gradient(left, #39345A, #bbbbbb);
    background: -ms-linear-gradient(left, #39345A, #bbbbbb);
    background: -o-linear-gradient(left, #39345A, #bbbbbb);
}


/* -------- layer overlay gradient Color1 ---------- */

.layer-overlay.overlay-theme-colored1-gradient::before {
    background: #bbbbbb;
    background: -webkit-gradient(linear, left top, right top, from(#bbbbbb), to(#ffb195));
    background: -webkit-linear-gradient(left, #bbbbbb, #ffb195);
    background: -moz-linear-gradient(left, #bbbbbb, #ffb195);
    background: -ms-linear-gradient(left, #bbbbbb, #ffb195);
    background: -o-linear-gradient(left, #bbbbbb, #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-1::before {
    background: rgba(255, 101, 47, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.1)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.1), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.1), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.1), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.1), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-2::before {
    background: rgba(255, 101, 47, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.2)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.2), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.2), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.2), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.2), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-3::before {
    background: rgba(255, 101, 47, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.3)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.3), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.3), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.3), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.3), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-4::before {
    background: rgba(255, 101, 47, 0.4);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.4)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.4), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.4), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.4), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.4), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-5::before {
    background: rgba(255, 101, 47, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.5)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.5), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.5), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.5), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.5), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-6::before {
    background: rgba(255, 101, 47, 0.6);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.6)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.6), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.6), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.6), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.6), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-7::before {
    background: rgba(255, 101, 47, 0.7);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.7)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.7), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.7), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.7), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.7), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-8::before {
    background: rgba(255, 101, 47, 0.8);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.8)), to(#ffb195));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.8), #ffb195);
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.8), #ffb195);
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.8), #ffb195);
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.8), #ffb195);
}

.layer-overlay.overlay-theme-colored1-gradient-9::before {
    background: #bbbbbb;
    background: -webkit-gradient(linear, left top, right top, from(#bbbbbb), to(#ffb195));
    background: -webkit-linear-gradient(left, #bbbbbb, #ffb195);
    background: -moz-linear-gradient(left, #bbbbbb, #ffb195);
    background: -ms-linear-gradient(left, #bbbbbb, #ffb195);
    background: -o-linear-gradient(left, #bbbbbb, #ffb195);
}


/* -------- layer overlay gradient Color2 ---------- */

.layer-overlay.overlay-theme-colored2-gradient::before {
    background: rgba(57, 52, 90, 0.9);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.9)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-1::before {
    background: rgba(57, 52, 90, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.1)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.1), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.1), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.1), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.1), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-2::before {
    background: rgba(57, 52, 90, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.2)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.2), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.2), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.2), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.2), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-3::before {
    background: rgba(57, 52, 90, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.3)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.3), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.3), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.3), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.3), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-4::before {
    background: rgba(57, 52, 90, 0.4);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.4)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.4), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.4), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.4), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.4), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-5::before {
    background: rgba(57, 52, 90, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.5)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.5), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.5), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.5), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.5), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-6::before {
    background: rgba(57, 52, 90, 0.6);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.6)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.6), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.6), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.6), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.6), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-7::before {
    background: rgba(57, 52, 90, 0.7);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.7)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.7), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.7), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.7), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.7), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-8::before {
    background: rgba(57, 52, 90, 0.8);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.8)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.8), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.8), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.8), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.8), #62599b);
}

.layer-overlay.overlay-theme-colored2-gradient-9::before {
    background: rgba(57, 52, 90, 0.9);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.9)), to(#62599b));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.9), #62599b);
}


/* -------- layer overlay gradient Color Combined 12 ---------- */

.layer-overlay.overlay-theme-colored12-gradient::before {
    background: #bbbbbb;
    background: -webkit-gradient(linear, left top, right top, from(#bbbbbb), to(rgba(57, 52, 90, 0.9)));
    background: -webkit-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
    background: -moz-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
    background: -ms-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
    background: -o-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
}

.layer-overlay.overlay-theme-colored12-gradient-1::before {
    background: rgba(255, 101, 47, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.1)), to(rgba(57, 52, 90, 0.1)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.1), rgba(57, 52, 90, 0.1));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.1), rgba(57, 52, 90, 0.1));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.1), rgba(57, 52, 90, 0.1));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.1), rgba(57, 52, 90, 0.1));
}

.layer-overlay.overlay-theme-colored12-gradient-2::before {
    background: rgba(255, 101, 47, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.2)), to(rgba(57, 52, 90, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.2), rgba(57, 52, 90, 0.2));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.2), rgba(57, 52, 90, 0.2));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.2), rgba(57, 52, 90, 0.2));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.2), rgba(57, 52, 90, 0.2));
}

.layer-overlay.overlay-theme-colored12-gradient-3::before {
    background: rgba(255, 101, 47, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.3)), to(rgba(57, 52, 90, 0.3)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.3), rgba(57, 52, 90, 0.3));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.3), rgba(57, 52, 90, 0.3));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.3), rgba(57, 52, 90, 0.3));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.3), rgba(57, 52, 90, 0.3));
}

.layer-overlay.overlay-theme-colored12-gradient-4::before {
    background: rgba(255, 101, 47, 0.4);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.4)), to(rgba(57, 52, 90, 0.4)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.4), rgba(57, 52, 90, 0.4));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.4), rgba(57, 52, 90, 0.4));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.4), rgba(57, 52, 90, 0.4));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.4), rgba(57, 52, 90, 0.4));
}

.layer-overlay.overlay-theme-colored12-gradient-5::before {
    background: rgba(255, 101, 47, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.5)), to(rgba(57, 52, 90, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.5), rgba(57, 52, 90, 0.5));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.5), rgba(57, 52, 90, 0.5));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.5), rgba(57, 52, 90, 0.5));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.5), rgba(57, 52, 90, 0.5));
}

.layer-overlay.overlay-theme-colored12-gradient-6::before {
    background: rgba(255, 101, 47, 0.6);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.6)), to(rgba(57, 52, 90, 0.6)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.6), rgba(57, 52, 90, 0.6));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.6), rgba(57, 52, 90, 0.6));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.6), rgba(57, 52, 90, 0.6));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.6), rgba(57, 52, 90, 0.6));
}

.layer-overlay.overlay-theme-colored12-gradient-7::before {
    background: rgba(255, 101, 47, 0.7);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.7)), to(rgba(57, 52, 90, 0.7)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.7), rgba(57, 52, 90, 0.7));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.7), rgba(57, 52, 90, 0.7));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.7), rgba(57, 52, 90, 0.7));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.7), rgba(57, 52, 90, 0.7));
}

.layer-overlay.overlay-theme-colored12-gradient-8::before {
    background: rgba(255, 101, 47, 0.8);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 101, 47, 0.8)), to(rgba(57, 52, 90, 0.8)));
    background: -webkit-linear-gradient(left, rgba(255, 101, 47, 0.8), rgba(57, 52, 90, 0.8));
    background: -moz-linear-gradient(left, rgba(255, 101, 47, 0.8), rgba(57, 52, 90, 0.8));
    background: -ms-linear-gradient(left, rgba(255, 101, 47, 0.8), rgba(57, 52, 90, 0.8));
    background: -o-linear-gradient(left, rgba(255, 101, 47, 0.8), rgba(57, 52, 90, 0.8));
}

.layer-overlay.overlay-theme-colored12-gradient-9::before {
    background: #bbbbbb;
    background: -webkit-gradient(linear, left top, right top, from(#bbbbbb), to(rgba(57, 52, 90, 0.9)));
    background: -webkit-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
    background: -moz-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
    background: -ms-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
    background: -o-linear-gradient(left, #bbbbbb, rgba(57, 52, 90, 0.9));
}


/* -------- layer overlay gradient Color Combined 21 ---------- */

.layer-overlay.overlay-theme-colored21-gradient::before {
    background: rgba(57, 52, 90, 0.9);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.9)), to(#bbbbbb));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
}

.layer-overlay.overlay-theme-colored21-gradient-1::before {
    background: rgba(57, 52, 90, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.1)), to(rgba(255, 101, 47, 0.1)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.1), rgba(255, 101, 47, 0.1));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.1), rgba(255, 101, 47, 0.1));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.1), rgba(255, 101, 47, 0.1));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.1), rgba(255, 101, 47, 0.1));
}

.layer-overlay.overlay-theme-colored21-gradient-2::before {
    background: rgba(57, 52, 90, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.2)), to(rgba(255, 101, 47, 0.2)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.2), rgba(255, 101, 47, 0.2));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.2), rgba(255, 101, 47, 0.2));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.2), rgba(255, 101, 47, 0.2));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.2), rgba(255, 101, 47, 0.2));
}

.layer-overlay.overlay-theme-colored21-gradient-3::before {
    background: rgba(57, 52, 90, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.3)), to(rgba(255, 101, 47, 0.3)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.3), rgba(255, 101, 47, 0.3));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.3), rgba(255, 101, 47, 0.3));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.3), rgba(255, 101, 47, 0.3));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.3), rgba(255, 101, 47, 0.3));
}

.layer-overlay.overlay-theme-colored21-gradient-4::before {
    background: rgba(57, 52, 90, 0.4);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.4)), to(rgba(255, 101, 47, 0.4)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.4), rgba(255, 101, 47, 0.4));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.4), rgba(255, 101, 47, 0.4));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.4), rgba(255, 101, 47, 0.4));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.4), rgba(255, 101, 47, 0.4));
}

.layer-overlay.overlay-theme-colored21-gradient-5::before {
    background: rgba(57, 52, 90, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.5)), to(rgba(255, 101, 47, 0.5)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.5), rgba(255, 101, 47, 0.5));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.5), rgba(255, 101, 47, 0.5));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.5), rgba(255, 101, 47, 0.5));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.5), rgba(255, 101, 47, 0.5));
}

.layer-overlay.overlay-theme-colored21-gradient-6::before {
    background: rgba(57, 52, 90, 0.6);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.6)), to(rgba(255, 101, 47, 0.6)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.6), rgba(255, 101, 47, 0.6));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.6), rgba(255, 101, 47, 0.6));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.6), rgba(255, 101, 47, 0.6));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.6), rgba(255, 101, 47, 0.6));
}

.layer-overlay.overlay-theme-colored21-gradient-7::before {
    background: rgba(57, 52, 90, 0.7);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.7)), to(rgba(255, 101, 47, 0.7)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.7), rgba(255, 101, 47, 0.7));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.7), rgba(255, 101, 47, 0.7));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.7), rgba(255, 101, 47, 0.7));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.7), rgba(255, 101, 47, 0.7));
}

.layer-overlay.overlay-theme-colored21-gradient-8::before {
    background: rgba(57, 52, 90, 0.8);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.8)), to(rgba(255, 101, 47, 0.8)));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.8), rgba(255, 101, 47, 0.8));
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.8), rgba(255, 101, 47, 0.8));
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.8), rgba(255, 101, 47, 0.8));
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.8), rgba(255, 101, 47, 0.8));
}

.layer-overlay.overlay-theme-colored21-gradient-9::before {
    background: rgba(57, 52, 90, 0.9);
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 52, 90, 0.9)), to(#bbbbbb));
    background: -webkit-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
    background: -moz-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
    background: -ms-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
    background: -o-linear-gradient(left, rgba(57, 52, 90, 0.9), #bbbbbb);
}


/*
 * Shortcode: about.scss
 * -----------------------------------------------
*/

.tm-sc-unordered-list.list-style-current-theme ul li .icon {
    color: #bbbbbb;
}

.about-style-current-theme .layer-image-wrapper .layer-content .content-inner:after {
    background-color: #bbbbbb;
}

.about-style-current-theme .about-content .paragraph p {
    color: #bbbbbb;
}

.about-style-current-theme .about-content .about-tab-content .nav.nav-tabs .nav-item .nav-link {
    border-top: 3px solid #bbbbbb;
}

.about-style-current-theme .about-content .about-tab-content .nav.nav-tabs .nav-item .nav-link.active,
.about-style-current-theme .about-content .about-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
    background-color: #bbbbbb;
}


/*
 * Shortcode: clients.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: gallery.scss
 * -----------------------------------------------
*/

.tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
    background-color: #bbbbbb;
}

.tm-sc-gallery.gallery-style1-current-theme .tm-gallery-carousel.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.tm-sc-gallery.gallery-style1-current-theme .tm-gallery-carousel.owl-carousel.owl-theme .owl-nav .owl-next:hover {
    background-color: #bbbbbb !important;
}

.isotope-layout-filter.filter-style-17 a:after {
    background-color: #bbbbbb;
}


/*
 * Shortcode: projects.scss
 * -----------------------------------------------
*/

.tm-sc-projects.projects-style1-current-theme .tm-project .details .title a:hover {
    color: #bbbbbb;
}

.tm-sc-projects.projects-style1-current-theme .tm-project:hover .details .title a:hover {
    color: #bbbbbb;
}

.project-style1-craousel.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.project-style1-craousel.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #bbbbbb;
}


/*
 * Shortcode: services.scss
 * -----------------------------------------------
*/

.tm-sc-services.services-style-current-theme .tm-service .details:after {
    background-color: #bbbbbb;
}

.tm-sc-services.services-style2-current-theme .tm-service .icon {
    background-color: #bbbbbb;
}

.tm-sc-services.services-style2-current-theme .tm-service .details .title a:hover {
    color: #bbbbbb;
}

.tm-sc-services.services-style2-current-theme .tm-service .details p a {
    color: #868686;
}

.tm-sc-services.services-style2-current-theme .tm-service .details p a:hover {
    color: #bbbbbb;
}

.tm-sc-services.services-style2-current-theme .tm-service:hover:after {
    border-color: transparent #bbbbbb #bbbbbb transparent;
}

.tm-sc-services.services-style2-current-theme .tm-service:hover .details .title a {
    color: #bbbbbb;
}


/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/

.tm-sc-staff.staff-style-current-theme .tm-staff .staff-inner .thumb:after {
    background-color: #bbbbbb;
}

.tm-sc-staff.staff-style-current-theme .tm-staff .staff-inner .staff-content .name a:hover {
    color: #bbbbbb;
}

.tm-sc-staff.staff-style-current-theme .tm-staff .staff-inner .staff-content .staff-social-links ul li a:hover {
    background-color: #bbbbbb;
}

.tm-sc-staff.staff-style-current-theme .tm-staff:hover .staff-inner .staff-content .name a {
    color: #bbbbbb;
}


/*
 * Shortcode: testimonials.scss
 * -----------------------------------------------
*/

.tm-sc-testimonials.testimonials-style1-current-theme .tm-testimonial .testimonial-text-holder .author-text:before {
    color: #bbbbbb;
}

.tm-sc-testimonials.testimonials-style1-current-theme .tm-testimonial .testimonial-text-holder .star-rating span:before {
    color: #bbbbbb;
}


/*
 * Shortcode: works.scss
 * -----------------------------------------------
*/


/*
 * shortcode.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/

.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title a:hover,
.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title a:focus,
.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title a:active {
    color: #bbbbbb;
}

.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-date {
    background-color: #bbbbbb;
}

.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-meta {
    color: #bbbbbb;
}


/*
 * Shortcode: button.scss
 * -----------------------------------------------
*/


/* btn-plain-text*/

.btn-plain-text-with-arrow:after {
    color: #bbbbbb;
}

.btn-plain-text-with-arrow:before {
    color: #bbbbbb;
}

.btn-plain-text-with-arrow:hover {
    color: #bbbbbb;
}

.btn-plain-text-with-arrow:hover:after {
    color: #bbbbbb;
}

.btn-plain-text-with-arrow.arrow-theme-colored1:before {
    color: #bbbbbb;
}

.btn-plain-text-with-arrow.arrow-theme-colored2:before {
    color: #39345A;
}

.btn-plain-text-with-arrow.arrow-theme-colored3:before {
    color: #da3c21;
}

.btn-plain-text-with-arrow.arrow-theme-colored4:before {
    color: #0c3065;
}


/*
 * Shortcode: divider.scss
 * -----------------------------------------------
*/

.divider-current-theme-style .layer-image-wrapper .layer-image {
    border-left: 20px solid #bbbbbb;
    border-top: 20px solid #bbbbbb;
    margin-top: 25px;
    position: relative;
}

.divider-current-theme-style .layer-image-wrapper .layer-image .play-video-button .effect-wrapper .icon {
    background-color: #bbbbbb;
}

.divider-current-theme-style3 {
    background-color: #bbbbbb;
}

.divider-current-theme-style3:before {
    background-color: #bbbbbb;
}


/*
 * Shortcode: features-box.scss
 * -----------------------------------------------
*/

.tm-feature .content {
    background-color: #bbbbbb;
}

.progress-item .progress .progress-bar {
    background-color: #bbbbbb;
}

.features-info-list .info-list-item:before {
    background-color: #bbbbbb;
}

.features-info-list .info-list-item .icon {
    background-color: #bbbbbb;
    outline: 8px solid rgba(255, 101, 47, 0.08);
}


/*
* Shortcode: final-countdown.scss
* -----------------------------------------------
*/


/*
 * Shortcode: funfacts.scss
 * -----------------------------------------------
*/

.funfact-current-theme-style {
    background-color: #bbbbbb;
}

.funfact-current-theme-style:after {
    background-color: #bbbbbb;
}

.funfact-current-theme-style2 .tm-sc-funfact.funfact .counter:before {
    background-color: rgba(255, 101, 47, 0.05);
}

.funfact-current-theme-style2 .tm-sc-funfact.funfact .counter .animate-number {
    color: #bbbbbb;
}


/*
 * Shortcode: Icon Boxe current theme
 * -----------------------------------------------
*/


/*
 * Shortcode: pricing-tables.scss
 * -----------------------------------------------
*/


/*
 * progress-bar.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/

.tm-sc-section-title .title-wrapper .section-title-align-center.section-title-align-style2 .align-right .project-counter .number {
    color: #bbbbbb;
}

.tm-sc-section-title.section-title-light .title-wrapper .tm-sc-unordered-list.list-style ul li .icon {
    color: #bbbbbb;
}


/*
 * social-links.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: working-steps.scss
 * -----------------------------------------------
*/

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder {
    border-color: rgba(57, 52, 90, 0.8);
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
    background-color: #39345A;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .tag {
    background-color: #bbbbbb;
}


/*
 * Shortcode: unordered-list.scss
 * -----------------------------------------------
*/

.tm-sc-unordered-list.current-theme-list-style1 ul li,
.tm-sc-unordered-list.current-theme-list-style1 ol li {
    color: #39345A;
}

.tm-sc-unordered-list.current-theme-list-style1 ul li span,
.tm-sc-unordered-list.current-theme-list-style1 ol li span {
    background: #39345A;
}


/*
 * Shortcode: single-feature.scss
 * -----------------------------------------------
*/

.single-feature-inner .icon {
    background-image: linear-gradient(to right, #bbbbbb 0%, #ffd8cb 100%, #bbbbbb 100%);
}

.single-feature-inner:hover .icon {
    background-image: linear-gradient(to right, #39345A 0%, #59518c 100%, #39345A 100%);
}


/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/

.cp-shape.layer-shape-style1 .layer-shape-two {
    border-color: #bbbbbb #bbbbbb transparent transparent;
}

.cp-shape.layer-shape-style2 .layer-shape-two {
    border-color: transparent #bbbbbb #bbbbbb transparent;
}

.image-box .call-for-estimate {
    background: #bbbbbb;
}

.video-play a {
    background: #bbbbbb;
}


/*
 * Shortcode: typography.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: icon-box.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: footer.scss
 * -----------------------------------------------
*/

.footer#footer .footer-widget-area .widget .menu li a:hover {
    color: #bbbbbb;
}

.footer#footer .footer-widget-area .widget.widget-blog-list .post .post-right .post-date .entry-date {
    color: #bbbbbb;
}

.footer#footer .footer-widget-area .widget.widget-blog-list .post .post-right .post-title a:hover {
    color: #bbbbbb;
}

.footer#footer .footer-widget-area .widget .call-info .icon {
    background-color: #bbbbbb;
}


/*
 * form.scss
 * -----------------------------------------------
*/