/* body .bg-white{
    background: #ffffff;
} */
.page-wrapper {
    /* background: #ffffff; */
}
.hero-font {
    font-family: 'Poppins', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    
}
.pd-10 {
    padding: 0 5%;
}
.wrapper {
   /* padding: 0 5%; */
}
.header-desktop {
    padding-top: 50px;
    width: 100%;
}
.header-nav {
    padding-left: 20%;
    float: right;
}
.logo-header {
    width:135px;
    height:55px;
    
}

.container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 auto;
}
/* @media(max-width:1140px){
    .container {
        max-width: 968px;
        margin: 0 auto;
        padding: 0 auto;
    }
}
@media(min-width:1920px){
    .container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 auto;
    }
} */
ul.header-nav li a {
    font-family: 'Poppins', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #2B5D81;
    letter-spacing: unset;
}
ul.header-nav:after{
    background: unset;
}

ul.header-nav .li-lang {
    margin-top: -0.4%;
    padding-left: 40px;
}
.page-wrapper {
    padding-top: 170px;
    padding-bottom: 170px;
    color: #2B5D81;
}
.above-the-fold {
    margin-left: 0;
}
.inline-block {
    display: inline-block;
}
.section-1 {
    max-width: 25%;
}
.section-2 {
    float: right;
}
.section-1 h1 {
    font: 600 60px/70px 'Poppins';
}
.section-1 p {
    font: 300 20px/30px 'Poppins';
    padding: 30px 100px 150px 0;
    
}
.img-1 {
    max-width: 290px;
    margin-right: 20px;
}
.img-2 {
    height: 400px;
}
.wrapper-image-hero {
    height: 400px;
}
.img-3 {
    max-width: 799px;
    margin-top: 20px;
}
.btn-primary {
    background: #2B5D81;
    color: #ffffff;
    font: 400 14px/17px 'Poppins';
    text-decoration: none;
    width: 60px;
    height: 20px;
    padding: 15px 30px;
}
.btn-no-border {
    color: #2B5D81;
    font: 400 14px/17px 'Poppins';
    text-decoration: none;
    padding-left: 10px;
}
select {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #2B5D81;
    border: none;
    background: #f8f8f8;
}

@media(min-width: 769px){
    .d-none {
        display: none;
    }
}
ul.header-nav li a {
    border-bottom: unset;
}

/* mobile responsif */
@media(max-width:1024px){
    #nav-toggle{
        right: unset;
        padding-top: 17px;
        top: unset;
    }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        height: 2px;
        width: 20px;
    }
    #nav-toggle span:before {
        top: -14px;
    }
    #nav-toggle span:after {
        bottom: 7px;
    }
    .logo-header{
        width: 70px;
        height: 30px;
        margin: 0 auto;
    }
    .logo-top {
        margin-left: 10%;
    }
    .header-desktop{
        padding-top: 30px;
        /* padding-left: 20px; */

    }
    .dil-lang{
        float: right;
        border: none;
        /* margin-right: 10px; */
    }
    .page-wrapper{
        padding-top: 100px;
    }
   
    .wrapper-mobile {
        text-align: center;
        width: 100%;
    }
    .above-the-fold{
        display: grid;
        float: left;
        margin-bottom: 50px;
    }
    .section-1{
        order: 2;
        margin-top: 40px;
        max-width: 100%;
    }
    .section-1 p{
        padding-bottom: 50px;
    }
    .section-2{
        order: 1;
    }
    .wrapper-image-hero {
        height: 215px;
    }
    .img-1 {
        max-width: 150px;
        height: 215px;
    }
    .img-2 {
        max-width: 300px;
        height: 215px;
    }
    .m-none{
        display: none;
    }
}