.mybreadcrumb {
    display: none;
}

html {
    scroll-behavior: smooth !important;
}

.site-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.awh30 {
    background-color: #F4F5F4;
}

.awh30 .header .right-background {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px !important;
}

.awh30 .header .download-button {
    margin-top: 50px;
}

.awh30 .header .download-button a {
    background-color: #002EFF;
    color: #eee;
    border-radius: 30px;
    padding: 20px 25px;
    font-size: 19px;
    font-weight: bold;
}

.awh30 .header .download-button a:hover {
    border-color: #002EFF;
    border: 2px solid;
    color: #002EFF;
    text-decoration: none;
    background-color: transparent;


}

.awh30 .header .title-header {
    font-size: 48px;
    font-weight: bold;
    color: #002EFF;
}

.awh30 .header .title-subtitle {
    font-size: 38px;
    font-weight: bold;
    color: #002EFF;
}

.awh30 .header .description {
    font-size: 20px;
    text-align: justify;
    color: #002EFF;
    margin-top: 40px;
}

.absolute-section {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.white-box {
    background: #ffffffe1;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: relative;
    padding: 80px;
}

.white-box h2 {
    color: #002EFF;
    margin-bottom: 30px;
}

.white-box h5 {
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 19px;
}

.white-box p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 19px;
    text-align: justify !important;
}

.white-box .icons {
    justify-content: space-evenly;
}

.building-icon {
    max-width: 80px;
    height: auto;
}

.background-middle {
    position: relative;
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center;
    margin-top: -200px;
    margin-bottom: -200px;
    z-index: 1;
}

.stand-title {
    color: #002EFF;
    margin-top: 150px;
    margin-bottom: 80px;
}

.stand-out h5 {
    font-weight: 700;
}

.stand-out .icon,
.characteristics-icon {
    max-width: 85px;
    height: auto;
}

.stand-out h5 {
    min-height: 30px;
}

.stand-out .text-muted {
    min-height: 60px;
}

.easy-title {
    color: #002EFF;
    margin-top: 150px;
    margin-bottom: 70px;

}

.easy .controller img {
    width: 80%;
}

.easy h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 25px;
}

.easy .controller ul li,
.easy .phone ul li {
    margin-bottom: 15px !important;
}

.easy .controller ul li::marker,
.easy .phone ul li::marker {
    color: #002eff !important;
}

.europe {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10rem 0;
}

.europe-box {
    background-color: #ffffffe1;
}

.europe-box h2 {
    color: #002eff;
}


.europe-box {
    background-color: #ffffffe1;
}


@media screen and (max-width: 1279px) {


    .header .left-background {
        padding: 50px 30px 50px 30px;
    }

}

@media screen and (max-width: 768px) {
    .awh30 .header .title-header {
        font-size: 34px;
        font-weight: bold;
        color: #002EFF;
    }

    .awh30 .header .title-subtitle {
        font-size: 22px;
        font-weight: bold;
        color: #002EFF;
    }

    .awh30 .header .description {
        font-size: 17px;
        text-align: justify;
        color: #002EFF;
        margin-top: 40px;
    }

    .awh30 .header .download-button {
        text-align: center;
    }

    .white-box {
        padding: 40px;
    }

    .white-box h2 {
        font-size: 22px;
    }

    .white-box p {
        font-size: 17px;
    }

    .stand-title,
    .easy-title {
        margin-top: 70px;
    }

    .easy-title {
        margin-bottom: 40px;
    }

    .easy .controller ul,
    .easy .phone ul {
        padding: 15px 30px;
    }

    .easy .controller ul li,
    .easy .phone ul li {
        font-size: 18px;
    }

    .easy .controller img {
        width: 90%;
    }

    .europe-box h2 {
        font-size: 22px;
    }

    .europe-description {

        font-size: 16px;
    }

}