.logo-text h1 {
    font-family: 'Encode Sans Condensed';
    font-weight: lighter;
    letter-spacing: 20px;
}
.banner-heading-box-three h1{
    font-family: 'Encode Sans Condensed';
    font-weight: normal;
    letter-spacing: 7px;
    font-size: 3em;
}

.lead-lg {
    text-align: justify;
}

.about-details-three {
    /*text-align: justify;*/
}

.process-box-one {
    background-color: var(--uniqo-black);
}

.why-choose-section-six {
    margin-bottom: 5em;
}

.why-choose-section-six::after {
    background-color: unset;
}

.about-details-three {
    font-size: 15px;
}

.future-title {
    font-family: 'Poppins', sans-serif;
    font-size: 55px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 3rem;
}

span.future-title {
    font-family: 'Poppins', sans-serif;
    font-size: 55px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 3rem;
    color: #BD7655;
}
 .light .future-title{
     color: var(--uniqo-primary);
 }

 ul.footer-menu-one li {
     margin-bottom: 5px;
 }

 .footer-logo-mv {
     text-align: center;
 }

.footer-lower-one ul li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--uniqo-black);
    transition: all 0.5s;
}
ul.footer-social-media-one li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background-color: var(--uniqo-dark-text);
    transition: all 0.5s;
}

.header-three ul.main-menu-list {
    column-gap: 50px;
    padding-left: 140px;
}

.main-menu-logo {
    max-width: 388px;
}


.banner-left-three, .banner-image-three {
    height: 700px;
}

.about-details-three p, .about-left-three p {
    text-align: justify;
}


.galeriaLightbox {
    display: none;
}

.light .heading-title {
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 1);
}

.flat-choose a {
    -webkit-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 1);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 1);
}

.whitespace {
    white-space: nowrap;
}

.preloadersend {
    position: fixed;
    background-color: #040404e0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    display: none;
}

.preloadersend img{
    position: fixed;
    animation: rotatelogo 2s infinite linear;
    top: 50%;
    left: 50%;
}

@keyframes rotatelogo {
    0%{
        transform: scale(1) rotate(0deg);
    }
    50%{
        transform: scale(1.3) rotate(270deg);
    }
    100%{
        transform: scale(1) rotate(0deg);
    }
}

.label-phone, .label-name, .label-email,.label-message {
    display: none;
}

.message-box {
    margin-bottom: 1em;
}


@media only screen and (min--moz-device-pixel-ratio: 1.25),
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-device-pixel-ratio: 1.25) {



    .banner-left-three, .banner-image-three {
        height: 600px;
    }

    .portfolio-section-three {
        max-width: 1400px;
    }

    .why-choose-section-six {
        padding: 35px 0 230px 0;

    }

    .why-choose-section-six .heading-box img{
        max-width: 70%
    }

}

@media (width <= 576px) {

    .loading-image {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .preloadersend img{
        top: 35%;
        left: 25%;
    }

    .main-menu-logo{
        max-width: 330px !important;
    }

    .banner-left-three {
        padding: 2em;
        height: 660px;
    }

    .banner-heading-box-three h1{
        font-size: 2em;
    }

    p.lead-lg {
        font-size: 16px;
    }

    .whitespace {
        white-space: unset;
    }

    .whitespacesm {
        white-space: nowrap;
    }

    .about-details-three p{
        padding: 0 1em 0 0;
    }

    .about-left-three h2 {
        font-size: 35px;
        text-align: center;
    }

    p.lead {
        padding: 0 1em;
    }

    ul.about-list-three {
        padding: 1em;
    }

    .benefit-icon-four {
        margin: 2em auto;
    }

    .benefit-box-four h4 {
        text-align: center;
    }

    .why-choose-section-six {
        margin: 0 15px 50px 15px;
    }

    .process-box-one {
        width: 290px;
        height: 290px;
        margin-bottom: 25px;
    }

    .mobile-nav-wrapper.expanded .mobile-nav-content {
        padding: 0 0 0 25px;
    }

    ul.mobile-menu-list li a {
        color: #8e8888;
        padding: 0;
        width: 95%;
    }

    .mobile-menu-list .menu-item-has-children button {
        right: 0;
        background-color: var(--uniqo-primary);
    }

    .mobile-nav-close span {
        background-color: var(--uniqo-primary);
    }

    .logo-box {
        padding: 2em;
    }

    .footer-lower-one p {
        font-size: 12px;
    }

}