.lang {
    padding-top: 100px;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #fcb900;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

.is-layout-flex>:is(*, div) {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

.is-layout-grid>:is(*, div) {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

select,
input {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

input[type=file]::-webkit-file-upload-button {
    background: #F9AF42 !important;
    font-family: Cairo;
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

input[type=checkbox]:before {
    background: #F9AF42
}

input[type=radio]:before {
    background: #F9AF42
}

.fancy-select ul.options li:after {
    background: #F9AF42
}

.bt-content article .btArticleContent a:not(.wp-block-button__link) {
    color: #F9AF42
}

a:hover {
    color: #F9AF42
}

.btText a {
    color: #F9AF42
}

body {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

blockquote {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

blockquote:before {
    color: #F9AF42
}

.bt-content-holder table thead th {
    background-color: #F9AF42
}

.btSidebarAccentTopBorder.btWithSidebar .bt-content-holder .btSidebar {
    border-top: 10px solid#F9AF42
}

.btSidebarAlternateTopBorder.btWithSidebar .bt-content-holder .btSidebar {
    border-top: 10px solid#233245
}

.btAccentDarkHeader .btPreloader .animation>div:first-child,
.btLightAccentHeader .btPreloader .animation>div:first-child,
.btTransparentLightHeader .btPreloader .animation>div:first-child {
    background-color: #F9AF42
}

.btPreloader .animation .preloaderLogo {
    height: 120px
}

.btLoader:after {
    background: #F9AF42
}

body.error404 .bt-error-page .bt_bb_port .bt_bb_cell .bt_bb_headline_subheadline .bt_bb_button .bt_bb_link,
body.error404 .btErrorPage .bt_bb_port .bt_bb_cell .bt_bb_headline_subheadline .bt_bb_button .bt_bb_link {
    box-shadow: 0 0 0 2em#F9AF42 inset
}

body.error404 .bt-error-page .bt_bb_port .bt_bb_cell .bt_bb_headline_subheadline .bt_bb_button .bt_bb_link:hover,
body.error404 .btErrorPage .bt_bb_port .bt_bb_cell .bt_bb_headline_subheadline .bt_bb_button .bt_bb_link:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset, 0 5px 20px rgba(0, 0, 0, .2)
}

.bt_bb_touch body.btBelowMenu .btPageHeadline .bt_bb_port {
    padding-top: calc(6em + 120px*0.6)
}

.btPageHeadlineLightAccent .btPageHeadline:before {
    background: #F9AF42
}

.btPageHeadlineLightAccent .btPageHeadline.bt_bb_background_image:before {
    background: #F9AF42
}

.btPageHeadlineLightAccent .btPageHeadline .btArticleCategories:before,
.btPageHeadlineLightAccent .btPageHeadline .btArticleAuthor:before,
.btPageHeadlineLightAccent .btPageHeadline .btArticleDate:before,
.btPageHeadlineLightAccent .btPageHeadline .btArticleComments:before {
    color: #233245
}

.btPageHeadlineLightAccent .btPageHeadline .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
    background: #233245
}

.btPageHeadlineDarkAccent .btPageHeadline:before {
    background: #F9AF42
}

.btPageHeadlineDarkAccent .btPageHeadline.bt_bb_background_image:before {
    background: #F9AF42
}

.btPageHeadlineLightAlternate .btPageHeadline:before {
    background: #233245
}

.btPageHeadlineLightAlternate .btPageHeadline.bt_bb_background_image:before {
    background: #233245
}

.btPageHeadlineLightAlternate .btPageHeadline .btArticleCategories:before,
.btPageHeadlineLightAlternate .btPageHeadline .btArticleAuthor:before,
.btPageHeadlineLightAlternate .btPageHeadline .btArticleDate:before,
.btPageHeadlineLightAlternate .btPageHeadline .btArticleComments:before {
    color: #F9AF42
}

.btPageHeadlineLightAlternate .btPageHeadline .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
    background: #F9AF42
}

.btPageHeadlineDarkAlternate .btPageHeadline:before {
    background: #233245
}

.btPageHeadlineDarkAlternate .btPageHeadline.bt_bb_background_image:before {
    background: #233245
}

.btPageHeadlineDarkAlternate .btPageHeadline .btArticleCategories:before,
.btPageHeadlineDarkAlternate .btPageHeadline .btArticleAuthor:before,
.btPageHeadlineDarkAlternate .btPageHeadline .btArticleDate:before,
.btPageHeadlineDarkAlternate .btPageHeadline .btArticleComments:before {
    color: #F9AF42
}

.btPageHeadlineDarkAlternate .btPageHeadline .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
    background: #F9AF42
}

.bt-no-search-results .bt_bb_port #searchform input[type=submit] {
    background: #F9AF42;
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt-no-search-results .bt_bb_port .bt_bb_button .bt_bb_icon_holder:before {
    color: #F9AF42
}

.mainHeader {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.mainHeader a:hover {
    color: #F9AF42
}

.menuPort {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.menuPort nav ul li a:hover {
    color: #F9AF42
}

.menuPort nav>ul>li>a {
    line-height: 120px;
    line-height: max(50px, 120px)
}

.btTextLogo {
    font-family: "Cairo", Arial, Helvetica, sans-serif;
    line-height: 120px;
    line-height: max(50px, 120px)
}

.btMenuVertical .bt-vertical-header-top .btTextLogo {
    line-height: calc(120px*0.6);
    line-height: max(50px, calc(120px*0.6))
}

.bt-logo-area .logo img {
    height: 120px
}

.bt-horizontal-menu-trigger {
    line-height: 120px;
    line-height: max(50px, 120px)
}

.btStickyHeaderActive .bt-horizontal-menu-trigger {
    line-height: calc(120px*0.6);
    line-height: max(50px, calc(120px*0.6))
}

.bt-horizontal-menu-trigger .bt_bb_icon {
    background: #F9AF42
}

.btMenuHorizontal .menuPort nav>ul>li>a:after {
    background: #F9AF42
}

.btMenuHorizontal .menuPort nav>ul>li>a:before {
    background: #F9AF42
}

.btMenuHorizontal .menuPort ul ul li>a:after {
    background-color: #F9AF42
}

body.btMenuHorizontal .subToggler {
    line-height: 120px;
    line-height: max(50px, 120px)
}

.btMenuHorizontal .menuPort>nav>ul ul {
    top: calc(120px - (120px - 50px)/2);
    top: max(50px, calc(120px - (120px - 50px)/2))
}

.btMenuHorizontal.btMenuCenter .logo {
    height: 120px;
    height: max(50px, 120px)
}

.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo {
    height: calc(120px*0.6);
    height: max(50px, calc(120px*0.6))
}

html:not(.touch) body.btMenuHorizontal.btMenuRight .menuPort>nav>ul>li.btMenuWideDropdown>ul>li:last-child>a:after {
    background-color: #F9AF42
}

.btMenuHorizontal .topBarInMenu {
    height: 120px;
    height: max(50px, 120px)
}

.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
    line-height: 120px;
    line-height: max(50px, 120px)
}

.btTransparentLightHeader.btBelowMenu .topBar .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
    color: #F9AF42 !important;
    box-shadow: 0 0#F9AF42 inset
}

.btTransparentLightHeader.btBelowMenu .topBar .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:hover:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btTransparentLightHeader.btBelowMenu .topBar .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btTransparentLightHeader.btBelowMenu .topBar .topTools .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:before {
    color: #F9AF42 !important;
    box-shadow: 0 0#F9AF42 inset
}

.btTransparentLightHeader.btBelowMenu .topBar .topTools .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:hover:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btAccentLightHeader .bt-below-logo-area,
.btAccentLightHeader .topBar {
    background-color: #F9AF42
}

.btAccentLightHeader .bt-below-logo-area .btAccentIconWidget.btIconWidget .btIconWidgetIcon,
.btAccentLightHeader .topBar .btAccentIconWidget.btIconWidget .btIconWidgetIcon {
    color: #233245
}

.btAccentLightHeader .bt-below-logo-area a.btAccentIconWidget.btIconWidget:hover,
.btAccentLightHeader .bt-below-logo-area a.btIconWidget:hover,
.btAccentLightHeader .topBar a.btAccentIconWidget.btIconWidget:hover,
.btAccentLightHeader .topBar a.btIconWidget:hover {
    color: #233245
}

.btAccentDarkHeader .bt-below-logo-area,
.btAccentDarkHeader .topBar {
    background-color: #F9AF42
}

.btLightDarkHeader .bt-below-logo-area .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
    color: #F9AF42;
    box-shadow: 0 0#F9AF42 inset
}

.btLightDarkHeader .bt-below-logo-area .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:hover:before,
.btLightDarkHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:hover:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btLightDarkHeader .bt-below-logo-area .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .topBar .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btLightDarkHeader .bt-below-logo-area .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .topBar .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:before {
    color: #F9AF42;
    box-shadow: 0 0#F9AF42 inset
}

.btLightDarkHeader .bt-below-logo-area .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:hover:before,
.btLightDarkHeader .topBar .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:hover:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btLightDarkHeader .bt-below-logo-area a.btAccentIconWidget.btIconWidget:hover,
.btLightDarkHeader .bt-below-logo-area a.btIconWidget:hover,
.btLightDarkHeader .topBar a.btAccentIconWidget.btIconWidget:hover,
.btLightDarkHeader .topBar a.btIconWidget:hover {
    color: #F9AF42
}

.btLightAccentHeader .bt-logo-area,
.btLightAccentHeader .bt-vertical-header-top {
    background-color: #F9AF42
}

.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .bt-logo-area {
    background-color: #F9AF42
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .logo img {
    height: calc(120px*0.6);
    height: max(50px, calc(120px*0.6))
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .btTextLogo {
    line-height: calc(120px*0.6);
    line-height: max(50px, calc(120px*0.6))
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .menuPort nav>ul>li>a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .menuPort nav>ul>li>.subToggler {
    line-height: calc(120px*0.6);
    line-height: max(50px, calc(120px*0.6))
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .menuPort nav>ul ul {
    top: calc(120px*0.6 - (120px*0.6 - 50px)/2);
    top: max(50px, calc(120px*0.6 - (120px*0.6 - 50px)/2))
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .topBarInMenu {
    height: calc(120px*0.6);
    height: max(50px, calc(120px*0.6))
}

.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .bt-logo-area .topBarInLogoArea {
    height: calc(120px*0.6);
    height: max(50px, calc(120px*0.6))
}

.bt-vertical-menu-trigger .bt_bb_icon {
    background: #F9AF42
}

.btMenuVertical .mainHeader .btCloseVertical:before:hover {
    color: #F9AF42
}

.btMenuHorizontal .topBarInLogoArea {
    height: 120px
}

.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
    border: 0 solid#F9AF42
}

.btLightAccentHeader.btMenuVerticalFullscreenEnabled .mainHeader .menuPort {
    background: #F9AF42 !important
}

.btTransparentLightHeader.btMenuVerticalFullscreenEnabled.btMenuHorizontal .mainHeader .menuPort {
    background: #233245 !important
}

.btTransparentLightHeader.btMenuVerticalFullscreenEnabled.btMenuHorizontal .mainHeader .menuPort .header_fullscreen_image:before {
    background: linear-gradient(to right, #233245 20%, transparent 100%)
}

.btLightAccentHeader.btMenuVerticalFullscreenEnabled.btMenuHorizontal .mainHeader .menuPort .header_fullscreen_image:before {
    background: linear-gradient(to right, #F9AF42 20%, transparent 100%)
}

.btTransparentLightHeader.btMenuVerticalFullscreenEnabled.btMenuHorizontal .mainHeader .menuPort .header_fullscreen_image:after {
    background: #233245
}

.btLightAccentHeader.btMenuVerticalFullscreenEnabled.btMenuHorizontal .mainHeader .menuPort .header_fullscreen_image:after {
    background: #F9AF42
}

.btTransparentLightHeader.btMenuVerticalFullscreenEnabled.btMenuHorizontal .mainHeader.gutter .header_fullscreen_image:before {
    background: linear-gradient(to right, #233245 40%, transparent 100%)
}

.btLightAccentHeader.btMenuVerticalFullscreenEnabled.btMenuHorizontal .mainHeader.gutter .header_fullscreen_image:before {
    background: linear-gradient(to right, #F9AF42 40%, transparent 100%)
}

.btMenuVerticalFullscreenEnabled.btMenuVertical.btTransparentLightHeader .mainHeader {
    background: #233245 !important
}

.btMenuVerticalFullscreenEnabled.btMenuVertical.btTransparentLightHeader .mainHeader .menuPort {
    background: #233245 !important
}

.btMenuVerticalFullscreenEnabled:not(.btMenuVertical) .mainHeader .menuPort {
    padding: 120px 30px
}

.btStickyHeaderActive.btMenuVerticalFullscreenEnabled:not(.btMenuVertical) .mainHeader .menuPort {
    top: calc(120px*0.6);
    height: calc(100vh - 120px*0.6)
}

.bt-site-footer-copy-menu .port>div .bt-footer-menu .menu li a:after {
    background: #F9AF42
}

.bt-dark-skin .bt-site-footer-copy-menu .port:before,
.btLightSkin .bt-dark-skin .bt-site-footer-copy-menu .port:before,
.bt-dark-skin.btLightSkin .bt-dark-skin .bt-site-footer-copy-menu .port:before {
    background-color: #F9AF42
}

.bt-content .btArticleHeadline .bt_bb_headline .bt_bb_headline_content a:hover,
.bt-content .btArticleListItem .bt_bb_headline .bt_bb_headline_content a:hover {
    color: #F9AF42
}

.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder {
    background: #F9AF42
}

.btAboutAuthor .aaAvatar:before {
    background: #F9AF42
}

.btAboutAuthor .aaTxt h1 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h2 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h3 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h4 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h5 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h6 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h7 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h8 .btArticleAuthor a:before,
.btAboutAuthor .aaTxt h1 .btArticleAuthor a:after,
.btAboutAuthor .aaTxt h2 .btArticleAuthor a:after,
.btAboutAuthor .aaTxt h3 .btArticleAuthor a:after,
.btAboutAuthor .aaTxt h4 .btArticleAuthor a:after,
.btAboutAuthor .aaTxt h5 .btArticleAuthor a:after,
.btAboutAuthor .aaTxt h6 .btArticleAuthor a:after,
.btAboutAuthor .aaTxt h7 .btArticleAuthor a:after,
.btAboutAuthor .aaTxt h8 .btArticleAuthor a:after {
    color: #F9AF42
}

.btMediaBox.btQuote:before,
.btMediaBox.btLink:before {
    background-color: #F9AF42
}

.articleSideGutter .asgItem.avatar a:before {
    background: #F9AF42
}

@media (max-width:620px) {
    .btHasAuthorInfo .asgItem.date:before {
        color: #F9AF42
    }
}

.sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after {
    color: #F9AF42
}

.post-password-form p:nth-child(2) input[type=submit] {
    background: #F9AF42
}

.btPagination {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btPagination .paging p a {
    box-shadow: 0 0#F9AF42 inset
}

.btPagination .paging p a:hover {
    box-shadow: 0 -5rem#F9AF42 inset
}

.btPrevNextNav .btPrevNext:before {
    box-shadow: 0 0#F9AF42 inset
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btPrevNextNav .btPrevNext:hover:before {
    box-shadow: 0 -5rem#F9AF42 inset
}

.btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
    color: #F9AF42 !important
}

.bt-link-pages ul .post-page-numbers:after {
    background: #F9AF42
}

.bt-link-pages ul span.post-page-numbers {
    background: #F9AF42
}

.btArticleCategories:before,
.btArticleAuthor:before,
.btArticleDate:before,
.btArticleComments:before {
    color: #F9AF42
}

.btCommentsBox ul.comments li.pingback p a:not(.comment-edit-link),
.btCommentsBox ul.comments li.trackback p a:not(.comment-edit-link),
.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link),
.bt-comments-box ul.comments li.trackback p a:not(.comment-edit-link) {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btCommentsBox ul.comments li.pingback p a:not(.comment-edit-link):hover,
.btCommentsBox ul.comments li.trackback p a:not(.comment-edit-link):hover,
.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link):hover,
.bt-comments-box ul.comments li.trackback p a:not(.comment-edit-link):hover {
    color: #F9AF42 !important
}

.btCommentsBox ul.comments li.pingback p .edit-link,
.btCommentsBox ul.comments li.trackback p .edit-link,
.bt-comments-box ul.comments li.pingback p .edit-link,
.bt-comments-box ul.comments li.trackback p .edit-link {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btCommentsBox ul.comments li.pingback p .edit-link a,
.btCommentsBox ul.comments li.trackback p .edit-link a,
.bt-comments-box ul.comments li.pingback p .edit-link a,
.bt-comments-box ul.comments li.trackback p .edit-link a {
    font-size: .875rem;
    color: #F9AF42
}

.btCommentsBox .vcard h1.author a:hover,
.btCommentsBox .vcard h2.author a:hover,
.btCommentsBox .vcard h3.author a:hover,
.btCommentsBox .vcard h4.author a:hover,
.btCommentsBox .vcard h5.author a:hover,
.btCommentsBox .vcard h6.author a:hover,
.btCommentsBox .vcard h7.author a:hover,
.btCommentsBox .vcard h8.author a:hover,
.bt-comments-box .vcard h1.author a:hover,
.bt-comments-box .vcard h2.author a:hover,
.bt-comments-box .vcard h3.author a:hover,
.bt-comments-box .vcard h4.author a:hover,
.bt-comments-box .vcard h5.author a:hover,
.bt-comments-box .vcard h6.author a:hover,
.bt-comments-box .vcard h7.author a:hover,
.bt-comments-box .vcard h8.author a:hover {
    color: #F9AF42
}

.btCommentsBox .vcard .posted:before,
.bt-comments-box .vcard .posted:before {
    color: #F9AF42
}

.btCommentsBox .commentTxt .comment p.reply a,
.bt-comments-box .commentTxt .comment p.reply a {
    font-family: "Cairo", Arial, Helvetica, sans-serif;
    box-shadow: 0 0#F9AF42 inset
}

.btCommentsBox .commentTxt .comment p.reply a:hover,
.bt-comments-box .commentTxt .comment p.reply a:hover {
    box-shadow: 0 -2.5em 0#F9AF42 inset
}

.btCommentsBox .comment-form .comment-notes a:first-child:hover,
.btCommentsBox .comment-form .logged-in-as a:first-child:hover,
.btCommentsBox+#review_form_wrapper .comment-form .comment-notes a:first-child:hover,
.btCommentsBox+#review_form_wrapper .comment-form .logged-in-as a:first-child:hover,
.bt-comments-box .comment-form .comment-notes a:first-child:hover,
.bt-comments-box .comment-form .logged-in-as a:first-child:hover,
.bt-comments-box+#review_form_wrapper .comment-form .comment-notes a:first-child:hover,
.bt-comments-box+#review_form_wrapper .comment-form .logged-in-as a:first-child:hover {
    color: #F9AF42 !important
}

.btCommentsBox .comment-form .comment-notes a:last-child,
.btCommentsBox .comment-form .logged-in-as a:last-child,
.btCommentsBox+#review_form_wrapper .comment-form .comment-notes a:last-child,
.btCommentsBox+#review_form_wrapper .comment-form .logged-in-as a:last-child,
.bt-comments-box .comment-form .comment-notes a:last-child,
.bt-comments-box .comment-form .logged-in-as a:last-child,
.bt-comments-box+#review_form_wrapper .comment-form .comment-notes a:last-child,
.bt-comments-box+#review_form_wrapper .comment-form .logged-in-as a:last-child {
    font-family: "Cairo", Arial, Helvetica, sans-serif;
    box-shadow: 0 0#F9AF42 inset
}

.btCommentsBox .comment-form .comment-notes a:last-child:hover,
.btCommentsBox .comment-form .logged-in-as a:last-child:hover,
.btCommentsBox+#review_form_wrapper .comment-form .comment-notes a:last-child:hover,
.btCommentsBox+#review_form_wrapper .comment-form .logged-in-as a:last-child:hover,
.bt-comments-box .comment-form .comment-notes a:last-child:hover,
.bt-comments-box .comment-form .logged-in-as a:last-child:hover,
.bt-comments-box+#review_form_wrapper .comment-form .comment-notes a:last-child:hover,
.bt-comments-box+#review_form_wrapper .comment-form .logged-in-as a:last-child:hover {
    box-shadow: 0 -2.5em 0#F9AF42 inset
}

.btCommentsBox .comment-form>.pcItem p.btFieldRequired:after,
.btCommentsBox+#review_form_wrapper .comment-form>.pcItem p.btFieldRequired:after,
.bt-comments-box .comment-form>.pcItem p.btFieldRequired:after,
.bt-comments-box+#review_form_wrapper .comment-form>.pcItem p.btFieldRequired:after {
    background: #F9AF42
}

.btCommentsBox .comment-navigation a:first-child:before,
.bt-comments-box .comment-navigation a:first-child:before {
    box-shadow: 0 0 0#F9AF42 inset
}

.btCommentsBox .comment-navigation a:last-child:after,
.bt-comments-box .comment-navigation a:last-child:after {
    box-shadow: 0 0 0#F9AF42 inset
}

.btCommentsBox .comment-navigation a:hover,
.bt-comments-box .comment-navigation a:hover {
    color: #F9AF42
}

.btCommentsBox .comment-navigation a:hover:first-child:before,
.bt-comments-box .comment-navigation a:hover:first-child:before {
    box-shadow: 0 -3em 0#F9AF42 inset
}

.btCommentsBox .comment-navigation a:hover:last-child:after,
.bt-comments-box .comment-navigation a:hover:last-child:after {
    box-shadow: 0 -3em 0#F9AF42 inset
}

.comment-respond .comment-form>.comment-form-author:after,
.comment-respond .comment-form>.comment-form-email:after {
    background: #F9AF42
}

.comment-reply-title small {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.comment-reply-title small a#cancel-comment-reply-link {
    box-shadow: 0 0#F9AF42 inset
}

.comment-reply-title small a#cancel-comment-reply-link:hover {
    box-shadow: 0 -2.5em 0#F9AF42 inset
}

.btCommentSubmit {
    background: #F9AF42;
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

@media (max-width:520px) {

    .btCommentsBox ul.comments ul.children li.comment article:after,
    .bt-comments-box ul.comments ul.children li.comment article:after {
        background: #F9AF42
    }
}

.no-comments {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.sidebar .widget_bt_bb_recent_comments ul li .posted a:before,
.btSidebar .widget_bt_bb_recent_comments ul li .posted a:before,
.bt-site-footer-widgets .widget_bt_bb_recent_comments ul li .posted a:before {
    color: #F9AF42
}

body:not(.btNoDashInSidebar) .btBox>h4:after,
body:not(.btNoDashInSidebar) .btCustomMenu>h4:after,
body:not(.btNoDashInSidebar) .btTopBox>h4:after {
    background: #F9AF42
}

.btBox ul li a:after,
.btCustomMenu ul li a:after,
.btTopBox ul li a:after {
    background: #F9AF42
}

.btBox ul li.current-menu-item>a,
.btCustomMenu ul li.current-menu-item>a,
.btTopBox ul li.current-menu-item>a {
    color: #F9AF42
}

.btBox .btImageTextWidget .btImageTextWidgetImage a:before,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a:before,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a:before {
    background: #F9AF42
}

.widget_calendar table caption {
    font-family: "Cairo", Arial, Helvetica, sans-serif;
    background: #F9AF42
}

.widget_calendar table tbody tr td#today {
    color: #F9AF42
}

.widget_calendar table tbody td a:after {
    background: #F9AF42
}

.widget_recent_comments .comment-author-link a:before {
    color: #F9AF42
}

.widget_rss li a.rsswidget {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.widget_rss li .rss-date:before {
    color: #F9AF42
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
    background-color: #F9AF42
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
    color: #F9AF42;
    box-shadow: 0 0#F9AF42 inset
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon:hover .bt_bb_icon_holder:before,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon:hover .bt_bb_icon_holder:before,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon:hover .bt_bb_icon_holder:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after {
    box-shadow: 0 0#F9AF42 inset
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after {
    box-shadow: 0 -2.5em#F9AF42 inset
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.widget_recent_reviews {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    background-color: #F9AF42
}

.btBox .tagcloud a:after,
.btTags ul a:after {
    background: #F9AF42
}

.topTools a.btIconWidget:hover,
.topBarInMenu a.btIconWidget:hover {
    color: #F9AF42
}

.btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_button_text {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent {
    background: #F9AF42
}

.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate {
    background: #233245
}

.btAccentIconWidget.btIconWidget .btIconWidgetIcon {
    color: #F9AF42
}

a.btAccentIconWidget.btIconWidget:hover {
    color: #F9AF42
}

.bt-site-footer-widgets .btSearch button:after,
.btSidebar .btSearch button:after,
.btSidebar .widget_product_search button:after {
    background: #F9AF42
}

.widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:before {
    color: #F9AF42;
    box-shadow: 0 0#F9AF42 inset
}

.widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:hover:before {
    box-shadow: 0 -50px#F9AF42 inset
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder {
    box-shadow: 0 0#F9AF42 inset !important
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:hover {
    box-shadow: 0 -5em#F9AF42 inset !important
}

.btSearchInner.btFromTopBox form button {
    box-shadow: 0 0#F9AF42 inset
}

.btSearchInner.btFromTopBox form button:hover {
    box-shadow: 0 -5em#F9AF42 inset
}

::selection {
    background: #F9AF42
}

.bt_bb_section[class*=accent_solid]:before {
    background: #F9AF42
}

.bt_bb_section[class*=alternate_solid]:before {
    background: #233245
}

.bt_bb_section[class*=accent_gradient]:before {
    background: linear-gradient(to bottom, #F9AF42 0%, transparent 100%)
}

.bt_bb_section[class*=alternate_gradient]:before {
    background: linear-gradient(to bottom, #233245 0%, transparent 100%)
}

.bt_bb_separator.bt_bb_color_accent {
    border-color: #F9AF42
}

.bt_bb_separator.bt_bb_color_alternate {
    border-color: #233245
}

.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_headline .bt_bb_headline_with_icon_superheadline,
.bt_bb_headline_with_icon .bt_bb_headline_superheadline,
.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_with_icon_superheadline:before,
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_with_icon_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_headline_with_icon .bt_bb_headline_superheadline:before,
.bt_bb_dash_top.bt_bb_headline_with_icon .bt_bb_headline_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline:before,
.bt_bb_dash_top.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline:before {
    background: #F9AF42
}

.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_with_icon_subheadline,
.bt_bb_headline_with_icon.bt_bb_subheadline .bt_bb_headline_subheadline,
.bt_bb_headline_with_icon.bt_bb_subheadline .bt_bb_headline_with_icon_subheadline {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt_bb_headline .bt_bb_headline_content u:after,
.bt_bb_headline .bt_bb_headline_content s:after,
.bt_bb_headline .bt_bb_headline_with_icon_content u:after,
.bt_bb_headline .bt_bb_headline_with_icon_content s:after,
.bt_bb_headline_with_icon .bt_bb_headline_content u:after,
.bt_bb_headline_with_icon .bt_bb_headline_content s:after,
.bt_bb_headline_with_icon .bt_bb_headline_with_icon_content u:after,
.bt_bb_headline_with_icon .bt_bb_headline_with_icon_content s:after {
    background: #F9AF42
}

.bt_bb_headline .bt_bb_headline_content em u:after,
.bt_bb_headline .bt_bb_headline_content em s:after,
.bt_bb_headline .bt_bb_headline_with_icon_content em u:after,
.bt_bb_headline .bt_bb_headline_with_icon_content em s:after,
.bt_bb_headline_with_icon .bt_bb_headline_content em u:after,
.bt_bb_headline_with_icon .bt_bb_headline_content em s:after,
.bt_bb_headline_with_icon .bt_bb_headline_with_icon_content em u:after,
.bt_bb_headline_with_icon .bt_bb_headline_with_icon_content em s:after {
    background: #233245
}

.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline_with_icon .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline_with_icon .bt_bb_headline_content:after {
    background: #F9AF42
}

.bt_bb_headline_with_icon .bt_bb_icon_holder {
    background: #F9AF42
}

.bt_bb_button a .bt_bb_button_text {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder:after {
    background: #F9AF42
}

.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #F9AF42
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title u:after,
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s:after {
    background: #F9AF42
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title em u:after,
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title em s:after {
    background: #233245
}

.bt_bb_service:hover .bt_bb_service_content_title a {
    color: #F9AF42
}

.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_percent {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt_bb_progress_bar_advanced .progressbar-text {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt_bb_masonry_image_grid .bt_bb_grid_item .bt_bb_grid_item_inner:after {
    background: #F9AF42
}

.bt_bb_post_grid_loader:after {
    background: #F9AF42
}

.bt_bb_content_slider_item[class*=accent_solid]:before {
    background: #F9AF42
}

.bt_bb_content_slider_item[class*=alternate_solid]:before {
    background: #233245
}

button.slick-arrow:after {
    background: #F9AF42
}

.bt_bb_thick_line_accent.bt_bb_slider .slick-slider:after {
    background: #F9AF42
}

.bt_bb_thick_line_alternate.bt_bb_slider .slick-slider:after {
    background: #233245
}

.slick-slider .slick-dots li.slick-active:after {
    background: #F9AF42
}

.bt_bb_active_dot_accent .slick-slider .slick-dots li.slick-active:after {
    background: #F9AF42
}

.bt_bb_active_dot_alternate .slick-slider .slick-dots li.slick-active:after {
    background: #233245
}

.bt_bb_custom_menu.bt_bb_direction_horizontal ul ul li a:after {
    background-color: #F9AF42
}

.bt_bb_custom_menu.bt_bb_direction_horizontal>div>ul>li>a:after {
    background: #F9AF42
}

.bt_bb_custom_menu.bt_bb_direction_horizontal>div>ul>li>a:before {
    background: #F9AF42
}

.bt_bb_custom_menu.bt_bb_direction_vertical ul li a:after {
    background: #F9AF42
}

.bt_bb_custom_menu.btBulletedMenu ul li:before {
    background: #F9AF42
}

.btAlternateBullets.bt_bb_custom_menu.btBulletedMenu ul li:before {
    background: #233245
}

.bt_bb_style_simple ul.bt_bb_tabs_header li span:after {
    background: #F9AF42
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
    background-color: #F9AF42
}

.btCounterHolder {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btCounterHolder .btCountdownHolder span[class$=_text] {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder span[class^="n"],
.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days>span:first-child,
.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days>span:nth-child(2),
.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days>span:nth-child(3) {
    color: #F9AF42
}

div.wpcf7 .ajax-loader:after,
div.wpcf7 .wpcf7-spinner:after {
    background: #F9AF42
}

.wpcf7-form .wpcf7-submit {
    background: #F9AF42 !important;
    font-family: "Cairo", Arial, Helvetica, sans-serif !important
}

.wpcf7-form .bt_bb_cf7_alternate_submit .wpcf7-submit {
    background: #233245 !important
}

.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element.bt_bb_cf7_element_required .wpcf7-form-control-wrap:after {
    background: #F9AF42
}

.bt_bb_back_to_top .bt_back_to_top_button {
    background: #F9AF42
}

.bt_bb_back_to_top_alternate.bt_bb_back_to_top .bt_back_to_top_button {
    background: #233245
}

.bt_bb_back_to_top .bt_back_to_top_button_no_icon {
    background: #F9AF42
}

.bt_bb_back_to_top_alternate.bt_bb_back_to_top .bt_back_to_top_button_no_icon {
    background: #233245
}

button.mfp-close {
    box-shadow: 0 0#F9AF42 inset !important
}

button.mfp-close:hover {
    box-shadow: 0 -5rem#F9AF42 inset !important
}

button.mfp-arrow:hover {
    box-shadow: 0 -5em#F9AF42 inset !important
}

.bt_bb_masonry_post_tiles .bt_bb_post_grid_filter span:after,
.bt_bb_masonry_portfolio_tiles .bt_bb_post_grid_filter span:after {
    background: #F9AF42
}

.bt_bb_masonry_post_tiles .bt_bb_masonry_post_tiles_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow,
.bt_bb_masonry_post_tiles .bt_bb_masonry_portfolio_tiles_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow,
.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_tiles_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow,
.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_portfolio_tiles_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow {
    box-shadow: 0 0 0#F9AF42 inset
}

.bt_bb_masonry_post_tiles .bt_bb_masonry_post_tiles_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow,
.bt_bb_masonry_post_tiles .bt_bb_masonry_portfolio_tiles_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow,
.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_tiles_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow,
.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_portfolio_tiles_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow {
    box-shadow: 0 -4.063em 0#F9AF42 inset
}

.bt_bb_portfolio_slider .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow {
    box-shadow: 0 0 0#F9AF42 inset
}

.bt_bb_portfolio_slider .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .arrow {
    box-shadow: 0 -4.063em 0#F9AF42 inset
}

.bt_bb_masonry_post_grid .bt_bb_post_grid_filter span:after,
.bt_bb_masonry_portfolio_grid .bt_bb_post_grid_filter span:after {
    background: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before {
    color: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover {
    color: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    color: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before,
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    color: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a:hover,
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments a:hover,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a:hover,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments a:hover {
    color: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover {
    color: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title:after,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title:after {
    background: #F9AF42
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title:before,
.bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title:before {
    background: #F9AF42
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a:before {
    background: #F9AF42
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li a:hover {
    color: #F9AF42
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span:before {
    color: #F9AF42
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span.bt_bb_latest_posts_item_author a:hover {
    color: #F9AF42
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
    color: #F9AF42
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a {
    background: #F9AF42
}

.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_image a:before {
    background: #F9AF42
}

.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_category .post-categories li a:hover {
    color: #F9AF42
}

.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta>span:before {
    color: #F9AF42
}

.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta>span.bt_bb_post_slider_item_author a:hover {
    color: #F9AF42
}

.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title a:hover {
    color: #F9AF42
}

.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_read_more a:after {
    background: #F9AF42
}

.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    background: #F9AF42
}

@media (min-width:993px) {

    .bt_bb_border_color_accent.bt_bb_column .bt_bb_column_content,
    .bt_bb_border_color_accent.bt_bb_column_inner .bt_bb_column_content_inner {
        border-color: #F9AF42
    }

    .bt_bb_border_color_alternate.bt_bb_column .bt_bb_column_content,
    .bt_bb_border_color_alternate.bt_bb_column_inner .bt_bb_column_content_inner {
        border-color: #233245
    }
}

.btFooterAccentIcon.bt_bb_icon .bt_bb_icon_holder:before {
    color: #F9AF42 !important
}

.btFooterAlternateIcon.bt_bb_icon .bt_bb_icon_holder:before {
    color: #233245 !important
}

.btAlternateQuoteIcon blockquote:before {
    color: #233245
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_content a:hover,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_content a:hover {
    color: #F9AF42
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline:before,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline:before {
    background: #F9AF42
}

.products ul li.product.product-category a h2:before,
ul.products li.product.product-category a h2:before {
    background: #F9AF42
}

.products ul li.product.product-category a:hover h2,
ul.products li.product.product-category a:hover h2 {
    color: #F9AF42
}

nav.woocommerce-pagination ul li span.current:after {
    background: #F9AF42
}

nav.woocommerce-pagination ul li.woo-first-page a,
nav.woocommerce-pagination ul li.woo-last-page a {
    box-shadow: 0 0#F9AF42 inset
}

nav.woocommerce-pagination ul li.woo-first-page a:hover,
nav.woocommerce-pagination ul li.woo-last-page a:hover {
    box-shadow: 0 -5rem#F9AF42 inset
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:after {
    background: #F9AF42
}

div.product div.images .woocommerce-product-gallery__trigger:after {
    box-shadow: 0 0#F9AF42 inset
}

div.product div.images .woocommerce-product-gallery__trigger:hover:after {
    box-shadow: 0 -5rem#F9AF42 inset
}

div.product div.summary form.cart .group_table a {
    font-family: "Cairo", Arial, Helvetica
}

div.product div.summary form.cart .group_table a:hover {
    color: #F9AF42 !important
}

div.product div.summary form.cart .single_add_to_cart_button {
    background: #F9AF42 !important
}

.reset_variations {
    box-shadow: 0 0#F9AF42 inset
}

.reset_variations:hover {
    box-shadow: 0 -2.5em 0#F9AF42 inset
}

table.shop_table td.product-remove a.remove {
    background-color: #F9AF42
}

table.shop_table td.product-thumbnail a:before {
    background: #F9AF42
}

table.shop_table .product-name {
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

table.shop_table .product-name a:hover {
    color: #F9AF42 !important
}

tr.cart-subtotal,
tfoot {
    border-top: 2px solid#F9AF42
}

tr.order-total,
tfoot {
    border-bottom: 2px solid#F9AF42 !important
}

ul.wc_payment_methods li .about_paypal {
    color: #F9AF42
}

.woocommerce-MyAccount-navigation ul li a:after {
    background: #F9AF42
}

form fieldset legend {
    font-family: Cairo, Arial, Helvetica, sans-serif
}

form .form-row .required:after {
    background: #F9AF42
}

form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
    border-color: #F9AF42
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    background: #F9AF42
}

.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
    color: #F9AF42
}

.woocommerce-info a.showcoupon,
.woocommerce-message a.showcoupon {
    color: #F9AF42
}

.woocommerce-error {
    box-shadow: 0 0 0 4px#F9AF42 inset
}

.woocommerce .btSidebar a.button,
.woocommerce .bt-content a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .bt-content a.button,
.woocommerce .btSidebar input[type=submit],
.woocommerce .bt-content input[type=submit],
.woocommerce-page .btSidebar input[type=submit],
.woocommerce-page .bt-content input[type=submit],
.woocommerce .btSidebar :not(.widget_product_search) button[type=submit],
.woocommerce .bt-content :not(.widget_product_search) button[type=submit],
.woocommerce-page .btSidebar :not(.widget_product_search) button[type=submit],
.woocommerce-page .bt-content :not(.widget_product_search) button[type=submit],
.woocommerce .btSidebar input.button,
.woocommerce .bt-content input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .bt-content input.button,
div.woocommerce a.button,
div.woocommerce input[type=submit],
div.woocommerce :not(.widget_product_search) button[type=submit],
div.woocommerce input.button {
    font-family: "Cairo", Arial, Helvetica, sans-serif !important;
    background: #F9AF42
}

.woocommerce .btSidebar input.alt,
.woocommerce .bt-content input.alt,
.woocommerce-page .btSidebar input.alt,
.woocommerce-page .bt-content input.alt,
.woocommerce .btSidebar a.button.alt,
.woocommerce .bt-content a.button.alt,
.woocommerce-page .btSidebar a.button.alt,
.woocommerce-page .bt-content a.button.alt,
.woocommerce .btSidebar .button.alt,
.woocommerce .bt-content .button.alt,
.woocommerce-page .btSidebar .button.alt,
.woocommerce-page .bt-content .button.alt,
.woocommerce .btSidebar button.alt,
.woocommerce .bt-content button.alt,
.woocommerce-page .btSidebar button.alt,
.woocommerce-page .bt-content button.alt,
.woocommerce .btSidebar .shipping-calculator-button,
.woocommerce .bt-content .shipping-calculator-button,
.woocommerce-page .btSidebar .shipping-calculator-button,
.woocommerce-page .bt-content .shipping-calculator-button,
div.woocommerce input.alt,
div.woocommerce a.button.alt,
div.woocommerce .button.alt,
div.woocommerce button.alt,
div.woocommerce .shipping-calculator-button {
    font-family: "Cairo", Arial, Helvetica, sans-serif !important
}

.woocommerce .btSidebar a.edit,
.woocommerce .bt-content a.edit,
.woocommerce-page .btSidebar a.edit,
.woocommerce-page .bt-content a.edit,
div.woocommerce a.edit {
    font-family: Cairo, Arial, Helvetica, sans-serif;
    color: #F9AF42
}

.star-rating span:before {
    color: #F9AF42
}

p.stars a[class^=star-].active:after,
p.stars a[class^=star-]:hover:after {
    color: #F9AF42
}

.pswp__top-bar .pswp__button {
    box-shadow: 0 0#F9AF42 inset !important
}

.pswp__top-bar .pswp__button:hover {
    box-shadow: 0 -5em#F9AF42 inset !important
}

button.pswp__button.pswp__button--arrow--left,
button.pswp__button.pswp__button--arrow--right {
    box-shadow: 0 0#F9AF42 inset !important
}

button.pswp__button.pswp__button--arrow--left:hover,
button.pswp__button.pswp__button--arrow--right:hover {
    box-shadow: 0 -5em#F9AF42 inset !important
}

.select2-container .select2-dropdown .select2-results__option:after {
    background: #F9AF42
}

.btQuoteBooking .ddChild ul li:after {
    background: #F9AF42
}

.btQuoteBooking .ui-slider .ui-slider-handle {
    background: #F9AF42
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    background: #F9AF42 !important
}

.btQuoteBooking .btTotalNextWrapper .btQuoteTotal {
    background: #F9AF42
}

.btQuoteBooking .btContactNext {
    background: #F9AF42;
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btQuoteBooking .btQuoteContact .btQuoteItem.btContactFieldMandatory:after {
    background: #F9AF42
}

.btQuoteBooking .btQuoteContact .btQuoteItem.btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btQuoteContact .btQuoteItem.btContactFieldMandatory.btContactFieldError textarea,
.btQuoteBooking .btQuoteContact .btQuoteItem.btContactFieldMandatory.btContactFieldError .btDropDown .dd.ddcommon.borderRadius .ddTitle .ddTitleText {
    border-color: #F9AF42
}

.btQuoteBooking .btContactSubmit {
    background: #F9AF42;
    font-family: "Cairo", Arial, Helvetica, sans-serif
}

.btDatePicker .ui-datepicker-header {
    background: #F9AF42
}

.bt_bb_group .bt_bb_group_item .bt_bb_group_item_content .bt_bb_group_item_content_hover .bt_bb_group_item_arrow {
    background: #F9AF42
}

.btCompanyHistory .bold_timeline_item {
    border-bottom: 4px solid#F9AF42 !important
}

.btCompanyHistory .bold_timeline_item_icon {
    border: 2px solid#F9AF42 !important;
    color: #F9AF42 !important
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-color: #F9AF42
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker {
    border-color: #F9AF42;
    background: #F9AF42
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_group_header {
    background: #233245
}

.bold_timeline_container .bold_timeline_item.btAccent .bold_timeline_item_inner {
    background: #F9AF42 !important;
    border-color: #F9AF42 !important
}

.bold_timeline_container .bold_timeline_item.btAccent .bold_timeline_item_connection {
    border-left-color: #F9AF42 !important
}

.bold_timeline_container .bold_timeline_item.btAlternate .bold_timeline_item_inner {
    background: #233245 !important;
    border-color: #233245 !important
}

.bold_timeline_container .bold_timeline_item.btAlternate .bold_timeline_item_connection {
    border-left-color: #233245 !important
}

.btCompanyHistorySkewed .bold_timeline_item .bold_timeline_item_icon:after {
    background: #F9AF42
}

p.has-drop-cap:not(:focus):first-letter {
    color: #F9AF42
}

@font-face {
    font-family: "Amwerk";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Amwerk/Amwerk.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Amwerk/Amwerk.ttf") format("truetype")
}

*[data-ico-amwerk]:before {
    font-family: Amwerk;
    content: attr(data-ico-amwerk)
}

@font-face {
    font-family: "Business";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Business/Business.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Business/Business.ttf") format("truetype")
}

*[data-ico-business]:before {
    font-family: Business;
    content: attr(data-ico-business)
}

@font-face {
    font-family: "Charts";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Charts/Charts.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Charts/Charts.ttf") format("truetype")
}

*[data-ico-charts]:before {
    font-family: Charts;
    content: attr(data-ico-charts)
}

@font-face {
    font-family: "Construction";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Construction/Construction.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Construction/Construction.ttf") format("truetype")
}

*[data-ico-construction]:before {
    font-family: Construction;
    content: attr(data-ico-construction)
}

@font-face {
    font-family: "Delivery";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Delivery/Delivery.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Delivery/Delivery.ttf") format("truetype")
}

*[data-ico-delivery]:before {
    font-family: Delivery;
    content: attr(data-ico-delivery)
}

@font-face {
    font-family: "Design";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Design/Design.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Design/Design.ttf") format("truetype")
}

*[data-ico-design]:before {
    font-family: Design;
    content: attr(data-ico-design)
}

@font-face {
    font-family: "Development";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Development/Development.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Development/Development.ttf") format("truetype")
}

*[data-ico-development]:before {
    font-family: Development;
    content: attr(data-ico-development)
}

@font-face {
    font-family: "Essential";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Essential/Essential.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Essential/Essential.ttf") format("truetype")
}

*[data-ico-essential]:before {
    font-family: Essential;
    content: attr(data-ico-essential)
}

@font-face {
    font-family: "FontAwesome";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome/FontAwesome.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome/FontAwesome.ttf") format("truetype")
}

*[data-ico-fontawesome]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fontawesome)
}

@font-face {
    font-family: "FontAwesome5Brands";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome5Brands/FontAwesome5Brands.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome5Brands/FontAwesome5Brands.ttf") format("truetype")
}

*[data-ico-fontawesome5brands]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fontawesome5brands)
}

@font-face {
    font-family: "FontAwesome5Regular";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome5Regular/FontAwesome5Regular.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome5Regular/FontAwesome5Regular.ttf") format("truetype")
}

*[data-ico-fontawesome5regular]:before {
    font-family: FontAwesome5Regular;
    content: attr(data-ico-fontawesome5regular)
}

@font-face {
    font-family: "FontAwesome5Solid";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome5Solid/FontAwesome5Solid.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/FontAwesome5Solid/FontAwesome5Solid.ttf") format("truetype")
}

*[data-ico-fontawesome5solid]:before {
    font-family: FontAwesome5Solid;
    content: attr(data-ico-fontawesome5solid)
}

@font-face {
    font-family: "Icon7Stroke";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Icon7Stroke/Icon7Stroke.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Icon7Stroke/Icon7Stroke.ttf") format("truetype")
}

*[data-ico-icon7stroke]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-icon7stroke)
}

@font-face {
    font-family: "Manufacturing";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Manufacturing/Manufacturing.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Manufacturing/Manufacturing.ttf") format("truetype")
}

*[data-ico-manufacturing]:before {
    font-family: Manufacturing;
    content: attr(data-ico-manufacturing)
}

@font-face {
    font-family: "Productivity";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Productivity/Productivity.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Productivity/Productivity.ttf") format("truetype")
}

*[data-ico-productivity]:before {
    font-family: Productivity;
    content: attr(data-ico-productivity)
}

@font-face {
    font-family: "Science";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Science/Science.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Science/Science.ttf") format("truetype")
}

*[data-ico-science]:before {
    font-family: Science;
    content: attr(data-ico-science)
}

@font-face {
    font-family: "TeamWork2";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/TeamWork2/TeamWork2.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/TeamWork2/TeamWork2.ttf") format("truetype")
}

*[data-ico-teamwork2]:before {
    font-family: TeamWork2;
    content: attr(data-ico-teamwork2)
}

@font-face {
    font-family: "Teamwork";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Teamwork/Teamwork.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Teamwork/Teamwork.ttf") format("truetype")
}

*[data-ico-teamwork]:before {
    font-family: Teamwork;
    content: attr(data-ico-teamwork)
}

@font-face {
    font-family: "Transportation";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Transportation/Transportation.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Transportation/Transportation.ttf") format("truetype")
}

*[data-ico-transportation]:before {
    font-family: Transportation;
    content: attr(data-ico-transportation)
}

@font-face {
    font-family: "Werkmann";
    src: url("https://noreom.com/wp-content/themes/amwerk/fonts/Werkmann/Werkmann.woff") format("woff"), url("https://noreom.com/wp-content/themes/amwerk/fonts/Werkmann/Werkmann.ttf") format("truetype")
}

*[data-ico-werkmann]:before {
    font-family: Werkmann;
    content: attr(data-ico-werkmann)
}

.bt_bb_row .btFooterFiveColumns {
    flex-basis: 20%;
    max-width: 20%
}

@media (max-width:992px) {
    .bt_bb_row .btFooterFiveColumns {
        flex-basis: 100%;
        max-width: 100%
    }
}

.bt_bb_color_scheme_1.bt_bb_icon a {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_icon:hover span {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_icon:hover a {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    box-shadow: 0 0 0 1em #fff inset;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #000;
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #000
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #fff
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #000
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #fff
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #fff
}

.bt_bb_icon_color_scheme_1.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_1.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #fff !important
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #000;
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_icon_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_icon_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #fff
}

.bt_bb_icon_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_1.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_clean a {
    color: #fff !important
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_clean a:hover {
    color: #000 !important
}

.bt_bb_color_scheme_1.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_1.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_1.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #fff inset;
    background-color: #fff;
    color: #000 !important
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent;
    color: #000 !important
}

.bt_bb_color_scheme_1.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_1.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_1.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_1 .bt_bb_headline h1,
.bt_bb_color_scheme_1 .bt_bb_headline h2,
.bt_bb_color_scheme_1 .bt_bb_headline h3,
.bt_bb_color_scheme_1 .bt_bb_headline h4,
.bt_bb_color_scheme_1 .bt_bb_headline h5,
.bt_bb_color_scheme_1 .bt_bb_headline h6,
.bt_bb_color_scheme_1.bt_bb_headline h1,
.bt_bb_color_scheme_1.bt_bb_headline h2,
.bt_bb_color_scheme_1.bt_bb_headline h3,
.bt_bb_color_scheme_1.bt_bb_headline h4,
.bt_bb_color_scheme_1.bt_bb_headline h5,
.bt_bb_color_scheme_1.bt_bb_headline h6 {
    color: #fff
}

.bt_bb_color_scheme_1 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_superheadline {
    color: #fff
}

.bt_bb_color_scheme_1 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_1 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_1 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_1 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_1 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_1 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_1 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_1 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_1 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon h6 {
    color: #fff
}

.bt_bb_color_scheme_1 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_1 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_1.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_icon_color_scheme_1.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #fff;
    background: #000
}

.bt_bb_color_scheme_1.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #000
}

.bt_bb_color_scheme_1.bt_bb_price_list {
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_price_list ul li:before {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #000 inset;
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset !important;
    color: #000
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_1.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_1 {
    color: #fff;
    background-color: #000
}

.bt_bb_color_scheme_1 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_1 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_1 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_1 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #000;
    color: #fff
}

.bt_bb_color_scheme_1 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_1.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #fff !important;
    background: #000 !important
}

.bt_bb_color_scheme_1 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_1.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_1 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_1.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_1.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_1.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #fff
}

.bt_bb_color_scheme_1 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_1.bt_bb_group {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_icon a {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_icon:hover span {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_icon:hover a {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #fff;
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #fff
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #000
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #fff
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #000
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #000
}

.bt_bb_icon_color_scheme_2.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_2.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #000 !important
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #fff;
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_icon_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_icon_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #000
}

.bt_bb_icon_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_2.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_clean a {
    color: #000 !important
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_clean a:hover {
    color: #fff !important
}

.bt_bb_color_scheme_2.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_2.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_2.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #000 inset;
    background-color: #000;
    color: #fff !important
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #fff inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent;
    color: #fff !important
}

.bt_bb_color_scheme_2.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_2.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_2.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_2 .bt_bb_headline h1,
.bt_bb_color_scheme_2 .bt_bb_headline h2,
.bt_bb_color_scheme_2 .bt_bb_headline h3,
.bt_bb_color_scheme_2 .bt_bb_headline h4,
.bt_bb_color_scheme_2 .bt_bb_headline h5,
.bt_bb_color_scheme_2 .bt_bb_headline h6,
.bt_bb_color_scheme_2.bt_bb_headline h1,
.bt_bb_color_scheme_2.bt_bb_headline h2,
.bt_bb_color_scheme_2.bt_bb_headline h3,
.bt_bb_color_scheme_2.bt_bb_headline h4,
.bt_bb_color_scheme_2.bt_bb_headline h5,
.bt_bb_color_scheme_2.bt_bb_headline h6 {
    color: #000
}

.bt_bb_color_scheme_2 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_2.bt_bb_headline .bt_bb_headline_superheadline {
    color: #000
}

.bt_bb_color_scheme_2 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_2.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_2 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_2.bt_bb_headline .bt_bb_headline_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_2 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_2.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_2 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_2 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_2 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_2 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_2 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_2 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon h6 {
    color: #000
}

.bt_bb_color_scheme_2 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_2 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_2.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_icon_color_scheme_2.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #000;
    background: #fff
}

.bt_bb_color_scheme_2.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list {
    color: #000
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list ul li:before {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #fff inset;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_2.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_2 {
    color: #000;
    background-color: #fff
}

.bt_bb_color_scheme_2 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_2 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_2 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_2 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #fff;
    color: #000
}

.bt_bb_color_scheme_2 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_2.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #000 !important;
    background: #fff !important
}

.bt_bb_color_scheme_2 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_2.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_2 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_2.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_2.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_2.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #000
}

.bt_bb_color_scheme_2 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_2.bt_bb_group {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_icon a {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_icon:hover span {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_icon:hover a {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px#F9AF42 inset;
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #F9AF42;
    box-shadow: 0 0 0 1em#F9AF42 inset;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #000;
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    color: #F9AF42;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #000
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #000
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em#F9AF42 inset !important;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em#F9AF42 inset !important;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    background-color: transparent
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #F9AF42
}

.bt_bb_icon_color_scheme_3.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_3.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #F9AF42 !important
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #000;
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_icon_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_icon_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #F9AF42
}

.bt_bb_icon_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_3.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_clean a {
    color: #F9AF42 !important
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_clean a:hover {
    color: #000 !important
}

.bt_bb_color_scheme_3.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_3.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    color: #F9AF42;
    background-color: transparent
}

.bt_bb_color_scheme_3.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em#F9AF42 inset;
    background-color: #F9AF42;
    color: #000 !important
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #000 inset;
    color: #F9AF42;
    background-color: transparent
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent;
    color: #000 !important
}

.bt_bb_color_scheme_3.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_3.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#F9AF42 inset !important;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset !important;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#F9AF42 inset !important;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset !important;
    color: #000
}

.bt_bb_color_scheme_3 .bt_bb_headline h1,
.bt_bb_color_scheme_3 .bt_bb_headline h2,
.bt_bb_color_scheme_3 .bt_bb_headline h3,
.bt_bb_color_scheme_3 .bt_bb_headline h4,
.bt_bb_color_scheme_3 .bt_bb_headline h5,
.bt_bb_color_scheme_3 .bt_bb_headline h6,
.bt_bb_color_scheme_3.bt_bb_headline h1,
.bt_bb_color_scheme_3.bt_bb_headline h2,
.bt_bb_color_scheme_3.bt_bb_headline h3,
.bt_bb_color_scheme_3.bt_bb_headline h4,
.bt_bb_color_scheme_3.bt_bb_headline h5,
.bt_bb_color_scheme_3.bt_bb_headline h6 {
    color: #F9AF42
}

.bt_bb_color_scheme_3 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_3.bt_bb_headline .bt_bb_headline_superheadline {
    color: #F9AF42
}

.bt_bb_color_scheme_3 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_3.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_3 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_3.bt_bb_headline .bt_bb_headline_subheadline {
    color: #F9AF42;
    opacity: .7
}

.bt_bb_color_scheme_3 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#F9AF42 !important
}

.bt_bb_color_scheme_3.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#F9AF42 !important
}

.bt_bb_color_scheme_3 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_3 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_3 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_3 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_3 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_3 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon h6 {
    color: #F9AF42
}

.bt_bb_color_scheme_3 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #F9AF42;
    opacity: .7
}

.bt_bb_color_scheme_3 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_3.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #F9AF42;
    opacity: .7
}

.bt_bb_icon_color_scheme_3.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #F9AF42;
    background: #000
}

.bt_bb_color_scheme_3.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #000
}

.bt_bb_color_scheme_3.bt_bb_price_list {
    color: #F9AF42
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_price_list ul li:before {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #000 inset;
    color: #fff
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset !important;
    color: #000
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_3.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_3 {
    color: #F9AF42;
    background-color: #000
}

.bt_bb_color_scheme_3 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_3 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_3 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_3 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #000;
    color: #F9AF42
}

.bt_bb_color_scheme_3 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_3.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #F9AF42 !important;
    background: #000 !important
}

.bt_bb_color_scheme_3 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_3.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_3 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_3.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_3.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_3.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_3 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_3.bt_bb_group {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon a {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon:hover span {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon:hover a {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px#F9AF42 inset;
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #F9AF42;
    box-shadow: 0 0 0 1em#F9AF42 inset;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #fff;
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    color: #F9AF42;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #fff
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #fff
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    background-color: transparent
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #F9AF42
}

.bt_bb_icon_color_scheme_4.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_4.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #F9AF42 !important
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #fff;
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_icon_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_icon_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #F9AF42
}

.bt_bb_icon_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_4.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_clean a {
    color: #F9AF42 !important
}

.bt_bb_color_scheme_4.bt_bb_button.bt_bb_style_clean a:hover {
    color: #fff !important
}

.bt_bb_color_scheme_4.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_4.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    color: #F9AF42;
    background-color: transparent
}

.bt_bb_color_scheme_4.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em#F9AF42 inset;
    background-color: #F9AF42;
    color: #fff !important
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #fff inset;
    color: #F9AF42;
    background-color: transparent
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent;
    color: #fff !important
}

.bt_bb_color_scheme_4.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_4.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_4 .bt_bb_headline h1,
.bt_bb_color_scheme_4 .bt_bb_headline h2,
.bt_bb_color_scheme_4 .bt_bb_headline h3,
.bt_bb_color_scheme_4 .bt_bb_headline h4,
.bt_bb_color_scheme_4 .bt_bb_headline h5,
.bt_bb_color_scheme_4 .bt_bb_headline h6,
.bt_bb_color_scheme_4.bt_bb_headline h1,
.bt_bb_color_scheme_4.bt_bb_headline h2,
.bt_bb_color_scheme_4.bt_bb_headline h3,
.bt_bb_color_scheme_4.bt_bb_headline h4,
.bt_bb_color_scheme_4.bt_bb_headline h5,
.bt_bb_color_scheme_4.bt_bb_headline h6 {
    color: #F9AF42
}

.bt_bb_color_scheme_4 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_4.bt_bb_headline .bt_bb_headline_superheadline {
    color: #F9AF42
}

.bt_bb_color_scheme_4 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_4.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_4 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_4.bt_bb_headline .bt_bb_headline_subheadline {
    color: #F9AF42;
    opacity: .7
}

.bt_bb_color_scheme_4 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#F9AF42 !important
}

.bt_bb_color_scheme_4.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#F9AF42 !important
}

.bt_bb_color_scheme_4 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_4 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_4 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_4 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_4 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_4 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon h6 {
    color: #F9AF42
}

.bt_bb_color_scheme_4 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #F9AF42;
    opacity: .7
}

.bt_bb_color_scheme_4 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_4.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #F9AF42;
    opacity: .7
}

.bt_bb_icon_color_scheme_4.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #F9AF42;
    background: #fff
}

.bt_bb_color_scheme_4.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list {
    color: #F9AF42
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list ul li:before {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #fff inset;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_4.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_4 {
    color: #F9AF42;
    background-color: #fff
}

.bt_bb_color_scheme_4 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_4 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_4 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_4 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #fff;
    color: #F9AF42
}

.bt_bb_color_scheme_4 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_4.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #F9AF42 !important;
    background: #fff !important
}

.bt_bb_color_scheme_4 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_4.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_4 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_4.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_4.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_4.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_4 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_4.bt_bb_group {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_icon a {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_icon:hover span {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_icon:hover a {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    box-shadow: 0 0 0 1em #000 inset;
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #F9AF42;
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #F9AF42;
    color: #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #000
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #000
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em#F9AF42 inset;
    background-color: transparent
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #000
}

.bt_bb_icon_color_scheme_5.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #F9AF42
}

.bt_bb_icon_color_scheme_5.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #000 !important
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #F9AF42;
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_icon_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #F9AF42
}

.bt_bb_icon_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_icon_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #000
}

.bt_bb_icon_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_5.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_clean a {
    color: #000 !important
}

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_clean a:hover {
    color: #F9AF42 !important
}

.bt_bb_color_scheme_5.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_5.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_5.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #000 inset;
    background-color: #000;
    color: #F9AF42 !important
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em#F9AF42 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    background-color: transparent;
    color: #F9AF42 !important
}

.bt_bb_color_scheme_5.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_5.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_5.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #f9af42
}

.bt_bb_color_scheme_5.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_5 .bt_bb_headline h1,
.bt_bb_color_scheme_5 .bt_bb_headline h2,
.bt_bb_color_scheme_5 .bt_bb_headline h3,
.bt_bb_color_scheme_5 .bt_bb_headline h4,
.bt_bb_color_scheme_5 .bt_bb_headline h5,
.bt_bb_color_scheme_5 .bt_bb_headline h6,
.bt_bb_color_scheme_5.bt_bb_headline h1,
.bt_bb_color_scheme_5.bt_bb_headline h2,
.bt_bb_color_scheme_5.bt_bb_headline h3,
.bt_bb_color_scheme_5.bt_bb_headline h4,
.bt_bb_color_scheme_5.bt_bb_headline h5,
.bt_bb_color_scheme_5.bt_bb_headline h6 {
    color: #000
}

.bt_bb_color_scheme_5 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_5.bt_bb_headline .bt_bb_headline_superheadline {
    color: #000
}

.bt_bb_color_scheme_5 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_5.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_5 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_5.bt_bb_headline .bt_bb_headline_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_5 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_5.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_5 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_5 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_5 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_5 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_5 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_5 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon h6 {
    color: #000
}

.bt_bb_color_scheme_5 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_5 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_5.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_icon_color_scheme_5.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #000;
    background: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_price_list {
    color: #000
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_price_list ul li:before {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em#F9AF42 inset;
    color: #fff
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#F9AF42 inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_5.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_5 {
    color: #000;
    background-color: #F9AF42
}

.bt_bb_color_scheme_5 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #F9AF42 !important
}

.bt_bb_color_scheme_5 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_5 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #F9AF42 !important
}

.bt_bb_color_scheme_5 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #F9AF42;
    color: #000
}

.bt_bb_color_scheme_5 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_5.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #000 !important;
    background: #F9AF42 !important
}

.bt_bb_color_scheme_5 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_5.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_5 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_5.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_5.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_5.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #000
}

.bt_bb_color_scheme_5 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_5.bt_bb_group {
    color: #000
}

.bt_bb_color_scheme_6.bt_bb_icon a {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_icon:hover span {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_icon:hover a {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    box-shadow: 0 0 0 1em #fff inset;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #F9AF42;
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #F9AF42;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #fff
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #fff
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em#F9AF42 inset;
    background-color: transparent
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em#F9AF42 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #fff
}

.bt_bb_icon_color_scheme_6.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #F9AF42
}

.bt_bb_icon_color_scheme_6.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #fff !important
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #F9AF42;
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #F9AF42
}

.bt_bb_icon_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #F9AF42
}

.bt_bb_icon_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_icon_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #fff
}

.bt_bb_icon_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_clean a {
    color: #fff !important
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_clean a:hover {
    color: #F9AF42 !important
}

.bt_bb_color_scheme_6.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_6.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #fff inset;
    background-color: #fff;
    color: #F9AF42 !important
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em#F9AF42 inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    background-color: transparent;
    color: #F9AF42 !important
}

.bt_bb_color_scheme_6.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_6.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_6 .bt_bb_headline h1,
.bt_bb_color_scheme_6 .bt_bb_headline h2,
.bt_bb_color_scheme_6 .bt_bb_headline h3,
.bt_bb_color_scheme_6 .bt_bb_headline h4,
.bt_bb_color_scheme_6 .bt_bb_headline h5,
.bt_bb_color_scheme_6 .bt_bb_headline h6,
.bt_bb_color_scheme_6.bt_bb_headline h1,
.bt_bb_color_scheme_6.bt_bb_headline h2,
.bt_bb_color_scheme_6.bt_bb_headline h3,
.bt_bb_color_scheme_6.bt_bb_headline h4,
.bt_bb_color_scheme_6.bt_bb_headline h5,
.bt_bb_color_scheme_6.bt_bb_headline h6 {
    color: #fff
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_6.bt_bb_headline .bt_bb_headline_superheadline {
    color: #fff
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_6.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_6.bt_bb_headline .bt_bb_headline_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_6.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_6 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_6 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_6 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_6 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_6 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_6 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon h6 {
    color: #fff
}

.bt_bb_color_scheme_6 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_6 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_6.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_icon_color_scheme_6.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #fff;
    background: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_price_list {
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_price_list ul li:before {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px#F9AF42 inset;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em#F9AF42 inset;
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#F9AF42 inset !important;
    color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em#F9AF42 inset !important;
    color: #fff
}

.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_6.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_6 {
    color: #fff;
    background-color: #F9AF42
}

.bt_bb_color_scheme_6 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #F9AF42 !important
}

.bt_bb_color_scheme_6 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_6 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #F9AF42 !important
}

.bt_bb_color_scheme_6 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #F9AF42;
    color: #fff
}

.bt_bb_color_scheme_6 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_6.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #fff !important;
    background: #F9AF42 !important
}

.bt_bb_color_scheme_6 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_6.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_6 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_6.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #F9AF42
}

.bt_bb_color_scheme_6.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_6.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #fff
}

.bt_bb_color_scheme_6 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_6.bt_bb_group {
    color: #fff
}

.bt_bb_color_scheme_7.bt_bb_icon a {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_icon:hover span {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_icon:hover a {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px#233245 inset;
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #233245;
    box-shadow: 0 0 0 1em#233245 inset;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #000;
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    color: #233245;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #000
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #233245
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #000
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #233245
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em#233245 inset !important;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em#233245 inset !important;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px#233245 inset;
    background-color: transparent
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em#233245 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #233245
}

.bt_bb_icon_color_scheme_7.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_7.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #233245 !important
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #000;
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_icon_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_icon_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #233245
}

.bt_bb_icon_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_7.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_clean a {
    color: #233245 !important
}

.bt_bb_color_scheme_7.bt_bb_button.bt_bb_style_clean a:hover {
    color: #000 !important
}

.bt_bb_color_scheme_7.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_7.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#233245 inset;
    color: #233245;
    background-color: transparent
}

.bt_bb_color_scheme_7.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em#233245 inset;
    background-color: #233245;
    color: #000 !important
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #000 inset;
    color: #233245;
    background-color: transparent
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent;
    color: #000 !important
}

.bt_bb_color_scheme_7.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_7.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #233245
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #233245
}

.bt_bb_color_scheme_7.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#233245 inset !important;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#233245 inset !important;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#233245 inset !important;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#233245 inset !important;
    color: #000
}

.bt_bb_color_scheme_7 .bt_bb_headline h1,
.bt_bb_color_scheme_7 .bt_bb_headline h2,
.bt_bb_color_scheme_7 .bt_bb_headline h3,
.bt_bb_color_scheme_7 .bt_bb_headline h4,
.bt_bb_color_scheme_7 .bt_bb_headline h5,
.bt_bb_color_scheme_7 .bt_bb_headline h6,
.bt_bb_color_scheme_7.bt_bb_headline h1,
.bt_bb_color_scheme_7.bt_bb_headline h2,
.bt_bb_color_scheme_7.bt_bb_headline h3,
.bt_bb_color_scheme_7.bt_bb_headline h4,
.bt_bb_color_scheme_7.bt_bb_headline h5,
.bt_bb_color_scheme_7.bt_bb_headline h6 {
    color: #233245
}

.bt_bb_color_scheme_7 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_7.bt_bb_headline .bt_bb_headline_superheadline {
    color: #233245
}

.bt_bb_color_scheme_7 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_7.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_7 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_7.bt_bb_headline .bt_bb_headline_subheadline {
    color: #233245;
    opacity: .7
}

.bt_bb_color_scheme_7 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#233245 !important
}

.bt_bb_color_scheme_7.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#233245 !important
}

.bt_bb_color_scheme_7 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_7 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_7 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_7 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_7 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_7 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon h6 {
    color: #233245
}

.bt_bb_color_scheme_7 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #233245;
    opacity: .7
}

.bt_bb_color_scheme_7 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_7.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #233245;
    opacity: .7
}

.bt_bb_icon_color_scheme_7.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #233245;
    background: #000
}

.bt_bb_color_scheme_7.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #000
}

.bt_bb_color_scheme_7.bt_bb_price_list {
    color: #233245
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_price_list ul li:before {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #000 inset;
    color: #fff
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset !important;
    color: #000
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_7.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_7 {
    color: #233245;
    background-color: #000
}

.bt_bb_color_scheme_7 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_7 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_7 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_7 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #000;
    color: #233245
}

.bt_bb_color_scheme_7 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_7.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #233245 !important;
    background: #000 !important
}

.bt_bb_color_scheme_7 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_7.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #233245
}

.bt_bb_color_scheme_7 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_7.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_7.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_7.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #233245
}

.bt_bb_color_scheme_7 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_7.bt_bb_group {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon a {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon:hover span {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon:hover a {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px#233245 inset;
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #233245;
    box-shadow: 0 0 0 1em#233245 inset;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #fff;
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    color: #233245;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #fff
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #fff
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #233245
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px#233245 inset;
    background-color: transparent
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em#233245 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #233245
}

.bt_bb_icon_color_scheme_8.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_8.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #233245 !important
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #fff;
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_icon_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_icon_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #233245
}

.bt_bb_icon_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_8.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_clean a {
    color: #233245 !important
}

.bt_bb_color_scheme_8.bt_bb_button.bt_bb_style_clean a:hover {
    color: #fff !important
}

.bt_bb_color_scheme_8.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_8.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#233245 inset;
    color: #233245;
    background-color: transparent
}

.bt_bb_color_scheme_8.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em#233245 inset;
    background-color: #233245;
    color: #fff !important
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #fff inset;
    color: #233245;
    background-color: transparent
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent;
    color: #fff !important
}

.bt_bb_color_scheme_8.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_8.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #233245
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #233245
}

.bt_bb_color_scheme_8.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_8 .bt_bb_headline h1,
.bt_bb_color_scheme_8 .bt_bb_headline h2,
.bt_bb_color_scheme_8 .bt_bb_headline h3,
.bt_bb_color_scheme_8 .bt_bb_headline h4,
.bt_bb_color_scheme_8 .bt_bb_headline h5,
.bt_bb_color_scheme_8 .bt_bb_headline h6,
.bt_bb_color_scheme_8.bt_bb_headline h1,
.bt_bb_color_scheme_8.bt_bb_headline h2,
.bt_bb_color_scheme_8.bt_bb_headline h3,
.bt_bb_color_scheme_8.bt_bb_headline h4,
.bt_bb_color_scheme_8.bt_bb_headline h5,
.bt_bb_color_scheme_8.bt_bb_headline h6 {
    color: #233245
}

.bt_bb_color_scheme_8 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_8.bt_bb_headline .bt_bb_headline_superheadline {
    color: #233245
}

.bt_bb_color_scheme_8 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_8.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_8 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_8.bt_bb_headline .bt_bb_headline_subheadline {
    color: #233245;
    opacity: .7
}

.bt_bb_color_scheme_8 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#233245 !important
}

.bt_bb_color_scheme_8.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem#233245 !important
}

.bt_bb_color_scheme_8 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_8 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_8 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_8 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_8 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_8 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon h6 {
    color: #233245
}

.bt_bb_color_scheme_8 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #233245;
    opacity: .7
}

.bt_bb_color_scheme_8 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_8.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #233245;
    opacity: .7
}

.bt_bb_icon_color_scheme_8.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #233245;
    background: #fff
}

.bt_bb_color_scheme_8.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list {
    color: #233245
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list ul li:before {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #fff inset;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_8.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_8 {
    color: #233245;
    background-color: #fff
}

.bt_bb_color_scheme_8 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_8 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_8 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_8 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #fff;
    color: #233245
}

.bt_bb_color_scheme_8 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_8.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #233245 !important;
    background: #fff !important
}

.bt_bb_color_scheme_8 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_8.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #233245
}

.bt_bb_color_scheme_8 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_8.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_8.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_8.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #233245
}

.bt_bb_color_scheme_8 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_8.bt_bb_group {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_icon a {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_icon:hover span {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_icon:hover a {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    box-shadow: 0 0 0 1em #000 inset;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #233245;
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #233245;
    color: #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #233245
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #000
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #233245
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #000
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em#233245 inset;
    background-color: transparent
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em#233245 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #000
}

.bt_bb_icon_color_scheme_9.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #233245
}

.bt_bb_icon_color_scheme_9.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #000 !important
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #233245
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #233245
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #233245;
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_icon_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #233245
}

.bt_bb_icon_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_icon_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #000
}

.bt_bb_icon_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_9.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_clean a {
    color: #000 !important
}

.bt_bb_color_scheme_9.bt_bb_button.bt_bb_style_clean a:hover {
    color: #233245 !important
}

.bt_bb_color_scheme_9.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_9.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_9.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #000 inset;
    background-color: #000;
    color: #233245 !important
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em#233245 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px#233245 inset;
    background-color: transparent;
    color: #233245 !important
}

.bt_bb_color_scheme_9.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_9.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_9.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #233245
}

.bt_bb_color_scheme_9 .bt_bb_headline h1,
.bt_bb_color_scheme_9 .bt_bb_headline h2,
.bt_bb_color_scheme_9 .bt_bb_headline h3,
.bt_bb_color_scheme_9 .bt_bb_headline h4,
.bt_bb_color_scheme_9 .bt_bb_headline h5,
.bt_bb_color_scheme_9 .bt_bb_headline h6,
.bt_bb_color_scheme_9.bt_bb_headline h1,
.bt_bb_color_scheme_9.bt_bb_headline h2,
.bt_bb_color_scheme_9.bt_bb_headline h3,
.bt_bb_color_scheme_9.bt_bb_headline h4,
.bt_bb_color_scheme_9.bt_bb_headline h5,
.bt_bb_color_scheme_9.bt_bb_headline h6 {
    color: #000
}

.bt_bb_color_scheme_9 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_9.bt_bb_headline .bt_bb_headline_superheadline {
    color: #000
}

.bt_bb_color_scheme_9 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_9.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_9 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_9.bt_bb_headline .bt_bb_headline_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_9 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_9.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_9 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_9 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_9 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_9 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_9 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_9 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon h6 {
    color: #000
}

.bt_bb_color_scheme_9 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_9 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_9.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_icon_color_scheme_9.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #000;
    background: #233245
}

.bt_bb_color_scheme_9.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #233245
}

.bt_bb_color_scheme_9.bt_bb_price_list {
    color: #000
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_price_list ul li:before {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px#233245 inset;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em#233245 inset;
    color: #fff
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#233245 inset !important;
    color: #233245
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_9.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_9 {
    color: #000;
    background-color: #233245
}

.bt_bb_color_scheme_9 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #233245 !important
}

.bt_bb_color_scheme_9 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_9 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #233245 !important
}

.bt_bb_color_scheme_9 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #233245;
    color: #000
}

.bt_bb_color_scheme_9 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_9.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #000 !important;
    background: #233245 !important
}

.bt_bb_color_scheme_9 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_9.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_9 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_9.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #233245
}

.bt_bb_color_scheme_9.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_9.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #000
}

.bt_bb_color_scheme_9 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_9.bt_bb_group {
    color: #000
}

.bt_bb_color_scheme_10.bt_bb_icon a {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_icon:hover span {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_icon:hover a {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    box-shadow: 0 0 0 1em #fff inset;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #233245;
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #233245;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #233245
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #fff
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #233245
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #fff
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em#233245 inset;
    background-color: transparent
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em#233245 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #fff
}

.bt_bb_icon_color_scheme_10.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #233245
}

.bt_bb_icon_color_scheme_10.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #fff !important
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #233245
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #233245
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #233245;
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_icon_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #233245
}

.bt_bb_icon_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_icon_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #fff
}

.bt_bb_icon_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_10.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_clean a {
    color: #fff !important
}

.bt_bb_color_scheme_10.bt_bb_button.bt_bb_style_clean a:hover {
    color: #233245 !important
}

.bt_bb_color_scheme_10.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_10.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_10.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #fff inset;
    background-color: #fff;
    color: #233245 !important
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em#233245 inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px#233245 inset;
    background-color: transparent;
    color: #233245 !important
}

.bt_bb_color_scheme_10.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_10.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_10.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_10 .bt_bb_headline h1,
.bt_bb_color_scheme_10 .bt_bb_headline h2,
.bt_bb_color_scheme_10 .bt_bb_headline h3,
.bt_bb_color_scheme_10 .bt_bb_headline h4,
.bt_bb_color_scheme_10 .bt_bb_headline h5,
.bt_bb_color_scheme_10 .bt_bb_headline h6,
.bt_bb_color_scheme_10.bt_bb_headline h1,
.bt_bb_color_scheme_10.bt_bb_headline h2,
.bt_bb_color_scheme_10.bt_bb_headline h3,
.bt_bb_color_scheme_10.bt_bb_headline h4,
.bt_bb_color_scheme_10.bt_bb_headline h5,
.bt_bb_color_scheme_10.bt_bb_headline h6 {
    color: #fff
}

.bt_bb_color_scheme_10 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_10.bt_bb_headline .bt_bb_headline_superheadline {
    color: #fff
}

.bt_bb_color_scheme_10 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_10.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_10 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_10.bt_bb_headline .bt_bb_headline_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_10 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_10.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_10 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_10 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_10 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_10 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_10 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_10 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon h6 {
    color: #fff
}

.bt_bb_color_scheme_10 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_10 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_10.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_icon_color_scheme_10.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #fff;
    background: #233245
}

.bt_bb_color_scheme_10.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #233245
}

.bt_bb_color_scheme_10.bt_bb_price_list {
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_price_list ul li:before {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px#233245 inset;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em#233245 inset;
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#233245 inset !important;
    color: #233245
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_10.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_10 {
    color: #fff;
    background-color: #233245
}

.bt_bb_color_scheme_10 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #233245 !important
}

.bt_bb_color_scheme_10 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_10 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #233245 !important
}

.bt_bb_color_scheme_10 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #233245;
    color: #fff
}

.bt_bb_color_scheme_10 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_10.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #fff !important;
    background: #233245 !important
}

.bt_bb_color_scheme_10 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_10.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_10 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_10.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #233245
}

.bt_bb_color_scheme_10.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_10.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #fff
}

.bt_bb_color_scheme_10 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_10.bt_bb_group {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon a {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon:hover span {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon:hover a {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    box-shadow: 0 0 0 1em #fff inset;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #233245;
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #233245;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #233245
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #233245
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #fff
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em#233245 inset;
    background-color: transparent
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em#233245 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #fff
}

.bt_bb_icon_color_scheme_11.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #233245
}

.bt_bb_icon_color_scheme_11.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #fff !important
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #233245
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #233245
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #233245;
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #233245
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #233245
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #fff
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_clean a {
    color: #fff !important
}

.bt_bb_color_scheme_11.bt_bb_button.bt_bb_style_clean a:hover {
    color: #233245 !important
}

.bt_bb_color_scheme_11.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_11.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_11.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #fff inset;
    background-color: #fff;
    color: #233245 !important
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em#233245 inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px#233245 inset;
    background-color: transparent;
    color: #233245 !important
}

.bt_bb_color_scheme_11.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_11.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_11.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #233245
}

.bt_bb_color_scheme_11 .bt_bb_headline h1,
.bt_bb_color_scheme_11 .bt_bb_headline h2,
.bt_bb_color_scheme_11 .bt_bb_headline h3,
.bt_bb_color_scheme_11 .bt_bb_headline h4,
.bt_bb_color_scheme_11 .bt_bb_headline h5,
.bt_bb_color_scheme_11 .bt_bb_headline h6,
.bt_bb_color_scheme_11.bt_bb_headline h1,
.bt_bb_color_scheme_11.bt_bb_headline h2,
.bt_bb_color_scheme_11.bt_bb_headline h3,
.bt_bb_color_scheme_11.bt_bb_headline h4,
.bt_bb_color_scheme_11.bt_bb_headline h5,
.bt_bb_color_scheme_11.bt_bb_headline h6 {
    color: #fff
}

.bt_bb_color_scheme_11 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_11.bt_bb_headline .bt_bb_headline_superheadline {
    color: #fff
}

.bt_bb_color_scheme_11 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_11.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_11 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_11.bt_bb_headline .bt_bb_headline_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_11 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_11.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_11 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_11 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_11 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_11 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_11 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_11 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon h6 {
    color: #fff
}

.bt_bb_color_scheme_11 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_11 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_11.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_icon_color_scheme_11.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #fff;
    background: #233245
}

.bt_bb_color_scheme_11.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #233245
}

.bt_bb_color_scheme_11.bt_bb_price_list {
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_price_list ul li:before {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px#233245 inset;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em#233245 inset;
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px#233245 inset !important;
    color: #233245
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em#233245 inset !important;
    color: #fff
}

.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_11.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_11 {
    color: #fff;
    background-color: #233245
}

.bt_bb_color_scheme_11 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #233245 !important
}

.bt_bb_color_scheme_11 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_11 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #233245 !important
}

.bt_bb_color_scheme_11 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #233245;
    color: #fff
}

.bt_bb_color_scheme_11 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_11.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #fff !important;
    background: #233245 !important
}

.bt_bb_color_scheme_11 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_11.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_11 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_11.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #233245
}

.bt_bb_color_scheme_11.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_11.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #fff
}

.bt_bb_color_scheme_11 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_11.bt_bb_group {
    color: #fff
}

.bt_bb_color_scheme_12.bt_bb_icon a {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_icon:hover span {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_icon:hover a {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    box-shadow: 0 0 0 1em #000 inset;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #f1f1f1;
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #f1f1f1;
    color: #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #000
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #000
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #f1f1f1 inset;
    background-color: transparent
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #f1f1f1 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #000
}

.bt_bb_icon_color_scheme_12.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #f1f1f1
}

.bt_bb_icon_color_scheme_12.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #000 !important
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #f1f1f1;
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #f1f1f1
}

.bt_bb_icon_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #f1f1f1
}

.bt_bb_icon_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_icon_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #000
}

.bt_bb_icon_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_12.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_clean a {
    color: #000 !important
}

.bt_bb_color_scheme_12.bt_bb_button.bt_bb_style_clean a:hover {
    color: #f1f1f1 !important
}

.bt_bb_color_scheme_12.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_12.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_12.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #000 inset;
    background-color: #000;
    color: #f1f1f1 !important
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #f1f1f1 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #f1f1f1 inset;
    background-color: transparent;
    color: #f1f1f1 !important
}

.bt_bb_color_scheme_12.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_12.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_12.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #f1f1f1
}

.bt_bb_color_scheme_12 .bt_bb_headline h1,
.bt_bb_color_scheme_12 .bt_bb_headline h2,
.bt_bb_color_scheme_12 .bt_bb_headline h3,
.bt_bb_color_scheme_12 .bt_bb_headline h4,
.bt_bb_color_scheme_12 .bt_bb_headline h5,
.bt_bb_color_scheme_12 .bt_bb_headline h6,
.bt_bb_color_scheme_12.bt_bb_headline h1,
.bt_bb_color_scheme_12.bt_bb_headline h2,
.bt_bb_color_scheme_12.bt_bb_headline h3,
.bt_bb_color_scheme_12.bt_bb_headline h4,
.bt_bb_color_scheme_12.bt_bb_headline h5,
.bt_bb_color_scheme_12.bt_bb_headline h6 {
    color: #000
}

.bt_bb_color_scheme_12 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_12.bt_bb_headline .bt_bb_headline_superheadline {
    color: #000
}

.bt_bb_color_scheme_12 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_12.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_12 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_12.bt_bb_headline .bt_bb_headline_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_12 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_12.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_12 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_12 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_12 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_12 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_12 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_12 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon h6 {
    color: #000
}

.bt_bb_color_scheme_12 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_12 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_12.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_icon_color_scheme_12.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #000;
    background: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_price_list {
    color: #000
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_price_list ul li:before {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #f1f1f1 inset;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #f1f1f1 inset;
    color: #fff
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #f1f1f1 inset !important;
    color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #f1f1f1 inset !important;
    color: #fff
}

.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_12.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_12 {
    color: #000;
    background-color: #f1f1f1
}

.bt_bb_color_scheme_12 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #f1f1f1 !important
}

.bt_bb_color_scheme_12 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_12 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #f1f1f1 !important
}

.bt_bb_color_scheme_12 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #f1f1f1;
    color: #000
}

.bt_bb_color_scheme_12 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_12.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #000 !important;
    background: #f1f1f1 !important
}

.bt_bb_color_scheme_12 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_12.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_12 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_12.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #f1f1f1
}

.bt_bb_color_scheme_12.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_12.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #000
}

.bt_bb_color_scheme_12 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_12.bt_bb_group {
    color: #000
}


.bt_bb_color_scheme_13.bt_bb_icon a {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_icon:hover span {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_icon:hover a {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #fff;
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #fff
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #000
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #fff
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #000
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #000
}

.bt_bb_icon_color_scheme_13.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_13.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #000 !important
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #fff
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #fff;
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_icon_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #fff
}

.bt_bb_icon_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_icon_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #000
}

.bt_bb_icon_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_13.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_clean a {
    color: #000 !important
}

.bt_bb_color_scheme_13.bt_bb_button.bt_bb_style_clean a:hover {
    color: #fff !important
}

.bt_bb_color_scheme_13.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_13.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_13.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #000 inset;
    background-color: #000;
    color: #fff !important
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #fff inset;
    color: #000;
    background-color: transparent
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent;
    color: #fff !important
}

.bt_bb_color_scheme_13.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_13.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #000
}

.bt_bb_color_scheme_13.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_13 .bt_bb_headline h1,
.bt_bb_color_scheme_13 .bt_bb_headline h2,
.bt_bb_color_scheme_13 .bt_bb_headline h3,
.bt_bb_color_scheme_13 .bt_bb_headline h4,
.bt_bb_color_scheme_13 .bt_bb_headline h5,
.bt_bb_color_scheme_13 .bt_bb_headline h6,
.bt_bb_color_scheme_13.bt_bb_headline h1,
.bt_bb_color_scheme_13.bt_bb_headline h2,
.bt_bb_color_scheme_13.bt_bb_headline h3,
.bt_bb_color_scheme_13.bt_bb_headline h4,
.bt_bb_color_scheme_13.bt_bb_headline h5,
.bt_bb_color_scheme_13.bt_bb_headline h6 {
    color: #000
}

.bt_bb_color_scheme_13 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_13.bt_bb_headline .bt_bb_headline_superheadline {
    color: #000
}

.bt_bb_color_scheme_13 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_13.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_13 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_13.bt_bb_headline .bt_bb_headline_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_13 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_13.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #000 !important
}

.bt_bb_color_scheme_13 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_13 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_13 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_13 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_13 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_13 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon h6 {
    color: #000
}

.bt_bb_color_scheme_13 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #000;
    opacity: .7
}

.bt_bb_color_scheme_13 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_13.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #000;
    opacity: .7
}

.bt_bb_icon_color_scheme_13.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #000;
    background: #fff
}

.bt_bb_color_scheme_13.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list {
    color: #000
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list ul li:before {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #fff inset;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #fff inset !important;
    color: #fff
}

.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_13.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_13 {
    color: #000;
    background-color: #fff
}

.bt_bb_color_scheme_13 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_13 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_13 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #fff !important
}

.bt_bb_color_scheme_13 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #fff;
    color: #000
}

.bt_bb_color_scheme_13 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_13.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #000 !important;
    background: #fff !important
}

.bt_bb_color_scheme_13 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_13.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_13 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_13.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_13.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_13.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #000
}

.bt_bb_color_scheme_13 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_13.bt_bb_group {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_icon a {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_icon:hover span {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_icon:hover a {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_outline:hover span.bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    background-color: #fff;
    box-shadow: 0 0 0 1em #fff inset;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_filled:hover span.bt_bb_icon_holder:before {
    box-shadow: none;
    background-color: #000;
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: #000;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    filter: brightness(1.1)
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_borderless:hover span.bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before,
.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_borderless:hover a:hover,
.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder>span {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a {
    background-color: #000
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon a:after {
    background-color: #fff
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a {
    background-color: #000
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_filled.bt_bb_shape_hexagon-rounded a:after {
    background-color: #fff
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_icon.bt_bb_style_outline.bt_bb_shape_hexagon-rounded a:hover:before {
    box-shadow: 0 0 0 1em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline {
    border: 0
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline a .bt_bb_button_text,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline:hover a,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 2em #fff inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: transparent
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_button_text,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_button_text {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_outline a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_filled {
    border: 0
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 2em #000 inset;
    background-color: transparent
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_filled a .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_filled:hover a,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 2em #000 inset, 0 5px 20px rgba(0, 0, 0, .2);
    background-color: #fff
}

.bt_bb_icon_color_scheme_14.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_14.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_underlined a,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_underlined:hover a .bt_bb_button_text {
    color: #fff !important
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_underlined a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_underlined a .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a {
    box-shadow: none
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
    background: #000
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
    background: #000;
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
    color: #000
}

.bt_bb_icon_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
    background: #000
}

.bt_bb_icon_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
    color: #fff
}

.bt_bb_icon_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after,
.bt_bb_icon_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
    background: #fff
}

.bt_bb_icon_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_14.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_clean a {
    color: #fff !important
}

.bt_bb_color_scheme_14.bt_bb_button.bt_bb_style_clean a:hover {
    color: #000 !important
}

.bt_bb_color_scheme_14.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_14.bt_bb_style_outline.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_14.bt_bb_style_outline.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 1em #fff inset;
    background-color: #fff;
    color: #000 !important
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff;
    background-color: transparent
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2px #000 inset;
    background-color: transparent;
    color: #000 !important
}

.bt_bb_color_scheme_14.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder,
.bt_bb_color_scheme_14.bt_bb_style_borderless.bt_bb_service:hover .bt_bb_icon_holder {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_style_borderless.bt_bb_service:hover a.bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    background-color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:after {
    background-color: #fff
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder {
    box-shadow: 0 0 0 0 #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_style_outline.bt_bb_service.bt_bb_shape_hexagon-rounded .bt_bb_icon_holder:hover {
    box-shadow: 0 0 0 2em #fff inset !important;
    color: #000
}

.bt_bb_color_scheme_14 .bt_bb_headline h1,
.bt_bb_color_scheme_14 .bt_bb_headline h2,
.bt_bb_color_scheme_14 .bt_bb_headline h3,
.bt_bb_color_scheme_14 .bt_bb_headline h4,
.bt_bb_color_scheme_14 .bt_bb_headline h5,
.bt_bb_color_scheme_14 .bt_bb_headline h6,
.bt_bb_color_scheme_14.bt_bb_headline h1,
.bt_bb_color_scheme_14.bt_bb_headline h2,
.bt_bb_color_scheme_14.bt_bb_headline h3,
.bt_bb_color_scheme_14.bt_bb_headline h4,
.bt_bb_color_scheme_14.bt_bb_headline h5,
.bt_bb_color_scheme_14.bt_bb_headline h6 {
    color: #fff
}

.bt_bb_color_scheme_14 .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_color_scheme_14.bt_bb_headline .bt_bb_headline_superheadline {
    color: #fff
}

.bt_bb_color_scheme_14 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_14.bt_bb_headline .bt_bb_headline_superheadline span {
    opacity: .7
}

.bt_bb_color_scheme_14 .bt_bb_headline .bt_bb_headline_subheadline,
.bt_bb_color_scheme_14.bt_bb_headline .bt_bb_headline_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_14 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_14.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
    -webkit-text-stroke: .09rem #fff !important
}

.bt_bb_color_scheme_14 .bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_14 .bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_14 .bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_14 .bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_14 .bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_14 .bt_bb_headline_with_icon h6,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon h1,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon h2,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon h3,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon h4,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon h5,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon h6 {
    color: #fff
}

.bt_bb_color_scheme_14 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon .bt_bb_headline_with_icon_superheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_color_scheme_14 .bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline,
.bt_bb_color_scheme_14.bt_bb_headline_with_icon .bt_bb_headline_with_icon_subheadline {
    color: #fff;
    opacity: .7
}

.bt_bb_icon_color_scheme_14.bt_bb_headline_with_icon .bt_bb_icon_holder {
    color: #fff;
    background: #000
}

.bt_bb_color_scheme_14.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li span:after {
    background: #000
}

.bt_bb_color_scheme_14.bt_bb_price_list {
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_price_list ul li:before {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #000 inset;
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 2px #000 inset !important;
    color: #000
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_outline.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder,
.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder {
    box-shadow: 0 0 0 4.5em #000 inset !important;
    color: #fff
}

.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_left .bt_bb_icon_holder:before,
.bt_bb_color_scheme_14.bt_bb_price_list .bt_bb_icon.bt_bb_style_filled.bt_bb_shape_slanted_right .bt_bb_icon_holder:before {
    color: currentColor
}

.bt_bb_section.bt_bb_color_scheme_14 {
    color: #fff;
    background-color: #000
}

.bt_bb_color_scheme_14 .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_title_excerpt_holder:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_14 .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content:before,
.bt_bb_color_scheme_14 .bt_bb_masonry_portfolio_grid .bt_bb_grid_item_post_content:before {
    background-color: #000 !important
}

.bt_bb_color_scheme_14 .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background-color: #000;
    color: #fff
}

.bt_bb_color_scheme_14 .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    color: currentColor !important
}

.bt_bb_color_scheme_14.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    color: #fff !important;
    background: #000 !important
}

.bt_bb_color_scheme_14 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_14.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background-color: #fff
}

.bt_bb_color_scheme_14 .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after,
.bt_bb_color_scheme_14.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
    background-color: #000
}

.bt_bb_color_scheme_14.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: currentColor
}

.bt_bb_color_scheme_14.bt_bb_progress_bar.bt_bb_style_line.bt_bb_shape_rounded .bt_bb_progress_bar_inner:after {
    background-color: #fff
}

.bt_bb_color_scheme_14 .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    color: inherit !important
}

.bt_bb_group_color_scheme_14.bt_bb_group {
    color: #fff
}



.bt_bb_icon.icon-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.bt_bb_icon.icon-container i {
    font-size: 40px;
    color: #233245;
    transition: color 0.3s ease;
}

.bt_bb_icon.icon-container:hover {
    background-color: white;
    transform: scale(1.1);
}

.bt_bb_icon.icon-container:hover i {
    color: #fcb900;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 800px;
    text-align: left;
}

.card p {
    font-size: 18px;
    /* تكبير حجم الفقرة */
    line-height: 1.8;
    /* تحسين التباعد بين الأسطر */
}

.card h2 {
    font-size: 22px;
    /* تكبير حجم العناوين */
    margin-bottom: 20px;
}

.card ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    /* تكبير حجم النص داخل القائمة */
    line-height: 1.8;
}

.card ul li {
    margin: 15px 0;
    /* زيادة التباعد بين عناصر القائمة */
}

.card ul li i {
    color: #fcb900;
    margin-right: 10px;
}

@media (min-width: 769px) {
    .bt_bb_row {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .bt_bb_row {
        flex-direction: column;
    }

    .bt_bb_column {
        margin-bottom: 20px;
    }
}
.product-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .product-details {
    flex-grow: 1;
    overflow: hidden;
    word-wrap: break-word;
  }
  .product-card:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  .product-image img {
    max-width: 100%;
    border-radius: 8px;
  }

  .whatsapp-btn {
    background-color: #25d366;
    color: white;
    border: none;
  }

  .whatsapp-btn:hover {
    background-color: #1eb64d;
  }
.product-title{
    font-weight: bold;
    padding-bottom: 3px;
    color: #F9AF42;
}