.all-the-hero-block{
    width: 100%;
    background: #f1f0f0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5vw 0 14vw 0;
}
.all-the-hero-block .the-inside-hero-block{
    width: 90%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first{
    width: 40%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside{
    
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-h1-text{
  
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-h1-text .the-h1-span-text-first{
    display: block;
    color: var(--color-green-header);
    font-size: var(--xl6-font-size);
    font-weight: 800;
    line-height: 1;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-h1-text .the-h1-span-text-seconde{
    display: block;
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-h2-text{  
    display: block;
    color: var(--color-gray-font);
    font-size: var(--xl-font-size);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0 0;
    margin: 0 0 2.5vw 0;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-p-text{
    display: block;
    color: var(--color-gray-font);
    line-height: 1.4;
    font-size: var(--m-font-size);
    font-weight: 500;
    margin: 0 0 0 0;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text{
    display: flex;
    margin: 2vw 0 0 0;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-first-button{
    position: relative;
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 0;
    width: 9vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-first-button span{
    font-size: var(--m-font-size);
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button{
    position: relative;
    background: #ffffff;
    color: var(--color-blue-header);
    padding: 0.5vw 0;
    width: 9vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    margin: 0 0.5vw;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button .the-icon{
    position: absolute;
    width: 1.5vw;
    top: 0.8vw;
    right: 0.5vw;
    left: auto;
    transform: rotate(180deg);
}
.body-rtl .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button .the-icon {
    right: auto;
    left: 0.7vw;
    transform: rotate(0);
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button .the-icon img{
    width: 100%;
    display: block;
}
.all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button span{
    font-size: var(--m-font-size);
}




.all-the-hero-block .the-inside-hero-block .the-center-box-first{
    width: 20%;
    display: flex;
    align-items: flex-end;
}
.all-the-hero-block .the-inside-hero-block .the-center-box-first .the-avatar-box{
    width: 50%;
    margin: 0 auto 0;
}
.all-the-hero-block .the-inside-hero-block .the-center-box-first .the-avatar-box img{
    width: 100%;
    display: block;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first{
    width: 40%;
    display: flex;
    flex-direction: row-reverse;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside{
    width: 90%;
    height: 30vw;
    display: flex;
    justify-content: space-between;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero{
    width: calc(50% - 0.25vw);
    height: 100%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image{
    width: 100%;
    height: 55%;
    background-color: rgb(83, 83, 83);
    margin: 0 0 0.5vw 0;
    border-radius: 0 40px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.body-ltr .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image {
    border-radius: 40px 0 0 0;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .all-the-box-text{
    position: absolute;
    background: var(--color-white);
    width: 66%;
    bottom: 5%;
    right: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3vw 0;
    border-radius: 10px;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .all-the-box-text .the-text-box{
    margin: 0 0.2vw;
    font-size: var(--m-font-size);
    font-weight: 400;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .all-the-box-text .the-icon-box{
    margin: 0 0.2vw;
    width: 15%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .all-the-box-text .the-icon-box img{
    display: block;
    width: 100%;   
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .the-bg-absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #2BBA8F;
    background: linear-gradient(0deg, rgba(43, 186, 143, 1) 0%, rgba(43, 186, 143, 0) 100%);
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .the-arrow-absolute{
    position: absolute;
    width: 8%;
    top: 1vw;
    right: 1vw;
    transform: rotate(135deg);
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .the-arrow-absolute img{
    display: block;
    width: 100%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-second-image{
    width: 100%;
    height: calc(45% - 0.5vw);
    background-color: rgb(83, 83, 83);
    border-radius: 0 0 40px 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.body-ltr .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-second-image {
    border-radius: 0 0 0 40px;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-second-image .the-arrow-absolute{
    position: absolute;
    width: 8%;
    bottom: 1vw;
    right: 1vw;
    transform: rotate(225deg);
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-second-image .the-arrow-absolute img{
    display: block;
    width: 100%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero{
    width: calc(50% - 0.25vw);
    height: 100%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image{
    width: 100%;
    height: 45%;
    background-color: rgb(83, 83, 83);
    margin: 0 0 0.5vw 0;
    border-radius: 40px 0 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.body-ltr .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image {
    border-radius: 0 40px 0 0;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .all-the-box-text{
    position: absolute;
    background: var(--color-white);
    width: 66%;
    bottom: 5%;
    right: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3vw 0;
    border-radius: 10px;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .all-the-box-text .the-text-box{
    margin: 0 0.2vw;
    font-size: var(--m-font-size);
    font-weight: 400;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .all-the-box-text .the-icon-box{
    margin: 0 0.2vw;
    width: 15%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .all-the-box-text .the-icon-box img{
    display: block;
    width: 100%;   
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .the-bg-absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #2BBA8F;
    background: linear-gradient(0deg, rgba(43, 186, 143, 1) 0%, rgba(43, 186, 143, 0) 100%);
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .the-arrow-absolute{
    position: absolute;
    width: 8%;
    top: 1vw;
    left: 1vw;
    transform: rotate(45deg);
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .the-arrow-absolute img{
    display: block;
    width: 100%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image{
    width: 100%;
    height: calc(55% - 0.5vw);
    background-color: rgb(83, 83, 83);
    border-radius: 0 0 0 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.body-ltr .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image {
    border-radius: 0 0 40px 0;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .all-the-box-text{
    position: absolute;
    background: var(--color-white);
    width: 66%;
    bottom: 5%;
    right: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3vw 0;
    border-radius: 10px;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .all-the-box-text .the-text-box{
    margin: 0 0.2vw;
    font-size: var(--m-font-size);
    font-weight: 400;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .all-the-box-text .the-icon-box{
    margin: 0 0.2vw;
    width: 15%;
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .all-the-box-text .the-icon-box img{
    display: block;
    width: 100%;   
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .the-bg-absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #2BBA8F;
    background: linear-gradient(0deg, rgba(43, 186, 143, 1) 0%, rgba(43, 186, 143, 0) 100%);
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .the-arrow-absolute{
    position: absolute;
    width: 8%;
    bottom: 1vw;
    left: 1vw;
    transform: rotate(315deg);
}
.all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .the-arrow-absolute img{
    display: block;
    width: 100%;
}


@media (max-width: 600px) {
    .all-the-hero-block {
        padding: 23vw 0 19vw 0;
    }
    .all-the-hero-block .the-inside-hero-block .the-start-box-first {
        width: 100%;
    }
    .all-the-hero-block .the-inside-hero-block .the-center-box-first {
        width: 100%;
        margin: 3vw 0;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first {
        width: 100%;
    }
    .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-h1-text {
        margin: 0 0 6vw 0;
    }
    .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text {
        display: flex;
        margin: 6vw 0 0 0;
        justify-content: space-between;
    }
    .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-first-button {
        padding: 2vw 0 2.8vw 0;
        width: 46%;
        margin: 0;
    }
    .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button {
        padding: 2vw 0 2.8vw 0;
        width: 46%;
        margin: 0;
    }
    .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button .the-icon {
        width: 6vw;
        top: 3.5vw;
    }
    .body-rtl .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button .the-icon {
        left: 5vw;
    }
    .all-the-hero-block .the-inside-hero-block .the-start-box-first .the-start-box-first-inside .the-buttons-text .the-second-button .the-icon {
        right: 5vw;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside {
        width: 100%;
        height: 80vw;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .the-arrow-absolute {
        width: 12%;
        top: 4vw;
        right: 4vw;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .the-arrow-absolute {
        width: 12%;
        top: 4vw;
        left: 4vw;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .the-arrow-absolute {
        width: 12%;
        bottom: 4vw;
        left: 4vw;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-second-image .the-arrow-absolute {
        width: 12%;
        bottom: 4vw;
        right: 4vw;
    }
    .all-the-hero-block .the-inside-hero-block .the-center-box-first .the-avatar-box {
        width: 30%;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-start-img-hero .the-first-image .all-the-box-text{
        width: 80%;
        right: 10%;
        padding: 2vw 0;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-first-image .all-the-box-text {
        width: 80%;
        right: 10%;
        padding: 2vw 0;
    }
    .all-the-hero-block .the-inside-hero-block .the-end-box-first .the-end-box-first-inside .all-the-end-img-hero .the-second-image .all-the-box-text {
        width: 80%;
        right: 10%;
        padding: 2vw 0;
    }

}


.all-the-stripe-about{
    margin: -4vw 0 -4vw 0;
    position: relative;
}
.all-the-stripe-about .all-the-stripe-about-inside{
    background: var(--bg-color-green-home);
    width: calc(90% - 2vw);
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8vw;
    padding: 0 1vw;
    border-radius: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.all-the-stripe-about .all-the-stripe-about-inside .the-single-stripe{
    background: white;
    display: flex;
    align-items: center;
    padding: 1vw 2vw;
    border-radius: 50px;
    margin: 0 0.2vw;
}
.all-the-stripe-about .all-the-stripe-about-inside .the-single-stripe .the-icon{
    margin: 0 0.2vw;
    width: 2vw;
}
.all-the-stripe-about .all-the-stripe-about-inside .the-single-stripe .the-icon img{
    display: block;
    width: 100%;
}
.all-the-stripe-about .all-the-stripe-about-inside .the-single-stripe .the-text{
    margin: 0 0.2vw;
    font-size: var(--ml-font-size);
    color: var(--color-gray-font);
    white-space: nowrap;
}

@media (max-width: 600px) {
    .all-the-stripe-about {
        margin: -9vw 0 -9vw 0;
    }
    .all-the-stripe-about .all-the-stripe-about-inside {
        height: 18vw;
        padding: 0 5vw;
        width: calc(90% - 10vw);
    }
    .all-the-stripe-about .all-the-stripe-about-inside .the-single-stripe {
        padding: 2vw 5vw;
        margin: 0 1vw;
    }
    .all-the-stripe-about .all-the-stripe-about-inside .the-single-stripe .the-icon {
        margin: 0 1vw;
        width: 5vw;
    }
    .all-the-stripe-about .all-the-stripe-about-inside .the-single-stripe .the-text {
        margin: 0 1vw;
    }
}




.all-the-welcome-box-new {
    padding: 8vw 0 6vw 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside {
    width: 90%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-start-welcome {
    width: 27%;
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-center-welcome {
    width: calc(45% - 4vw);
    padding: 0 0 0 4vw;
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-center-welcome .the-title-welcom {
    font-size: var(--xl3-5-font-size);
    margin: 0 0 2vw 0;
    width: 70%;
    line-height: 0.8;
    color: var(--color-blue-header);
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-center-welcome .the-title-welcom .the-span-after-title{
    color: var(--color-green-header);
    font-size: var(--xl9-font-size);
    line-height: 0;
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-center-welcome .the-paragraph-welcome {
    color: var(--color-gray-font);
    font-size: var(--m-font-size);
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-center-welcome .the-link-welcome {
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 2vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    font-size: var(--ml-font-size);
    margin: 1vw 0 0 0;
    display: inline-block;
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-end-welcome {
    width: 27%;
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-end-welcome .the-image-welcome {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 1px 18px rgb(0 0 0 / 30%);
}
.all-the-welcome-box-new .all-the-welcome-box-new-inside .the-end-welcome .the-image-welcome img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 600px) {
    .all-the-welcome-box-new {
        padding: 17vw 0 6vw 0;
    }
    .all-the-welcome-box-new .all-the-welcome-box-new-inside .the-start-welcome {
        display: none;
    }
    .all-the-welcome-box-new .all-the-welcome-box-new-inside .the-center-welcome {
        width: 100%;
        padding: 0 0 0 0;
    }
    .all-the-welcome-box-new .all-the-welcome-box-new-inside .the-end-welcome {
        width: 100%;
    }
}
.all-the-expertise-box {
    padding: 4vw 0 2vw 0;
}
.all-the-expertise-box .all-the-expertise-box-inside {
    width: 90%;
    margin: 0 auto 0;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-title {
    display: block;
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 2vw 0
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-title .the-span-after-title{
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 5vw 0 5vw 0;
    overflow: hidden;
    border-radius: 25px;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive {
    width: 90%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive {
    width: 30%;
    background: #ffffff;
    border-radius: 40px;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .all-circle-icon {
    background: var(--bg-color-button-white);
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -3vw auto 0;
    box-shadow: 0 6px 8px rgb(0 0 0 / 40%);
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .all-circle-icon img {
    width: 35%;
    display: block;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-title {
    text-align: center;
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-line {
    height: 2px;
    background-color: var(--bg-color-green-header);
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-paragraph {
    width: 90%;
    margin: 0 auto 0;
    padding: 2vw 0 2vw 0;
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
    min-height: 10vw;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-link {
    box-shadow: 0 6px 7px -3px rgb(22 35 184 / 46%);
    text-align: center;
    padding: 2vw 0 2vw 0;
    border-top: solid 1px #aeaeae;
    border-radius: 0 0 40px 40px;
    background: #ececec;
    font-size: var(--ml-font-size);
    font-weight: 600;
    display: block;
    color: black;
}
.all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-link:hover {
    border-top: none;
    border-radius: 62px;
    background: #28b98e;
    transform: scale(1.1);
    color: var(--color-white);
}
/* .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-link.active {
    border-top: none;
    border-radius: 62px;
    background: #28b98e;
    transform: scale(1.1);
    color: var(--color-white);
} */
@media screen and (max-width: 600px) {
    .all-the-expertise-box {
        padding: 8vw 0 0 0;
    }
    .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive {
        width: 100%;
    }
    .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-link {
        padding: 7vw 0 7vw 0;
        border-radius: 0 0 30px 30px;
    }
    .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive {
        border-radius: 30px;
        margin: 0 0 20vw 0;
        border: solid 1px #cccccc;
    }
    .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .all-circle-icon {
        width: 25vw;
        height: 25vw;
        margin: -10vw auto 0;
    }
    .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive {
        padding: 10vw 0 0 0;
        background-image: none !important;
    }
    .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive {
        width: 100%;
    }
    .all-the-expertise-box .all-the-expertise-box-inside .all-the-box-archive .the-all-single-archive .the-start-expertise-archive .the-single-link.active {
        border-top: none;
        border-radius: 0 0 30px 30px;
        background: #28b98e;
        transform: none;
        color: var(--color-white);
    }
    .all-the-welcome-box-new .all-the-welcome-box-new-inside .the-center-welcome .the-link-welcome {
        padding: 2vw 8vw;
        margin: 1vw 0 8vw 0;
    }
}

















.all-the-application-box {
    
}
.all-the-application-box .all-the-application-box-inside {
    width: 90%;
    margin: 0 auto 0;
}
.all-the-application-box .all-the-application-box-inside .all-the-title {
    display: flex;
}
.all-the-application-box .all-the-application-box-inside .all-the-title .the-start-title {
    width: 54%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.all-the-application-box .all-the-application-box-inside .all-the-title .the-start-title .the-line-title {
    height: 1px;
    background: black;
    width: calc(80% - 10px);
}
.all-the-application-box .all-the-application-box-inside .all-the-title .the-start-title .the-line-title-circle {
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
}
.all-the-application-box .all-the-application-box-inside .all-the-title .the-end-title {
    width: calc(45% - 4vw);
}
.all-the-application-box .all-the-application-box-inside .all-the-title .the-end-title .the-h2-title {
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
    padding: 0 2vw;
}
.all-the-application-box .all-the-application-box-inside .all-the-title .the-end-title .the-h2-title .the-span-after-title{
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info {
    background: var(--color-blue-header);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 3vw 0 3vw 0;
    border-radius: 25px; 
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info {
    width: 44%;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .the-bg-circle {
    width: 34vw;
    height: 34vw;
    background-color: #ffffff;
    max-width: 100%;
    border-radius: 50%;
    position: absolute;
    top: -9vw;
    right: -3vw;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .the-bg-circle .the-bg-circle-inside {
    width: 33vw;
    height: 33vw;
    max-width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    border: solid 1px #000;
}

.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .the-bg-image-phone {
    position: absolute;
    width: 23vw;
    right: 5vw;
    top: -2vw;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .the-bg-image-phone img{
    display: block;
    width: 100%;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .all-application-icon-app {
    position: absolute;
    bottom: 2vw;
    right: 1vw;
    display: flex;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .all-application-icon-app .the-application-icon-app {
    width: 46%;
    margin: 0 0.5vw;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .all-application-icon-app .the-application-icon-app img {
    display: block;
    width: 100%;
}

.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info {
    width: 56%;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .paragraph-info {
    color: var(--color-white);
    font-size: var(--ml-font-size);
    margin: 0 0 0 0;
    width: 80%;
    margin: 0 0 3vw 0
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 6vw 0;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info .all-the-single-point-info {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 0 1vw 0
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info .all-the-single-point-info .the-icon-point-info {
    width: 1.5vw;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info .all-the-single-point-info .the-icon-point-info img {
    display: block;
    width: 100%;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info .all-the-single-point-info .the-text-point-info {
    width: calc(100% - 4vw);
    padding: 0 0.5vw;
    color: var(--color-white);
    font-size: var(--m-font-size);
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box {
    display: flex;
    justify-content: space-between;
    width: 85%;
    flex-wrap: wrap;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-image-bottom-info {
    width: 40%;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-image-bottom-info img {
    display: block;
    width: 100%;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info {
    
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info .the-bootom-title-box {
    color: var(--color-white);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 0.8vw 0;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info .the-bootom-title-box span {
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info .the-bootom-description-box {
    color: var(--color-white);
    font-size: var(--ml-font-size);
    margin: 0 0 1vw 0;
}
.all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info .the-bootom-link-box {
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 2vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    font-size: var(--ml-font-size);
    display: inline-block;
}

@media screen and (max-width: 600px) {

    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info {
        width: 90%;
        margin: 0 auto 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .paragraph-info {
        width: 100%;
        margin: 0 0 7vw 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info .all-the-single-point-info {
        width: 100%;
        margin: 0 0 4vw 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info .all-the-single-point-info .the-icon-point-info {
        width: 5vw;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info .all-the-single-point-info .the-text-point-info {
        width: calc(100% - 9vw);
        padding: 0 2vw;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .all-thepoint-info {
        margin: 0 0 4vw 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-image-bottom-info {
        width: 70%;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info .the-bootom-title-box {
        margin: 6vw 0 2vw 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info .the-bootom-description-box {
        margin: 0 0 5vw 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-end-side-info .the-bottom-info-box .the-text-bottom-info .the-bootom-link-box {
        padding: 3vw 12vw;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info {
        width: 90%;
        margin: 0 auto 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .the-bg-circle {
        width: 70vw;
        height: 70vw;
        top: auto;
        right: auto;
        position: relative;
        margin: 0 auto 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .the-bg-circle .the-bg-circle-inside {
        width: 65vw;
        height: 65vw;
        position: relative;
        top: 2vw;
        right: auto;
        margin: 0 auto 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .the-bg-image-phone {
        position: relative;
        width: 60%;
        right: auto;
        top: auto;
        margin: -50vw auto 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info {
        position: relative;
        padding: 10vw 0 10vw 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-title .the-start-title {
        display: none;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-title .the-end-title {
        width: 80%;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-title .the-end-title .the-h2-title {
        padding: 0 0;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .all-application-icon-app {
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: space-between;
    }
    .all-the-application-box .all-the-application-box-inside .all-the-application-info .the-start-side-info .all-application-icon-app .the-application-icon-app {
        width: 49%;
        margin: 6vw 0 6vw 0;
    }
}





.all-the-why-us{
    padding: 16vw 0 10vw 0;
}
.all-the-why-us .all-the-why-us-inside{
    display: flex;
    flex-wrap: wrap;
}
.all-the-why-us .all-the-why-us-inside .all-the-start-side{
    display: flex;
    align-items: center;
    width: 27%;
}
.all-the-why-us .all-the-why-us-inside .all-the-start-side .the-title-start{
    width: 84%;
    padding: 0 16% 0 0;
    display: block;
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
}
.all-the-why-us .all-the-why-us-inside .all-the-start-side .the-title-start .the-span-after-title{
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-why-us .all-the-why-us-inside .all-the-end-side{
    width: 73%;
    display: flex;
    position: relative;
    background: var(--bg-color-green-home);
    padding: 4vw 0 4vw 0;
    box-shadow: 4px 7px 7px -2px rgb(22 35 184 / 46%);
    border-radius: 0 15px 15px 0;
}
.all-the-why-us .all-the-why-us-inside .all-the-end-side .all-the-paragraph-box{
    width: 45%;
    padding: 0 5% 0 0;
}
.all-the-why-us .all-the-why-us-inside .all-the-end-side .all-the-paragraph-box .the-paragraph-text{
    color: var(--color-gray-font);
    font-size: var(--m-font-size);
}
.all-the-why-us .all-the-why-us-inside .all-the-end-side .the-link-text{
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 2vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    font-size: var(--ml-font-size);
    display: inline-block;
    position: absolute;
    bottom: -1vw;
    right: 20%;
}
.all-the-why-us .all-the-why-us-inside .all-the-end-side .all-the-image-biuld{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}
.all-the-why-us .all-the-why-us-inside .all-the-end-side .all-the-image-biuld img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 600px) {

    .all-the-why-us .all-the-why-us-inside .all-the-start-side {
        width: 100%;
    }
    .all-the-why-us .all-the-why-us-inside .all-the-start-side .the-title-start {
        width: 90%;
        padding: 0 0 0 0;
        margin: 0 auto 15px;
    }
    .all-the-why-us .all-the-why-us-inside .all-the-end-side {
        width: 90%;
        border-radius: 15px;
        margin: 0 auto 0;
                flex-wrap: wrap;
    }
    .all-the-why-us .all-the-why-us-inside .all-the-end-side .all-the-paragraph-box {
        width: 90%;
        padding: 0 0 0 0;
        margin: 0 auto 0;
    }
    .all-the-why-us .all-the-why-us-inside .all-the-end-side .all-the-image-biuld {
        position: relative;
        bottom: auto;
        left: auto;
        width: 70%;
        margin: 0 auto 0;
    }
    .all-the-why-us .all-the-why-us-inside .all-the-end-side .the-link-text {
        padding: 3vw 9vw;
        position: relative;
        bottom: auto;
        right: auto;
        margin: 1vw auto 5vw;
    }

}















.all-the-what-you-want{
    padding: 4vw 0 2vw 0;
}
.all-the-what-you-want .inside-all-the-what-you-want{
    width: 90%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side{
    width: 48%;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .the-h2-title{
    width: 50%;
    display: block;
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .the-h2-title .the-span-after-title{
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .all-the-images-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .all-the-images-box .all-the-numbet-images{
    width: 28%;
    color: #e0e0e2;
    font-size: var(--xl5-font-size);
    font-weight: 800;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .all-the-images-box .all-the-background-image{
    width: 70%;
    height: 16vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    border-radius: 10px;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .the-h3-title{
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
    margin: 1.5vw 0 1vw 0;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .the-p-text{
    color: var(--color-gray-font);
    font-size: var(--m-font-size);
    margin: 1vw 0 1vw 0;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side{
    width: 48%;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .the-p-text{
    color: var(--color-gray-font);
    font-size: var(--m-font-size);
    margin: 0 0 2vw 0;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box{
    
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    background: white;
    margin: 0 0 1.5vw 0;
    border-radius: 30px;
    padding: 1.5vw 1vw;
    cursor: pointer;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq.active{
    background: #27b98e;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq .the-number-box{
    font-size: var(--l-font-size);
    font-weight: 800;
    color: #e0e0e2;
    width: 4vw;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq .the-text-box{
    color: var(--color-blue-header);
    font-size: var(--s-font-size);
    font-weight: bold;
    width: calc(100% - 6vw);
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq.active .the-text-box{
    color: white;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq .the-arrow-box{
    width: 2vw;
    height: 2vw;
    border: solid 1px #23354d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq.active .the-arrow-box{
    border: solid 1px #ffffff;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq .the-arrow-box .the-arrow-image-inside{
    width: 37%;
    display: block;
    transform: rotate(45deg);
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-line{
    display: flex;
    align-items: center;
    width: calc(100% - 11vw);
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-line .the-line{
    height: 1px;
    background: black;
    width: calc(100% - 20px);
} 
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-line .the-circle{
    width: 20px;
    height: 20px;
    background: black;
    border-radius: 50%;
} 
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 8vw;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-link .the-link-text{
    font-size: var(--ml-font-size);
    color: var(--color-blue-header);
    text-decoration: underline;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-link .the-image{
    width: 20px;
}
.all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-link .the-image img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 600px) {

    .all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side {
        width: 100%;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 4vw 0 2vw 0;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box {
        margin: 0 0 5vw 0;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq {
        margin: 0 0 2vw 0;
        padding: 2vw 2vw;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq .the-number-box {
        width: 10vw;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq .the-text-box {
        width: calc(100% - 18vw);
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-end-side .all-the-faq-box .all-the-single-faq .the-arrow-box {
        width: 8vw;
        height: 8vw;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .the-h2-title {
        width: 100%;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .all-the-images-box .all-the-background-image {
        width: 100%;
        height: 35vw;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-start-side .all-the-images-box .all-the-numbet-images {
        width: 100%;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-line {
        width: 50%;
    }
    .all-the-what-you-want .inside-all-the-what-you-want .the-first-botton-side .all-the-link {
        width: 33%;
    }

}










.all-the-benefits-block{
    padding: 2vw 0 1vw 0;
    display: flex;
    position: relative;
}
.all-the-benefits-block .all-the-benefits-block-start-side{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 63%;
    height: 100%;
    position: absolute;
}
.all-the-benefits-block .all-the-benefits-block-end-side{
    width: 40%;
    margin: 0 40% 0 0;
    z-index: 9;
}
.all-the-benefits-block .all-the-benefits-block-end-side .the-h2-title{
    width: 100%;
    display: block;
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
}
.all-the-benefits-block .all-the-benefits-block-end-side .the-h2-title .the-span-after-title{
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-benefits-block .all-the-benefits-block-end-side .the-p-text {
    color: var(--color-gray-font);
    font-size: var(--m-font-size);
    margin: 1vw 0 1vw 0;
}
.all-the-benefits-block .all-the-benefits-block-end-side .the-link-welcome {
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 2vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    font-size: var(--ml-font-size);
    margin: 1vw 0 0 0;
    display: inline-block;
}
@media screen and (max-width: 600px) {
    .all-the-benefits-block .all-the-benefits-block-end-side {
        width: 90%;
        margin: 0 auto 0;
    }
    .all-the-benefits-block .all-the-benefits-block-start-side {
        width: 100%;
        opacity: 0.2;
    }
    .all-the-benefits-block .all-the-benefits-block-end-side .the-link-welcome {
        padding: 3vw 12vw;
        margin: 1vw 0 8vw 0;
    }
}






.all-the-blog-block{
    padding: 2vw 0 6vw 0;
    position: relative;
    background: var(--color-blue-header);
    margin: 8vw 0 0 0;
    border-radius: 20px;
}
.all-the-blog-block .the-avatar-absolute{
    position: absolute;
    width: 26vw;
    height: 26vw;
    left: 10vw;
    top: -14vw;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-blog-block .the-avatar-absolute img{
    width: 80%;
    display: block;
}
.all-the-blog-block .all-the-blog-block-inside{
    width: 90%;
    margin: 0 auto 0;
}
.all-the-blog-block .all-the-blog-block-inside .the-h2-title{
    width: 100%;
    display: block;
    color: var(--color-white);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
}
.all-the-blog-block .all-the-blog-block-inside .the-h2-title .the-span-after-title {
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}



.all-the-blog-block .all-the-blog-block-inside .all-the-line-block {
    margin: 5vw 0 0 0;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside {
    display: flex;
    padding: 2vw 0 2vw 0;
    border-bottom: solid 1px #7a7a7a;
    border-radius: 20px;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside:hover {
    background: #475c7d;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-start {
    display: flex;
    width: calc(18% - 3vw);
    justify-content: space-between;
    padding: 0 1vw 0 2vw;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-start .the-number-blog{
    color: var(--bg-color-button-gray-dark);
    font-size: var(--xl3-5-font-size);
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-start .the-image-blog{
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-center {
    width: 70%;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-center .the-h3-of-blog{
    color: var(--color-white);
    font-size: var(--m-font-size);
    margin: 1.5vw 0 1vw 0;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-center .the-p-of-blog{
    color: var(--bg-color-button-gray-dark);
    font-size: var(--m-font-size);
    margin: 1vw 0 1vw 0;
    width: 60%;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-end {
    width: 12%;
    display: flex;
    flex-direction: row-reverse;
}
.all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-end .the-date-of-blog{
    font-size: var(--ml-font-size);
    color: var(--color-white);
    padding: 0 1vw;
}

.all-the-blog-block .all-the-blog-block-inside .the-link-block-bottom{
    display: flex;
    justify-content: flex-end;
    margin: 2vw 0 0 0;
}
.all-the-blog-block .all-the-blog-block-inside .the-link-block-bottom-link{
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 2vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    font-size: var(--ml-font-size);
    margin: 1vw 0 0 0;
    display: inline-block;
}



@media screen and (max-width: 600px) {
    .all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-center .the-h3-of-blog {
        width: 75%;
    }
    .all-the-blog-block .all-the-blog-block-inside .all-the-line-block .all-the-line-block-inside .the-line-block-center .the-p-of-blog {
        margin: 3vw 0 5vw 0;
        width: 100%;
    }
    .all-the-blog-block .all-the-blog-block-inside .the-link-block-bottom-link {
        padding: 3vw 12vw;
    }
}






.all-the-section-project{
    padding: 5vw 0 5vw 0;
}
.all-the-section-project .all-the-section-project-inside{
    width: 90%;
    margin: 0 auto 0;
}
.all-the-section-project .all-the-section-project-inside .the-h2-title{
    width: 100%;
    display: block;
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 2vw 0;
}
.all-the-section-project .all-the-section-project-inside .the-h2-title .the-span-after-title{
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project{
    background: #c9ebe1;
    height: 20vw;
    position: relative;
    margin: 0 0 1vw 0;
    border-radius: 15px;
    overflow: hidden;
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project.the-60-width{
    width: calc(60% - 0.5vw);
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project.the-20-width{
    width: calc(20% - 0.5vw);
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-background-project{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-bottom-title{
    position: absolute;
    bottom: 1vw;
    background: white;
    width: calc(90% - 2vw);
    right: 5%;
    padding: 2vw 1vw;
    border-radius: 10px;
    color: var(--color-blue-header);
    font-size: var(--s-font-size);
    font-weight: bold;
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project.the-60-width .the-bottom-title{
    width: auto;
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-title-h3{
    color: var(--color-blue-header);
    font-size: var(--xl-font-size);
    font-weight: 800;
    line-height: 1;
    margin: 1vw auto 1vw;
    width: 90%
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-description-p{
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
    margin: 0 auto 0;
    width: 90%
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-link{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 1vw;
    width: 100%;
}
.all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-link a{
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 0;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    font-size: var(--ml-font-size);
    display: inline-block;
    width: 80%;
}

@media screen and (max-width: 600px) {
    .all-the-section-project {
        padding: 12vw 0 12vw 0;
    }
    .all-the-section-project .all-the-section-project-inside .the-h2-title {
        margin: 0 0 5vw 0;
    }
    .all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project.the-20-width {
        width: 100%;
        height: 70vw;
        margin: 0 0 3vw 0;
    }
    .all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project.the-60-width {
        width: 100%;
        height: 70vw;
        margin: 0 0 3vw 0;
    }
    .all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-bottom-title {
        bottom: 3vw;
        width: calc(90% - 6vw);
        padding: 5vw 3vw;
    }
    .all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project.the-60-width .the-bottom-title {
        width: calc(90% - 6vw);
    }
    .all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-title-h3 {
        margin: 5vw auto 2vw;
    }
    .all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-link {
        bottom: 3vw;
    }
    .all-the-section-project .all-the-section-project-inside .all-the-archive-project .the-single-project .the-link a {
        padding: 3vw 0;
    }
}


.all-the-footer-contact {
    margin: 0 0 5vw 0;
}
.all-the-footer-contact .all-the-footer-contact-inside {
    width: 90%;
    margin: 0 auto 0;
    background: #e5e5e5;
    border-radius: 65px;
    position: relative;
    overflow: hidden;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-background-contact{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;   
    padding: 5vw 3vw; 
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .the-avatar {
    margin: 0 0 0 2vw;
    width: 13vw;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .the-avatar img {
    width: 100%;
    display: block;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .all-the-text {
    
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .all-the-text .the-h2-title {
    width: 100%;
    display: block;
    color: var(--color-blue-header);
    font-size: var(--xl3-5-font-size);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 2vw 0;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .all-the-text .the-h2-title span {
    color: var(--color-green-header);
    font-size: var(--xl5-font-size);
    line-height: 0;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .all-the-text .the-p-regular {
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
    margin: 0 0 0 0
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .all-the-text .the-p-bold {
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
    font-weight: bold;
    margin: 0 0 0 0
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form {
    width: 100%;
    margin: 4vw 0 0 0;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-input-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-input-text .the-input-text-single {
    width: 48%;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-input-text .the-input-text-single input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: solid 1px #000;
    padding: 1vw 0;
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-input-text .the-input-text-single input::placeholder {

}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-input-text .the-input-text-single input:focus {

}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit {
    display: flex;
    justify-content: space-between;
    margin: 2vw 0 0 0;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit .all-the-buttom a {

}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit .all-the-buttom a:hover {

}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit .all-the-buttom a img {

}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit .all-the-submit {

}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit .all-the-submit input {
    background: var(--bg-color-green-header);
    color: var(--color-white);
    padding: 0.5vw 3vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    font-size: var(--ml-font-size);
    border: none;
}
.all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit .all-the-submit input:hover {

}

@media screen and (max-width: 600px) {
    .all-the-footer-contact {
        margin: 0 0 10vw 0;
    }
    .all-the-footer-contact .all-the-footer-contact-inside {
        border-radius: 20px;
    }
    .all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        position: relative;
        padding: 10vw 7vw;
    }
    .all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text .the-avatar {
        margin: 0 0 5vw 0;
        width: 25vw
    }
    .all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form {
        margin: 10vw 0 0 0;
    }
    .all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-input-text .the-input-text-single {
        width: 100%;
        margin: 0 0 6vw 0;
    }
    .all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-input-text .the-input-text-single input {
        padding: 4vw 0;
    }
    .all-the-footer-contact .all-the-footer-contact-inside .the-avatar-and-text form .all-the-button-ana-submit .all-the-submit input {
        padding: 3vw 12vw;
    }
}




