    /*------------------
    Section1
    -----------------*/
    header{
        width: 100%;
        display: flex;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .img_container {
        width: 100%;
        height: 400px;
    }
    header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }   
    h1 {
        margin-top: 1.5em;
        margin-bottom: 1em;
        margin-left: 3%;
        color: #000;
    }
    H2 {
    font-size: 24px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 300 !important;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 2em;
    margin-top: 2em;
}
    header h4 {
        margin-left: 3%;
        font-size: 1.2em;
        color: #C4C4C4;
        width: 70%;
        margin-bottom: 2em;
    }
    a{
        text-decoration: none !important;
    }

 @media (min-width:600px){
    /*----------------------------
    Section concept
    ----------------------------*/

    .section_concept{
        display: flex;
        flex-direction:row;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top:3em;
        margin-bottom: 5em;
    }
    .concept_card{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width:20%;
        border-radius:5px;
        padding-top:2em;
        padding-bottom: 2em;
        padding-left: 2%;
        padding-right: 2%;
        background-color: #F7F7F7;
        margin-bottom: 3em;
    }

    .concept_card h4{
        font-size: 1.5em;
        margin-bottom: 1em;
        font-weight: bold;
        color:#DC5F40;
        align-self: flex-start;

    }
    .concept_card p{
        color:#A3A3A3

    }
    /*----------------------------
    section_advantages
    ----------------------------*/

   
    .section_advantages{
        padding-top:3em;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
                background-color: #F7F7F7;

    }
    .advantageCardRight{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 45%;
        margin-bottom: 3em;
        background-color: #fff;
    }
    .section_advantages img{
        width: 100%;
        height: 400PX;
        object-fit: cover;
    }
    .advantageText{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .section_advantages h4{
        font-size: 1.5em;
        text-transform: capitalize;
        color: #333333;
    }
    .section_advantages p{
        font-size:1em;
        color: #C4C4C4;
        margin-top: 1em;
    }
    }




    /*----------------------------
    ------------------------------
    MOBILE
    ------------------------------
    ----------------------------*/


    @media (max-width:799px){
        .img_container {
            width: 100%;
            height: 300px;
        }
    /*----------------------------
    Section concept
    ----------------------------*/

    .section_concept{
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        align-items: center;
        margin-top:2em;
        margin-bottom: 3em;
    }
    .concept_card{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width:80%;
        border-radius:5px;
        padding-top:2em;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 3em;
        background-color: #F7F7F7;
    }

    .concept_card h4{
        font-size: 1.5em;
        margin-bottom: 1em;
        font-weight: bold;
        color:#DC5F40;
        align-self: flex-start;

    }
    .concept_card p{
        color:#A3A3A3

    }
    .section_advantages{
        padding-top:3em;
        background-color: #F7F7F7;
        display: flex;
        flex-direction: column;
        align-content: center; 
        justify-content: center;
    }
    .advantageCardRight{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3em;
        width: 90%;
        margin-left: 5%;
        background-color: #FFF;
    }
    .section_advantages img{
        width: 100%;
        height:250px;
        margin-bottom: 0.5em;
        object-fit: cover;
    }
    .advantageText{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .section_advantages h4{
        font-size: 1.5em;
        text-transform: capitalize;
        color: #333333;
    }
    .section_advantages p{
        font-size:1em;
        color: #C4C4C4;
        margin-top: 1em;
    }
    }

    /*----------------------------
    Section 3
    ----------------------------*/

    .section_partners{
        margin-left:3%;
        margin-right: 3%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .section_partners p{
        text-align: center;
        margin-bottom: 2em;
        color: #A3A3A3;
    }
    .partnerLogo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 3em;
    }
    .divLogo{
        margin-bottom: 2em;
    }
    .logo{
        width: 7em;
        height:auto;
        border-radius: 100%;
        margin-bottom: 2em;
        margin: 0 auto;
        background-color: #F1F1F1;
    }
    .slick-prev::before{
        color:#000;
    }
    .slick-next::before{
        color:#000;
    }



    /* ---------------------------
    Form Style
    --------------------------- */

    .form{
        width: 96%;
        padding: 15px;
        background:#f8f8f8;
        border:1px solid rgba(0, 0, 0, 0.075);
        margin-bottom:25px;
        color:#727272 !important;
        font-size:13px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        font-family: 'Raleway', sans-serif;
    }

    .form:hover{
        border:1px solid #df7966;
    }

    .form:focus{
        color: white;
        outline: none;
        border:1px solid #df7966;
    }

    .textarea{
        height: 200px;
        max-height: 200px;
        max-width: 100%;
    }

    /* Send Button Styles */

    .form-btn{
        width:15em;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3em;
        color:#fff;
        background:#DC5F40;
        border:none;
        text-align: center;
        border-radius:5px;
        outline: none;
        margin:auto;
        margin-bottom: 5em;

    }

    .form-btn:hover{
        background:grey;
        color: white;
        border:none;
    }

    .form-btn:active{
        opacity: 0.9;
    }

    #contact-us > div input {
        padding-right: 10px;
    }

    .section4-p{
        margin-bottom: 2em;
        color: #A3A3A3;
    }
    /*****/


    #alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }
    #alert-danger hr {
        border-top-color: #e4b9c0;
    }
    #alert-danger .alert-link {
        color: #843534;
    }



      :root {
        --grey--light: #fafaff;
        --white: #ffffff;
      }

      body {
        background: var(--grey--light);
      }

      .main {
        width: 1152px;
        text-align: center;
        margin: 0 auto;
      }

      .main__item {
        background: var(--white);
        width: 5em;
        height:5em;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2em;
      }

      .main__item svg {
          width: 48px;
          height: 48px;
          stroke: #DC5F40;
          stroke-width: 1;
          stroke-linecap: square;
          stroke-linejoin: miter;
          fill: none;
          color: #DC5F40;
  }