/*
Theme Name: scope
Author: scope
Version: 1.0
*/


html,body{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    direction: rtl;
    /* direction: rtl; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Heebo', sans-serif;
    scroll-behavior: smooth;
}
input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
iframe{
    max-width: 100% !important;
}
input{
    
}
input::placeholder{
    
}
textarea{
    
}
textarea::placeholder{
    
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
h2{
    margin-block-start: 0;
    margin-block-end: 0;
}






.all-page-404{
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
}
.all-page-404 .the-num-404{
    width: 100%;
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    color: #6f9b2f;
}
.all-page-404 .the-text-404{
    
}
.all-page-404 .the-text-404 a{
    color: #6f9b2f;
}
@media only screen and (max-width: 1700px) {
    .all-page-404 {
        height: 460px;
    }
}
@media only screen and (max-width: 1000px) {
    .all-page-404 {
        height: 460px;
    }
}



.fixed-message-icon{
    position: fixed;
    top: 300px;
    z-index: 999;
    display: flex;
    direction: rtl;
    right: 0;
}
.fixed-message-icon .inside-fixed-message-white{
    width: 40px;
    height: 80px;
    background-color: white;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.fixed-message-icon .inside-fixed-message-icon{
    width: 72px;
    height: 72px;
    background-color: #3d4139;
    border-radius: 50%;
    border: solid 4px #fff;
    margin: 0 -36px 0 0;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: -13px 0 10px -3px rgb(0 0 0 / 15%);
}
.fixed-whatsapp-icon{
    top: 395px;
    position: fixed;
    z-index: 999;
    display: flex;
    direction: rtl;
    right: 0;
}
.fixed-whatsapp-icon .inside-fixed-whatsapp-white{
    width: 40px;
    height: 80px;
    background-color: white;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.fixed-whatsapp-icon .inside-fixed-whatsapp-icon{
    width: 72px;
    height: 72px;
    background-color: #bdd52f;
    border-radius: 50%;
    border: solid 4px #fff;
    margin: 0 -36px 0 0;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: -13px 0 10px -3px rgb(0 0 0 / 15%);
}


@media only screen and (max-width: 1600px) {
    .fixed-message-icon {
        top: 200px;
    }
    .fixed-message-icon .inside-fixed-message-white {
        width: 35px;
        height: 48px;
    }
    .fixed-message-icon .inside-fixed-message-icon {
        width: 40px;
        height: 40px;
        margin: 0 -28px 0 0;
    }
    .fixed-whatsapp-icon {
        top: 260px;
    }
    .fixed-whatsapp-icon .inside-fixed-whatsapp-white {
        width: 35px;
        height: 48px;
    }
    .fixed-whatsapp-icon .inside-fixed-whatsapp-icon {
        width: 40px;
        height: 40px;
        margin: 0 -28px 0 0;
    }
}
@media only screen and (max-width: 800px){
    .fixed-message-icon {
        display: none;
    }
    .fixed-whatsapp-icon {
        display: none;
    }
}
.all-the-header-in-desktop{
    position: relative;
    width: 100%;
    border-radius: 0 0 40px 40px;
    position: absolute;
    z-index: 999999;
    border-radius: 0 0 0 40px;
    position: fixed;
}
.all-the-header-in-desktop .inside-the-header-in-desktop{
    
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header{
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 4% 0 0;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header{
    height: 70px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top{
    height: 100%;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul{
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    height: 100%;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li{
    font-size: 21px;
    font-size: 1.1vw;
    font-weight: 400;
    margin: 0 0 0 40px;
    height: 100%;
    position: relative;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li:hover > .all-the-drop-down-top{
    display: block;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li .all-the-drop-down-top{
    position: absolute;
    width: 180%;
    z-index: 999;
    right: calc(0% - 15%);
    display: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    background: white;
    padding: 12px 0;
    right: -40%;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li .all-the-drop-down-top .the-link-in-drop{
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    width: 85%;
    margin: 5px auto 5px;
    display: block;
    text-decoration: none;
    color: #454842;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li .all-the-drop-down-top .the-link-in-drop:hover{
    background: #8cb12c;
    color: black;
    border-radius: 5px;
}






.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li .all-the-drop-down-top .the-link-in-drop-the-line{
    height: 1px;
    border-top: dashed 2px #e2e2e2;
    width: 85%;
    margin: 0 auto 0;
}


.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li .top-link{
    text-decoration: none;
    color: black;
    transition: color 0.5s;
    height: 100%;
    display: flex;
    align-items: center;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li .top-link:hover{
    color: rgb(175, 175, 175);
}



.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top{
    display: flex;
    align-items: center;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top a{
    text-decoration: none;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-search{
    display: flex;
    align-items: center;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-search .the-text{
    color: #494d46;
    font-size: 1.1vw;
    font-weight: 400;
    margin: 0 8px 0 0;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-search .the-icon{
    margin: 8px 0 0 7px;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-search .the-icon img{
    width: 100%;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-lang{
    color: #494d46;
    font-size: 24px;
    font-size: 1.3vw;
    margin: 0 50px 0 0;
}








.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header{
    height: 76px;
    width: calc(100% - 36px);
    background-image: linear-gradient(to right, #69962f, #8cb22c);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom{
    height: 100%;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom{
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    padding: 0 calc(4% - 15px) 0 0;
    height: 100%;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom{
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 0 0;
    position: relative;
    justify-content: center;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom:hover > a{
    background: #3d4139;
    /* padding: 7px 20px; */
    border-radius: 10px;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom a{
    color: white;
    font-size: 26px;
    font-size: 1.37vw;
    font-weight: 600;
    text-decoration: none;
    padding: 7px 14px;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom a.active{
    background: #3d4139;
    border-radius: 10px;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom:hover > .li-bottom-absolute{
    display: flex;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom .li-bottom-absolute{
    position: absolute;
    /* width: 500px; */
    /* height: 500px; */
    background: white;
    top: 100%;
    display: none;
    padding: 24px 34px;
    border-radius: 50px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    background: white;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom .li-bottom-absolute .all-box-absolute{
   
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom .li-bottom-absolute .all-box-absolute .box-absolute-title{
    font-size: 18px;
    padding: 12px 15px;
    min-width: 310px;
    text-align: center;
    cursor: pointer;
    text-align: right;
    font-weight: 600;
    color: #3e413a;
    display: block;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom .li-bottom-absolute .all-box-absolute .box-absolute-title-line{
    height: 1px;
    /* background-color: teal; */
    border-top: dashed 2px #e2e2e2;
    margin: 15px 0;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom .li-bottom-absolute .all-box-absolute .box-absolute-title:hover {
    background: #8cb12c;
    color: black;
    border-radius: 12px;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .logo-header{
    position: absolute;
    top: 0;
    left: 0;
}
.all-the-header-in-desktop .inside-the-header-in-desktop .logo-header img{
    width: 100%;
}



.all-the-header-in-mobile{
    display: none;
}






@media only screen and (max-width: 1730px) {

    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom a {
        /* font-size: 18px;
        font-size: 1.4vw; */
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li {
        /* font-size: 16px;
        font-size: 1.2vw; */
        
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-search .the-text {
        /* font-size: 18px;
        font-size: 1.2vw; */
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-lang {
        font-size: 20px;
        font-size: 1.3vw;
    }
    
}
@media only screen and (max-width: 1730px) {

    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom .li-bottom-absolute .all-box-absolute .box-absolute-title {
        font-size: 16px;
    }
    
}




@media only screen and (max-width: 1530px) {

    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom {
        margin: 0 0 0 0;
    }
    
}

@media only screen and (max-width: 1470px) {

    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-lang {
        margin: 0 20px 0 0;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom a {
        /* font-size: 16px;
        font-size: 1.4vw; */
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header {
        width: 75%;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .left-top .all-search .the-icon img {
        width: 60%;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header .right-top .top-ul .top-li .all-the-drop-down-top {
        width: 207px;
        right: -27px;
    }
    
}

@media only screen and (max-width: 1390px) {

    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom a {
        /* font-size: 16px; */
        font-size: 1.3vw;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom .li-bottom-absolute .all-box-absolute .box-absolute-title {
        font-size: 16px;
        min-width: 220px;
    }
    
}

@media only screen and (max-width: 1260px) {

    .all-the-header-in-desktop .inside-the-header-in-desktop .logo-header {
        width: 167px;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header {
        height: 50px;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header {
        height: 50px;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .bottom-header .nav-bottom .ul-bottom .li-bottom a.active {
        padding: 2px 20px;
    }
    .all-the-header-in-desktop .inside-the-header-in-desktop .top-header .inside-top-header {
        width: 80%;
        height: 50px;
    }
    
}

@media only screen and (max-width: 1000px) {

    .all-the-header-in-desktop{
        display: none;
    }
    .all-the-header-in-mobile{
        display: block;
        background-color: rgb(255, 255, 255);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999999;
        /* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%); */
        border-bottom: 1px solid #cdcdcd;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile{
        display: flex;
        justify-content: space-between;
        height: 80px;
        padding: 0 15px;
        align-items: center;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .right-side{
        width: 50px;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .right-side img{
        width: 50%;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .left-side{
        width: 75px;
        height: 100%;
        display: flex;
        align-items: center;
        border-right: 1px solid #cdcdcd;
        padding: 0 20px 0 0;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .left-side img{
        width: 100%;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .search-side{
        width: calc(50% - 70px);
        height: 100%;
        border-right: 1px solid #cdcdcd;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #888888;
        text-decoration: none;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .search-side img{
        width: 22px;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .cart-side{
        width: calc(50% - 75px);
        height: 100%;
        border-right: 1px solid #cdcdcd;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #888888;
        text-decoration: none;
    }
    .all-the-header-in-mobile .inside-the-header-in-mobile .cart-side img{
        width: 24px;
    }
    .all-the-header-in-mobile .all-the-black-screen{
        width: 100%;
        height: 100%;
        background: rgb(0,0,0,0.5);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99;
        display: none;
    }
    .all-the-header-in-mobile .all-the-white-screen{
        width: 75%;
        height: 100%;
        background: #ffffff;
        position: fixed;
        top: 0;
        right: -75%;
        z-index: 99;
        max-width: 280px;
        transition: all 0.5s;
        overflow: auto;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title{
        display: flex;
        align-items: center;
        padding: 10px 10px;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title .the-name{
        margin: 0 8px 0 0;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title img{
        width: 42px;
    }

    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu{
        display: flex;
        align-items: center;
        padding: 10px 10px;
        text-decoration: none;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu .the-name{
        margin: 0 20px 0 0;
        color: #6b6b6b;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu .the-image{
        width: 34px;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu .the-image img{
        width: 100%;
    }

    


    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang{
        /* display: flex; */
        align-items: center;
        position: relative;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-top-title-menu-lang{
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 10px; 
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-top-title-menu-lang .the-name{
        margin: 0 20px 0 0;
        color: #6b6b6b;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-top-title-menu-lang .the-image{
        width: 34px;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-top-title-menu-lang .the-image img{
        width: 100%;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-top-title-menu-lang .the-allow{
        position: absolute;
        left: 25px;
        color: #6b6b6b;
    }
    
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-all-slider{
        /* display: flex; */
        align-items: center;
        position: relative;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-all-slider .inside-the-slider{
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 10px;
        border-top: solid 2px #d0d0d0;
        border-radius: 14px;
        text-decoration: none;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-all-slider .inside-the-slider .the-name{
        margin: 0 20px 0 0;
        color: #6b6b6b;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-all-slider .inside-the-slider .the-image{
        width: 34px;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-all-slider .inside-the-slider .the-image img{
        width: 100%;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-lang .inside-the-all-slider .the-allow{
        position: absolute;
        left: 25px;
        color: #6b6b6b;
    }






    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat{
        /* display: flex; */
        align-items: center;
        position: relative;
        background: #8cb12c;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-top-title-menu-cat{
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 10px; 
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-top-title-menu-cat .the-name{
        margin: 0 20px 0 0;
        color: #000000;
        font-weight: 600;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-top-title-menu-cat .the-image{
        width: 34px;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-top-title-menu-cat .the-image img{
        width: 100%;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-top-title-menu-cat .the-allow{
        position: absolute;
        left: 25px;
        color: #6b6b6b;
    }
    
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-all-slider{
        /* display: flex; */
        align-items: center;
        position: relative;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-all-slider .inside-the-slider{
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 10px;
        border-top: none;
        border-radius: 0;
        text-decoration: none;
        border-top: solid 1px #777;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-all-slider .inside-the-slider .the-name{
        margin: 0 20px 0 0;
        color: #ffffff;
        font-weight: 600;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-all-slider .inside-the-slider .the-image{
        width: 34px;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-all-slider .inside-the-slider .the-image img{
        width: 100%;
    }
    .all-the-header-in-mobile .all-the-white-screen .the-top-title-menu-cat .inside-the-all-slider .the-allow{
        position: absolute;
        left: 25px;
        color: #6b6b6b;
    }
    
    
}







/*
+++++++++++++++++++++++++++++++++++++++++
all-the-slider-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-slider-block{
    overflow: hidden;
    height: 96.6vh;
    position: relative;
    margin: 0 auto 0;
    max-width: 3000px;
}
.all-the-slider-block .inside-the-slider-block{
    height: 94.6vh;
    border-radius: 0 0 50% 50%;
    margin: 0 auto 0;
    width: 110%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid 3px #ffffff;
}
.all-the-slider-block .inside-the-slider-block iframe{
    width: 100%;
    height: 124%;
    margin: 0 auto 0;
}



@media only screen and (max-width: 1600px) {
    
    .all-the-slider-block .inside-the-slider-block iframe{
        height: 129%;
    }

}

@media only screen and (max-width: 900px) {
    
    .all-the-slider-block {
        height: 320px;
    }
    .all-the-slider-block .inside-the-slider-block {
        width: 140%;
        left: -20%;
        height: 320px;
        border-radius: 0;
    }

}


/*
+++++++++++++++++++++++++++++++++++++++++
all-the-first-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-first-block{
    margin: -275px auto 0;
    max-width: 3000px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 0 100px 0;
}
.all-the-first-block .line-hide-block{
    height: 275px;
}
.all-the-first-block .inside-the-first-block{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    padding: 46px 0 0 0;
    align-items: center;
    flex-wrap: wrap;
}
.all-the-first-block .inside-the-first-block .right-side{
    background-color: white;
    width: calc(60% - 152px);
    position: relative;
    border-radius: 40px;
    padding: 120px 76px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.all-the-first-block .inside-the-first-block .right-side .the-arrow-absolute{ 
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    left: -25px;
    top: calc(50% - 25px);
    transform: rotate(45deg);
    box-shadow: -7px 7px 12px 0 rgb(0 0 0 / 6%);
}
.all-the-first-block .inside-the-first-block .right-side .the-title{ 
    color: #3d4139;
    font-size: 2.8vw;
    font-weight: 400;
    margin: 0 0 14px 0;
}
.all-the-first-block .inside-the-first-block .right-side .the-title span{ 
    color: #00aeef;
    font-weight: 900;
}
.all-the-first-block .inside-the-first-block .right-side .the-sub-title{ 
    color: #3d4139;
    font-size: 1.35vw;
}
.all-the-first-block .inside-the-first-block .left-side{
    width: 31%;
}
.all-the-first-block .inside-the-first-block .left-side .text-1{
    color: #3d4139;
    font-size: 2.45vw;
    margin: 0 0 -44px 0;
}
.all-the-first-block .inside-the-first-block .left-side .text-2{
    color: #00adef;
    font-size: 7.3vw;
    font-weight: 900;
    margin: 0 0 -77px 0;
}
.all-the-first-block .inside-the-first-block .left-side .text-3{
    color: #3d4139;
    font-size: 7.6vw;
    font-weight: 700;
    margin: 0 0 -56px 0;
}
.all-the-first-block .inside-the-first-block .left-side .text-4{
    color: #3d4139;
    font-size: 2.4vw;
    font-weight: 500;
}
@media only screen and (max-width: 1600px) {
    .all-the-first-block .inside-the-first-block .right-side .the-title {
        font-size: 34px;
    }
    .all-the-first-block .inside-the-first-block .right-side .the-sub-title {
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 1470px) {
    .all-the-first-block .inside-the-first-block .left-side .text-1 {
        margin: 0 0 -20px 0;
    }
    .all-the-first-block .inside-the-first-block .left-side .text-2 {
        margin: 0 0 -40px 0;
    }
    .all-the-first-block .inside-the-first-block .left-side .text-3 {
        margin: 0 0 -20px 0;
    }
}
@media only screen and (max-width: 900px) {
    .all-the-first-block .inside-the-first-block .right-side {
        background-color: white;
        width: 100%;
        position: relative;
        border-radius: 40px;
        padding: 120px 76px;
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    }
    .all-the-first-block .inside-the-first-block .right-side .the-arrow-absolute {
        left: calc(50% - 25px);
        bottom: -22px;
        box-shadow: 11px 7px 12px 0 rgb(0 0 0 / 6%);
        top: auto;
    }
    .all-the-first-block .inside-the-first-block .left-side {
        width: 100%;
        margin: 50px 0 0 0;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .all-the-first-block .inside-the-first-block .left-side .text-1 {
        font-size: 28px;
        margin: 0 0 -14px 0;
    }
    .all-the-first-block .inside-the-first-block .left-side .text-2 {
        font-size: 55px;
        margin: 0 0 -16px 0;
    }
    .all-the-first-block .inside-the-first-block .left-side .text-3 {
        font-size: 38px;
        margin: 0 0 -7px 0;
    }
    .all-the-first-block .inside-the-first-block .left-side .text-4 {
        font-size: 18px;
    }
    .all-the-first-block .inside-the-first-block .right-side .the-title {
        font-size: 22px;
        text-align: center;
    }
    .all-the-first-block .inside-the-first-block .right-side {
        padding: 34px 28px 34px 28px;
    }
    .all-the-first-block .inside-the-first-block .right-side .the-sub-title {
        font-size: 16px;
    }
}







/*
+++++++++++++++++++++++++++++++++++++++++
all-the-second-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-second-block{
    display: flex;
    /* align-items: center; */
    background-image: linear-gradient(#d7d5d5, #fff);
    max-width: 3000px;
    margin: 0 auto 0;
}
.all-the-second-block .right-main{
    width: 50%;
    overflow: hidden;
    height: 1010px;
    display: flex;
    align-items: center;
}
.all-the-second-block .right-main .inside-right-main{
    width: 73%;
    height: 112%;
    background-image: linear-gradient(#65942e, #9bbc30);
    border-radius: 50% 0 0 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.all-the-second-block .right-main .inside-right-main .single-slider{
    color: white;
    font-size: 2.1vw;
    font-weight: 500;
    padding: 6px 18% 6px 0;
    cursor: pointer;
    transition: letter-spacing 0.5s;
}
.all-the-second-block .right-main .inside-right-main .single-slider.active{
    position: relative;
    background: #b8d12f;
    display: flex;
    align-items: center;
    padding: 20px 0 20px 0;
    position: relative;
    margin: 10px 0;
}
.all-the-second-block .right-main .inside-right-main .single-slider.active .the-line-left{
    width: 40%;
    height: 1px;
    background: white;
}
.all-the-second-block .right-main .inside-right-main .single-slider.active .the-line-center{
    background: #b8d12f;
    z-index: 9;
    margin: 0 12% 0 0;
    padding: 0 43px;
    color: white !important;
}
.all-the-second-block .right-main .inside-right-main .single-slider.active .the-line-right{
    width: 100%;
    height: 1px;
    background: white;
    margin: 0 0 0 9%;
    position: absolute;
}
.all-the-second-block .right-main .inside-right-main .single-slider.active .the-line-absolute{
    position: absolute;
    width: 190px;
    height: 190px;
    left: -90px;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-second-block .right-main .inside-right-main .single-slider.active .the-line-absolute .inside-line-absolute{
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #b8d12f;
    border: solid 1px #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 46%;
}




.all-the-second-block .left-main{
    width: 50%;
    display: none;
    opacity: 0;
    transition: all 0.5s;
    padding: 70px 0 0 0;
}
.all-the-second-block .left-main.active{
    display: block;
}
.all-the-second-block .left-main .inside-left-main{
    width: 90%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.all-the-second-block .left-main .inside-left-main .the-title{
    text-align: center;
    font-size: 57px;
    font-weight: 900;
    color: #3d4139;
}
.all-the-second-block .left-main .inside-left-main .the-sub-title{
    text-align: center;
    font-size: 27px;
    color: #3d4139;
    margin: -4px 0 20px 0;
}
.all-the-second-block .left-main .inside-left-main .the-bold-green{
    text-align: center;
    font-size: 50px;
    color: #fff;
    background: #b8d12f;
    font-weight: 600;
    border-radius: 12px;
    margin: 0 0 20px 0;
}
.all-the-second-block .left-main .inside-left-main .the-text{
    font-size: 24px;
    text-align: justify;
    color: #3d4139;
    margin: 0 0 30px 0;
}
.all-the-second-block .left-main .inside-left-main .all-botton{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-second-block .left-main .inside-left-main .all-botton .single-botton{
    text-align: center;
    border: solid 1px #fff;
    background: #3d4139;
    color: white;
    margin: 0 0 15px 0;
    padding: 15px 0;
    font-size: 26px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.5s;
}
.all-the-second-block .left-main .inside-left-main .all-botton .single-botton:hover{
    background: #00aeef;
}
.all-the-second-block .left-main .inside-left-main .all-botton .single-botton.botoon-1{
    width: calc(25% - 12px);
    text-decoration: none;
}
.all-the-second-block .left-main .inside-left-main .all-botton .single-botton.botoon-2{
    width: calc(50% - 9px);
    text-decoration: none;
}
.all-the-second-block .left-main .inside-left-main .all-botton .single-botton.botoon-3{
    width: calc(75% - 8px);
    text-decoration: none;
}
.all-the-second-block .left-main .inside-left-main .all-botton .single-botton.botoon-4{
    width: calc(100%);
    text-decoration: none;
}
.all-the-second-block .left-main .inside-left-main .all-botton .single-botton.botoon-5{
    width: calc(33% - 11px);
    text-decoration: none;
}


.all-the-second-block-mobile {
    display: none;
}


@media only screen and (max-width: 1600px) {
    .all-the-second-block .left-main .inside-left-main .the-title {
        font-size: 34px;
    }
    .all-the-second-block .left-main .inside-left-main .the-sub-title {
        font-size: 20px;
    }
    .all-the-second-block .left-main .inside-left-main .the-bold-green {
        font-size: 24px;
    }
    .all-the-second-block .left-main .inside-left-main .the-text {
        font-size: 18px;
    }
    .all-the-second-block .left-main .inside-left-main .all-botton .single-botton {
        margin: 0 0 10px 0;
        padding: 8px 0;
        font-size: 20px;
    }
    .all-the-second-block .right-main .inside-right-main .single-slider {
        font-size: 22px;
    }
    .all-the-second-block .right-main .inside-right-main {
        /* height: 700px; */
    }
    .all-the-second-block .right-main {
        height: 600px;
    }
    .all-the-second-block .right-main .inside-right-main .single-slider.active {
        padding: 10px 0% 10px 0;
    }
    .all-the-second-block .right-main .inside-right-main .single-slider.active .the-line-center {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1000px) {
    .all-the-second-block {
        display: none;
    }
    .all-the-second-block-mobile {
        display: block;
        background-color: #d7d5d5;
        padding: 45px 0 45px 0;
    }
    .all-the-second-block-mobile .the-title{
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: #3d4139;
    }
    .all-the-second-block-mobile .the-sub-title{
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #3d4139;
        margin: 0 0 16px 0;
    }
    .all-the-second-block-mobile .all-the-single-tab{
        width: 90%;
        margin: 0 auto 12px;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab{
        background: #b8d12f;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 13px;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .right-top-tab{
        width: 16%;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .right-top-tab .inside-right-top-tab{
        width: 43px;
        height: 43px;
        border: solid 1px #fff;
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .right-top-tab .inside-right-top-tab .absolute-inside-right-top-tab{
        width: 35px;
        height: 35px;
        border: solid 1px #fff;
        border-radius: 50%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .right-top-tab .inside-right-top-tab .absolute-inside-right-top-tab img{
        width: 50%;
        display: block;
        margin: 4px 0 0 0;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .center-top-tab{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        position: relative;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .center-top-tab .the-text-center{
        text-align: center;
        z-index: 1;
        background: #b8d12f;
        padding: 0 8px;
        color: white;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .center-top-tab .absolute-center{
        position: absolute;
        height: 1px;
        background: white;
        width: 100%;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .left-top-tab{
        width: 16%;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-top-tab .left-top-tab img{
        width: 67%;
        display: block;
        margin: 0 auto 0;
        transition: all 0.2s;
    }




    .all-the-second-block-mobile .all-the-single-tab .the-buttom-tab{
        margin: 10px 0 0 0;
        transition: all 0.5s;
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-buttom-tab .the-title-buttom-tab{
        text-align: center;
        color: white;
        background: #b8d12f;
        border-radius: 7px;
        padding: 6px 0;
        font-weight: 500;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-buttom-tab .the-sub-title-buttom-tab{
        color: #3d4139;
        font-weight: 500;
        font-size: 14px;
        text-align: justify;
        line-height: 1.4;
        margin: 14px 0 10px 0;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-buttom-tab .all-the-botton-gray{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .all-the-second-block-mobile .all-the-single-tab .the-buttom-tab .all-the-botton-gray .the-botton-gray{
        width: 49%;
        background: #3d4139;
        display: block;
        color: white;
        text-decoration: none;
        text-align: center;
        padding: 2px 0;
        font-size: 14px;
        border-radius: 5px;
        margin: 0 0 7px 0;
    }

}

/*
+++++++++++++++++++++++++++++++++++++++++
all-the-third-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-third-block{
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 0 220px 0;
    background-size: cover;
    margin: 0 auto 0;
    max-width: 3000px;
}
.all-the-third-block .inside-the-third-block{
    width: 90%;
    max-width: 1450px;
    margin: 0 auto 0;
    padding: 170px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.all-the-third-block .inside-the-third-block .right-side{
    width: 56%;
}
.all-the-third-block .inside-the-third-block .right-side .the-title{
    background: #b8d12f;
    color: white;
    text-align: center;
    font-size: 45px;
    border-radius: 8px;
}
.all-the-third-block .inside-the-third-block .right-side .the-sub-title{
    text-align: center;
    font-size: 29px;
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 400;
    margin: 6px 0 21px 0;
}
.all-the-third-block .inside-the-third-block .right-side .the-bubble{
    background: white;
    position: relative;
    border-radius: 40px;
    padding: 80px 53px 90px 53px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    z-index: 9;
}
.all-the-third-block .inside-the-third-block .right-side .the-bubble .the-arrow-absolute{
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    left: -25px;
    top: calc(50% - 25px);
    transform: rotate(45deg);
    box-shadow: -7px 7px 12px 0 rgb(0 0 0 / 6%);
}

.all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-title{
    font-size: 35px;
    font-weight: 900;
    color: #40433c;
    opacity: 0;
    transition: all 3s;
}
.all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-sub-title{
    font-size: 23px;
    margin: 15px 0 35px 0;
    line-height: 1.4;
    color: #414141;
    opacity: 0;
    transition: all 3s;
}
.all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-all-link{
    display: flex;
    margin: 16px 0 0 0;
    align-items: center;
}
.all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-all-link .the-icon{
    width: 60px;
}
.all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-all-link .the-icon img{
    width: 100%;
}
.all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-all-link .the-text-link{
    text-decoration: none;
    margin: 0 12px 0 12px;
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #434341;
}





.all-the-third-block .inside-the-third-block .left-side{
    width: 44%;
    position: relative;
}
.all-the-third-block .inside-the-third-block .left-side .the-green-absolute-ball{
    position: absolute;
    width: 113%;
    padding-bottom: 113%;
    border-radius: 50%;
    background-color: #b8d12f;
    left: 0;
    margin: 34px 0 0 0;
}
.all-the-third-block .inside-the-third-block .left-side .the-all-absolute-ball{
    position: absolute;
    width: 113%;
    padding-bottom: 113%;
    border-radius: 50%;
    background-color: #fff;
    left: 32px;
    margin: 44px 0 0 0;
}
.all-the-third-block .inside-the-third-block .left-side .the-all-absolute-ball .the-image{
    position: absolute;
    left: 21%;
    top: 13%;
    width: 46%;
    opacity: 0;
    transition: all 3s;
}
.all-the-third-block .inside-the-third-block .left-side .the-all-absolute-ball .the-image img{
    width: 100%;
}



.all-the-third-block .all-the-bottons{
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}
.all-the-third-block .all-the-bottons .right-arrow{
    width: 50px;
    height: 50px;
    background-color: #3d4139;
    border-radius: 50%;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    cursor: pointer;
}
.all-the-third-block .all-the-bottons .left-arrow{
    width: 50px;
    height: 50px;
    background-color: #3d4139;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    transform: rotate(180deg);
    cursor: pointer;
}
@media only screen and (max-width: 1600px) {
    .all-the-third-block .inside-the-third-block .right-side .the-title {
        font-size: 34px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-sub-title {
        font-size: 22px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-title {
        font-size: 24px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble p{
        font-size: 18px;
    }
}

@media only screen and (max-width: 1300px) {
    .all-the-third-block .inside-the-third-block .right-side .the-title {
        font-size: 30px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-sub-title {
        font-size: 20px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble {
        padding: 24px 53px 30px 53px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-title {
        font-size: 24px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-sub-title {
        font-size: 16px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-all-link .the-text-link {
        font-size: 18px;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble .the-bubble-all-link .the-icon {
        width: 40px;
    }
    .all-the-third-block {
        padding: 0 0 100px 0;
    }
    .all-the-third-block .inside-the-third-block {
        padding: 50px 0 0 0;
    }
}

@media only screen and (max-width: 900px) {
    .all-the-third-block .inside-the-third-block .right-side {
        width: 100%;
    }
    .all-the-third-block .inside-the-third-block .left-side .the-green-absolute-ball {
        width: 100%;
        padding-bottom: 100%;
    }
    .all-the-third-block .inside-the-third-block .left-side .the-all-absolute-ball {
        width: 100%;
        padding-bottom: 100%;
    }
    .all-the-third-block .inside-the-third-block {
        justify-content: center;
        padding: 76px 0 40px 0;
    }
    .all-the-third-block .inside-the-third-block .right-side .the-bubble .the-arrow-absolute {
        left: calc(50% - 25px);
        bottom: -22px;
        box-shadow: 11px 7px 12px 0 rgb(0 0 0 / 6%);
        top: auto;
    }
    .all-the-third-block .inside-the-third-block .left-side {
        width: 300px;
        height: 300px;
    }
}


/*
+++++++++++++++++++++++++++++++++++++++++
all-the-fourth-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-fourth-block{
    padding: 31px 0 170px 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 3000px;
    margin: 0 auto 0;
}
.all-the-fourth-block .inside-the-fourth-block{
    max-width: 1700px;
    width: 90%;
    margin: 0 auto 0;
    padding: 30px 0;
}
.all-the-fourth-block .inside-the-fourth-block .the-first-title{
    text-align: center;
    color: white;
    font-size: 28px;
    margin: 0 0 10px 0;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-title{
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-title .the-title{
    text-align: center;
    color: white;
    font-size: 55px;
    background: #3d4139;
    padding: 0 76px;
    border-radius: 13px;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 100%;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box{
    width: calc(25% - 60px);
    margin: 0 0 20px 0;
    padding: 35px 15px 35px 30px;
    background: aliceblue;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box{
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    margin: 0 0 8px 0;
    /* min-height: 104px; */
}
.all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-title{ 
    font-size: 45px;
    font-weight: 700;
    color: #3e403b;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-icon{ 
    width: auto;
    height: 100px;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-icon img{ 
    width: 100%;
}
.all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .the-text-box{ 
    text-align: justify;
    color: #3f3f3d;
    font-weight: 500;
    font-size: 17px;
}





@media only screen and (max-width: 1780px) {
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box {
        padding: 23px 15px 23px 30px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-icon {
        width: 60px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1600px) {
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box {
        padding: 11px 15px 11px 10px;
        width: calc(25% - 38px);
        margin: 0 0 15px 0;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-icon {
        width: 45px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-title {
        font-size: 28px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-title .the-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1430px) {
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box {
        /* height: 202px; */
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-icon {
        width: 45px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1350px) {
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box {
        /* height: 183px; */
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-icon {
        width: 30px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-title {
        font-size: 20px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .the-text-box {
        text-align: justify;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .all-the-fourth-block .inside-the-fourth-block .all-the-box {
        background-image: none !important;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box {
        padding: 10px 15px 20px 15px;
        width: calc(24% - 30px);
        background: #f0f0f0;
        border-radius: 7px;
        height: auto;
    }
}
@media only screen and (max-width: 970px) {
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box {
        width: calc(48% - 30px);
    }
    .all-the-fourth-block {
        padding: 50px 0 50px 0;
        background-image: none !important;
        background: #7ea72e;
    }
    .all-the-fourth-block .inside-the-fourth-block .the-first-title {
        font-size: 18px;
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-title .the-title {
        font-size: 18px;
        padding: 11px 0;
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box {
        width: calc(100% - 30px);
    }
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box .box-icon {
        height: auto;
    }
}






/*
+++++++++++++++++++++++++++++++++++++++++
all-the-five-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-five-block{
    background-repeat: no-repeat;
    background-position: center center;
    padding: 160px 0 220px 0;
    background-size: cover;
    max-width: 3000px;
    margin: 0 auto 0;
}
.all-the-five-block .inside-the-five-block{
    width: 90%;
    max-width: 1550px;
    margin: 0 auto 0;
}
.all-the-five-block .inside-the-five-block .the-first-title{
    text-align: center;
    font-size: 29px;
    margin: 0 0 -14px 0;
    color: #3d4139;
}
.all-the-five-block .inside-the-five-block .the-title{
    text-align: center;
    font-size: 61px;
    font-weight: 400;
    margin: 0 0 42px 0;
    color: #3d4139;
}
.all-the-five-block .inside-the-five-block .the-title .in-the-title{
    font-weight: 800;
}
.all-the-five-block .inside-the-five-block .all-the-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-five-block .inside-the-five-block .all-the-box .all-single-box {
    width: 24%;
}
.all-the-five-block .inside-the-five-block .all-the-box .all-single-box .single-box{ 
    background: white;
    position: relative;
    border-radius: 40px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    z-index: 9;
    padding: 22px 0 34px 0;
}
.all-the-five-block .inside-the-five-block .all-the-box .all-single-box .single-box .the-arrow-absolute{
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    left: calc(50% - 25px);
    bottom: -25px;
    transform: rotate(45deg);
    box-shadow: 5px 16px 9px 0 rgb(0 0 0 / 6%);
}
.all-the-five-block .inside-the-five-block .all-the-box .all-single-box .single-box .the-image{
    width: 90%;
    margin: 0 auto 0;
}
.all-the-five-block .inside-the-five-block .all-the-box .all-single-box .single-box .the-image img{
    width: 100%;
}
.all-the-five-block .inside-the-five-block .all-the-box .all-single-box .the-title-single{
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 36px;
    font-weight: 500;
    color: #383c35;
}
.all-the-five-block .inside-the-five-block .all-the-box .all-single-box a {
    text-decoration: none;
}



@media only screen and (max-width: 1600px) {
    .all-the-five-block .inside-the-five-block .the-title {
        font-size: 34px;
    }
    .all-the-five-block .inside-the-five-block .all-the-box .all-single-box .the-title-single {
        margin: 39px 0 0 0;
        font-size: 22px;
    }
}
@media only screen and (max-width: 1340px) {
    .all-the-five-block .inside-the-five-block .all-the-box .all-single-box {
        width: 46%;
        margin: 0 0 34px 0;
    }
}
@media only screen and (max-width: 900px) {
    .all-the-five-block {
        padding: 50px 0 50px 0;
    }
    .all-the-five-block .inside-the-five-block .the-first-title {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .all-the-five-block .inside-the-five-block .the-title {
        font-size: 20px;
    }
    .all-the-five-block .inside-the-five-block .all-the-box .all-single-box .single-box {
        border-radius: 10px;
        padding: 17px 0 29px 0;
    }
    .all-the-five-block .inside-the-five-block .all-the-box .all-single-box .the-title-single {
        margin: 39px 0 0 0;
        font-size: 18px;
    }
    
}









/*
+++++++++++++++++++++++++++++++++++++++++
all-the-six-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-six-block{
    background-repeat: no-repeat;
    background-position: left;
    padding: 90px 0 37px 0;
    background-size: cover;
    max-width: 3000px;
    margin: 0 auto 0;
}
.all-the-six-block .inside-the-six-block{
    width: 90%;
    max-width: 1650px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
}
.all-the-six-block .inside-the-six-block .right-side{
    width: 58%;
}
.all-the-six-block .inside-the-six-block .right-side .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    display: none;
}
.all-the-six-block .inside-the-six-block .right-side .the-sub-title{
    color: white;
    text-align: center;
    font-size: 30px;
}
.all-the-six-block .inside-the-six-block .right-side .the-title{
    color: white;
    text-align: center;
    font-size: 60px;
    margin: -13px 0 0 0;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form{
    margin: 30px 0 0 0;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line{
    background: white;
    border-radius: 30px;
    margin: 0 0 11px 0;
    display: flex;
    align-items: center;
    padding: 3px 5px 3px 0;
    flex-flow: wrap;
    overflow: hidden;
    position: relative;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .wpcf7-form-control-wrap {
    position: initial;
    position: relative;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .wpcf7-not-valid-tip {
    direction: rtl;
    position: absolute;
    top: -25px;
    right: 0;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .fmessage .wpcf7-not-valid-tip {
    direction: rtl;
    position: absolute;
    top: -3px;
    right: 14px;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit{
    margin: 30px 0 11px 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit p{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit input{
    border: none;
    width: 302px;
    padding: 12px 0;
    border-radius: 33px;
    background: #1aa2d6;
    color: white;
    font-size: 29px;
    font-family: 'Heebo', sans-serif;
    border: solid 1px #fff;
    cursor: pointer;
    transition: background 0.5s;
    font-weight: 500;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit .the-input-line-submit-button{
    position: absolute;
    left: 7px;
    top: 7px;
}

.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit input:hover{
    background: #4dbde9;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-icon-form{
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-name-form{
    margin: 0 20px 0 0;
    font-size: 26px;
    color: #3e413a;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element{
    
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element input{
    border: none;
    width: calc(100% - 12px);
    height: 100%;
    font-size: 26px;
    padding: 0 12px 0 0;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element input::placeholder{
    font-size: 16px;
    color: black;
    font-weight: 300;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.name{
    height: 54px;
    width: calc(100% - 130px);
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.company{
    height: 54px;
    width: calc(100% - 195px);
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.phone{
    height: 54px;
    width: calc(100% - 155px);
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.mail{
    height: 54px;
    width: calc(100% - 140px);
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.message{
    height: 90px;
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.message input{
    padding: 0 72px 0 0;
    width: calc(100% - 72px);
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.file{
    height: 54px;
    width: calc(100% - 195px);
    position: relative;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.file .all-the-upload-file{
    position: absolute;
    top: 15px;
    right: 30px;
    max-width: 251px;
    overflow: hidden;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.file .clear-file{
    position: absolute;
    top: 0;
    right: 30px;
    max-width: 251px;
    color: #949494;
    font-size: 14px;
    display: none;
    cursor: pointer;
}

.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.file input{
    opacity: 0;
}
.all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.file .file-input-text{
    position: absolute;
    top: 16px;
    padding: 0 12px 0 0;
    font-size: 16px;
    color: black;
    font-weight: 300;
}



.all-the-six-block .inside-the-six-block .left-side{
    width: 42%;
}



@media only screen and (max-width: 1600px) {
    .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-name-form {
        font-size: 20px;
    }
    .all-the-six-block .inside-the-six-block .right-side .the-title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1050px) {


    .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element input {
        font-size: 12px;
    }
    .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-input-element.file .file-input-text {
        font-size: 12px;
    }
    
    .all-the-six-block .inside-the-six-block .right-side {
        width: 100%;
    }
    .all-the-six-block .inside-the-six-block .right-side .the-sub-title {
        font-size: 16px;
    }
    .all-the-six-block .inside-the-six-block .right-side .the-title {
        font-size: 18px;
        margin: 0 0 0 0;
    }
    .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line .the-name-form {
        margin: 0 10px 0 0;
        font-size: 18px;
    }
    .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit input {
        font-size: 18px;
    }
    .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit .the-input-line-submit-button img{
        width: 38px;
    }
    .all-the-six-block {
        background-position: center;
        padding: 50px 0 37px 0;
    }

}





/*
+++++++++++++++++++++++++++++++++++++++++
all-the-seven-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-seven-block{
    background-repeat: no-repeat;
    background-position: left;
    padding: 165px 0 600px 0;
    background-size: cover;
    margin: 0 auto -497px;
    max-width: 3000px;
}
.all-the-seven-block .inside-the-seven-block{
    width: 90%;
    max-width: 1650px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-seven-block .inside-the-seven-block .right-side{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    display: none;
    opacity: 0;
    z-index: 9;
    transition: all 2s;
}

.all-the-seven-block .inside-the-seven-block .right-side .inside-right-side{
    width: 90%;
}
.all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-title{
    text-align: center;
    color: white;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #3d4139;
    border-radius: 14px;
}
.all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-sub-title{
    text-align: center;
    color: #3d4139;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 2px;
}
.all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble {
    background: white;
    position: relative;
    border-radius: 40px;
    padding: 52px 93px 60px 100px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    z-index: 9;
    margin: 44px 0 0 0;
}
.all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-arrow-absolute {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    left: -25px;
    top: calc(50% - 25px);
    transform: rotate(45deg);
    box-shadow: -7px 7px 12px 0 rgb(0 0 0 / 6%);
}
.all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-text{
    font-size: 21px;
    color: #404040;
    display: block;
}
.all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-text-bold{
    font-size: 21px;
    font-weight: 800;
    color: #454545;
    display: block;
}




.all-the-seven-block .inside-the-seven-block .left-side{
    width: 50%;
    position: relative;
    display: none;
    opacity: 0;
    transition: all 2s;
}
.all-the-seven-block .inside-the-seven-block .left-side .the-image-absolute{
    position: absolute;
    width: 100%;
    left: 20%;
    top: 26%;
}
.all-the-seven-block .inside-the-seven-block .left-side .the-image-absolute img{
    width: 100%;
}



.all-the-seven-block .inside-the-seven-block .all-the-bottons {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 120px;
    width: 100%;
}
.all-the-seven-block .inside-the-seven-block .all-the-bottons .right-arrow {
    width: 50px;
    height: 50px;
    background-color: #3d4139;
    border-radius: 50%;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    cursor: pointer;
    z-index: 9;
}
.all-the-seven-block .inside-the-seven-block .all-the-bottons .left-arrow {
    width: 50px;
    height: 50px;
    background-color: #3d4139;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    transform: rotate(180deg);
    cursor: pointer;
}



@media only screen and (max-width: 1600px) {
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-title {
        font-size: 29px;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-sub-title {
        font-size: 34px;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-text-bold {
        font-size: 18px;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1200px) {
    
    .all-the-fourth-block .inside-the-fourth-block .all-the-box .single-box .all-the-title-box {
        min-height: 50px;
    }
    .all-the-seven-block .inside-the-seven-block .right-side {
        width: 100%;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side {
        width: 100%;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-arrow-absolute {
        left: calc(50% - 25px);
        bottom: -22px;
        box-shadow: 11px 7px 12px 0 rgb(0 0 0 / 6%);
        top: auto;
    }
    .all-the-seven-block .inside-the-seven-block .left-side .the-image-absolute {
        width: 68%;
        left: auto;
        top: auto;
        position: absolute;
    }
    .all-the-seven-block .inside-the-seven-block .left-side {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .all-the-seven-block .inside-the-seven-block .all-the-bottons {
        display: flex;
        justify-content: center;
        margin: 60px 0 0 0;
        width: 100%;
    }
    .all-the-seven-block {
        background-repeat: no-repeat;
        background-position: left;
        padding: 50px 0 180px 0;
        background-size: cover;
        margin: 0 0 -115px 0;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-title {
        font-size: 22px;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-sub-title {
        font-size: 22px;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble {
        padding: 30px 20px 30px 20px;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-text-bold {
        font-size: 16px;
        font-weight: 800;
    }
    .all-the-seven-block .inside-the-seven-block .right-side .inside-right-side .the-bubble .the-text {
        font-size: 16px;
    }

}


/*
+++++++++++++++++++++++++++++++++++++++++
all-the-footer-block
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-footer-block{
    position: relative;
}
.all-the-footer-block .the-absolute-go-to-top{
    width: 95px;
    position: fixed;
    right: 24px;
    bottom: 26px;
    z-index: 888888;
    display: flex;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
}
.all-the-footer-block .the-absolute-go-to-top .the-image-go-to{
    width: 64px;
}
.all-the-footer-block .the-absolute-go-to-top .the-image-go-to img{
    width: 100%;
}
.all-the-footer-block .the-absolute-go-to-top .the-text-go-to{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 0 0 0 0;
}



.all-the-footer-block .the-absolute-footer{
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.all-the-footer-block .the-absolute-footer .inside-absolute-footer{
    height: 2000px;
    width: 136%;
    left: -18%;
    background: #3d4139;
    position: absolute;
    border-radius: 50% 50% 0 0;
    display: flex;
    justify-content: center;
    border: solid 3px #fff;
}
.all-the-footer-block .the-absolute-footer .inside-absolute-footer .the-image-logo{
    width: 454px;
    margin: 255px 0 0 0;
}
.all-the-footer-block .the-absolute-footer .inside-absolute-footer .the-image-logo img{
    width: 100%;
}
.all-the-footer-block .all-the-footer{
    background: #3d4139;
    padding: 0 0 50px 0;
}
.all-the-footer-block .all-the-footer .the-title{
    text-align: center;
    width: 90%;
    margin: 0 auto 75px;
    color: white;
    font-size: 37px;
    font-weight: 600;
    padding: 18px 0 0 0;
}
.all-the-footer-block .all-the-footer .all-the-icons{
    width: 90%;
    margin: 0 auto 0;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
}
.all-the-footer-block .all-the-footer .all-the-icons .single-icon{
    display: flex;
    width: 16.6%;
    align-items: flex-end;
    text-decoration: none;
}
.all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon{
    width: 100%;
}
.all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon .the-green-icon{
    width: 55%;
    padding: 0 0 55% 0;
    background: #b3cc34;
    margin: 0 auto 0;
    border-radius: 50%;
    border: dotted 2px #fff;
    background-repeat: no-repeat;
    background-position: center center;
}
.all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon .the-title-icon{
    text-align: center;
    color: white;
    font-size: 22px;
    margin: 13px 0 0 0;
}
.all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon .the-sub-title-icon{
    text-align: center;
    color: white;
    font-weight: 200;
}
.all-the-footer-block .all-the-footer .all-the-icons .single-icon .left-side-icon{
    width: 2px;
    height: 47%;
    background: white;
}
.all-the-footer-block .all-the-footer .all-the-footer-menu{
    width: 90%;
    margin: 116px auto 154px;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-footer-block .all-the-footer .all-the-footer-menu .single-footer-menu{
    width: 22%;
}
.all-the-footer-block .all-the-footer .all-the-footer-menu .single-footer-menu .the-title-single-footer-menu{
    color: white;
    font-size: 23px;
    padding: 0 0 10px 0;
    border-bottom: solid 2px #fff;
}
.all-the-footer-block .all-the-footer .all-the-footer-menu .single-footer-menu .ul-single-footer-menu{
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    padding: 15px 0 0 0;
}
.all-the-footer-block .all-the-footer .all-the-footer-menu .single-footer-menu .ul-single-footer-menu .li-single-footer-menu{
    margin: 0 0 8px 0;
}
.all-the-footer-block .all-the-footer .all-the-footer-menu .single-footer-menu .ul-single-footer-menu .li-single-footer-menu a{
    color: white;   
    text-decoration: none;
}


.all-the-footer-block .all-the-footer .all-the-buttom-footer{
    width: 90%;
    margin: 0 auto 0;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.all-the-footer-block .all-the-footer .all-the-buttom-footer .buttom-text{
    color: white;
    font-size: 23px;
}
.all-the-footer-block .all-the-footer .all-the-buttom-footer .buttom-text span{
    font-weight: bold;
}
.all-the-footer-block .all-the-footer .all-the-buttom-footer .buttom-icon{
    
}





@media only screen and (max-width: 1600px) {
    .all-the-footer-block .the-absolute-go-to-top .the-image-go-to {
        width: 35px;
    }
}
@media only screen and (max-width: 1200px) {


    .all-the-footer-block .the-absolute-footer .inside-absolute-footer .the-image-logo {
        width: 251px;
        margin: 73px 0 0 0;
    }
    .all-the-footer-block .the-absolute-footer {
        height: 260px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .all-the-footer-block .the-absolute-footer .inside-absolute-footer {
        width: 500%;
        left: -200%;
    }

}
@media only screen and (max-width: 1050px) {

    .all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon .the-title-icon {
        font-size: 20px;
    }
    .all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon .the-sub-title-icon {
        font-size: 14px;
    }

}
@media only screen and (max-width: 950px) {

    .all-the-footer-block .all-the-footer .all-the-icons {
        justify-content: center;
    }
    .all-the-footer-block .all-the-footer .all-the-icons .single-icon {
        width: 48%;
        margin: 0 0 40px 0;
    }
    .all-the-footer-block .all-the-footer .all-the-icons .single-icon .left-side-icon {
        display: none;
    }
    .all-the-footer-block .all-the-footer .all-the-footer-menu .single-footer-menu {
        width: 80%;
        margin: 0 0 40px 0;
    }
    .all-the-footer-block .all-the-footer .all-the-footer-menu {
        justify-content: center;
        margin: 30px auto 30px;
    }
    .all-the-footer-block .all-the-footer .the-title {
        margin: 0 auto 50px;
        font-size: 22px;
    }
    .all-the-footer-block .the-absolute-footer .inside-absolute-footer .the-image-logo {
        width: 180px;
    }
    .all-the-footer-block .the-absolute-go-to-top .the-image-go-to {
        width: 35px;
    }
    .all-the-footer-block .the-absolute-go-to-top {
        width: 45px;
        right: 8px;
        bottom: 4px;
    }
    .all-the-footer-block .all-the-footer .all-the-buttom-footer .buttom-text {
        font-size: 11px;
    }
    .all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon .the-title-icon {
        font-size: 16px;
    }
    .all-the-footer-block .all-the-footer .all-the-icons .single-icon .right-side-icon .the-sub-title-icon {
        font-size: 12px;
    }

}





/*
+++++++++++++++++++++++++++++++++++++++++
all-the-header-top-slider
+++++++++++++++++++++++++++++++++++++++++
*/


.all-the-header-top-slider{
    background-image: linear-gradient(#d4d2d3, #e3e7d8);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 0 4px 0;
    position: relative;
    height: 585px;
}
.all-the-header-top-slider .right-side{
    background-color: rgb(255, 255, 255);
    width: 56%;
    height: 440px;
    transform: skewX( -38deg);
    margin: 0 0 0 0;
    border-radius: 73px 0 0 124px;
    position: absolute;
    top: 146px;
    right: -170px;
    overflow: hidden;
}
.all-the-header-top-slider .right-side .inside-right-side{
    width: 50%;
    height: 100%;
    transform: skewX( 38deg);
    margin: 0 auto 0;
    padding: 0 24% 0 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.all-the-header-top-slider .right-side .inside-right-side .the-title{
    font-size: 92px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #3e413a;
    line-height: 0.9;
}
.all-the-header-top-slider .right-side .inside-right-side .the-sub-title{
    font-size: 23px;
    font-weight: 300;
    margin: -14px 0 108px 0;
    padding: 0 26px 0 0;
    letter-spacing: 0.45px;
    color: #2c314f;
}
.all-the-header-top-slider .right-side .inside-right-side .all-the-breadcrumbs{
    display: flex;
    padding: 0 40px 10px 0;
    color: #6f7598;
}
.all-the-header-top-slider .right-side .inside-right-side .all-the-breadcrumbs .the-name{
    font-size: 16px;
    letter-spacing: 0.8px;
}
.all-the-header-top-slider .right-side .inside-right-side .all-the-breadcrumbs .the-name a{
    color: #2b304d;
    text-decoration: none;
}
.all-the-header-top-slider .right-side .inside-right-side .all-the-breadcrumbs .the-icon{
    margin: 0 4px 0 4px;
}


.all-the-header-top-slider .right-side .inside-right-side #breadcrumbs{
    display: flex;
    padding: 0 40px 10px 0;
    color: #6f7598;
    font-size: 16px;
    font-weight: 400;
}
.all-the-header-top-slider .right-side .inside-right-side #breadcrumbs a{
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #6f7598;
}



.all-the-header-top-slider .left-side{
    width: 60%;
    height: 440px;
    /* background-color: rgb(155, 238, 130); */
    transform: skewX( -38deg);
    border-radius: 0 124px 73px 0;
    position: absolute;
    left: -170px;
    top: 146px;
    overflow: hidden;
}
.all-the-header-top-slider .left-side .inside-left-side{
    width: 100%;
    height: 100%;
    transform: skewX( 38deg);
    margin: 0 -108px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.all-the-header-top-slider .center-mob-side {
    display: none;
}




@media only screen and (max-width: 1750px) {

    .all-the-header-top-slider .right-side .inside-right-side .the-sub-title {
        font-size: 22px;
        margin: -14px 0 124px 0;
    }
    .all-the-header-top-slider .right-side .inside-right-side .the-title {
        font-size: 60px;
    }

}
@media only screen and (max-width: 1500px) {

    .all-the-header-top-slider .right-side {
        width: 58%;
    }
    .all-the-header-top-slider .left-side {
        width: 61%;
    }

}
@media only screen and (max-width: 1450px) {

    .all-the-header-top-slider .right-side {
        width: 60%;
    }
    .all-the-header-top-slider .left-side {
        width: 62%;
    }

}
@media only screen and (max-width: 1260px) {

    .all-the-header-top-slider .right-side {
        top: 100px;
    }
    .all-the-header-top-slider .left-side {
        top: 100px;
    }
    .all-the-header-top-slider {
        height: 540px;
    }
    .all-the-header-top-slider .right-side {
        width: 64%;
    }

}
@media only screen and (max-width: 1100px) {

    .all-the-header-top-slider .right-side {
        width: 68%;
    }
    .all-the-header-top-slider .right-side .inside-right-side .the-title {
        font-size: 40px;
    }
    .all-the-header-top-slider .right-side .inside-right-side .the-sub-title {
        font-size: 18px;
        margin: -4px 0 140px 0;
    }

}


@media only screen and (max-width: 1000px) {

    .all-the-header-top-slider .left-side {
        /* top: 100px; */
        display: none;
    }
    .all-the-header-top-slider .right-side {
        display: none;
    }
    .all-the-header-top-slider .center-mob-side {
        display: block;
        width: 100%;
        margin: 29px 0 0 0;
        height: 455px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .all-the-header-top-slider {
        height: auto;
        padding: 0 0 0 0;
    }

}

@media only screen and (max-width: 930px) {

    .all-the-header-top-slider .right-side .inside-right-side {
        width: 100%;
        padding: 0 42% 0 0;
    }
    .all-the-header-top-slider .right-side {
        width: 74%;
    }

}


@media only screen and (max-width: 750px) {

    .all-the-header-top-slider .center-mob-side {
        height: 230px;
    }

}




/*
+++++++++++++++++++++++++++++++++++++++++
all-the-nav-second-top
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-nav-second-top{

}
.all-the-nav-second-top .inside-the-nav-second-top{
    margin: 60px auto 56px;
    width: 80%;
    max-width: 1440px;
    display: flex;
    justify-content: center;
}
.all-the-nav-second-top .inside-the-nav-second-top .the-box{
    width: 100%;
    background: #e1e1e1;
    color: #3d4037;
    text-align: center;
    margin: 0 10px;
    padding: 10px 0;
    font-size: 24px;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.5s;
    max-width: 400px;
}
.all-the-nav-second-top .inside-the-nav-second-top .the-box:hover{
    background: #8cb12d;
    color: #fff;
}


@media only screen and (max-width: 980px) {

    .all-the-nav-second-top .inside-the-nav-second-top {
        margin: 40px auto 40px;
    }
    .all-the-nav-second-top .inside-the-nav-second-top .the-box {
        padding: 5px 0;
        font-size: 16px;
    }

}
@media only screen and (max-width: 750px) {

    .all-the-nav-second-top .inside-the-nav-second-top .the-box {
        padding: 5px 0;
        font-size: 16px;
        width: 48%;
        margin: 0 0 8px 0;
    }
    .all-the-nav-second-top .inside-the-nav-second-top {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 28px auto 20px;
        width: 90%;
    }

}


/*
+++++++++++++++++++++++++++++++++++++++++
all-the-world-scope-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-world-scope-page .the-page-title{
    margin: 47px  auto 0;
    width: 80%;
    max-width: 1440px;
    padding: 0 0 26px 0;
    font-size: 60px;
    font-weight: 300;
    color: #3e413a;
}
.all-the-world-scope-page .the-page-title span{
    font-weight: 700;
}
.all-the-world-scope-page .the-page-sub-title{
    margin: 0 auto 0;
    width: 80%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-world-scope-page .the-page-sub-title span{
    font-weight: 700;
}
.all-the-world-scope-page .the-page-image{
    width: 100%;
    max-width: 1840px;
    margin: 0 auto 0;
    position: relative;
}
.all-the-world-scope-page .the-page-image .absolute-link-glinox{
    position: absolute;
    width: 60px;
    height: 60px;
    /* top: 37%;
    left: 15%; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.all-the-world-scope-page .the-page-image .absolute-link-glinox:hover > .the-box-inade{
    opacity: 1;
    bottom: 100%;
}
.all-the-world-scope-page .the-page-image .absolute-link-glinox .the-point{
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.all-the-world-scope-page .the-page-image .absolute-link-glinox .the-box-inade{
    width: 290px;
    background: rgb(255, 255, 255);
    margin: 0 0 0;
    position: absolute;
    bottom: 140%;
    left: calc(50% - 145px);
    padding: 10px 10px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    border-radius: 9px;
    opacity: 0;
    z-index: 999;
    display: none;
    transition: all 0.5s;
}
.all-the-world-scope-page .the-page-image .absolute-link-glinox .the-box-inade .the-insise-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 9px;
    overflow: hidden;
    border: solid 1px #d6d6d6;
    padding: 6px 7px;
}
.all-the-world-scope-page .the-page-image .absolute-link-glinox .the-box-inade .the-insise-box .the-logo{
    width: 42%;
    padding: 0 0 22% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.all-the-world-scope-page .the-page-image .absolute-link-glinox .the-box-inade .the-insise-box .the-country{
    width: 22%;
    padding: 0 0 22% 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.all-the-world-scope-page .the-page-image .absolute-link-glinox .the-box-inade .the-insise-box .the-text{
    width: 100%;
    margin: 12px 0 0 0;
    line-height: 1.2;
    color: #5f5f5f;
    font-weight: 500;
}

.all-the-world-scope-page .the-page-image img{
    width: 100%;
    
}
.all-the-world-scope-page .all-the-box-page{
    margin: 0 auto 80px;
    max-width: 1450px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-world-scope-page .all-the-box-page .the-single-box{
    background: rgb(255, 255, 255);
    width: 24%;
    margin: 0 0 20px 0;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 120px 0 26px 0;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    height: 340px;
    justify-content: space-between;
    position: relative;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .absolute-flag{
    position: absolute;
    width: 60px;
    background-color: tomato;
    top: 20px;
    left: 20px;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .absolute-flag img{
    width: 100%;
    display: block;
}
.all-the-world-scope-page .all-the-box-page .the-single-box-line{
    height: 1px;
    width: 24%;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .all-the-image{
    max-width: 50%;
    min-height: 160px;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .all-the-image img{
    max-width: 100%;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .all-the-text{
    width: 100%;
    min-height: 180px;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .all-the-text .text-title{
    width: 95%;
    margin: 0 auto 0;
    font-size: 26px;
    font-weight: 400;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .all-the-text .text-sub-title{
    padding: 0;
    margin: 0;
    width: 95%;
    margin: 5px auto 25px;
    font-size: 12px;
    line-height: 1.4;
    color: #504e4f;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .all-the-text .text-botton{
    width: 80%;
    margin: 0 auto 0;
    display: flex;
    justify-content: flex-end;
}
.all-the-world-scope-page .all-the-box-page .the-single-box .all-the-text .text-botton a{
    background: #68952e;
    color: white;
    text-decoration: none;
    padding: 3px 19px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 6px;
}


@media only screen and (max-width: 1700px) {

    .all-the-world-scope-page .the-page-title{
        font-size: 34px;
    }
    .all-the-world-scope-page .the-page-sub-title{
        font-size: 18px;
    }

}
@media only screen and (max-width: 1300px) {

    .all-the-world-scope-page .all-the-box-page .the-single-box {
        width: 31%;
    }

}
@media only screen and (max-width: 1000px) {

    .all-the-world-scope-page .all-the-box-page .the-single-box {
        width: 48%;
    }

}
@media only screen and (max-width: 700px) {

    .all-the-world-scope-page .all-the-box-page .the-single-box {
        width: 100%;
    }
    .all-the-world-scope-page .the-page-title{
        font-size: 22px;
        margin: 20px auto 0;
    }
    .all-the-world-scope-page .the-page-sub-title{
        font-size: 16px;
    }
    

}




/*
+++++++++++++++++++++++++++++++++++++++++
all-the-contact-us-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-contact-us-page .the-title-first{
    margin: 0 auto 52px;
    width: 90%;
    max-width: 1440px;
    font-size: 60px;
    color: #3e413a;
    font-weight: 500;
}
.all-the-contact-us-page .all-the-informtion{
    margin: 0 auto 90px;
    width: 90%;
    max-width: 1440px;
    background: white;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    padding: 25px 0 21px 0;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion{
    margin: 0 auto 0;
    width: 96%;
    display: flex;
    justify-content: space-between;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .left-side{
    width: 45%;
    background: rgb(234 234 234);
    padding: 0 0 0 0;
    border-radius: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side{
    width: 50%;
    padding: 66px 0 0 0;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-first-info{
    display: flex;
    padding: 0 63px 0 0;
    margin: 0 0 -8px 0;
    color: #3e413a;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-first-info .the-first-title{
    font-size: 24px;
    font-weight: 700;
    width: 170px;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-first-info .the-first-sub-title{
    font-size: 30px;
    letter-spacing: -0.3px;
    width: 83%;
    color: #3e413a;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.13px;
}

.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info{
    padding: 36px 63px 26px 0;
    color: #3e413a;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info .the-second-title{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 -6px 0;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info .the-second-sub-title{
    font-size: 30px;
    letter-spacing: -0.3px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.13px;
}

.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info{
    padding: 0 63px 0 0;
    display: flex;
    margin: 0 0 -20px 0;
    color: #3e413a;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-icon{
    width: 55px;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-icon img{
    width: 100%;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-title{
    font-size: 24px;
    font-weight: 700;
    margin: 0 5px 0 12px;
}
.all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-sub-title{
    font-size: 30px;
    letter-spacing: -0.3px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.13px;
}


.all-the-contact-us-page .all-the-six-block .right-side .the-sub-title{
    color: #3e413a;
    text-align: right;
}
.all-the-contact-us-page .all-the-six-block .right-side .the-title{
    color: #3e413a;
    text-align: right;
}
.all-the-contact-us-page .all-the-six-block .inside-the-six-block{
    max-width: 1405px;
}
.all-the-contact-us-page .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line {
    border: solid 1px #adca38;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.all-the-contact-us-page .all-the-six-block .inside-the-six-block .right-side .all-the-form .the-input-line-submit input {
    background: #8cb12d;
}
.all-the-contact-us-page .all-the-six-block {
    padding: 90px 0 159px 0;
    margin: 0 0 -69px 0;
}




@media only screen and (max-width: 1600px) {
    .all-the-six-block .inside-the-six-block .right-side .the-sub-title {
        font-size: 29px;
    }
}
@media only screen and (max-width: 1500px) {

    .all-the-contact-us-page .all-the-six-block .right-side .the-title {
        font-size: 40px;
    }
    .all-the-six-block .inside-the-six-block .right-side .the-sub-title {
        font-size: 18px;
    }
    .all-the-contact-us-page .the-title-first{
        font-size: 40px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-first-info .the-first-title {
        font-size: 18px;
        font-weight: 700;
        width: 102px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-first-info .the-first-sub-title {
        font-size: 18px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info .the-second-sub-title {
        font-size: 18px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info .the-second-title {
        font-size: 18px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-sub-title {
        font-size: 18px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-title {
        font-size: 18px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-icon {
        width: 36px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info {
        margin: 0 0 -11px 0;
    }

}

@media only screen and (max-width: 750px) {

    .all-the-contact-us-page .the-title-first{
        font-size: 24px;
    }

    .all-the-contact-us-page .all-the-six-block .right-side .the-title {
        font-size: 24px;
    }
    .all-the-six-block .inside-the-six-block .right-side .the-sub-title {
        font-size: 16px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side {
        width: 100%;
        padding: 0 0 0 0;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion {
        flex-wrap: wrap;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-first-info .the-first-sub-title {
        font-size: 16px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info .the-second-sub-title {
        font-size: 16px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info .the-second-title {
        font-size: 16px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-sub-title {
        font-size: 16px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info .the-third-title {
        font-size: 16px;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-third-info {
        margin: 0 0 -11px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-second-info {
        padding: 14px 8px 10px 0;
        color: #3e413a;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .right-side .all-first-info {
        padding: 0 0 8px 0;
    }
    .all-the-contact-us-page .all-the-informtion .inside-all-the-informtion .left-side {
        width: 100%;
        height: 220px;
        margin: 22px 0 0 0;
    }
   

}


/*
+++++++++++++++++++++++++++++++++++++++++
all-the-download-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-download-page .the-first-title{
    margin: 47px auto 0;
    width: 90%;
    max-width: 1440px;
    padding: 0 0 26px 0;
    font-size: 60px;
    font-weight: 300;
    color: #3e413a;
}
.all-the-download-page .the-first-title span{
    font-weight: 700;
}
.all-the-download-page .the-text-first{
    margin: 0 auto 10px;
    width: 90%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-download-page .all-the-link{
    width: 90%;
    margin: 50px auto 0;
    max-width: 1480px;
}
.all-the-download-page .all-the-link .the-single-link{
    display: block;
    text-align: center;
    background: #8cb12d;
    color: white;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 10px 0;
    border-radius: 10px;
}
.all-the-download-page .all-the-big-image{
    width: 90%;
    margin: 120px auto 180px;
    max-width: 970px;
}
.all-the-download-page .all-the-big-image img{
    width: 100%;
}




@media only screen and (max-width: 1700px) {
    
    .all-the-download-page .the-first-title {
        font-size: 34px;
    }
    .all-the-download-page .the-text-first{
        font-size: 18px;
    }

}

@media only screen and (max-width: 900px) {
    .all-the-download-page .the-first-title {
        padding: 0 0 0 0;
        font-size: 22px;
    }
    .all-the-download-page .the-text-first {
        font-size: 18px;
    }
    .all-the-download-page .all-the-link .the-single-link {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .all-the-download-page .all-the-big-image {
        margin: 30px auto 50px;
        max-width: 970px;
    }
}




/*
+++++++++++++++++++++++++++++++++++++++++
all-the-contact-us-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-history-page{
    
}
.all-the-history-page .the-title-first{
    margin: 0 auto 15px;
    width: 80%;
    max-width: 1440px;
    font-size: 60px;
    color: #3e413a;
    font-weight: 300;
}
.all-the-history-page .the-title-first span{
    font-weight: 700;
}
.all-the-history-page .the-page-sub-title{
    margin: 0 auto 84px;
    width: 80%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-history-page .all-the-box-history-all{
    margin: 0 0 350px 0;
}
.all-the-history-page .all-the-box-history:nth-child(even){
    margin: 0 auto 0;
    width: 90%;
    max-width: 1030px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-flow: row-reverse;
}
.all-the-history-page .all-the-box-history:nth-child(even) .image-side{
    width: 42%;
    display: flex;
    flex-flow: row-reverse;
    position: relative;
}
.all-the-history-page .all-the-box-history:nth-child(even) .image-side .the-absolute-image{
    position: absolute;
    height: 8px;
    width: 500px;
    top: 100%;
    left: 60%;
    transform: rotate(25deg);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
}
.all-the-history-page .all-the-box-history:nth-child(even) .image-side .inside-image-side{
    width: 82%;
    padding: 0 0 82% 0;
    border-radius: 50%;
    border: solid 6px transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 8;
}
.all-the-history-page .all-the-box-history:nth-child(even) .text-side{
    width: 49%;
    position: relative;
}
.all-the-history-page .all-the-box-history:nth-child(even) .text-side .the-absolute-number{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 207px;
    font-weight: 900;
    letter-spacing: 0px;
    margin: -54px -5px 0 0;
    opacity: 0.1;
    color: #656565;
}
.all-the-history-page .all-the-box-history:nth-child(even) .text-side .title-box{
    font-size: 52px;
    /* margin: -62px 0 0 0; */
    color: #3c413a;
}
.all-the-history-page .all-the-box-history:nth-child(even) .text-side .title-sub-box{
    font-size: 38px;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.2;
    color: #3c413a;
}




.all-the-history-page .all-the-box-history:nth-child(odd){
    margin: 0 auto 0;
    width: 90%;
    max-width: 1030px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.all-the-history-page .all-the-box-history:nth-child(odd) .image-side{
    width: 42%;
    display: flex;
    position: relative;
}
.all-the-history-page .all-the-box-history:nth-child(odd) .image-side .the-absolute-image{
    position: absolute;
    height: 8px;
    width: 500px;
    top: 100%;
    right: 70%;
    transform: rotate(-25deg);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
}

.all-the-history-page .all-the-box-history:nth-child(odd) .image-side .inside-image-side{
    width: 82%;
    padding: 0 0 82% 0;
    border-radius: 50%;
    border: solid 6px #bed52d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 8;
}
.all-the-history-page .all-the-box-history:nth-child(odd) .text-side{
    width: 49%;
    position: relative;
}
.all-the-history-page .all-the-box-history:nth-child(odd) .text-side .the-absolute-number{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 207px;
    font-weight: 900;
    letter-spacing: 0px;
    margin: -54px -5px 0 0;
    opacity: 0.1;
    color: #656565;
}
.all-the-history-page .all-the-box-history:nth-child(odd) .text-side .title-box{
    font-size: 52px;
    /* margin: -62px 0 0 0; */
    color: #3c413a;
}
.all-the-history-page .all-the-box-history:nth-child(odd) .text-side .title-sub-box{
    font-size: 38px;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.2;
    color: #3c413a;
}

.all-the-history-page .all-the-box-history:last-child .image-side .the-absolute-image{
    display: none;
}




@media only screen and (max-width: 1700px) {

    .all-the-history-page .the-title-first{
        font-size: 40px;
    }
    .all-the-history-page .the-page-sub-title{
        font-size: 18px;
    }

}


@media only screen and (max-width: 850px) {

    .all-the-history-page .all-the-box-history:nth-child(odd) .image-side .the-absolute-image {
        width: 306px;
    }
    .all-the-history-page .all-the-box-history:nth-child(even) .image-side .the-absolute-image {
        width: 306px;
    }
    .all-the-history-page .all-the-box-history:nth-child(odd) .text-side .title-box {
        font-size: 24px;
        margin: 0px 0 0 0;
        color: #3c413a;
    }
    .all-the-history-page .the-title-first {
        font-size: 22px;
    }
    .all-the-history-page .the-page-sub-title {
        font-size: 16px;
    }

}

@media only screen and (max-width: 750px) {

    .all-the-history-page .the-title-first{
        font-size: 24px;
    }
    .all-the-history-page .the-page-sub-title{
        font-size: 16px;
    }

}

@media only screen and (max-width: 650px) {

    .all-the-history-page .all-the-box-history:nth-child(odd) .image-side .the-absolute-image {
            width: 170px;
    }
    .all-the-history-page .all-the-box-history:nth-child(even) .image-side .the-absolute-image {
            width: 170px;
    }
    .all-the-history-page .all-the-box-history:nth-child(odd) .text-side .title-box {
        font-size: 24px;
    }
    .all-the-history-page .all-the-box-history:nth-child(odd) .text-side .title-sub-box {
        font-size: 16px;
    }
    .all-the-history-page .all-the-box-history:nth-child(even) .text-side .title-box {
        font-size: 24px;
        margin: 0 0 0 0;
    }
    .all-the-history-page .all-the-box-history:nth-child(even) .text-side .title-sub-box {
        font-size: 16px;
    }
    .all-the-history-page .all-the-box-history:nth-child(odd) .text-side .the-absolute-number {
        font-size: 78px;
        letter-spacing: -8px;
        margin: -15px 0 0 0;
    }
    .all-the-history-page .all-the-box-history:nth-child(even) .text-side .the-absolute-number {
        font-size: 78px;
        letter-spacing: -8px;
        margin: -15px 0 0 0;
    }
    .all-the-history-page .the-title-first {
        font-size: 22px;
    }
    .all-the-history-page .all-the-box-history-all {
        margin: 0 0 100px 0;
    }
    .all-the-history-page .all-the-box-history:nth-child(odd) .image-side {
        width: 32%;
    }
    .all-the-history-page .all-the-box-history:nth-child(even) .image-side {
        width: 32%;
    }

}









/*
+++++++++++++++++++++++++++++++++++++++++
all-the-contact-us-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-archive-articles-page{
    
}
.all-the-archive-articles-page .the-title-first{
    margin: 0 auto 15px;
    width: 90%;
    max-width: 1440px;
    font-size: 60px;
    color: #3e413a;
    font-weight: 300;
}
.all-the-archive-articles-page .the-title-first span{
    font-weight: 700;
}
.all-the-archive-articles-page .the-page-sub-title{
    margin: 0 auto 0;
    width: 90%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-archive-articles-page .all-the-article-box{
    margin: 45px auto 115px;
    width: 90%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-archive-articles-page .all-the-article-box .the-line-box{
    width: 23%;
    height: 1px;
}
.all-the-archive-articles-page .all-the-article-box .all-single-box{
    width: 23%;
    padding: 23px 0 60px 0;
    border-radius: 12px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    margin: 0 0 30px 0;
}
.all-the-archive-articles-page .all-the-article-box .all-single-box .the-image{
    background: #f7f3f2;
    width: 90%;
    margin: 0 auto 0;
    padding: 0 0 74% 0;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.all-the-archive-articles-page .all-the-article-box .all-single-box .the-title{
    width: 90%;
    margin: 12px auto 0;
    font-weight: 400;
    font-size: 25px;
    color: #505050;
}
.all-the-archive-articles-page .all-the-article-box .all-single-box .the-sub-title{
    width: 90%;
    margin: 6px auto 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: #505050;
}
.all-the-archive-articles-page .all-the-article-box .all-single-box .the-sub-title{
    width: 90%;
    margin: 6px auto 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: #505050;
    padding: 0 0 18px 0;
}
.all-the-archive-articles-page .all-the-article-box .all-single-box .the-botton{
    position: absolute;
    bottom: 30px;
    left: 16px;
    background: #bad02f;
    color: white;
    padding: 5px 23px;
    border-radius: 6px;
    font-size: 12px;
}


@media only screen and (max-width: 1700px) {
    .all-the-archive-articles-page .the-title-first{
        font-size: 34px;
    }
    .all-the-archive-articles-page .the-page-sub-title{
        font-size: 18px;
    }
}
@media only screen and (max-width: 900px) {
    .all-the-archive-articles-page .the-title-first {
        margin: 0 auto 10px;
        font-size: 22px;
    }
    .all-the-archive-articles-page .the-page-sub-title {
        font-size: 18px;
    }
    .all-the-archive-articles-page .all-the-article-box .all-single-box {
        width: 100%;
    }
    .all-the-archive-articles-page .all-the-article-box .all-single-box .the-title {
        font-size: 22px;
    }
}





/*
+++++++++++++++++++++++++++++++++++++++++
all-the-profile-page
+++++++++++++++++++++++++++++++++++++++++
*/


.all-the-profile-page{
    
}
.all-the-profile-page .all-the-blocl-box{
    width: 80%;
    margin: 0 auto 0;
    max-width: 1440px;
}
.all-the-profile-page .all-the-blocl-box .the-first-block{
    display: flex;
    justify-content: space-between;
    margin: 0 0 47px 0;
}
.all-the-profile-page .all-the-blocl-box .the-first-block .right-side{
    width: 60%;
}
.all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-title{
    font-size: 60px;
    font-weight: 400;
    color: #3f403b;
    margin: 0 0 -10px 0;
}
.all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-title span{
    font-weight: 600;
}
.all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-text{
    font-size: 24px;
    color: #3f403b;
    text-align: justify;
}
.all-the-profile-page .all-the-blocl-box .the-first-block .left-side{
    direction: ltr;
}
.all-the-profile-page .all-the-blocl-box .the-first-block .left-side .the-one{
    font-size: 140px;
    font-weight: 900;
    margin: -35px 0 0 0;
    color: #3e413a;
}
.all-the-profile-page .all-the-blocl-box .the-first-block .left-side .the-two{
    font-size: 157px;
    font-weight: 900;
    margin: -79px 0 0 0;
    letter-spacing: -6px;
    color: #00aff1;
}




.all-the-profile-page .all-the-blocl-box .the-second-block{
    margin: 0 0 134px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-profile-page .all-the-blocl-box .the-second-block img{
    width: 100%;
    display: block;
}
.all-the-profile-page .all-the-blocl-box .the-second-block .the-absolute-video{
    position: absolute;
    width: 79.8%;
    height: 89%;
    top: 10%;
    margin: 0 0 0 1.4%;
    border-radius: 5%;
    overflow: hidden;
}
.all-the-profile-page .all-the-blocl-box .the-second-block .the-absolute-video iframe{
    width: 100%;
    height: 100%;
}




.all-the-profile-page .all-the-blocl-box .the-third-block{
    display: flex;
    justify-content: space-between;
    margin: 0 0 109px 0;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .right-side{
    width: 60%;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-title{
    font-size: 60px;
    font-weight: 400;
    color: #3f403b;
    margin: 0 0 30px 0;
    line-height: 1;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-title span{
    font-weight: 600;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-text{
    font-size: 24px;
    color: #3f403b;
    text-align: justify;
    margin: 0 0 20px 0;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .left-side{
    direction: ltr;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-one{
    font-size: 140px;
    font-weight: 900;
    margin: -35px 0 0 0;
    color: #3e413a;
    line-height: 100px;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-two{
    font-size: 150px;
    font-weight: 900;
    margin: -52px 0 -32px 0;
    letter-spacing: -6px;
    color: #00aff1;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-three{
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 0 0;
    color: #3e413a;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-image-block{
    width: 82%;
    padding: 0 0 82% 0;
    background-color: #bcd728;
    border-radius: 50%;
    position: relative;
    margin: 34px 0 0 0;
}
.all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-image-block .inside-the-image-block{
    width: 100%;
    padding: 0 0 100% 0;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
















.all-the-profile-page .all-the-blocl-box .the-four-block{
    display: flex;
    justify-content: space-between;
    margin: 0 0 47px 0;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .right-side{
    width: 60%;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-title{
    font-size: 60px;
    font-weight: 400;
    color: #3f403b;
    margin: 77px 0 30px 0;
    line-height: 1;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-title span{
    font-weight: 600;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-text{
    font-size: 24px;
    color: #3f403b;
    text-align: justify;
    margin: 0 0 0 0;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-text span{
    color: #00aff1;
    font-weight: 600;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .left-side{
    direction: rtl;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-one{
    font-size: 140px;
    font-weight: 900;
    margin: -35px 0 0 0;
    color: #3e413a;
    line-height: 100px;
    letter-spacing: -8px;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-two{
    font-size: 149px;
    font-weight: 900;
    margin: -31px 0 0 0;
    letter-spacing: -3px;
    color: #00aff1;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-three{
    font-size: 28px;
    font-weight: 900;
    margin: 19px 0 0 0;
    color: #3e413a;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-image-block{
    width: 82%;
    padding: 0 0 82% 0;
    background-color: #bcd728;
    border-radius: 50%;
    position: relative;
    margin: 34px 0 0 0;
}
.all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-image-block .inside-the-image-block{
    width: 100%;
    padding: 0 0 100% 0;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
















.all-the-profile-page .all-the-blocl-box .the-five-block{
    display: flex;
    justify-content: space-between;
    margin: 0 0 47px 0;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .right-side{
    width: 60%;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-title{
    font-size: 60px;
    font-weight: 400;
    color: #3f403b;
    margin: 77px 0 30px 0;
    line-height: 1;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-title span{
    font-weight: 600;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-text{
    font-size: 24px;
    color: #3f403b;
    text-align: justify;
    margin: 0 0 0 0;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-text span{
    color: #00aff1;
    font-weight: 600;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side{
    direction: ltr;
    width: 32%;
    position: relative;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .absolute-text{
    position: absolute;
    color: #3f403b;
    font-size: 38px;
    transform: rotate(270deg);
    top: 190px;
    left: -164px;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-one{
    font-size: 60px;
    font-weight: 900;
    margin: -29px 0 -29px 0;
    color: #00aff1;
    line-height: 100px;
    letter-spacing: -2px;
    padding: 0 0 0 70px;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-two{
    font-size: 60px;
    font-weight: 900;
    margin: 0 0 0 0;
    letter-spacing: -2px;
    color: #bbd631;
    padding: 0 0 0 70px;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-three{
    font-size: 104px;
    font-weight: 900;
    margin: -40px 0 0 0;
    color: #00aff1;
    padding: 0 0 0 70px;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-four{
    font-size: 75px;
    font-weight: 900;
    margin: -57px 0 0 0;
    color: #bbd631;
    padding: 0 0 0 70px;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-five{
    font-size: 59px;
    font-weight: 900;
    margin: -39px 0 0 0;
    color: #3e413a;
    padding: 0 0 0 70px;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-image-block{
    width: 82%;
    padding: 0 0 82% 0;
    background-color: #bcd728;
    border-radius: 50%;
    position: relative;
    margin: 34px 0 0 0;
}
.all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-image-block .inside-the-image-block{
    width: 100%;
    padding: 0 0 100% 0;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}






@media only screen and (max-width: 1700px){

    .all-the-profile-page .all-the-blocl-box .the-second-block {
        max-width: 1000px;
        margin: 0 auto 134px;
    }
    .all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-title {
        font-size: 40px;
    }
    .all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-text {
        font-size: 18px;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-title {
        font-size: 40px;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-text {
        font-size: 18px;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-title {
        font-size: 40px;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-text {
        font-size: 18px;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-title {
        font-size: 40px;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-text {
        font-size: 18px;
    }


    .all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-two {
        font-size: 100px;
        margin: -40px 0 -38px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-one {
        font-size: 90px;
        margin: 13px 0 0 0;
        line-height: 70px;
    }

    .all-the-profile-page .all-the-blocl-box .the-first-block .left-side .the-one {
        font-size: 90px;
        margin: 13px 0 0 0;
        line-height: 70px;
    }
    .all-the-profile-page .all-the-blocl-box .the-first-block .left-side .the-two {
        font-size: 106px;
        margin: -30px 0 0 0;
    }

    .all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-two {
        font-size: 120px;
        margin: -31px 0 0 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-one {
        font-size: 103px;
        margin: -45px 0 0 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-three {
        font-size: 20px;
        margin: 0 0 0 0;
    }

}



@media only screen and (max-width: 1700px){

    .all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-title {
        font-size: 34px;
        margin: 0 0 0 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-title {
        font-size: 34px;
        margin: 0 0 18px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-title {
        font-size: 34px;
        margin: 50px 0 10px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-title {
        font-size: 34px;
        margin: 50px 0 18px 0;
    }

}


@media only screen and (max-width: 1100px) {

    .all-the-profile-page .all-the-blocl-box .the-first-block {
        flex-wrap: wrap;
        margin: 0 0 0 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-first-block .right-side {
        width: 100%;
    }
    .all-the-profile-page .all-the-blocl-box .the-first-block .left-side {
        margin: 0 auto 0;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
    }

    .all-the-profile-page .all-the-blocl-box .the-third-block {
        flex-wrap: wrap;
        margin: 0 0 45px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .right-side {
        width: 100%;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .left-side {
        margin: 0 auto 0;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-two {
        font-size: 76px;
        margin: -27px 0 -29px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .left-side .the-one {
        font-size: 75px;
        margin: 14px 0 0 0;
        line-height: 57px;
    }


    .all-the-profile-page .all-the-blocl-box .the-four-block {
        flex-wrap: wrap;
        flex-flow: wrap-reverse;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .right-side {
        width: 100%;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .left-side {
        direction: rtl;
        margin: 0 auto 0;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-two {
        font-size: 90px;
        margin: 0 0 0 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-one {
        font-size: 76px;
        margin: -41px 0 0 0;
        letter-spacing: -4px;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .left-side .the-three {
        font-size: 18px;
        margin: -12px 0 0 0;
    }

    .all-the-profile-page .all-the-blocl-box .the-five-block {
        flex-wrap: wrap;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .right-side {
        width: 100%;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .left-side {
        margin: 0 auto 0;
        width: 100%;
    }

    .all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-three {
        font-size: 80px;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-five {
        font-size: 48px;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .left-side .the-four {
        font-size: 65px;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .left-side .absolute-text {
        top: 163px;
        left: -126px;
        font-size: 32px;
    }

    .all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-title {
        font-size: 22px;
        margin: 0 0 0 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-first-block .right-side .the-text {
        font-size: 16px;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-title {
        font-size: 22px;
        margin: 0 0 3px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-third-block .right-side .the-text {
        font-size: 16px;
    }
    .all-the-profile-page .all-the-blocl-box .the-second-block {
        margin: 0 0 23px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-title {
        font-size: 22px;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-title {
        font-size: 22px;
        margin: 0 0 4px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-four-block .right-side .the-text {
        font-size: 16px;
        text-align: right;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-title {
        font-size: 22px;
        margin: 0 0 4px 0;
    }
    .all-the-profile-page .all-the-blocl-box .the-five-block .right-side .the-text span {
        color: #00aff1;
        font-weight: 600;
    }
    .all-the-profile-page .all-the-blocl-box {
        /* width: 90%; */
    }
    

}










/*
+++++++++++++++++++++++++++++++++++++++++
all-the-catalogs-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-catalogs-page{
    
}
.all-the-catalogs-page .the-title-first{
    margin: 56px auto 15px;
    width: 90%;
    max-width: 1440px;
    font-size: 60px;
    color: #3e413a;
    font-weight: 300;
}
.all-the-catalogs-page .the-title-first span{
    font-weight: 700;
}
.all-the-catalogs-page .the-page-sub-title{
    margin: 0 auto 0;
    width: 90%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-catalogs-page p{
    margin: 0 auto 0;
    width: 90%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-catalogs-page .the-page-sub-title-bold {
    margin: 0 auto 0;
    width: 90%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-catalogs-page .all-the-content-year  {
    margin: 22px auto 110px;
    width: 90%;
    max-width: 1440px;
}
.all-the-catalogs-page .all-the-content-year .all-the-catalog-year {
    width: 90%;
    max-width: 1020px;
}
.all-the-catalogs-page .all-the-content-year .all-the-catalog-year .the-number-year{
    font-size: 74px;
    color: #3e413a;
    margin: 0 -15px 0 0;
    font-weight: 200;
}
.all-the-catalogs-page .all-the-content-year .all-the-catalog-year .the-all-single-catalog{
    background-color: #f6f6f6;
    border-bottom: solid 1px #8db12d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 12px;
    margin: 0 0 10px 0;
}
.all-the-catalogs-page .all-the-content-year .all-the-catalog-year .the-all-single-catalog .right-side{
    font-size: 18px;
    color: #4c4c4c;
}
.all-the-catalogs-page .all-the-content-year .all-the-catalog-year .the-all-single-catalog .left-side{
    display: flex;
}
.all-the-catalogs-page .all-the-content-year .all-the-catalog-year .the-all-single-catalog .left-side .the-box-download{
    width: 50px;
    height: 50px;
    background-color: #8ab130;
    margin: 0 0 0 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    cursor: pointer;
}
.all-the-catalogs-page .all-the-content-year .all-the-catalog-year .the-all-single-catalog .left-side .the-box-eye{
    width: 50px;
    height: 50px;
    background-color: #8ab130;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    cursor: pointer;
}



@media only screen and (max-width: 1700px) {

    .all-the-catalogs-page .the-title-first{
        font-size: 34px;
    }
    .all-the-catalogs-page p{
        font-size: 18px;
    }
    .all-the-catalogs-page .all-the-content-year .all-the-catalog-year .the-number-year{
        font-size: 34px;
        margin: 0 0 0 0;
    }

}


/*
+++++++++++++++++++++++++++++++++++++++++
all-the-gallery-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-gallery-page{
    
}
.all-the-gallery-page .all-the-box-gallery{
    margin: 0 auto 0;
    width: 90%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-gallery-page .all-the-box-gallery .single-box-gallery{
    width: 30%;
    margin: 0 0 30px 0;
}
.all-the-gallery-page .all-the-box-gallery .single-box-gallery .the-image{
    width: 100%;
    background-color: rgb(92, 92, 92);
    padding: 0 0 66% 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.all-the-gallery-page .all-the-box-gallery .single-box-gallery .the-text{
    color: #3e413a;
    text-align: center;
    font-size: 24px;
}

.all-the-gallery-page .all-the-box-gallery .single-box-gallery-line{
    width: 30%;
    height: 1px;
}








/*
+++++++++++++++++++++++++++++++++++++++++
all-the-investors-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-investors-page{
    
}
.all-the-investors-page .third-generic-article{
    margin: 0 auto 56px;
    width: 80%;
    max-width: 1440px;
}
.all-the-investors-page .third-generic-article .title-third-box{
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.all-the-investors-page .third-generic-article .single-third-box{
    width: 61%;
    height: 60px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 18%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 6px 0 6px;
    margin: 0 0 15px 0;
    text-decoration: none;
}
.all-the-investors-page .third-generic-article .single-third-box .the-ball-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #bdd52f;
    background-repeat: no-repeat;
    background-position: center center;
}
.all-the-investors-page .third-generic-article .single-third-box .the-text-third-box{
    font-size: 19px;
    margin: 0 8px 0 8px;
    color: #393635;
}







.all-the-investors-page .the-title-first{
    margin: 0 auto 15px;
    width: 80%;
    max-width: 1440px;
    font-size: 60px;
    color: #3e413a;
    font-weight: 300;
}
.all-the-investors-page .all-the-table{
    margin: 0 auto 20px;
    width: 80%;
    max-width: 1440px;
}
.all-the-investors-page .the-title-first span{
    font-weight: 700;
}
.all-the-investors-page .the-page-sub-title{
    margin: 0 auto 20px;
    width: 80%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-investors-page .all-the-green-button{
    margin: 22px auto 60px;
    width: 80%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
}
.all-the-investors-page .all-the-green-button .single-buttom{
    background: #8bb12b;
    color: white;
    display: block;
    text-decoration: none;
    width: 27%;
    text-align: center;
    padding: 10px 0;
    font-size: 21px;
    border-radius: 7px;
    margin: 0 0 10px 10px;
}
.all-the-investors-page .all-the-box-gallery{
    margin: 0 auto 0;
    width: 80%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-investors-page .all-the-box-gallery .single-box-gallery{
    width: 24%;
    margin: 0 0 30px 0;
}
.all-the-investors-page .all-the-box-gallery .single-box-gallery .the-image{
    width: 100%;
    background-color: rgb(92, 92, 92);
    padding: 0 0 66% 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin: 0 0 6px 0;
}
.all-the-investors-page .all-the-box-gallery .single-box-gallery .the-text{
    color: #3e413a;
    text-align: center;
    font-size: 20px;
}
.all-the-investors-page .all-the-box-gallery .single-box-gallery .the-text-second{
    color: #3e413a;
    text-align: right;
    font-size: 16px;
}

.all-the-investors-page .all-the-box-gallery .single-box-gallery-line{
    width: 30%;
    height: 1px;
}



@media only screen and (max-width: 1700px) {

    .all-the-investors-page .the-title-first{
        font-size: 40px;
    }
    .all-the-investors-page .the-page-sub-title{
        font-size: 18px;
    }
    .all-the-investors-page .all-the-box-gallery .single-box-gallery .the-text {
        font-size: 18px;
    }

}

@media only screen and (max-width: 750px) {

    .all-the-investors-page .the-title-first{
        font-size: 22px;
        margin: 0 auto 4px;
    }
    .all-the-investors-page .the-page-sub-title{
        font-size: 16px;
    }
    .all-the-investors-page .all-the-green-button .single-buttom {
        width: 100%;
        padding: 6px 0;
        font-size: 16px;
        margin: 0 0 10px 10px;
    }
    .all-the-investors-page .all-the-box-gallery .single-box-gallery {
        width: 48%;
    }
    .all-the-investors-page .all-the-green-button {
        margin: 0 auto 20px;
    }

}


/*
+++++++++++++++++++++++++++++++++++++++++
all-the-investors-page
+++++++++++++++++++++++++++++++++++++++++
*/

.all-the-single-article-page{
    
}
.all-the-single-article-page .the-title-first{
    margin: 60px auto 15px;
    width: 80%;
    max-width: 1440px;
    font-size: 60px;
    color: #3e413a;
    font-weight: 300;
}
.all-the-single-article-page .the-title-first span{
    font-weight: 700;
}
.all-the-single-article-page .the-page-sub-title{
    margin: 0 auto 20px;
    width: 90%;
    max-width: 1440px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-single-article-page .all-the-full-first{
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1440px;
}
.all-the-single-article-page .all-the-full-first.helf-screen{
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.all-the-single-article-page .all-the-full-first.helf-screen .the-image{
    width: 30%;
    margin: 0 0 0 0;
    height: auto;
}
.all-the-single-article-page .all-the-full-first.helf-screen .the-image img{
    width: 100%;
}
.all-the-single-article-page .all-the-full-first.helf-screen .all-the-full-first-text{
    width: 61%;
    margin: 0 0 0 0;
}
.all-the-single-article-page .all-the-full-first.helf-screen .all-the-full-first-text li{
    margin: 0 auto 0;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-single-article-page .all-the-full-first .the-image{
    margin: 0 auto 35px;
    width: 100%;
    height: 250px;
    background-color: rgb(65, 65, 65);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%);
    border-radius: 15px;
    border: solid 7px #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.all-the-single-article-page .all-the-full-first .all-the-full-first-text{
    margin: 0 auto 0;
    width: 100%;
 
}

.all-the-single-article-page .all-the-full-first p{
    margin: 0 auto 0;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}



.all-the-single-article-page .all-the-full-first td p {
    margin: 0 auto 0;
    width: 100%;
    font-size: inherit;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: black;
}




.all-the-single-article-page .all-the-full-first h2{
    margin: 32px auto 5px;
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #3e413a;
}
.all-the-single-article-page .first-generic-article{
    margin: 0 auto 75px;
    width: 90%;
    max-width: 1440px;
}
.all-the-single-article-page .first-generic-article .the-first-title{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #3e413a;
}
.all-the-single-article-page .first-generic-article .the-first-text{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-single-article-page .second-generic-article{
    margin: 0 auto 102px;
    width: 80%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-single-article-page .second-generic-article .the-second-box{
    width: 17%;
    padding: 0 0 18% 0;
    background: #fff;
    border: solid 10px #fff;
    border-radius: 21px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
    margin: 0 0 18px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.all-the-single-article-page .second-generic-article .the-second-box-line{
    width: 18%;
    height: 1px;
}
.all-the-single-article-page .third-generic-article{
    margin: 0 auto 56px;
    width: 80%;
    max-width: 1440px;
}
.all-the-single-article-page .third-generic-article .title-third-box{
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.all-the-single-article-page .third-generic-article .single-third-box{
    width: 61%;
    height: 60px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 18%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 6px 0 6px;
    margin: 0 0 15px 0;
    text-decoration: none;
}
.all-the-single-article-page .third-generic-article .single-third-box .the-ball-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #bdd52f;
    background-repeat: no-repeat;
    background-position: center center;
}
.all-the-single-article-page .third-generic-article .single-third-box .the-text-third-box{
    font-size: 19px;
    margin: 0 8px 0 8px;
    color: #393635;
}



.all-the-single-article-page .four-generic-article{
    margin: 0 auto 56px;
    width: 90%;
    max-width: 1440px;
}
.all-the-single-article-page .four-generic-article .title-four-box{
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.all-the-single-article-page .four-generic-article .single-four-box{
    width: 61%;
    height: 60px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 18%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 6px 0 0;
    margin: 0 0 15px 0;
    text-decoration: none;
}
.all-the-single-article-page .four-generic-article .single-four-box .the-ball-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #bdd52f;
    background-repeat: no-repeat;
    background-position: center center;
}
.all-the-single-article-page .four-generic-article .single-four-box .the-text-four-box{
    font-size: 19px;
    margin: 0 8px 0 0;
    color: #393635;
}


.all-the-single-article-page .five-generic-article{
    margin: 0 auto 56px;
    width: 90%;
    max-width: 1440px;
}
.all-the-single-article-page .five-generic-article .the-title-five{
    font-size: 60px;
    color: #3e413a;
    font-weight: 300;
}
.all-the-single-article-page .five-generic-article .the-title-five span{
    font-weight: 700;
}
.all-the-single-article-page .five-generic-article .the-page-sub-title-five{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}

.all-the-single-article-page .five-generic-article .all-the-article-box {
    margin: 45px auto 115px;
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-single-article-page .five-generic-article .all-the-article-box .all-single-box {
    width: 23%;
    padding: 23px 0 60px 0;
    border-radius: 12px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    margin: 0 0 34px 0;
}
.all-the-single-article-page .five-generic-article .all-the-article-box .all-single-box-line {
    width: 23%;
    height: 1px;
}
.all-the-single-article-page .five-generic-article .all-the-article-box .all-single-box .the-image {
    background: #fff;
    width: 90%;
    margin: 0 auto 0;
    padding: 0 0 74% 0;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.all-the-single-article-page .all-the-article-box .all-single-box .the-title {
    width: 90%;
    margin: 12px auto 0;
    font-weight: 400;
    font-size: 25px;
    color: #505050;
}
.all-the-single-article-page .all-the-article-box .all-single-box .the-sub-title {
    width: 90%;
    margin: 6px auto 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: #505050;
    padding: 0 0 18px 0;
}
.all-the-single-article-page .all-the-article-box .all-single-box .the-botton {
    position: absolute;
    bottom: 30px;
    left: 16px;
    background: #bad02f;
    color: white;
    padding: 5px 23px;
    border-radius: 6px;
    font-size: 12px;
}


.all-the-single-article-page .the-text-from-block{
    margin: 0 auto 56px;
    width: 80%;
    max-width: 1440px;
}
.all-the-single-article-page .the-text-from-block li{
    margin: 0 auto 0;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}
.all-the-single-article-page .the-text-from-block h3{
    font-size: 60px;
    color: #3e413a;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0;
}
.all-the-single-article-page .the-text-from-block p{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.13px;
    color: #515151;
}

.all-the-single-article-page .the-text-from-block.the-css-with-image{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-single-article-page .the-text-from-block.the-css-with-image .all-the-block_test{
    width: 64%;
}
.all-the-single-article-page .the-text-from-block.the-css-with-image .all-the-block_image{
    width: 31%;
}
.all-the-single-article-page .the-text-from-block.the-css-with-image .all-the-block_image img{
    width: 100%;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%);
    border-radius: 15px;
    border: solid 7px #fff;
    display: block;
}

@media only screen and (max-width: 1700px) {

    .all-the-single-article-page .the-title-first {
        font-size: 34px;
    }
    .all-the-single-article-page .five-generic-article .the-title-five {
        font-size: 34px;
    }
    .all-the-single-article-page .all-the-full-first .the-text {
        font-size: 18px;
    }
    .all-the-single-article-page .first-generic-article .the-first-text {
        font-size: 18px;
    }
    .all-the-single-article-page .five-generic-article .the-page-sub-title-five {
        font-size: 18px;
    }
    .all-the-single-article-page .the-text-from-block h3{
        font-size: 34px;
    }
    .all-the-single-article-page .the-text-from-block p{
        font-size: 18px;
    }
    .all-the-single-article-page .all-the-full-first p {
        font-size: 18px;
    }
    .all-the-single-article-page .the-text-from-block li{
        font-size: 18px;
    }
    .all-the-single-article-page .all-the-full-first.helf-screen .all-the-full-first-text li {
        font-size: 18px;
    }
    .all-the-single-article-page .all-the-full-first h2 {
        font-size: 24px;
    }

}
@media only screen and (max-width: 1100px) {

    .all-the-single-article-page .all-the-full-first h2 {
        font-size: 22px;
    }
    .all-the-single-article-page .all-the-full-first p {
        font-size: 16px;
    }
    .all-the-single-article-page .the-text-from-block li{
        font-size: 16px;
    }
    .all-the-single-article-page .all-the-full-first.helf-screen .all-the-full-first-text li {
        font-size: 16px;
    }
    .all-the-single-article-page .the-text-from-block p{
        font-size: 16px;
    }
    .all-the-single-article-page .the-text-from-block h3{
        font-size: 22px;
    }
    .all-the-single-article-page .the-title-first {
        font-size: 22px;
    }
    .all-the-single-article-page .first-generic-article .the-first-title {
        font-size: 22px;
    }
    .all-the-single-article-page .third-generic-article .title-third-box {
        font-size: 22px;
    }
    .all-the-single-article-page .four-generic-article .title-four-box {
        font-size: 22px;
    }
    .all-the-single-article-page .five-generic-article .the-title-five {
        font-size: 22px;
    }
    .all-the-single-article-page .all-the-full-first .the-text {
        font-size: 16px;
    }
    .all-the-single-article-page .first-generic-article .the-first-text {
        font-size: 16px;
    }
    .all-the-single-article-page .five-generic-article .the-page-sub-title-five {
        font-size: 16px;
    }
    .all-the-single-article-page .four-generic-article .single-four-box {
        width: 100%;
    }
    .all-the-single-article-page .third-generic-article .single-third-box {
        width: 100%;
    }
    .all-the-single-article-page .five-generic-article .all-the-article-box .all-single-box {
        width: 48%;
    }

    .all-the-single-article-page .all-the-full-first {
        margin: 0 auto 25px;
    }
    .all-the-single-article-page .first-generic-article {
        margin: 0 auto 20px;
    }
    .all-the-single-article-page .second-generic-article {
        margin: 0 auto 20px;
    }
    .all-the-single-article-page .all-the-full-first.helf-screen .the-image {
        width: 100%;
        margin: 0 0 20px 0;
        height: auto;
    }
    .all-the-single-article-page .all-the-full-first.helf-screen .all-the-full-first-text {
        width: 100%;
        margin: 0 0 0 0;
    }
    .all-the-single-article-page .five-generic-article .all-the-article-box {
        margin: 45px auto 56px;
    }

}



@media only screen and (max-width: 600px) {

    .all-the-single-article-page .five-generic-article .all-the-article-box .all-single-box {
        width: 100%;
    }
    .all-the-single-article-page .second-generic-article .the-second-box {
        width: 42%;
        padding: 0 0 42% 0;
    }
    .all-the-single-article-page .third-generic-article .single-third-box .the-text-third-box {
        font-size: 16px;
        margin: 0 8px 0 0;
        color: #393635;
        max-width: 80%;
    }
    .all-the-single-article-page .four-generic-article .single-four-box .the-text-four-box {
        font-size: 16px;
        margin: 0 8px 0 0;
        color: #393635;
        max-width: 80%;
    }
    .all-the-single-article-page .five-generic-article .all-the-article-box {
        margin: 20px auto 100px;
    }
    .all-the-single-article-page .the-text-from-block.the-css-with-image .all-the-block_test{
        width: 100%;
    }
    .all-the-single-article-page .the-text-from-block.the-css-with-image .all-the-block_image{
        width: 100%;
    }
    .all-the-single-article-page .the-text-from-block.the-css-with-image .all-the-block_image img {
        width: 96%;
        margin: 23px auto 0;
        
    }

}
#uberchart-19
{
	direction: ltr;
}