
.image {
    width: 100% !important;
    object-fit: cover !important;
}

.item-grid-product-style6 .item-product .product-thumb-link,
.item-grid-product-style6 .item-product .product-thumb-link img,
.woocommerce div.product .style-gallery-horizontal .gallery-control img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-grid-product-style6 .item-product {
    transition: 0.3s;
    background: #fff;
    border: 1px solid #D6D6D6;
}


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);
    line-height: var(--bzo-body_typo-line-height);
    background: var(--bzo-body-background);
    letter-spacing: var(--bzo-letter-spacing-body);
}
p{
    margin-bottom: 25px;
    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) !important;
    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="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: 500;
    line-height: 1.15;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--bzo-title_typo-color);
}
h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 12px;
    color: var(--bzo-title_typo-color);
}
@media(max-width: 1200px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
}


.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%;
  }
}

.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, 
.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;
}
.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;
}
.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: 40px;
}
.main-page-mega{
    margin: 80px 0;
}
#main-content{
    padding: 20px 0;
}
@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-bg);
}  

.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);
}

@media (min-width: 768px) {
    .container1 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container1 {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container1 {
        width: 1345px;
    }
}


.container1 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-size: 17px;
}


.post-title-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    /*font-size: 17px;*/
}

.post-title-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-title-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.goal-main-content{
    margin-top: 10px;
}


img {
    object-fit: cover;
}

.image-new{
    height: 255px;
}