@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Eina01-Regular.ttf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Eina01-Regular.ttf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Eina01-Regular.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Eina01-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Eina01-SemiBold.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Eina01-Regular.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Eina01-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}


*{
    font-family: myFirstFont !important;
}
.fa {
    font-family: FontAwesome !important;
}
.material-icons{
    font-family: 'Material Icons' !important;
}
.v-none{
    visibility: hidden;
}
.opa-none{
    display: none;
    opacity: 0;
}
.opa-full{
    opacity: 1;
}
.navbar{
    padding-top: 10px;
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;
}
.nav-toogler{
    border: none;
    background: none;
    color: #fff;
    font-size: 1.7em;
    margin-left: auto;
    cursor: pointer;
}

.full-black-nav{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition-duration: 1s;

}
.full-black-nav ul{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 93%;
    max-width: 550px;
}
.full-black-nav ul li{
    list-style: none;
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    /*border-bottom: 1.2px solid #fff;*/
    margin-bottom: 0.5em;
    /*padding-bottom: 0.5em;*/
}
.full-black-nav ul li:before{
    display: none;
}
.full-black-nav ul li a{
    color: inherit;
}
.full-black-nav ul li a:hover{
    color: #31beef;
    text-decoration: none;
}
.close-nav-opt{
    font-weight: 300;
    font-size: 1.1em;
    color: inherit;
}
.close-nav-opt:hover{
    color: inherit;
}


.mkdf-vs-frame-slide-number{
    display: none;   
}






.mkdf-vs-frame-info-bottom{
    display: none;
}







.mkdf-vs-frame-info-top{
        display: none;
    }
    
    .mkdf-vs-stripe{
        left: -590px !important;
    }
    
    .mkdf-vertical-showcase .mkdf-vs-contact-form {
        background: #3cc2f05e !important;
}




@media only screen and (max-height: 664px) {
    .mkdf-vertical-showcase .mkdf-vs-frame-holder .active img {
        /*height: 59vh !important;*/
    }
}
    
@media only screen and (max-width: 768px) {
    .mkdf-vertical-showcase .mkdf-vs-frame-info .mkdf-vs-frame-info-other{
            transform: translate(-50%,-7.5vh);
    }
    .v-c, .vry {
        position: relative !important;
        top: 0% !important;
        transform: translateY(0%) !important;
    }
    
    .mkdf-vs-stripe{
        left: -590px !important;
    }
    
    #phone-hold{
            width: auto;
        height: calc(50vh + 250px);
    }
    .mkdf-vertical-showcase .mkdf-vs-frame-holder img {
        max-height: 100vh;
        height: 53vh;
        width: auto;
        max-width: inherit;
    }
    .mkdf-vertical-showcase .mkdf-vs-frame-holder {
        top: calc(50% - 0px);
    }
    
    .mkdf-vertical-showcase .mkdf-vs-frame-info .mkdf-vs-frame-info-bottom .mkdf-vs-frame-slide-text{
        max-width: 100%;
    }
    .mkdf-vertical-showcase .mkdf-vs-frame-info .mkdf-vs-frame-info-bottom{
            transform: translate(-118px,24vh);
            text-align: center;
    }
    
    .mkdf-full-width-inner{
        
    }
    [slide-index="4"]{
        background: white;
        height: 100vh;
    }
    .mkdf-vertical-showcase .mkdf-vs-contact-form{
        padding: 5vh 10vw 5vh 7vw;
        background: #6d2f85;
    }
    .mkdf-vertical-showcase .mkdf-vs-frame-info.mkdf-vs-frame-even .mkdf-vs-frame-info-bottom{
        transform: translate(-115px, 26vh) !important;
        color: black;
    }
    .mkdf-vertical-showcase.mkdf-vs-last-slide .mkdf-vs-contact-form{
        transform: translateY(20px);
    }
    
}
    
    
    
    
    
    
    
.mkdf-vertical-showcase .mkdf-vs-frame-info .mkdf-vs-frame-info-bottom{
    transform: translate(-19.5vw,23vh);
    color: #682181;
}
.mkdf-vertical-showcase .mkdf-vs-frame-info.mkdf-vs-frame-even .mkdf-vs-frame-info-bottom{
    transform: translate(-19.5vw,-20.5vh);
}














.v-c{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}















.ltxt{
    color:#696969;
    font-weight: 400;
}


.steps{
    text-align: center;
}
.steps img{
    margin-bottom: 15px;
}

.bg-ll{
    background-image: url(https://themarkdesign.com/Projects/washlo/assets/icon/assets/icon/f57794be6408563354c463c702ab45b91600672364.png);
        background-size: cover;
    background-position: center;
}



.testi{
    text-align: center;
}
.testi .material-iconsl{
    font-size: 50px;
}
.testi p{
    font-size: 18px;
}
.testi img{
    width: 60px !important;
    height: 60px;
    border-radius: 100%;
}




.bg-fbg{
    background: #6d2f85;
}







/* start accordation css */
.product-accordion {
    background-color:white;
    /* color: black; */
    color: #696969;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
  }

  
  .product-accordion:hover {
    background-color: #f6f7f8;
  }
  .product-accordion p {
    color: #898989;
  }
  /* .active, .product-accordion:hover {
    background-color: #f6f7f8;
  } */
  
  .product-accordion:after {
    content: '\002B';
    /* color: black; */
    color: #adb5bd;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  .product-accordion:focus {
    outline: none !important;
  }
  
  .pr-active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 2px solid #e6e6e6;
  }
  .pan-padd{
    padding-top: 8px;
  }
  .bgO1 {
    
    background-size: cover;
    background-position: center;
}
.dico {
    background: url(./imgs/bx.png);
    text-align: center;
    color: #000;
    padding: 50px 10px;
    background-size: 100% 100%;
}
.dicos img{
    height: 60px;
    width: auto;
    margin-bottom: 30px;

}
.dico h4{
    margin-bottom: 0;
    font-size: 1.3rem;
}
.mkdf-vertical-showcase .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6d2f85;
}
.mkdf-cf7-btn-custom-hover input.wpcf7-form-control.wpcf7-submit {
    -webkit-transition: box-shadow .35s cubic-bezier(.02,.54,.58,1);
    -webkit-transition: -webkit-box-shadow .35s cubic-bezier(.02,.54,.58,1);
    transition: -webkit-box-shadow .35s cubic-bezier(.02,.54,.58,1);
    -o-transition: box-shadow .35s cubic-bezier(.02,.54,.58,1);
    transition: box-shadow .35s cubic-bezier(.02,.54,.58,1);
    transition: box-shadow .35s cubic-bezier(.02,.54,.58,1),-webkit-box-shadow .35s cubic-bezier(.02,.54,.58,1);
    background-color: #31beef!important;
}

/*end  accordation css */














.foot-bor {
    border-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), #bdbdbd, rgba(0, 0, 0, 0) ) 1 100%;
    border-left: 1px solid;
    border-right: 1px solid;
}
.soliul{
    list-style: none;
    padding-left: 114px;
}
.soliul li{
        background: #fff;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 100%;
    min-width: 34px;
    text-align: center;
    margin-right: 15px;
}
.soliul li a{
    color: #293a73 !important;
}
.soliul li a:hover, .footer li a{
    text-decoration: none;
}

.vry{
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 136%;
    text-align: center;
}
.ctrans {
    background: transparent !important;
    height: 34px;
    position: absolute;
    transform: translateX(-7px);
    min-width: 0 !important;
    transform: translateX(-9px);
    border-right: none;
}
.ft-whts-connect .whatsapp-contact i {
    color: white;
    font-size: 25px;
    /* margin-right: 23px; */
}
.ft-whts-connect .whatsapp-contact {
    background-color: rgb(40 197 95);
    padding: 3px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin: auto;
}
.ft-connect {
    position: fixed;
    bottom: 47px;
    right: 0;
    z-index: 999999999999999999;
}
.ft-whts-connect {
    /* margin-left: auto; */
    float: right;
    margin-right: 23px;
}
ul li{
    list-style-position: outside;
    margin-left: 1em;
}