<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elbzotech-wrapper-slider-global .img-wrap{
    display: flex;
    overflow: hidden;
}
/*Begin Slider elementor*/
.bg-slider-swiper .adv-thumb-link img{
    opacity: 0;
}
.bg-slider-swiper .image-wrap{
    background-size: cover; 
    background-position: center;
}
.elbzotech-wrapper-slider-global{
    position: relative;
}
.swiper-scrollbar{
    opacity: 1!important;
    height: 5px;
}
.display-swiper-scrollbar-yes .swiper-scrollbar{
     background: #e5e5e5;
}
.display-swiper-scrollbar-yes .swiper-scrollbar-drag{
     background: #c82811;
}
.slider-type-marquee .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0 10px;
}
/*End Slider elementor*/
@media(max-width: 1200px){
}

@media (max-width: 767px) {    

}

/*-- slider categories - home 1 ---*/
.item-slider-global-style2{
    
}
.item-slider-global-style2 .cate-img{
    display: flex;
    justify-content: center;
}
.item-slider-global-style2 .adv-thumb-link-cate{
    display: flex;
    margin-bottom: 22px;
    position: relative;
}
.item-slider-global-style2 .adv-thumb-link-cate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed transparent;
    border-radius: 100%;
    transition: all 300ms linear 0ms;
}
.item-slider-global-style2:hover .adv-thumb-link-cate::before {
    border: 1px dashed var(--bzo-main-color);
    animation: xoayvong 12s linear infinite;
    -webkit-animation: xoayvong 12s linear infinite;
}
.item-slider-global-style2 .adv-thumb-link-cate img{
    background-color: var(--bzo-main-color-mix-bg);
    border-radius: 100%;
    transition: .3s;
    transition-delay: .1s;
}
.item-slider-global-style2:hover .adv-thumb-link-cate img{
    transform: scale(0.9);
    transition: .3s;
}
.item-slider-global-style2 .info h2{
   line-height: 28px;
}
.item-slider-global-style2 p{
    margin: 0;
}
@media(max-width: 1024px){
    .item-slider-global-style2 .adv-thumb-link-cate{
        margin-bottom: 15px;
    }
    .item-slider-global-style2 .info h2{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .item-slider-global-style2 .info h2{
        font-size: 14px;
    }
}

/*-- end slider categories - home 1 ---*/


/*-- slider testimonials style 1 - home 1 ---*/
.elbzotech-wrapper-slider-global-style4 .swiper-slide:nth-child(n) .item-slider-global-style4 .content-slider-custom{
    background-color: #60cdf4;
}
.elbzotech-wrapper-slider-global-style4 .swiper-slide:nth-child(2n) .item-slider-global-style4 .content-slider-custom{
    background-color: #ffb2c6;
}
.elbzotech-wrapper-slider-global-style4 .swiper-slide:nth-child(3n) .item-slider-global-style4 .content-slider-custom{
    background-color: #ffa34e;
}
.elbzotech-wrapper-slider-global-style4 .swiper-slide:nth-child(n) .item-slider-global-style4 .client-say::after{
    border-top: 42px solid #60cdf4;
}
.elbzotech-wrapper-slider-global-style4 .swiper-slide:nth-child(2n) .item-slider-global-style4 .client-say::after{
    border-top: 42px solid #ffb2c6;
}
.elbzotech-wrapper-slider-global-style4 .swiper-slide:nth-child(3n) .item-slider-global-style4 .client-say::after{
    border-top: 42px solid #ffa34e;
}
.item-slider-global-style4{
    margin-bottom: 15px;
}
.item-slider-global-style4 .content-slider-custom{
    background-color: var(--bzo-main-color);
    border-radius: 15px;
}
.item-slider-global-style4 .client-say{
    color: #fff;
    font-size: 16px;
    padding: 40px 30px;
    position: relative;
    position: relative;
    margin-bottom: 42px;
}
.item-slider-global-style4 .client-say p{
    margin: 0;
}
.item-slider-global-style4 .client-say::before{
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 46px;
    color: rgba(255, 255, 255, 0.25);
    top: 35px;
    left: 25px;
}
.item-slider-global-style4 .client-say::after{
      width: 0;
      height: 0;
      border-left: 26px solid transparent;
      border-right: 13px solid transparent;
      border-top: 42px solid var(--bzo-main-color);
      content: "";
      position: absolute;
      bottom: -42px;
      left: 45px;
}
.item-slider-global-style4 .client-infos{
    padding-left: 60px;
    gap: 20px;
    align-items: center;
}
.item-slider-global-style4 .image-wrap{
    max-width: 80px;
    border-radius: 100%;
    overflow: hidden;
}
.item-slider-global-style4 .image-wrap a:hover img{
    border: 1px dashed var(--bzo-main-color);
    transition: .25s;
}
.item-slider-global-style4 .image-wrap img{
    max-width: 80px;
    border-radius: 100%;
    transition: .25s;
}

.item-slider-global-style4 .number-star_1{
    width: 20%;
}
.item-slider-global-style4 .number-star_2{
    width: 40%;
}
.item-slider-global-style4 .number-star_3{
    width: 60%;
}
.item-slider-global-style4 .number-star_4{
    width: 80%;
}
.item-slider-global-style4 .number-star_5{
    width: 100%;
}
.item-slider-global-style4 .desc{
    margin: 8px 0 0 0;
}

@media(max-width: 880px){
    .item-slider-global-style4 .client-say{
        font-size: 14px;
    }
}
/*-- end slider testimonials style 1 ---*/

/*--- slider category style 2 - home 2 ---*/
.item-slider-global-style3{
    background-color: var(--bzo-main-color2);
    padding: 10px;
    border-radius: 15px;
    
}
.item-slider-global-style3:hover .inner{
    transition: .3s;
    border-color: var(--bzo-gray-color);
}
.item-slider-global-style3 .inner{
    border: 1px dashed #fff;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 19px 15px;
    transition: .3s;
}
.item-slider-global-style3 .cate-img{
    width: 75px;
}
.item-slider-global-style3 .info{
    width: calc(100% - 75px);
}
.item-slider-global-style3 .cate-img img{
    max-width: 75px;
    transition: .5s;
}
.item-slider-global-style3:hover .cate-img img{
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.item-slider-global-style3 .info h2 a{
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.item-slider-global-style3 .info h2 a:hover{
    color: var(--bzo-gray-color);
}

@media(max-width: 1366px){
    .item-slider-global-style3 .info h2 a{
        font-size: 20px;
    }
}
@media(max-width: 1200px){
    .item-slider-global-style3 .inner{
        gap: 15px;
    }
}


/*--- Begin style 5 - Testimonial home 2---*/
.elbzotech-wrapper-slider-global-style5{
    margin-bottom: 15px;
    position: relative;
}
.elbzotech-wrapper-slider-global-style5::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background-color: var(--bzo-main-color2);
    border-radius: 2px;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
}
.elbzotech-wrapper-slider-global-style5 .slick-dots{
    display:none!important;
}
.elbzotech-wrapper-slider-global-style5 .client-thumb span{
    width:100px;
    display:block;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    position: relative;
}

.elbzotech-wrapper-slider-global-style5 .client-thumb span img{
    border-radius:50%;
    width: 100%;
    transition:all 0.5s ease-out 0s;
    -webkit-transition:all 0.5s ease-out 0s;
}
.elbzotech-wrapper-slider-global-style5 .client-thumb span:hover img{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
}

.elbzotech-wrapper-slider-global-style5 .slick-nav{
    position:absolute;
    bottom:0px;
    left:50%;
    width:70px;
    height: 70px;
    border-radius:50%;
    cursor:pointer;
    z-index:9;
}
.elbzotech-wrapper-slider-global-style5 .slick-nav img{
    width: 70px;
    height: 70px;
    border-radius:50%;
    transition:all 0.5s ease-out 0s;
    -webkit-transition:all 0.5s ease-out 0s;
    opacity: 0.6;
}
.elbzotech-wrapper-slider-global-style5 .slick-nav img:hover{
    opacity: 1;
}
.elbzotech-wrapper-slider-global-style5 .slick-nav.slick-prev{
    margin-left:-150px;
}
.elbzotech-wrapper-slider-global-style5 .slick-nav.slick-next{
    margin-left:75px;
}


.elbzotech-wrapper-slider-global-style5 .content-slider-custom{
    border-radius: 15px;
    padding: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.elbzotech-wrapper-slider-global-style5 .content-slider-custom svg,
.elbzotech-wrapper-slider-global-style5 .content-slider-custom svg path{
    fill: rgba(255, 255, 255, 0.6);
}
.elbzotech-wrapper-slider-global-style5 .content-slider-custom p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}
.elbzotech-wrapper-slider-global-style5 .client-thumb{
    margin-top: 10px;
}
@media(max-width: 767px){
    .elbzotech-wrapper-slider-global-style5 .content-slider-custom{
        padding: 30px 20px;
    }
}
/*--- End style 5 ---*/

/*-- slider categories - home 3 ---*/
.item-slider-global-style6 .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 15px;
    border: 1px solid #d6d6d6;
    padding: 30px;

}
.item-slider-global-style6 .inner:hover{
    border-color: var(--bzo-main-color);
}
.item-slider-global-style6 .info-title a{
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: var(--bzo-main-color2);
}
.item-slider-global-style6 .info-title a:hover{
    color: var(--bzo-main-color);
}
.item-slider-global-style6 h2{
    margin: 0;
}

@media(max-width: 1200px){
    .item-slider-global-style6 .adv-thumb-link-cate{
        gap: 10px;
    }
}
@media(max-width: 1024px){
    .item-slider-global-style6 .info-title a{
        font-size: 20px;
    }
    .item-slider-global-style6 .inner{
        padding: 20px;
    }
}
@media(max-width: 767px){
    .item-slider-global-style6 .inner{
        flex-direction: column;
        gap: 0;
    }
    .item-slider-global-style6 .info-title a{
        font-size: 18px;
    }
}

/*-- end slider categories - home 3 ---*/

/* testimonial home 3 */
.item-slider-global-style7{
    background-color: var(--bzo-main-color-mix-bg);
    border-radius: 15px;
    padding: 30px 40px;
    text-align: center;
    border: 1px solid var(--bzo-main-color-mix-bg);
}
.item-slider-global-style7:hover{
    border-color: var(--bzo-main-color);
}
.item-slider-global-style7 .client-image{
    display: flex;
    justify-content: center;
}
.item-slider-global-style7 .image-wrap{
    width: 80px;
    border-radius: 100%;
    position: relative;
}
.item-slider-global-style7 .image-wrap .img-wrap{
    overflow: hidden;
    border-radius: 100%;
}
.item-slider-global-style7 .image-wrap::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: var(--bzo-main-color);
    bottom: 0px;
    right: -2px;
}
.item-slider-global-style7 .image-wrap::after{
    position: absolute;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: var(--bzo-main-color);
    bottom: 0px;
    right: -2px;
}
.item-slider-global-style7 .image-wrap img{
    width: 80px;
    border-radius: 100%;
    transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    transition-delay: .1s;
}
.item-slider-global-style7:hover .image-wrap img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.item-slider-global-style7 .client-say{
    margin: 15px 0;
}
.item-slider-global-style7 .client-say p{
    margin: 0;
}

.item-slider-global-style7 .client-info h3{
    line-height: 26px;
}


@media(max-width: 1200px){
    .item-slider-global-style7{
        padding: 30px;
    }
}
@media(max-width: 880px){
    .item-slider-global-style7{
        padding: 20px;
    }
}
@media(max-width: 767px){
    .item-slider-global-style7 .client-info h3{
        font-size: 16px;
    }
}

/*-- slider categories - home 4 ---*/
.item-slider-global-style8{
    border: 1px dashed transparent;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
}
.item-slider-global-style8:hover{
    border-color: var(--bzo-main-color);
}
.item-slider-global-style8 .cate-img{
    display: flex;
    justify-content: center;

}
.item-slider-global-style8 .adv-thumb-link-cate{
    display: flex;
    margin-bottom: 15px;
    position: relative; 
}
.item-slider-global-style8 .adv-thumb-link-cate img{
 
    transition: .3s;
    transition-delay: .1s;
}
.item-slider-global-style8:hover .adv-thumb-link-cate img{
    transform: scale(1.1);
    transition: .3s;
}
.item-slider-global-style8 .info h2{
   line-height: 28px;
}
.item-slider-global-style8 .info h2 a:hover{
    font-weight: 700;
}
.item-slider-global-style8 p{
    margin: 0;
}
@media(max-width: 1024px){
    .item-slider-global-style8 .adv-thumb-link-cate{
        margin-bottom: 15px;
    }
    .item-slider-global-style8 .info h2{
        font-size: 16px;
    }
}

/*-- end slider categories - home 4 ---*/

/*-- slider categories - home 5 ---*/
.item-slider-global-style9{
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #f5f5f5;
    border: 2px dashed #f5f5f5;
    transition: .3s;
}
.item-slider-global-style9:hover{
    border-color: var(--bzo-main-color);
    background-color: #fff;
}
.item-slider-global-style9 .cate-img{
    display: flex;
    justify-content: center;

}
.item-slider-global-style9 .adv-thumb-link-cate{
    display: flex;
    margin-bottom: 30px;
    position: relative; 
    justify-content: center;

}
.item-slider-global-style9 .adv-thumb-link-cate img{
    transition: .3s;
}
.item-slider-global-style9:hover .adv-thumb-link-cate img{
    transform: scale(1.1);
    transition: .3s;
}
.item-slider-global-style9 .info h2{
   line-height: 28px;
   margin: 0;
}
.item-slider-global-style9 .info h2 a{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.item-slider-global-style9 p{
    margin: 0;
}
@media(max-width: 1024px){
    .item-slider-global-style9 .adv-thumb-link-cate{
        margin-bottom: 15px;
    }
    .item-slider-global-style9 .info h2{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    
}

/*-- end slider categories - home 5 ---*/
/*Begin elbzotech-wrapper-slider-global-style10*/
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .info-slider{
    opacity: 0;
    display: none;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide-active .info-slider{
    opacity: 1;
    margin: 5px -25px 0;
    display: block;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide-active .info-slider .title-item {
    margin-bottom: 2px;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper{
    width: 53%;
    margin: 0 auto;
    position: relative;
    padding: 0 59px 0 53px;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-button-nav {
    position: absolute;
    top: 26px;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    opacity: 0;
    cursor: pointer;
    transform: scale(0);
    transition: .3s;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-button-nav:hover {
    background: var(--bzo-main-color);
    color: #fff;
} 
.elbzotech-wrapper-slider-global-style10:hover .gallery-thumbs-wrapper .swiper-button-nav {
    opacity: 1;
    transform: scale(1);
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-button-nav.swiper-button-gallery-next {
    right: 0;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-button-nav.swiper-button-gallery-prev {
    left: 0;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .image-wrap {
    transform: scale(0.7);
    width:96px;
    cursor: pointer;
    transition: .3s;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .image-wrap img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide.swiper-slide-prev {
    align-items: end;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide.swiper-slide-next {
    align-items: start;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide-active  {
    transform: scale(1);
    width: 96px!important;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide-active .image-wrap {
    transform: scale(1);
}
.elbzotech-wrapper-slider-global-style10 .client-info {
    padding: 0 65px;
    position: relative;
    margin-bottom: 40px;
}
.elbzotech-wrapper-slider-global-style10 .client-info:before{
    content: '';
    background: url('../images/icon/open-quote.svg') no-repeat 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 21px;
}
.elbzotech-wrapper-slider-global-style10 .client-info:after {
    content: '';
    background: url('../images/icon/close-quote.svg') no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 21px;
}
.elbzotech-wrapper-slider-global-style10 .client-info .content-slider-custom p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
@media(max-width: 1480px){
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper {
    width: 60%;
}
.elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide-active {
    width: auto !important;
}
}
@media(max-width: 1200px){
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper {
        width: 65%;
    }
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-button-nav {
        opacity: 1;
        transform: scale(1);
    }
}
@media(max-width: 1024px){
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper {
        width: 75%;
    }
}
@media(max-width: 880px){
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper {
        width: 70%;
    }
}
@media(max-width: 767px){
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper {
        width: 100%;
        padding: 0 30px 0 0;
    }
    .elbzotech-wrapper-slider-global-style10 .client-info {
        padding: 0 35px;
    }
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide {
        opacity: 0;
        z-index: 0;
    }
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev,
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next,
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-active {
        opacity: 1;
        z-index: 1;
    }
    .elbzotech-wrapper-slider-global-style10 .gallery-thumbs-wrapper .swiper-button-nav {
        width: 32px;
        height: 32px;
        top: 32px;
    }
}
/*End elbzotech-wrapper-slider-global-style10*/

.item-slider-global-style11{
    text-align: center;
}
.item-slider-global-style11 .adv-thumb-link-cate{
    border-radius: 100%;
    padding: 5px;
}
.item-slider-global-style11 .adv-thumb-link-cate img{
    border-radius: 100%;
    width: auto;
    max-width: 100%;
}
.item-slider-global-style11 .item-img{
    display: inline-block;
}
.item-slider-global-style11 .adv-thumb-link-cate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed var(--bzo-main-color);
    border-radius: 100%;
    transition: all 300ms linear 0ms;
}
.item-slider-global-style11:hover .adv-thumb-link-cate::before {
    border: 1px dashed var(--bzo-main-color);
    animation: xoayvong 12s linear infinite;
    -webkit-animation: xoayvong 12s linear infinite;
}
.item-slider-global-style11 .info{

}
.item-slider-global-style11 .info .info-title{
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 16px 0;
    line-height: 24px;
}
.item-slider-global-style11 .btn-explore a{
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: var(--bzo-main-color);
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.item-slider-global-style11 .btn-explore a:hover{
    opacity: 0.8;
}
.item-slider-global-style11.item-slider-global-2 .btn-explore a{
    background-color: #00bfed;
}
.item-slider-global-style11.item-slider-global-3 .btn-explore a{
    background-color: #ff9f43;
}
.item-slider-global-style11.item-slider-global-4 .btn-explore a{
    background-color: #28c76f;
}
.item-slider-global-style11.item-slider-global-5 .btn-explore a{
    background-color: #ff7844;
}
.item-slider-global-style11.item-slider-global-6 .btn-explore a{
    background-color: #909090;
}
</pre></body></html>