@charset "UTF-8";
/* layout general
 -----------------------------------------------------*/
/* general setting
 -----------------------------------------------------*/
* {
  outline: transparent;
}


body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  font-size: calc(10px + 0.5vw);
  color: #333;
  line-height: 1.5;
  background: #FFF;
  margin: 0;
}

a {
  color: #0bb4b7;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
    text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0bb4b7;
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
 font-family: 'Montserrat', sans-serif;
}
h1, h2, h4{
    font-size: calc(30px + 1vw);
}
h3{
    margin-top: 0px;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0px;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@font-face {
  font-family: 'AvertaStdCY-Regular';
  src: url(../fonts/AvertaStdCY-Regular/AvertaStdCY-Regular.woff2) format("woff2"),
   url(../fonts/AvertaStdCY-Regular/AvertaStdCY-Regular.eot) format("eot"),
    url(../fonts/AvertaStdCY-Regular/AvertaStdCY-Regular.ttf) format("ttf"),
     url(../fonts/AvertaStdCY-Regular/AvertaStdCY-Regular.woff) format("woff"); }

.page-header{
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}
.container-header{
    padding: 0.5% 1.5%;
    width: 80%;
    display: table;
    margin: 0 auto;
    -webkit-box-shadow: 0.5px 0px 2px 1px #E0DFDF;
    box-shadow: 0.5px 0px 2px 1px #E0DFDF;
    border-radius: 60px;
     z-index: 2;
     background: #FFF;
     position: relative;
}
.page-header .logo{
    width: 19%;
    padding-right: 2%;
    display: table-cell;
    vertical-align: middle;
}
.page-header .logo img{
    width: 100%;
}
.main-menu{
    display: table-cell;
}
.main-menu ul{
    display: flex;
        justify-content: center;
        align-items: center;
    text-align: center;
    width: 100%;
}
.main-menu ul li{
   
    position: relative;
    
}
.main-menu ul li a{
    line-height: 1.35em;
    display: block;
    position: relative;
    color: #333;
    font-family: 'AvertaStdCY-Regular';
    font-weight: 600;
    padding: 15px 15px;
}
.main-menu ul li .register{
    color: #FFF;
    background: #089901;
    border-radius: 40px;
    display: block;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding: 10px 20px;
    border: 1px solid #089901;
}
/*.main-menu ul li .register:hover{
    background: #FFF;
    color: #089901;
    border: 1px solid #089901;
}*/
.register-mb{
    display: none;
}
.banner{
    margin-top: -7%;
    position: relative;
    z-index: 1;
}
.banner img{
    width: 100%;
}
.section-1{
    margin-bottom: 40px;
}
.section-1  .md-col{
    margin-bottom: 20px;
    position: relative;
}
.section-1  .md-col .md-row{
    width: 48%;
    float: left;
    margin-right: 2%;
    position: relative;
}
.section-1 .md-col .md-row:last-child{
    margin-right: 0%;
    margin-left: 2%;
}
.section-1 .md-col  label{
    position: absolute;
    left: 20px;
    font-weight: 400;
    color: #666;
    font-size: calc(5px + 0.5vw);
    top: 7px;
    z-index: 1;
}
.section-1  .md-col input{
    background: #EEFDED;
    border: 2px solid #90CB91;
    padding: 25px 20px 7px;
    border-radius: 50px;
    width: 100%;
    font-family: 'AvertaStdCY-Regular';
}
.section-1  .md-col textarea{
    background: #EEFDED;
    border: 2px solid #90CB91;
    padding: 25px 20px 7px;
    border-radius: 20px;
    width: 100%;
    font-family: 'AvertaStdCY-Regular';
}
.section-1  .md-col .md-textarea{
    padding: 37px 20px 7px;
}
.section-1  .md-col input::placeholder{
    
    font-family: 'AvertaStdCY-Regular';
    font-size: calc(7px + 0.5vw);
}
.section-1  .md-col textarea::placeholder{
    
    font-family: 'AvertaStdCY-Regular';
    font-size: calc(7px + 0.5vw);
}
.section-1 .ui.dropdown{
    background: #EEFDED;
    border: 2px solid #90CB91;
   padding: 25px 20px 7px;
    border-radius: 50px;
    width: 100%;
    height: 53px;
   border-color: #90CB91;
}
.section-1 .ui.dropdown>.text{
    font-weight: 700;
     font-family: 'AvertaStdCY-Regular';
     color: #000 !important;
}
.section-1 .dropdown.icon{
    top: 50% !important;
    transform: translateY(-50%);
    margin: 0px !important;
    right: 0px !important;
}
.section-1 .ui.selection.dropdown:hover{
    
    box-shadow: none;
    border-color: #90CB91;
    border-radius: 30px !important;
/*    border-radius: 50px !important;
    border-color: #90CB91;*/
}
.section-1 .ui.selection.dropdown:focus{
    border-color: #90CB91;
    border-radius: 30px !important;
}
.section-1 .ui.upward.selection.dropdown.visible{
    border: 2px solid #90CB91;
    box-shadow: none;
    border-radius: 50px !important;
    border-color: #90CB91;
}
.section-1 form{
    width: 80%;
    display: table;
    margin: 0 auto 40px auto;
}
.section-1 form input{
    font-family: 'Montserrat', sans-serif;
}
.section-1 form h1{
    color: #1C8317;
    font-size: calc(30px + 1vw);
    text-align: center;
    font-weight: 600;
}
.section-1 .md-col-bt{
    position: relative;
    width: 35%;
    display: table;
    margin: 0 auto;
}
.section-1 .md-col-bt span{
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 8%;
}
.section-1 .md-col-bt span img{
    width: 100%;
}
.section-1 .md-col-bt input{
    background: #FF5F2D;
    border: 1px solid #FF5F2D;
    color: #FFF;
    padding: 15px 0px;
    border-radius: 50px;
    width: 100%;
    transition-duration: 0.5s;
}
/*.section-1 .md-col-bt input:hover{
    background: #FFF;
    border: 1px solid #FF5F2D;
    color: #FF5F2D;
}*/
.section-1 p.error{
    color: #F93636;
    font-style: italic;
    font-size: calc(2px + 0.8vw);
    margin-bottom: 0px;
    padding-top: 5px;
    margin-left: 5px;
}
.section-1 .md-col-2 label{
    line-height: 1;
}
.section-1 .ui.dropdown>.text{
    font-size: calc(7px + 0.5vw);
}
.md-modal-fancybox{
    display: none;
    width: 50%;
    height: 50%;
    background: #FFF;
    position: relative;
}
.md-modal-fancybox .md-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0px;
    text-align: center;
    width: 75%;
    color: #089901;
}
.md-modal-fancybox .md-content h6{
    font-size: calc(5px + 2vw);
    font-weight: 700;
}
.md-modal-fancybox img{
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    width: 12%;
}
.section-4 .row{
    display: flex !important;
}
.section-4 .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.section-4 .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.section-4 .owl-carousel .owl-nav button.owl-next{
    background: url(../images/ico-next.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
}
.section-4 .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/ico-back.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
}
.md-modal-fancybox .md-close{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    width: 50%;
    color: #FFF;
    background: #089901;
}
.fancybox-is-open .fancybox-stage{
    overflow: auto;
}
.section-1 .md-psp{
    margin-bottom: 70px;
}
.section-1 .md-psp p{
    font-family: 'AvertaStdCY-Regular';
}
.section-1 .md-sps p{
    font-family: 'AvertaStdCY-Regular';
}
.section-1 .md-psp .top-content{
    text-align: center;
    background: #46B44B;
    border-radius: 20px;
    padding: 20px 50px;
    margin-bottom: 25px;
}
.section-1 .md-psp .top-content h2{
    color: #D6F037;
    font-size: calc(30px + 1vw);
    line-height: 1;
}
.section-1 .md-psp .top-content p{
    color: #FFF;
}
.section-1 .md-psp .main-content .content{
    border: 2px solid #94CE91;
    border-radius: 20px;
    padding: 15px;
}
.section-1 .md-psp .main-content .content img{
    width: 60%;
    display: table;
    margin: 0 auto 10px auto;
}
.section-1 .md-sps .top-content{
    text-align: center;
    padding: 0px 50px;
    margin-bottom: 30px;
}
.section-1 .md-sps .top-content h2{
    color: #1C8317;
}
.section-1 .md-sps .top-content p{
    text-align: center;
}
.section-1 .md-psp .content p{
    text-align: center;
}

.section-1 .md-sps .main-content .md-col{
    border: 2px solid #94CE91;
    border-radius: 20px;
    display: table;
    padding: 20px;
}
.section-1 .md-sps .main-content .md-col img{
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}
.section-1 .md-sps .main-content .md-col p{
    display: table-cell;
    width: 87%;
    text-align: justify;
    vertical-align: middle;
    padding-left: 3%;
}
.section-2{
    background: url(../images/bg-slider.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 6% 0 4%;
    margin-bottom: 40px;
}
.section-2 h2{
    text-align: center;
    color: #FFF;
}
.section-2 .slide-images{
    padding: 0 2%;
}
.section-2 .slide-images a{
    display: block;
    padding: 5px;
}
.section-2 img{
    width: 100%;    
    border: 2px solid #FFF;
    border-radius: 20px;
}
.section-2 .md-col{
    width: 20%;
    float: left;
}
.section-2 .md-col-1{
    width: 40%;
}
.section-2 .md-col-2{
    margin-right: 0%;
}
.section-3 .md-cnq{
    width: 80%;
    display: table;
    margin: 0 auto 30px auto;
}
.section-3 p{
    font-family: 'AvertaStdCY-Regular';
}
.section-3 .md-cnq .top-content{
    text-align: center;
    margin-bottom: 25px;
}
.section-3 .md-cnq .top-content h2{
    color: #1C8317;
}
.section-3 .md-cnq .main-content{
    margin-bottom: 25px;
}
.section-3 .md-cnq .main-content p{
    border: 2px solid #94CE91;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 3px 3px 5px 0px rgba(148,206,145,1);
}
.section-3 .md-cnq p.in-short{
    font-weight: 700;
    text-align: justify;
}
.section-3 .md-tcol .left-content{
    float: left;
    width: 49%;
    margin-right: 1%;
}
.section-3 .md-tcol .right-content{
    float: right;
    width: 49%;
    margin-left: 1%;
}

.accordion-button::after{
    background-image: none;
    content: "+";
    
   
    font-size: 25px;
    margin-top: -20px;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
    content: "-";
    transform: rotate(0deg);
    
    height: 1rem;
    
}
.accordion-button:focus{
    border: none;
    box-shadow: none;
}
.section-3 .accordion-item{
    border: none;
    margin-bottom: 2px;
}
.section-3 .accordion-item .accordion-header{
    background: #EFF9EF;



}
.section-3{
    margin-bottom: 40px;
}

.section-3 .accordion-item .accordion-button{
    background: #EFF9EF;
    color: #000;
    font-weight: 700;
    font-family: 'AvertaStdCY-Regular';
    border-radius: 12px !important;
    border: 2px solid #90CB91;
    font-size: calc(10px + 0.5vw);
}
.section-3 .accordion-body{
     font-family: 'AvertaStdCY-Regular';
    border: 2px solid #94CE91;
    /*border-radius: 0px 0px 12px 12px;*/
    border-top: 0px;
    background: #EFF9EF;
    border-radius: 0px 0px 12px 12px;
    border: 2px solid #90CB91;  
}
.section-3 .accordion-collapse{
    background: #EFF9EF;
}
.section-3 .accordion-body p{
    margin-bottom: 12px;
}
.section-3 .accordion-button:not(.collapsed){
    border-radius: 12px 12px 0px 0px !important;
    border-bottom: none;
}
.section-3 .md-tcol .md-text p{
    font-weight: 700;
    margin-bottom: 5px;

} 
.section-3 .md-tcol .md-text span{
    padding-left: 15px;
}
.section-3 .md-tcol .md-text{
    margin-bottom: 20px;
}

.section-3 .md-tcol h3{
    text-align: center;
    color: #000;
    font-weight: 600;
    background: #90CB91;
    font-size: calc(13px + 0.5vw);
    padding: 15px 0px;
    text-transform: uppercase;
    border-radius: 20px;
}
.section-3 .md-tcol p{
    text-align: justify;
}
.section-3 .md-tcol .content{
    background: #EFF9EF;
    border-radius: 20px;
    padding: 20px;
}
.section-3 .md-tcol span{
    display: block;
    margin-bottom: 10px;
}

.section-4 h2{
    color: #1C8317;
    text-align: center;
    font-size: 600;
}
.section-4 .md-banner{
    position: relative;
    z-index: 1;
}
.section-4 .md-banner img{
    width: 100%;
}
.section-4 .main-content{
    padding: 0px 50px;
    margin-top: -100px;
    position: relative;
    z-index: 1;

} 
.section-4 .main-content .col-md-6{
    margin-bottom: 30px;
}
.section-4 .main-content .content{
    border: 1px solid #94CE91;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 0px #DDF8DC;
    padding: 20px;
    background: #FFF;
    position: relative;
}
.section-4 .main-content .content img{
    width: 40%;
    margin-bottom: 8px;
    min-width: 100px;
}
.section-4 .main-content .content h3{
    font-weight: 600;
    font-size: calc(12px + 0.5vw);
}
.section-4 .main-content .content p{
    text-align: justify;
    font-family: 'AvertaStdCY-Regular';
    margin-bottom: 25px;
}
.section-4 .main-content .content a{
    color: #FF5F2D;
    font-weight: 600;
    border: 1px solid #FF5F2D;
    border-radius: 50px;
    padding: 10px 20px;
    transition-duration: 0.5s;
    position: absolute;
    left: 5%;
    bottom: 5%;
}
/*.section-4 .main-content .content a:hover{
    color: #FFF;
    background: #FF5F2D;
}*/
.section-4 .main-content .content a span img{
    width: 10%;
    margin-left: 10px;
    min-width: auto;
    margin-bottom: 0px;
}
.section-4{
    margin-bottom: 10px;
}
.section-5{
    background-image: linear-gradient(to bottom, #EFF9EF 0%, #ffffff 100%);
    padding: 40px 0px;
}
.section-5 h2{
    color: #1C8317;
    text-align: center;
    font-weight: 600;
}
.section-5 .main-content{
    padding: 0px 100px;

}
.section-5 .accordion-button{
    border: 2px solid #90CB91;
    border-radius: 12px !important;
    padding: 12px 20px;
    font-weight: 700;
    font-family: 'AvertaStdCY-Regular';
}
.section-5 .accordion-item{
    border: none;
    margin-bottom: 10px;
    background: transparent;
    font-family: 'AvertaStdCY-Regular';
}
.section-5 .accordion-body p{
    margin-bottom: 12px;
}
.section-5 .accordion-collapse {
    border: 2px solid #94CE91;
    border-radius: 0px 0px 12px 12px;
    border-top: none;
    background: #EFF9EF;
}
.section-5 .accordion-button:not(.collapsed){
    color: #000;
    border-radius: 12px 12px 0px 0px !important;
    background: #FFF;
}
.section-6 .md-form{
    border-bottom: 2px dotted #90CB91;
    margin-bottom: 20px;
}
.section-6 form p{
    font-family: 'AvertaStdCY-Regular';
    text-align: center;
}
.toggle-menu{
    display: none;
}
.scroll-top{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    width: 80%;
}
input:focus::placeholder{
    color: transparent !important;
}
textarea:focus::placeholder{
    color: transparent !important;
}
.md-desktop{
    display: block;
}
.md-mobile{
    display: none;
}
@media screen and (max-width: 767px){
    .section-4 .main-content .col-md-6{
        margin-bottom: 0px;
    }
    .md-modal-fancybox{
        width: 100%;
        height: 40%;
    }
    .md-modal-fancybox .md-content h6{
        font-size: calc(10px + 4vw);
    }
    .section-4 .row{
        display: none !important;
    }
    body{
        font-size: calc(15px + 0.5vw);
    }
    .section-4 .main-content{
        padding: 0px 30px;
    }
    .container-header{
        display: block;
        border-radius: 0px;
        width: 100%;
        padding: 10px 3%;
    }
    .page-header{
        margin-top: 0px;
    }
    .page-header .logo{
        display: table;
        margin: 0 auto;
        width: 30%;
        padding: 0px;
        position: relative;
        z-index: 999;
    }
    .main-menu{
        position: fixed;
        left: -100%;
        top: 0%;
        padding-top: 90px;
        padding-bottom: 20px;
        background: #FFF;
        width: 100%;
        z-index: 998;
        border-bottom: 2px solid #94CE91;
    }
    .main-menu ul{
        display: block;
        background: #FFF;
        padding-bottom: 20px;
    }
    .main-menu ul li a{
       padding: 20px 15px;
    }
    .main-menu ul li:last-child{
        margin-top: 10px;
    }
    .toggle-menu{
        display: block;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
        cursor: pointer;
        width: 15%;
    }
    .toggle-menu img{
        width: 100%;
    }
    .active{
        left: 0%;
        transition-duration: 0.5s;
    }
    
    .register-mb{
        color: #FFF;
        background: #089901;
        border-radius: 40px;
        display: block;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        padding: 10px 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
    }
    .main-menu ul li .register{
        display: inline-block;
        padding: 7px 25px;
    }
    .banner{
        margin: 0;
    }
    .section-1 .md-psp .top-content{
        padding: 20px 30px;
    }
    .section-1 .md-sps .top-content{
        padding: 0px 30px;
    }
    .section-1 form{
        width: 100%;
    }
    .section-1 .md-col label{
        font-size: calc(8px + 0.5vw);
    }
    .section-1 .md-col .md-row{
        width: 100%;
        margin: 0 0 10px 0;
        float: none;
    }
    .section-1 .md-col .md-row:last-child{
        margin-left: 0;
    }
    .section-1 .md-col{
        margin-bottom: 0px;
    }
    .section-1 .md-col-1{
        margin-bottom: 10px;
    }
    .section-1 .md-col textarea::placeholder{
            font-size: calc(13px + 0.5vw);
    }
    .section-1  .md-col input::placeholder{
        font-size: calc(13px + 0.5vw);
    }
    .section-1 .ui.dropdown>.text{
        font-size: calc(12px + 0.5vw);
    }
    .section-1 .md-col-bt{
        width: 100%;
        margin: 10px auto 0 auto;
    }
    .section-1 .md-psp .main-content .content{
        margin-bottom: 15px;
        height: auto !important;
    }
    .section-1 .md-sps .main-content .md-col{
        display: block;
        margin-bottom: 15px;
    }
    .section-1 .md-sps .main-content .md-col img{
        display: table;
        margin: 0 auto 15px auto;
        width: 30%;
    }
    
    .section-2 .md-col{
        width: 50%;
    }
    .section-2 .md-col-1{
        width: 100%;
    }
    .fancybox-image{
        padding: 20px !important;
    }
    .section-3 .md-cnq{
        width: 100%;
    }
    .section-3 .md-tcol .left-content{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .section-3 .md-tcol .right-content{
        float: none;
        width: 100%;
        margin: 0;
    }
    .section-3 .md-tcol h3{
        font-size: calc(18px + 0.5vw);
    }
    .section-3 .accordion-item .accordion-button{
        font-size: calc(15px + 0.5vw);
    }
    .section-4 .main-content .content{
        height: auto !important; 
    }
    .section-4 .main-content .content a{
        position: static;
    }
    .section-4 .main-content .content a span{
        display: inline-block;
    }
    .section-4 .main-content .content a span img{
        width: 40%;
    }
    .section-5 .main-content{
        padding: 0px;
    }
    .scroll-top{
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    .md-desktop{
        display: none;
    }
    .md-mobile{
        display: block;
    }
}
.page-footer{
    padding: 0px 0px 60px;
}
.page-footer .main-content-footer{
    padding-top: 50px;
    border-top: 1px solid #90CB91;
}
.page-footer .logo-footer{
    width: 25%;
    margin-bottom: 40px;
}
.page-footer .logo-footer img{
    width: 100%;
}
.page-footer .content-footer span{
    font-weight: 400;
    color: #999;
    font-size: calc(7px + 0.5vw);
    margin-bottom: 10px;
    display: block;
    font-family: 'AvertaStdCY-Regular';
}
.page-footer .content-footer p{
    font-family: 'AvertaStdCY-Regular';
}
.page-footer .content-footer ul{
    display: flex;
    padding-right: 20%;
}
.page-footer .content-footer ul li img{
    width: 70%;

}
@media screen and (max-width: 767px){
    .page-footer .logo-footer{
        width: 50%;
        margin-bottom: 20px;
    }
    .page-footer .content-footer span{
        font-size: calc(12px + 0.5vw);
    }
    .page-footer .content-footer ul{
        width: 50%;
        padding: 0px;
    }
    .page-footer .content-footer .col-md-4{
        margin-bottom: 20px;
    }
}

.page-preneur p{
    margin-bottom: 10px;
    font-size: calc(10px + 1vw);
}
.page-preneur h1{
    color: #0b1b2a;
}
.page-preneur h2{
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-preneur img{
    width: 100%;
}
.page-preneur .section-1 h1{
    font-size: calc(10px + 7vw);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.page-preneur .section-1 h1:before{
    content: "";
    width: 7%;
    height: 5px;
    background: #0f5286;
    display: block;
    position: absolute;
    right: 21%;
    bottom: 0%;
}
.page-preneur .section-1 h1:after{
    content: "";
    width: 20%;
    height: 5px;
    background: #ffd230;
    display: block;
    position: absolute;
    right: 0%;
    bottom: 0%;
}
.page-preneur .section-1 h1 span{
    display: block;
    color: #ffd230;
}
.page-preneur .section-1 img{
    width: 100%;
}
.page-preneur .section-1 .md-content{
    background: #0f5286;
    padding: 5% 0px 10%;
}
.page-preneur .section-1 .md-content p{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(10px + 3vw);
}
.page-preneur .section-1 .md-content a{
    text-align: right;
    color: #ffd230;
    display: block;
    font-size: calc(10px + 2vw);
}
.page-preneur .section-6{
    margin-bottom: 50px;
}
.page-preneur .section-6 .md-relative{
    position: relative;
}
.page-preneur .section-6 .bg-sc-6{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2%;
    height: 50%;
    background: #ffd230;
}
.page-preneur .section-9 .md-relative{
    position: relative;
}
.page-preneur .section-9 .bg-re-9{
    position: absolute;
    right: 0;
    top: -50px;
    width: 2%;
    height: 50%;
    background: #ffd230;
}
.page-preneur .section-6 h2{
    color: #0b1b2a;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-preneur  h2:before{
    content: "";
    width: 7%;
    height: 5px;
    background: #0f5286;
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.page-preneur  h2:after{
    content: "";
    width: 20%;
    height: 5px;
    background: #ffd230;
    display: block;
    position: absolute;
    left: 8%;
    bottom: 0%;

}
.page-preneur .section-6 img{
    width: 100%;
    margin-top: 20px;
}
.page-preneur .section-7{
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 30px;
}
.page-preneur .section-7 .bg-sc-7{
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 2%;
    height: 50%;
    background: #08587d;
}
.page-preneur .section-7 .md-img{
    position: relative;
    margin-right: 5%;
}
.page-preneur .section-7 .md-img .bg-md-img{
    width: 25%;
    background: #fdda26;
    height: 97.4%;
    position: absolute;
}
.page-preneur .section-7 .md-img img{
    width: 75%;
    margin-left: 25%;
}
.page-preneur .section-7 h2{
    text-transform: uppercase;
     position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-preneur .section-7 span{
    display: block;
    font-size: calc(10px + 1vw);
    margin-left: 5%;
}
.page-preneur .section-7 .md-content span img{
    width: 2%;
    margin-right: 5px;
}
.page-preneur .section-7 .md-content{
    margin-bottom: 30px;
}
.page-preneur .section-8 h2{
    font-size: calc(15px + 1vw);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-preneur .section-8 h6{
    font-size: calc(10px + 1vw);
    font-weight: 700;
    color: #000;
}
.page-preneur .section-8 .md-img{
    position: relative;
}
.page-preneur .section-8 .md-img .bg-md-img{
    width: 40%;
    background: #08587d;
    height: 105%;
    position: absolute;
    top: 0%;
}
.page-preneur .section-8 .md-img img{
    width: 60%;
    margin-left: 40%;
}
.page-preneur .section-8 img{
    margin-top: 20px;
}
.page-preneur .section-8{
    margin-bottom: 50px;
}
.page-preneur .section-9{
    position: relative;
    padding-bottom: 150px;
}
.page-preneur .section-9 .bg-sc-9{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffd230;
    height: 100px;
}
.page-preneur .section-9 span img{
    width: 2.5%;
    margin-right: 5px;
}
.page-preneur .section-9 span{
    display: block;
    font-size: calc(10px + 1vw);
    margin-bottom: 10px;
}
.page-preneur .section-9 .md-bot span img{
    width: 3%;
    margin-right: 10px;
}
.page-preneur .section-9 .md-bot span {
    margin-left: 10px;
}
.page-preneur .section-9 .img-sc-9{
    margin: 50px 0px;
}
.page-preneur .md-header{
    padding: 50px 0px 100px;
}
.page-preneur .logo{
    width: 30%;
    float: left;
}
.page-preneur .md-button{
    float: right;
        color: #FFF;
        border-radius: 40px;
        padding: 10px 20px;
    font-family: 'AvertaStdCY-Regular';
    font-weight: 700;
    font-size: calc(10px + 1vw);
    background: #089901;
    border: 1px solid #089901;
}
.page-preneur .md-button:hover{
    background: #FFF;
    color: #089901;
}
.footer-preneur{
    background: #0f5286;
    padding: 50px 0px;
}
.footer-preneur h2{
    color: #FFF;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: calc(10px + 6vw);
}
.footer-preneur h2:before{
    content: "";
    width: 7%;
    height: 5px;
    background: #FFF;
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.footer-preneur h2:after{
    content: "";
    width: 20%;
    height: 5px;
    background: #ffd230;
    display: block;
    position: absolute;
    left: 8%;
    bottom: 0%;
}
.footer-preneur .md-col a{
    width: 50%;
    display: table;
    margin: 0 auto 30px auto;
    text-align: center;
   
}
.footer-preneur .md-col a img{
    width: 8%;
    margin-top: -10px;
    margin-right: 5px;
}
.footer-preneur .md-col a span{
     color: #FFF;
     font-size: calc(10px + 2vw);
     font-weight: 700;
}
.footer-preneur .md-col-1 a{
    float: left;
    width: 50%;
    display: inline-block;
    text-align: center;
    color: #FFF;
}
.footer-preneur .md-col-1 a img{
    width: 8%;
    margin-top: -10px;
    margin-right: 5px;
}
.footer-preneur .md-col-1 a span{
     color: #FFF;
     font-size: calc(10px + 1vw);
}
.footer-preneur .md-img{
    margin-top: 50px;
}
.footer-preneur .md-img img{
    width: 100%;
}
.footer-preneur .md-img .md-col-1{
    width: 67.5%;
    float: left;
}
.footer-preneur .md-img .md-col-2{
    width: 32.5%;
    float: left;
}
@media screen and (min-width: 1599px){
    .page-preneur .section-1 h1:before{
        height: 10px;
    }
    .page-preneur .section-1 h1:after{
        height: 10px;
    }
    .page-preneur h2:before{
        height: 10px;
    }
    .page-preneur h2:after{
        height: 10px;
    }
}
@media screen and (max-width: 767px){
    .page-preneur .section-7 .bg-sc-7{
        display: none;
    }
    .page-preneur .md-header{
        padding: 30px 0px 50px;
    }
    .page-preneur .section-1 h1:before{
        width: 12%;
        right: 26%;
        height: 7px;
    }
    .page-preneur .section-1 h1:after{
        width: 25%;
        height: 7px;
    }
    .page-preneur h2:before{
        width: 12%;
        height: 7px;
    }
    .page-preneur h2:after{
        width: 25%;
        height: 7px;
        left: 13%;
    }
    .page-preneur p{
        font-size: calc(10px + 2vw);
    }
    .page-preneur .section-7 span{
        font-size: calc(10px + 2vw);
    }
    .page-preneur .section-8 h2{
        font-size: calc(15px + 2vw);
    }
    .page-preneur .section-8 h6{
        font-size: calc(10px + 2vw);
    }
    .page-preneur .section-9 span{
        font-size: calc(10px + 2vw);
    }
    .footer-preneur .md-col a img{
        width: 10%;
        margin-top: -2px;
    }
    .footer-preneur .md-col-1 a img{
        width: 10%;
        margin-top: -2px;
    }
    .page-preneur .section-9 .md-bot span img{
        width: 5%;
    }
    .page-preneur .section-9 span img{
        width: 5%;
    }
    .page-preneur .section-7 .md-content span img{
        width: 5%;
    }
    .page-preneur .section-6 .bg-sc-6{
        display: none;
    }
    .page-preneur .section-9 .bg-re-9{
        display: none;
    }
}
@media screen and (min-width: 1920px){
    .md-modal-fancybox{
        width: 40%;
        height: 40%;
    }
}