/* ===== base/reset.css ===== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* ===== base/typography.css ===== */
@font-face {
    font-family: 'SVN-Freude';
    src: url('./fonts/SVN-Freude.ttf') format('truetype'),
         url('./fonts/SVN-Freude.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    color: var(--bzo-body_typo-color);
    font-size: var(--bzo-body_typo-font-size);
    font-family:  var(--bzo-body_typo-font-family);
    font-weight:  var(--bzo-body_typo-font-weight);
    line-height: var(--bzo-body_typo-line-height);
    background: var(--bzo-body-background);
    letter-spacing: var(--bzo-letter-spacing-body);
}
p{
    margin-bottom: 20px;
    line-height: var(--bzo-body_typo-line-height);
     font-family:  var(--bzo-body_typo-font-family);
}
a{
    color: var(--bzo-title_typo-color);
    text-decoration: unset;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
:focus {
    outline: none;
}
a.active, 
a:focus, 
a:hover{
    color: var(--bzo-main-color);
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
a:hover{
    cursor: pointer;
}
iframe, video, audio{
    width: 100%;
}
a:focus {
    outline: none;
    outline: none;
    outline-offset: unset;
}
input:focus {     
       outline: 0;     
       outline-style: none;     
       outline-width: 0; 
}
 
select{
    height: 48px;
    line-height: 48px;
    border: 1px solid var(--bzo-border-color);
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0;
    font-family: inherit;
}
input{
    height: 48px;
    line-height: 48px;
    border: 1px solid var(--bzo-border-color);
    padding: 0 20px;
    font-size: var(--bzo-body_typo-font-size);
    border-radius: 0;
    color: var(--bzo-body_typo-color);
    font-family:var(--bzo-body_typo-font-family);
}
input[type="radio"]{
    width:auto;
    height: auto;
    line-height: 15px;
    vertical-align: middle;
    margin: 0px;
    border-radius:none;
    position: relative;
    border: none;
}
input[type="checkbox"]{
    width: 14px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    margin: 0px;
    border-radius:0px;
    position: relative;
    margin-top: -3px;
}
.info-mailchimp input[type="checkbox"]{
    margin-top: -3px;
}
input[type="checkbox"]:before{
    content: "";
    width: 16px;
    height: 16px;
    background: #f5f5f5;
    border: 1px solid #727272;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    z-index: 2;
    cursor: pointer;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    top: -1px;
    left: -1px;
}
input[type="checkbox"]:checked{
    background: var(--bzo-main-color);
}
input[type="checkbox"]:checked:before{
    content: "\f00c";
    background: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
}
input[type="text"]{
    max-width: 100%;
    font-family: var(--bzo-body_typo-font-family);
}
textarea{
    min-width: 50%;
    max-width: 100%;
    padding: 10px 20px;
    border: 1px solid var(--bzo-border-color);
    border-radius: 0;
    font-size: 14px;
    color: var(--bzo-body_typo-color);
    font-family: var(--bzo-body_typo-font-family);
}
img{
    max-width: 100%;
    height: auto;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
h1, 
h2, 
h3{
    font-weight: 400;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--bzo-title_typo-color);
    font-family: var(--bzo-title_typo-font-family);
}
h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 12px;
    color: var(--bzo-title_typo-color);
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 1200px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
}
/* ===== base/layout.css ===== */
.wrap{
    position: relative;
    overflow: hidden;
}
.bzotech-container {
  max-width: var(--bzo-container-width) !important;
  margin-left:auto;
  margin-right:auto;
  padding-right: 60px;
  padding-left: 60px;
}
.elementor-top-section.elementor-section-boxed>.elementor-container, 
.e-con-boxed >.e-con-inner{
}
.content-page-default .e-con-boxed >.e-con-inner, 
.content-page-default .elementor-top-section.elementor-section-boxed>.elementor-container, 
.widget-mega_page .e-con-boxed >.e-con-inner, 
.widget-mega_page .elementor-top-section.elementor-section-boxed>.elementor-container, 
.mega-menu .elementor-top-section.elementor-section-boxed>.elementor-container, 
.elementor-section .e-con-boxed >.e-con-inner, 
.e-con-boxed >.e-con-inner .e-con-inner 
{
    max-width: var(--content-width);
}
@media(max-width:1200px){
  .bzotech-container {   
      padding-right: var(--bzo-gutter);
      padding-left: var(--bzo-gutter);
  }
  .elementor-section.elementor-section-boxed>.elementor-container, 
  .e-con-boxed >.e-con-inner{
      padding-left: 0px!important;
      padding-right: 0px!important;
  }
}
.bzotech-row{
  margin-right:var(--bzo-gutter-minus);
  margin-left: var(--bzo-gutter-minus);
  display: flex;
  flex-wrap: wrap;
}
.bzotech-col-lg-1, .bzotech-col-lg-10, .bzotech-col-lg-11, .bzotech-col-lg-12, .bzotech-col-lg-2, .bzotech-col-lg-3, .bzotech-col-lg-4, .bzotech-col-lg-5, .bzotech-col-lg-6, .bzotech-col-lg-7, .bzotech-col-lg-8, .bzotech-col-lg-9, .bzotech-col-md-1, .bzotech-col-md-10, .bzotech-col-md-11, .bzotech-col-md-12, .bzotech-col-md-2, .bzotech-col-md-3, .bzotech-col-md-4, .bzotech-col-md-5, .bzotech-col-md-6, .bzotech-col-md-7, .bzotech-col-md-8, .bzotech-col-md-9, .bzotech-col-sm-1, .bzotech-col-sm-10, .bzotech-col-sm-11, .bzotech-col-sm-12, .bzotech-col-sm-2, .bzotech-col-sm-3, .bzotech-col-sm-4, .bzotech-col-sm-5, .bzotech-col-sm-6, .bzotech-col-sm-7, .bzotech-col-sm-8, .bzotech-col-sm-9, .bzotech-col-xs-1, .bzotech-col-xs-10, .bzotech-col-xs-11, .bzotech-col-xs-12, .bzotech-col-xs-2, .bzotech-col-xs-3, .bzotech-col-xs-4, .bzotech-col-xs-5, .bzotech-col-xs-6, .bzotech-col-xs-7, .bzotech-col-xs-8, .bzotech-col-xs-9{
    position: relative;
    min-height: 1px;
    padding-right: var(--bzo-gutter);
    padding-left: var(--bzo-gutter);
    width: 100%;
}
.bzotech-col-sx-1 {
  width: 8.33333333%;
}
.bzotech-col-sx-2 {
  width: 16.66666667%
}
.bzotech-col-sx-3 {
  width: 25%;
}
.bzotech-col-sx-4 {
  width: 33.33333333%;
}
.bzotech-col-sx-5 {
  width: 41.66666667%;
}
.bzotech-col-sx-6 {
  width: 50%;
}
.bzotech-col-sx-7 {
  width: 58.33333333%;
}
.bzotech-col-sx-8 {
  width: 66.66666667%;
}
.bzotech-col-sx-9 {
  width: 75%;
}
.bzotech-col-sx-10 {
  width: 83.33333333%;
}
.bzotech-col-sx-11 {
  width: 91.66666667%;
}
.bzotech-col-sx-12 {
  width: 100%;
}
@media (min-width: 768px){
  .bzotech-col-sm-1 {
    width: 8.33333333%;
  }
  .bzotech-col-sm-2 {
    width: 16.66666667%
  }
  .bzotech-col-sm-3 {
    width: 25%;
  }
  .bzotech-col-sm-4 {
    width: 33.33333333%;
  }
  .bzotech-col-sm-5 {
    width: 41.66666667%;
  }
  .bzotech-col-sm-6 {
    width: 50%;
  }
  .bzotech-col-sm-7 {
    width: 58.33333333%;
  }
  .bzotech-col-sm-8 {
    width: 66.66666667%;
  }
  .bzotech-col-sm-9 {
    width: 75%;
  }
  .bzotech-col-sm-10 {
    width: 83.33333333%;
  }
  .bzotech-col-sm-11 {
    width: 91.66666667%;
  }
  .bzotech-col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px){
  .bzotech-col-md-1 {
    width: 8.33333333%;
  }
  .bzotech-col-md-2 {
    width: 16.66666667%
  }
  .bzotech-col-md-3 {
    width: 25%;
  }
  .bzotech-col-md-4 {
    width: 33.33333333%;
  }
  .bzotech-col-md-5 {
    width: 41.66666667%;
  }
  .bzotech-col-md-6 {
    width: 50%;
  }
  .bzotech-col-md-7 {
    width: 58.33333333%;
  }
  .bzotech-col-md-8 {
    width: 66.66666667%;
  }
  .bzotech-col-md-9 {
    width: 75%;
  }
  .bzotech-col-md-10 {
    width: 83.33333333%;
  }
  .bzotech-col-md-11 {
    width: 91.66666667%;
  }
  .bzotech-col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px){
  .bzotech-col-lg-1 {
    width: 8.33333333%;
  }
  .bzotech-col-lg-2 {
    width: 16.66666667%
  }
  .bzotech-col-lg-3 {
    width: 25%;
  }
  .bzotech-col-lg-4 {
    width: 33.33333333%;
  }
  .bzotech-col-lg-5 {
    width: 41.66666667%;
  }
  .bzotech-col-lg-6 {
    width: 50%;
  }
  .bzotech-col-lg-7 {
    width: 58.33333333%;
  }
  .bzotech-col-lg-8 {
    width: 66.66666667%;
  }
  .bzotech-col-lg-9 {
    width: 75%;
  }
  .bzotech-col-lg-10 {
    width: 83.33333333%;
  }
  .bzotech-col-lg-11 {
    width: 91.66666667%;
  }
  .bzotech-col-lg-12 {
    width: 100%;
  }
}
/* ===== base/theme-unit-test.css ===== */
/*Begin Unitest Basic*/
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
    clear: both;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
}
blockquote.alignleft, 
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, 
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, 
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure, 
.sv-default img{
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.wp-block-image figure{
    margin-bottom: 25px;
}
.sv-default #st-map img{
    max-width: none;
    height: inherit;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-item img{
    display:block;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), 
.gallery-columns-2 .gallery-item:nth-of-type(2n), 
.gallery-columns-3 .gallery-item:nth-of-type(3n), 
.gallery-columns-4 .gallery-item:nth-of-type(4n), 
.gallery-columns-5 .gallery-item:nth-of-type(5n), 
.gallery-columns-6 .gallery-item:nth-of-type(6n), 
.gallery-columns-7 .gallery-item:nth-of-type(7n), 
.gallery-columns-8 .gallery-item:nth-of-type(8n), 
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), 
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), 
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), 
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1), 
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1), 
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1), 
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1), 
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1), 
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1), 
.gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+1){
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}
.bypostauthor, 
.screen-reader-text, 
.wp-caption-text{
    display: block;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #d6d6d6;
    padding:5px 10px;
}

.sticky{
    display: inline-block;
}

address,
dd,
dt{
    line-height: 24px;
    margin-top: 15px;
}
pre{
    padding: 15px;
    line-height: 20px;
    background-color: #f9f9f9;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    color: #868c93;
}
code{
    color: #cf0000;
    background: #f5e9ec;
}
pre code{
    padding: 10px;
}
kbd{
    background-color: #303030;
    color: #fff;
}
samp{
    font-style: italic;
}
hr{
    border-top: 1px solid var(--bzo-border-color);
    margin-bottom: 25px;
}
var,
cite,
em{
    font-style: italic;
}
abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #555;
}
acronym[title]{
    font-size: 100%;
}
big{
    font-size: 120%;
}
del[cite]{
    color: #999;
}
ins[cite]{
    text-decoration: underline;
}
strong,
sup,
sub,
u,
strike,
q{
    font-weight: 700;
}
.small,
small {
    font-size: 86%;
}
blockquote>p:last-child{
    margin-bottom: 0;
}
blockquote{
    border: 2px solid var(--bzo-main-color);
    padding: 20px 60px 20px 60px;
    position: relative;
    color: var(--bzo-gray-color);
    text-align: inherit;
    font-style: italic;
    margin-bottom: 35px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    border-radius: 10px;
}

blockquote p{
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
}
blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free' !important;
    speak: never;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--bzo-main-color);
    position: absolute;
    left: 20px;
    font-size: 24px;
    font-weight: 600;
}
blockquote cite {
    display: block;
    font-size: 18px;
    color: var(--bzo-main-color);
    font-style: inherit;
    position: relative;
    margin-top: 25px;
    line-height: 24px;
}
/*Data unitest new*/
.wp-block-button.alignleft, 
.wp-block-cover.alignleft{
    margin-right:20px;
}
.wp-block-button.alignright, 
.wp-block-cover.alignright{
    margin-left:20px;
}
.wp-block-image figcaption , 
.wp-block-video figcaption, 
.wp-block-embed figcaption{
    margin-top: 15px;
    margin-bottom: 24px;
    color: #999;
}
.wp-block-gallery.alignleft{
    margin-right: 20px;
}

.wp-block-gallery{
    margin-bottom: 20px!important;
}
.blocks-gallery-caption{
    margin-top: 20px;
}
.wp-block-gallery.alignright{
    margin-left: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
    padding: 10px;
    line-height: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar, 
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar {
    width: 4px;
}
.sidebar-fix-main::-webkit-scrollbar {
    width: 4px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-track , 
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
.sidebar-fix-main::-webkit-scrollbar-track  {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background: #e5e5e5;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-thumb, 
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.sidebar-fix-main::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: #fff;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1.5px 1.5px 0;
}
.has-2-columns blockquote, 
.has-3-columns blockquote, 
.has-4-columns blockquote, 
.has-5-columns blockquote, 
.has-6-columns blockquote
{
    margin-top: 0px;
    padding: 30px;
}
blockquote cite
{
    font-size: 18px;
}
.has-2-columns blockquote:before, 
.has-3-columns blockquote:before, 
.has-4-columns blockquote:before, 
.has-5-columns blockquote:before, 
.has-6-columns blockquote:before{
    left: 15px;
    font-size: 80px;
}
.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), 
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    padding: 40px 80px 40px 80px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    
}
.has-background blockquote{
    background: #fff;
    margin-bottom: 0;
    color: var(--bzo-main-color)!important;
}
.has-background blockquote cite{
    color: var(--bzo-main-color);
}
.wp-block-pullquote.is-style-solid-color blockquote p{
    font-size: 20px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 28px;
}
.wp-block-audio{
    margin-bottom: 30px;
}
.wp-block-pullquote:not(.is-style-solid-color){
    padding: 0px;
}
ul.wp-block-archives-list, 
ul.wp-block-categories-list, 
ol.wp-block-latest-comments, 
ul.wp-block-latest-posts{
    padding-left: 0px!important;
    list-style: none;
}
ul.wp-block-latest-posts li{
}
ul.wp-block-archives-list ul,
ul.wp-block-categories-list ul{
    list-style: none;
    padding-left: 15px;
}
.detail-content-wrap>table{
    margin-bottom: 30px;
}
.wp-block-media-text{
    margin-bottom: 30px;
}
.wp-block-cover-text strong{
    color: #fff;
}
.wp-block-button__link{
    margin-bottom: 30px;
    background: var(--bzo-main-color);
    padding: 15px 40px;
    font-weight: 600;
}
.wp-block-button__link:hover{
    background: var(--bzo-main-color);
    color: #fff;
}
.is-style-squared .wp-block-button__link{
    border-radius: 0px;
}
.has-background-dim .wp-block-cover-text, 
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
    color: #fff;
}
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
    margin-bottom: 30px;
}
.wp-block-group.has-background{
        padding: 20px;
        margin-bottom: 30px;
}
.wp-block-group.has-background p:last-child{
    margin-bottom: 0px;
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    line-height: 1.5em;
}
.page-links{
    margin-top: 50px;
    margin-bottom: -10px;
}
.wp-block-query-pagination{
    margin-top: 30px;
}
.wp-block-query-pagination>.wp-block-query-pagination-next, 
.wp-block-query-pagination>.wp-block-query-pagination-previous{
    margin-top: -10px;
}
.wp-block-query-pagination .page-numbers, 
.page-links .post-page-numbers{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.wp-block-query-pagination .page-numbers:hover, 
.wp-block-query-pagination .page-numbers.current:hover, 
.wp-block-query-pagination .page-numbers.current, 
.page-links .post-page-numbers:hover, 
.page-links .post-page-numbers.current:hover, 
.page-links .post-page-numbers.current
{
    background: var(--bzo-main-color);
    color: #fff;
    border-color: var(--bzo-main-color);
}
.page-links .post-page-numbers:first-child{
        margin-left: 20px; 
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 4px;
    margin-right: 5px;
}
.wp-block-post-comments-form input[type=submit]{
    background: var(--bzo-main-color);
    color: #fff;
    border: 1px solid var(--bzo-main-color);
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
}
.wp-block-post-comments-form input[type=submit]:hover{
    background: #fff;
    color: var(--bzo-main-color);
}
p.no-comments{
margin-bottom: 0px;
margin-top: 60px;
background: #f5f5f5;
padding: 15px;
color: #2a3640;
}

.comment-list li.trackback, 
.comment-list li.pingback 
 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFCFCF;
}
.comment-list li.trackback:first-child, 
.comment-list li.pingback:first-child
 {
    margin-top: 0px;   
    padding-top: 0px;
    border-top: none;
}
.comment-list .trackback .edit-link, 
.comment-list .pingback .edit-link
{
color: #000;
margin-left: 10px;
}
.comment-list .pingback .edit-link i, 
.comment-list .trackback .edit-link i
{
margin-right: 3px;
}
@media (min-width:600px) {
    .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin-right: 1.5px!important;
    }
}
.detail-content-wrap>.wp-block-archives-dropdown{
    margin-bottom: 30px;
}
.woocommerce-terms-and-conditions-wrapper label.checkbox{
    padding: 0px 23px;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {

    margin-left: -27px!important;
}
.detail-content-wrap>*:last-child{
    margin-bottom: 0;
}
/*End Unitest Basic*/

/*Begin Unitest of Theme*/

.detail-content-wrap>ul, 
.desc-comment-text>ul, 
.entry-content>ul, 
.detail-content-wrap>ol, 
.desc-comment-text>ol, 
.entry-content>ol
{
    line-height: 30px;
    padding-left: 18px;
}
.detail-content-wrap>ol[start="8"], 
.desc-comment-text>ol[start="8"], 
.entry-content>ol[start="8"]
{
    padding-left: 27px;
}
.detail-content-wrap>ul ul, 
.desc-comment-text>ul ul, 
.entry-content>ul ul, 
.detail-content-wrap>ol ol, 
.desc-comment-text>ol ol, 
.entry-content>ol ol, 
.detail-content-wrap>ol ul, 
.detail-content-wrap>ul ol, 
.entry-content>ol ul, 
.entry-content>ul ol, 
.desc-comment-text>ol ul, 
.desc-comment-text>ul ol
{
    padding-left: 40px;
}
.detail-content-wrap>ul.wp-block-rss{
    padding-left: 0px;
    margin-bottom: 30px;
}
.detail-content-wrap .wp-block-search__label {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bzo-title_typo-color);
    font-size: 26px;
}
.wp-block-social-links {
    margin-bottom: 30px;
    padding: 0!important;
}
.wp-block-columns.has-background, 
.wp-block-column.has-background{
    padding: 0px 15px;
}
.wp-block-column.has-background p:last-child{
    margin-bottom: 0;
}
.wp-block-cover.is-repeated .wp-block-cover__inner-container, 
.wp-block-cover.has-parallax .wp-block-cover__inner-container{
    color: #fff;
}
.wp-block-file{
    margin: 30px 0;
}
.wp-block-file__button{
    border-radius: 0;
    padding: 12px 25px;
    background: var(--bzo-main-color);
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid var(--bzo-main-color);
}
.wp-block-file__button:hover{
    color: var(--bzo-main-color);
    background: #fff;
    border: 1px solid var(--bzo-main-color);
}
.desc-comment-text > ul,.desc-comment-text > ul ul, .detail-content-wrap > ul ul, .entry-content > ul ul {
    list-style-type: disc;
}
.desc-comment-text > address, .detail-content-wrap > address, .entry-content > address {
    line-height: 30px;
    margin-bottom: 20px;
}
.desc-comment-text > pre, .detail-content-wrap > pre, .entry-content > pre {
    margin-bottom: 30px;
}
.detail-content-wrap>ul:last-child, 
.detail-content-wrap>p:last-child, 
.desc-comment-text>ul:last-child, 
.desc-comment-text>p:last-child, 
.entry-content>ul:last-child, 
.entry-content>p:last-child
{
    margin-bottom: 0px;
}
.detail-content-wrap>table th, 
.detail-content-wrap>table td, 
.desc-comment-text>table th, 
.desc-comment-text>table td, 
.entry-content>table th, 
.entry-content>table td{
    padding: 10px 15px;
}
.desc-comment-text > ol ul, .detail-content-wrap > ol ul, .entry-content > ol ul {
    list-style-type: disc;
}
.desc-comment-text > dl dd, 
.detail-content-wrap > dl dd, 
.entry-content > dl dd{
    margin-top: 8px;
    margin-bottom: 20px;
}
.edit-link-comment {
    margin-left: 15px;
}
.edit-link-comment i{
    font-size: 18px;
    margin-right: 5px;
}
.wp-caption .wp-caption-text {
    margin-top: 15px;
    color: #999;
}
.wp-caption {
    margin-bottom: 20px;
}
.wp-caption:last-child {
    margin-bottom: 0px;
}
.aligncenter {
    text-align: center;
}
.detail-content-wrap > .gallery:last-child{
    margin-bottom: 0px;
}
.post-password-form input[type=submit]{
    vertical-align: top;
    padding: 0px 40px;
    height: 48px;
    line-height: 48px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    background-color: var(--bzo-main-color);
    border: 1px solid var(--bzo-main-color);
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;

}
.post-password-form input[type=submit]:hover{
    color: var(--bzo-main-color);
    background:#fff;
    
}

.post-password-form input[type="password"] {
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    background: #f5f5f5;
    border: 1px solid var(--bzo-border-color);
    padding: 0px 20px;
    margin-right: 0px;
    border-radius: 5px;
}
.comment-text .description, 
.content-comment, 
.entry-content, 
.detail-content-wrap{
   color: var(--bzo-body_typo-color);
   font-size: 14px;
}

/*Begin Page Pagination*/
.woocommerce-pagination .pagi-nav{
    margin-top: 60px;
}
.pagi-nav{
    text-align: left;
    margin: auto;
    margin-top: 60px;
    margin-bottom: -10px;
    position: relative;
        display: flex;
    justify-content: center;
    align-items: center;
}
.pagi-nav .page-numbers{
    width: 40px;
    height: 40px;
        display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    color: var(--bzo-title_typo-color);
    border: 1px solid var(--bzo-border-color);
    margin-bottom:10px;
    border-radius: 0px;
    text-align: center;
}
.pagi-nav .page-numbers.next, 
.pagi-nav .page-numbers.prev
{
    border: none;
    font-size: 24px;
}
.pagi-nav .page-numbers:last-child{
    margin-right:0px;
}
.pagi-nav .page-numbers.current, 
.pagi-nav .page-numbers.current:hover
{
    background: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
    position: relative;
    z-index: 1;
}
.pagi-nav .page-numbers:hover{
    border-color: var(--bzo-main-color);
    color: var(--bzo-main-color);
}
.pagi-nav-block{
    text-align: center;
}

/*---- By Theme -----*/

@media(max-width: 1200px){
    blockquote{
        padding: 20px 50px 20px 50px;
        font-size: 16px;
    }
    blockquote:before{
        left: 17px;
    }
}

@media(max-width: 991px){
    blockquote{
        padding: 20px 20px 20px 35px;
        font-size: 16px;
        margin-bottom: 25px;
    }
    blockquote:before{
        left: 10px;
        font-size: 18px;
    }
    blockquote,
    blockquote p{
        font-size: 18px;
        line-height: 30px;
    }
}
/* ===== base/class-style.css ===== */
.bg-white{
  background-color: #fff;
}
/*Begin Class basic*/
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.flex-wrapper {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.flex_direction-row {
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
}
.flex_direction-column {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.flex_wrap-wrap, 
.wrap-elementor-container .elementor-container
 {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex_wrap-nowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.flex-align-left, 
.justify_content-flex-start {
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex-align-right, 
.justify_content-flex-end {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flex-align-center, 
.justify_content-center {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.justify_content-space-between {
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.justify_content-space-around {
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
}
.align_items-flex-start {
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.align_items-flex-end {
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.align_items-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.align_items-baseline {
  align-items: baseline;
  -ms-align-items: baseline;
  -webkit-align-items: baseline;
}
.align_items-stretch {
  align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
}
.align-content-center{
    align-content: center;
    align-items: center;
}
.align-content-flex-start{
    align-content: flex-start;
        align-items: flex-start;   
}
.align-content-flex-end{
    align-content: flex-end;
        align-items: flex-end;   
}
.title14, 
.title15, 
.title8, 
.title12, 
.title13, 
.title16, 
.title18, 
.title20, 
.title22, 
.title24, 
.title26, 
.title27, 
.title28, 
.title30, 
.title32, 
.title34, 
.title36, 
.title38,  
.title40, 
.title44, 
.title46, 
.title48, 
.title50,  
.title60,  
.title70,  
.title80, 
.title90, 
.title120, 
.title160, 
.title100, 
.title150 {
  margin: 0;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title13 {
  font-size: 13px;
}
.title14 {
  font-size: 14px;
}
.title15 {
  font-size: 15px;
}
.title16 {
  font-size: 16px;
}

.title18 {
  font-size: 18px;
}
.title20 {
  font-size: 20px;
  line-height: 28px;
}
.title22 {
  font-size: 22px;
  line-height: 30px;
}
.title24 {
  font-size: 24px;
}
.title26 {
  font-size: 26px;
}
.title27 {
  font-size: 27px;
}
.title28 {
  font-size: 28px;
}
.title30 {
  font-size: 30px;
}
.title32 {
  font-size: 32px;
}
.title34 {
  font-size: 34px;
  line-height: 40px;
}
.title36 {
  font-size: 36px;
}
.title38 {
  font-size: 38px;
}
.title40 {
  font-size: 40px;
}
.title44 {
  font-size: 44px;
}
.title46 {
  font-size: 46px;
}
.title48 {
  font-size: 48px;
  line-height: 52px;
}
.title50 {
  font-size: 50px;
}
.title60 {
  font-size: 60px;
}
.title70 {
  font-size: 70px;
}
.title80 {
  font-size: 80px;
}
.title90 {
  font-size: 90px;
}
.title120 {
  font-size: 120px;
}
.title160 {
  font-size: 160px;
}
.title100 {
  font-size: 100px; 
}
.title150 {
  font-size: 150px;
}


.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
    font-weight: 700;
}
.clearfix{
    clear: both;
}
.z-index5{
    z-index: 5;
}
.hide, 
.hidden{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden!important;
}
.line-height24{
  line-height: 24px;
}
.line-height36{
  line-height: 36px;
}

.inline-block {
  display: inline-block !important;
  vertical-align: top;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline-block{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-inline-block > li{
    display: inline-block;
}
.list-block > li{
    display: block;
}

.logo-text{
    margin: 0;
}
.logo-inline-block .logo-text-wrapper a > *{
    display: inline-block;
    vertical-align: middle;
}
.btn-loadmore{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.main-page-mega{
    margin: 80px 0;
}
#main-content{
    padding: 70px 0;
}
.single-product #main-content{
    padding-top: 0px;
    background: #F5F5F5;
}

@media(max-width: 1200px){
    #main-content{
      padding: 40px 0 40px 0;
  }
}
.bzotech-scrollbar{
    overflow-y: scroll;
    scrollbar-width: none;
}
.bzotech-scrollbar::-webkit-scrollbar {
    width: 5px;
    left: 5px;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-capitalize{
  text-transform: capitalize;
}
/* Track */
.bzotech-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}

/* Handle */
.bzotech-scrollbar::-webkit-scrollbar-thumb {
    background:var(--bzo-main-color2);
    border-radius: 30px;
}

/* Handle on hover */
.bzotech-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--bzo-main-color);
}
.box-content-custom>*:last-child{
    margin-bottom: 0px;
}
.zoomContainer{
    z-index: 999;
}
.elbzotech-hidden{
  overflow: hidden;
}
.elbzotech-border-radius{
  border-radius: 30px;
}

/*End Class basic*/
.error-message{
  color: #EA4335;
}
/*--- class color ---*/
.main-color{
    color: var(--bzo-main-color);
}
.main-color2{
    color: var(--bzo-main-color2);
}
.bg-color{
    background-color: var(--bzo-main-color);
}

.bg-color-darken{
  background: var(--bzo-main-color-mix-black);
}
.bg-main-color-mix-white{
  background: var(--bzo-main-color-mix-white);
}
.bg-main-color-mix-white2{
  background: var(--bzo-main-color-mix-white2);
}
.bg-color2{
    background-color: var(--bzo-main-color2);
}

.bg-color-lighten{
  background-color: var(--bzo-main-color-bg);
}  
.bg-color2-lighten{
  background-color: var(--bzo-main-color2);
}  
  
.bg-color-title{
  background-color: var(--bzo-title_typo-color2);
}
.color-white{
    color: #fff;
}
.color-body{
    color: var(--bzo-body_typo-color);
}
.color-title{
    color: var(--bzo-title_typo-color);
}
.color-title2{
    color: var(--bzo-title_typo-color2);
}
.color-gray{
    color: var(--bzo-gray-color);
}
.ui-widget{
  font-family: inherit!important;
  font-size:  inherit!important;
}
.font-body {
    font-family: var(--bzo-body_typo-font-family);
}
.font-title{
    font-family: var(--bzo-title_typo-font-family);
}

.border-color-main{
  border-color: var(--bzo-main-color) !important;
}
/*---------class color elementor ----------*/
.e-main-color{
    color: var(--bzo-main-color);
}
.e-main-color2{
    color: var(--bzo-main-color2);
}
.e-main-color-darken{
  color: var(--bzo-main-color-mix-black);
}
.e-bg-color{
    background-color: var(--bzo-main-color);
}
.e-bg-color2{
    background-color: var(--bzo-main-color2);
}
.e-bg-color-lighten{
  background-color: var(--bzo-main-color-mix-white);
}  

.e-bg-color-title{
  background-color: var(--bzo-title_typo-color);
}
.e-bg-color-title2{
  background-color: var(--bzo-title_typo-color2);
}
.e-color-body{
    color: var(--bzo-body_typo-color);
}
.e-color-title{
    color: var(--bzo-title_typo-color);
}
.e-color-white{
    color: #fff;
}
.e-color-gray{
    color: var(--bzo-gray-color);
}
.e-font-body {
    font-family: var(--bzo-body_typo-font-family);
}
.e-font-title{
    font-family: var(--bzo-title_typo-font-family);
}
.e-border-color-main{
  border-color: var(--bzo-main-color);
}

/*---------class hover color elementor ----------*/
.hover-e-main-color:hover{
    color: var(--bzo-main-color);
}
.hover-e-main-color-darken:hover{
  color: var(--bzo-main-color-mix-black);
}
.hover-e-main-color2:hover{
    color: var(--bzo-main-color2);
}
.hover-e-color-body:hover{
    color: var(--bzo-body_typo-color);
}
.hover-e-color-title:hover{
    color: var(--bzo-title_typo-color);
}
.hover-e-color-gray:hover{
    color: var(--bzo-gray-color);
}
