.custom-logo {
    background: url('../img/logo_white.png');
    height: 50px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 120px;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .custom-logo {
        height: 50px;
        width: 200px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 170px;
        margin-top: 5px;
    }
}

:root {
    --preloader-image: url("../img/logo.png") !important;
}


.preloader__progress {
    width: 100px !important;
}



.icon-logo::before {
    content: url('../img/logo_white.png');
    z-index: 100000;
    height: 50px;
    position: relative;
    display: flex;
}

.icon-logo{
    width :100px;
    margin-left:40px;
}
.menu.js-menu
{
    margin-left : 100px ;
}

.slide-contact-form{
    position : absolute;
    top:50%;
    left:60%;
    z-index:99999;
    width:30%;
 
}

.bg-dark-transparent {
    background: linear-gradient(to bottom,#19216f, rgba(25,103,111,0));
}
.form-contact-mobile{
    display : none;
}

@media (max-width: 991px) {
    .menu__container
    
    {
        margin-top: -60px;
    }
    .menu .mobile__background {
        top: 68px;
    }
    .menu {
        top:68px;
    }
        .menu ul.is-active li a {
            color: white !important
        }

        .menu .mobile__footer {
            align-self:auto
        }
            .mobile-footer-banner {
       
        display: inline-flex !important;
    }
    footer {
        padding-bottom : 80px;
    }
    .menu .mobile__copyright img {
        margin-right: 1.25rem;
        fill: #b2b2b2;
        width: 100px !important;
    }

    .menu.is-active {
        margin-left: 10px !important;
    }

    .slide-contact-form {
        display: none;
    }
    .form-contact-mobile {
        display: block;
    }
}

.border-white{
    border: solid 1px white; 
}


.mobile-footer-banner{
    position : fixed;
    top:calc(100% - 80px);
    height:80px;
    z-index:9999999;
    width : 100%;
    display : none
    
}
.mobile-50 {
    width: 50%;
    height: 80px;
    text-align: center;
}
.padding-20 {
    padding : 20px;
}
.header-container {
    background: white;
}

@media (max-width: 767px){
.header.-home-3 .header__bar {
  height: 4.375rem;
}
}

.preloader__bg{
    background: #19216f;
}

.ratio-img {
   
    border: solid 0.1px gainsboro;
  }

.is-hidden{
    display:none;
}

.image-tag {
    position: relative;
    z-index: 99;
   
    color: white;
    text-align: center;
}

    .image-tag.Before {
        background: darkred;
    }

    .image-tag.After {
        background: green;
    }

    .nav-button-close {
        margin-top : 25px;
    }




.width-200px {
    width: 200px !important;
}

.language {
    margin-top: 10px;
}
#fullpage {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.7);
}

.pointer{
    cursor: pointer;
}
