.widget widget_bm_widget_logo {
font-size: 0;
}
.bm-widget-logo {
display: inline-block;
font-size: 0;
}
header .bm-widget-logo svg {
height: 66px;
}
header .bm-widget-logo svg .icon {
color: #ff6f00;
}
header .bm-widget-logo svg .text {
color: #fff;
}
header.header-scrolled .bm-widget-logo svg .text {
color: #1f2732;
}
footer .bm-widget-logo svg {
height: 66px;
margin-bottom: 30px;
}
footer .bm-widget-logo svg .icon {
color: #ff6f00;
}
footer .bm-widget-logo svg .text {
color: #fff;
}
.bm-mobile-menu .bm-widget-logo svg {
height: 66px;
}
.bm-mobile-menu .bm-widget-logo svg .icon {
color: #ff6f00;
}
.bm-mobile-menu .bm-widget-logo svg .text {
color: #fff;
}
@media screen and (max-width: 991px) {
header .bm-widget-logo svg {
height: 56px;
}
.bm-mobile-menu .bm-widget-logo svg {
height: 56px;
}
}.widget_bm_widget_menu_toggle {
display: none;
}
@media screen and (max-width: 1199px) {
.widget_bm_widget_menu_toggle {
display: flex;
justify-content: flex-end;
}
.bm-menu-toggle {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
border-radius: 3px;
background-color: #ff6f00;
color: #fff;
cursor: pointer;
transition: background-color .2s ease;
}
.bm-menu-toggle:hover {
background-color: #be5300;
}
}.bm-block-title.alignment-center {text-align: center;}
.bm-block-title.alignment-right {text-align: right;}
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 80px;}
.bm-block-title.size-h2 .bm-block-title-htag {font-size: 44px;}
.bm-block-title.size-h3 .bm-block-title-htag {font-size: 36px;}
.bm-block-title.size-h4 .bm-block-title-htag {font-size: 24px;}
.bm-block-title.size-h5 .bm-block-title-htag {font-size: 20px;}
.bm-block-title.size-h6 .bm-block-title-htag {font-size: 16px;}
.error404 .bm-block-title h1.bm-block-title-htag {font-size: 150px;}
.bm-block-title .bm-block-title-htag.color-orange {color: #ff6f00;}
.bm-block-title .bm-block-title-htag.color-white {color: #fff;}
.bm-block-title .bm-block-title-htag.color-black {color: #1f2732;}
.bm-block-title .bm-block-subtitle {
position: relative;
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 2px;
display: inline-block;
margin-bottom: 10px;
padding-left: 15px;
}
.bm-block-title .bm-block-subtitle.color-orange {color: #ff6f00;}
.bm-block-title .bm-block-subtitle.color-white {color: #fff;}
.bm-block-title .bm-block-subtitle.color-black {color: #42545e;}
.bm-block-title .bm-block-subtitle:before {
content: '';
position: absolute;
height: 8px;
width: 8px;
border-radius: 50px;
background-color: #ff6f00;
right: 0;
left: 0;
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 66px;}
.bm-block-title.size-h2 .bm-block-title-htag {font-size: 37px;}
.bm-block-title.size-h3 .bm-block-title-htag {font-size: 30px;}
.bm-block-title.size-h4 .bm-block-title-htag {font-size: 20px;}
.bm-block-title.size-h5 .bm-block-title-htag {font-size: 17px;}
}
@media screen and (max-width: 1200px) {
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 58px;}
.bm-block-title.size-h2 .bm-block-title-htag {font-size: 32px;}
.bm-block-title.size-h3 .bm-block-title-htag {font-size: 27px;}
.bm-block-title.size-h4 .bm-block-title-htag {font-size: 20px;}
.bm-block-title.size-h5 .bm-block-title-htag {font-size: 16px;}
}
@media screen and (max-width: 991px) {
.bm-block-title.responsive-alignment-left {text-align: left;}
.bm-block-title.responsive-alignment-center {text-align: center;}
.bm-block-title.responsive-alignment-right {text-align: right;}
}
@media screen and (max-width: 600px) {
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 40px;}
}.bm-block-breadcrumb ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
row-gap: 10px;
}
.bm-block-breadcrumb.alignment-center ul {justify-content: center;}
.bm-block-breadcrumb.alignment-right ul {justify-content: end;}
.bm-block-breadcrumb ul li:not(:last-child):after {
content: "";
font-weight: 700;
vertical-align: middle;
background-color: #ff6f00;
width: 10px;
padding: 0 5px 0 10px;
height: 2px;
display: inline-block;
margin: 0 15px;
}
.bm-block-breadcrumb ul li,
.bm-block-breadcrumb ul li a {
color: #fff;
text-decoration: none;
}
.bm-block-breadcrumb ul li.current-page {
opacity: 0.8;
}
@media screen and (max-device-width: 1600px) {
.bm-block-breadcrumb ul {
row-gap: 8px;
}
.bm-block-breadcrumb ul li:not(:last-child):after {
width: 8px;
padding: 0 4px 0 8px;
margin: 0 12px;
}
}
@media screen and (max-device-width: 1400px) {
.bm-block-breadcrumb ul {
row-gap: 7px;
}
.bm-block-breadcrumb ul li:not(:last-child):after {
width: 7px;
padding: 0 4px 0 7px;
margin: 0 11px;
}
}.bm-block-text.color-white * {color: #fff;}
.bm-block-text a {
color: #42545e;
}
.bm-block-text ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.bm-block-text ul:not(:last-child) {
margin-bottom: 30px;
}
.bm-block-text ul li {
color: #42545e;
font-size: 16px;
line-height: 30px;
padding-left: 20px;
position: relative;
}
.bm-block-text ul li:before {
content: '';
position: absolute;
height: 8px;
width: 8px;
border-radius: 50px;
background-color: #ff6f00;
right: 0;
left: 0;
top: 15px;
transform: translateY(-50%);
}
.bm-block-text table {
width: 100%;
border-collapse: collapse;
text-align: left;
}
.bm-block-text table:not(:last-child) {
margin-bottom: 30px;
}
.bm-block-text table th {
padding: 10px;
font-size: 14px;
background-color: #f2f2f2;
}
.bm-block-text table td {
padding: 10px;
font-size: 14px;
border-bottom: 1px solid #f2f2f2;
vertical-align: top;
}.bm-block-review-overview {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 60px;
row-gap: 30px;
}
.bm-block-review-overview .bm-review-overview-item {
padding: 30px;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 70px rgba(0,0,0,0.08);
height: 100%;
position: relative;
}
.bm-block-review-overview .bm-review-overview-quote img {
position: absolute;
top: -20px;
right: 30px;
color: #ff6f00;
height: 60px;
width: unset;
}
.bm-block-review-overview .bm-block-title {
padding-right: 80px;
}
.bm-block-review-overview .bm-review-stars {
display: flex;
margin-bottom: 30px;
color: #ff6f00;
}
.bm-block-review-overview .bm-review-stars svg {
height: unset;
width: 20px;
}
.bm-block-review-overview .bm-review-stars svg:not(:last-child) {
margin-right: 5px;
}
@media screen and (max-width: 1600px) {
.bm-block-review-overview {
column-gap: 50px;
row-gap: 25px;
}
.bm-block-review-overview .bm-block-title {
padding-right: 66px;
}
.bm-block-review-overview .bm-review-overview-quote img {
top: -17px;
right: 25px;
height: 50px;
}
.bm-block-review-overview .bm-review-overview-item {
padding: 25px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-review-overview {
column-gap: 44px;
row-gap: 22px;
}
.bm-block-review-overview .bm-block-title {
padding-right: 58px;
}
.bm-block-review-overview .bm-review-overview-quote img {
top: -15px;
right: 22px;
height: 44px;
}
.bm-block-review-overview .bm-review-overview-item {
padding: 22px;
}
}
@media screen and (max-width: 991px) {
.bm-block-review-overview {
grid-template-columns: repeat(1, 1fr);
}
}.widget_bm_widget_contact a {
display: flex;
align-items: center;
margin-top: 15px;
}
.widget_bm_widget_contact span {
color: #fff;
background-color: #ff6f00;
display: inline-flex;
align-items: center;
justify-content: center;
height: 30px;
width: 30px;
border-radius: 3px;
margin-right: 10px;
transition: background-color .2s ease;
}
.widget_bm_widget_contact a:hover span {
background-color: #be5300;
}
.widget_bm_widget_contact span svg {
width: unset;
height: 20px;
}
.widget_bm_widget_contact a {
color: #fff;
text-decoration: none;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}