@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
} 
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MinionPro';
    src: url('assets/fonts/inionPro-Regular_0.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cour';
    src: url('assets/fonts/cour.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothic';
    src: url('assets/fonts/AvantGardeGothic Bold.otf');
    font-weight: 700;
    font-style: normal;
}
*{
    font-family:Montserrat!important;
}
.header_main_menu{
    padding: 10px 0;
    margin:0;
    width:100%;
    display: flex;
    list-style-type: none;
    justify-content:space-between;
}
.header_main_menu li{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-right:2px solid black;
    text-transform: uppercase;
}
.header_main_menu :last-child{ 
    border-right:0;
}
.banner_zone1{
    position: relative;
}

.application{
    background: #1c4a36;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top:60%;
    left:50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 5px 5px 5px 0px rgba(231, 231, 231, 0.51);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
}
.application button{
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 15px;
    background: transparent;
    color:white;
    border:2px solid white;
}
.container{
    padding:0; 
}
.quote1 { 
    justify-content: end;
    padding: 0;
    background-image: url(assets/img/img5.png);
    background-size: 400px;
    display: flex;
    padding-top: 113px;
}
.quote1 .row{
    background-color: white;
    justify-content: space-between;
    width:80%;  
}
.quote1 .quote_item{  
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0;
    font-style: italic;
    font-family: sans-serif;
}
.quote1 .quote_item span{ 
    height: 30px;
    font-size: 50px;
    line-height: 40px;
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
}
.quote1 .author_phrase{ 
    font-size: 20px;
    font-weight: bold;
    line-height: 10px;
}
.section3{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
}
.title_section3{
    font-size: 30px;
    font-weight: bold;
}
.section3 li{
    font-weight:500;
    font-size:18px; 
    margin-top:15px;
    font-weight: 600;
}
.section4{ 
    padding: 20px 40px;
    background-image: url(assets/img/img.jpg);
    background-size: cover;
}
.section4 .row{
    justify-content: center;
    padding:30px 70px;
}
.section4 .row>div{
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
} 
.section4_item.number{ 
    display: inline-block;
    color:#1c4a36;
    width: 15%;
}
.section4 .row>div img{
    width: 70%;
    height: 25px;
    position: relative;
    transform: translateY(50%);
}
.section4_item.text_about{
    font-size: 20px;
    font-weight: 700;
    color:#1c4a36;
}
.section4 .row>div:last-child .number{
    color:#721f2f;
    font-weight:bold;
} 
.section4 .row>div:last-child .text_about{
    color:#721f2f; 
} 
.section5, .section18{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title_section5{
    font-weight:600;
    font-size:30px;
    width: 100%;
    margin-bottom: 30px;
}
.section5 li{
    font-weight:600; 
    font-size:20px;
}
.section5 span{
    font-weight:inherit;  
}

.section6{
    padding:25px 50px;
    color:white;
    background-color: #721f2f;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.title_section6{
    font-weight:600;
    font-size:30px;
    width: 100%;  
}
.title_section6 span{ 
    font-size:45px; 
}
.section7{
    position: relative;
}
.text_trad{ 
    width: max-content;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 0px 6px 21px;
    background-color: white;
    font-size: 30px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #721f2f;
    text-transform: uppercase;
    -webkit-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
}
.text_count_sect{
    position: absolute;
    top: 50%;
    right:30px;
    font-weight:bold;
    color: #721f2f; 
}
.text_count_sect h1{
    font-size:60px;
    font-weight:bold;
    line-height: 50px;
}
.text_count_sect span{
    font-size:80px; 
}
.text_count_sect p{
    font-size:30px;
    line-height: 35px;
    text-transform: uppercase;
}
.section8{
    padding: 20px 30px;
    background-color: #1c4a36;
}
.title_section8{
    font-size: 26px;
    font-weight: bold;
    color:white;
    margin: 0;
}
.section9{ 
    padding: 20px 40px;
    background-image: url(assets/img/img7.jpg);
    background-position: center; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.image_section9{
    width: 100%;
    filter:blur(1px);
}
.title_section9{ 
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #1c4a36;
}
.list_sect9 .item h1{
    font-size: 50px;
    font-weight: bold;
    color: #1c4a36;
}
.list_sect9 .item h1 span{
    font-size: 50px;
}
.list_sect9 .item p{
    text-align: center;
    font-size: 40px;
    color: #1c4a36;
    font-weight: 600;
}
.section10{ 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('assets/img/img10.jpg');
    background-size: cover;
    background-color: rgb(28 98 43 / 74%);
    background-blend-mode: multiply;
}
.image_section10{
    width: 100%;
    filter:blur(1px);
}
.title_section10{
    width: 100%;
    font-weight:bold;
    color: white;
}
.sec_item10 span{
    font-size:50px;
    color:white;
    font-weight: bold;
}
.sec_item10{
    margin-bottom: 20px;
}
.sec_item10 h1{
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
}
.sec_item10 p{
    display: block;
    font-size: 30px;
    text-align: center;
    color: white;
}
.sec10_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.sec10_item_list{
    justify-content: space-between;
    width: 80%;
    margin-bottom:10px;
}
.sec10_item_list img{
    width:100%;
}
@media (max-width: 767px) {
    .section10 img{
        width: 30%!important;
    }
}
.sec10_item_list p{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.sec10_item_list span{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.section11{
    border:2px solid black; 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
.title_section11{
    width: 100%;
    font-weight:bold;
    color: #1c4a36;
}
.sec11_li{
    width:60%;
}
.item_sec11{
    font-size:18px;
    color: #1c4a36;
    font-weight: bold;
    margin-bottom:10px;
}

.section12{ 
    padding: 20px 40px;
    text-align: center;
    background-color: #1c4a36;
}
.title_section12{
    width: 100%;
    font-weight:bold;
    color: white;
    text-align: left;
}
.section12 p{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom:0px
}
.section12 span{
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-bottom:30px;
    display: block;
}
.section13{
    background-color: #721f2f;
    text-align: center;
}
.section13 p{
    font-size: 25px;
    color: white;
    font-weight: bold; 
    display: block;
    margin-bottom: 0;
}
.section13 span{
    font-size: 60px;
    color: white;
    font-weight: bold;
    display: block;
}
.section14{
    background-image: url('assets/img/img11.jpg');
    background-color: rgba(25, 63, 33, 0.74);
    background-blend-mode: multiply;
    padding: 100px;
}
@media (max-width: 767px) {
    .section14{
        padding: 15px!important;
    }
}
.section14 form{
    padding: 40px 0;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    width:40%;
    background-color:white;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .section14 form {
        width: 100%!important;
    }
}

.section14 form .logo{
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    margin-bottom:40px;
}
.section14 form .item_form{ 
    padding: 0 40px;
    width: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
    margin-bottom: 10px;
}
.section14 form .item_form label{ 
    font-size:14px;
    display: block;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
} 
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MinionPro';
    src: url('assets/fonts/inionPro-Regular_0.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cour';
    src: url('assets/fonts/cour.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothic';
    src: url('assets/fonts/AvantGardeGothic Bold.otf');
    font-weight: 700;
    font-style: normal;
}
*{
    font-family:Montserrat!important;
}
.header_main_menu{
    padding: 10px 0;
    margin:0;
    width:100%;
    display: flex;
    list-style-type: none;
    justify-content:space-between;
}
.header_main_menu li{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-right:2px solid black;
    text-transform: uppercase;
}
.header_main_menu :last-child{ 
    border-right:0;
}
.banner_zone1{
    position: relative;
}

.application{
    background: #1c4a36;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top:60%;
    left:50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 5px 5px 5px 0px rgba(231, 231, 231, 0.51);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
}
.application button, .application a{
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 15px;
    background: transparent;
    color:white;
    border:2px solid white;
    text-decoration: none;
}
.container{
    padding:0; 
}
.quote1 { 
    justify-content: end;
    padding: 0;
    background-image: url(assets/img/img5.png);
    background-size: 400px;
    display: flex;
    padding-top: 113px;
}
.quote1 .row{
    background-color: white;
    justify-content: space-between;
    width:80%;  
}
.quote1 .quote_item{  
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0;
    font-style: italic;
    font-family: sans-serif;
}
.quote1 .quote_item span{ 
    height: 30px;
    font-size: 50px;
    line-height: 40px;
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
}
.quote1 .author_phrase{ 
    font-size: 20px;
    font-weight: bold;
    line-height: 10px;
}
.section3{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
}
.title_section3{
    font-size: 30px;
    font-weight: bold;
}
.section3 li{
    font-weight:500;
    font-size:18px; 
    margin-top:15px;
    font-weight: 600;
}
.mobile_background_img{
    display: none;
}
.section4{ 
    padding: 20px 40px; 
    background-size: cover;
}
.section4 .row{
    justify-content: center;
    padding:30px 70px;
}
.section4 .row>div{
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
} 
.section4_item.number{ 
    display: inline-block;
    color:#1c4a36;
    width: 15%;
}
.section4 .row>div img{
    width: 70%;
    height: 25px;
    position: relative;
    transform: translateY(50%);
}
.section4_item.text_about{
    font-size: 20px;
    font-weight: 700;
    color:#1c4a36;
}
.section4 .row>div:last-child .number{
    color:#721f2f;
    font-weight:bold;
} 
.section4 .row>div:last-child .text_about{
    color:#721f2f; 
} 
.section5, .section18{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title_section5{
    font-weight:600;
    font-size:30px;
    width: 100%;
    margin-bottom: 30px;
}
.section5 li{
    font-weight:600; 
    font-size:20px;
}
.section5 span{
    font-weight:inherit;  
}

.section6{
    padding:25px 50px;
    color:white;
    background-color: #721f2f;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.title_section6{
    font-weight:600;
    font-size:30px;
    width: 100%;  
}
.title_section6 span{ 
    font-size:45px; 
}
.section7{
    position: relative;
}
.text_trad{ 
    width: max-content;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 0px 6px 21px;
    background-color: white;
    font-size: 30px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #721f2f;
    text-transform: uppercase;
    -webkit-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
}
.text_count_sect{
    position: absolute;
    top: 50%;
    right:30px;
    font-weight:bold;
    color: #721f2f; 
}
.text_count_sect h1{
    font-size:60px;
    font-weight:bold;
    line-height: 50px;
}
.text_count_sect span{
    font-size:80px; 
}
.text_count_sect p{
    font-size: 2.5vw;
    line-height: 35px;
    text-transform: uppercase;
}
.section8{
    padding: 20px 30px;
    background-color: #1c4a36;
}
.title_section8{
    font-size: 26px;
    font-weight: bold;
    color:white;
    margin: 0;
}
.section9{ 
    padding: 20px 40px;
    background-image: url(assets/img/img7.jpg);
    background-position: center; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.image_section9{
    width: 100%;
    filter:blur(1px);
}
.title_section9{ 
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #1c4a36;
}
.list_sect9 .item h1{
    font-size: 60px;
    font-weight: bold;
    color: #1c4a36;
}
.list_sect9 .item h1 span{
    font-size: 50px;
}
.list_sect9 .item p{
    text-align: center;
    font-size: 35px;
    color: #1c4a36;
}
.section10{ 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('assets/img/img10.jpg');
    background-size: cover;
    background-color: rgb(28 98 43 / 74%);
    background-blend-mode: multiply;
}
.image_section10{
    width: 100%;
    filter:blur(1px);
}
.title_section10{
    width: 100%;
    font-weight:bold;
    color: white;
}
.sec_item10 span{
    font-size:50px;
    color:white;
    font-weight: bold;
}
@media (max-width: 767px) {
    .sec_item10 span {
        font-size: 20px;
        text-align: center;
    }
}
.sec_item10{
    margin-bottom: 20px;
}
.sec_item10 h1{
    font-size: 70px;
    font-weight: bold;
    display: inline-block;
}
.sec_item10 p{
    display: block;
    font-size: 30px;
    text-align: center;
    color: white;
}
@media (max-width: 767px) {
    .sec_item10 p {
        font-size: 16px;
        text-align: center;
    }
}
.sec10_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.sec10_item_list{
    justify-content: space-between;
    width: 80%;
    margin-bottom:10px;
}
.sec10_item_list img{
    width:100%;
}
.sec10_item_list p{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.sec10_item_list span{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.section11{
    border:2px solid black; 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
} 
.section16{
    padding-bottom: 20px;
}
.section16 .col-md-3{ 
    justify-content: center;
}
.section16 img{
    height: 370px;
    width: 100%;
    border-radius: 12px;
    padding: 0;
    object-fit: cover;
}
.section16 h3{ 
    color: black; 
    font-size: 30px;
    margin: 20px 0;
}
.section16 .row h4{
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #1c4a36;
    margin: 20px 0;
}
@media (max-width: 767px) {
    .section11 {
        padding: 10px;
    }
}
.title_section11{
    width: 100%;
    font-weight:bold;
    color: #1c4a36;
}
@media (max-width: 767px) {
    .title_section11 {
       text-align: center;
    }
}
.sec11_li{
    width:60%;
}
@media (max-width: 767px) {
    .sec11_li {
        width: 80%;
    }
}
.item_sec11{
    font-size:18px;
    color: #1c4a36;
    font-weight: bold;
    margin-bottom:10px;
}

.section12{ 
    padding: 20px 40px;
    text-align: center;
    background-color: #1c4a36;
}
.title_section12{
    width: 100%;
    font-weight:bold;
    color: white;
    text-align: left;
}
.section12 p{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom:0px
}
.section12 span{
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-bottom:30px;
    display: block;
}
.section13{
    background-color: #721f2f;
    text-align: center;
}
.section13 p{
    font-size: 25px;
    color: white;
    font-weight: bold; 
    display: block;
    margin-bottom: 0;
}
.section13 span{
    font-size: 80px;
    color: white;
    font-weight: bold;
    display: block;
}
.section14{
    background-image: url('assets/img/img11.jpg');
    background-color: rgba(25, 63, 33, 0.74);
    background-blend-mode: multiply;
    padding: 100px;
}
.section14 form{
    padding: 40px 0;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    width:40%;
    background-color:white;
    border-radius: 20px;
}
.section14 form .logo{
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    margin-bottom:40px;
}
.section14 form .item_form{ 
    padding: 0 40px;
    width: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
    margin-bottom: 10px;
}
.section14 form .item_form label{ 
    font-size:14px;
    display: block;
}
.section14 form .item_form input{ 
    border-radius: 20px;
    padding: 5px;
    border:1px solid black;
    width: 100%;
}
.section14 form .item_form input[type="submit"]{ 
    background-color: #1c4a36;
    color: white;
    padding: 10px 0;
}
.section15{ 
    padding: 20px 40px; 
    background-color: #721f2f;
}
.title_section15{
    width: 100%;
    font-weight:bold;
    color: white;
    text-align: left;
    font-size: 25px;
    margin-bottom: 30px;
}
.section15 .col-md-6 *{
    color:white;
}
.section15 .col-md-6 p{
    font-size: 22px;
}
.section15 .col-md-6 span{
    font-size: 35px;
    font-weight: bold;
}
.section15 .col-md-6 p span{
    font-size: 25px;
    font-weight: bold;
}
.item_hiding_block{
    height:0;
    width: 100%;
    overflow: hidden;
    background-color: white; 
}
.item_hiding_block.active{
    height:300px;  
}
 svg {
    transform: rotate(0deg);
    transition: transform 0.5s;
}
.active .not_active_span svg {
    transform: rotate(180deg); 
}
.item_hiding_block{ 
    transition: height 0.5s;
}
.section18 .title_section5 { 
    font-size: 23px;
}
.container.section5,  .container.section8, .container.section13 { 
    margin-bottom: 20px;
} 
.container.section10, .container.section11 { 
    margin-bottom: 20px;
}  
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
} 
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MinionPro';
    src: url('assets/fonts/inionPro-Regular_0.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cour';
    src: url('assets/fonts/cour.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothic';
    src: url('assets/fonts/AvantGardeGothic Bold.otf');
    font-weight: 700;
    font-style: normal;
}
*{
    font-family:Montserrat!important;
}
.header_main_menu{
    padding: 10px 0;
    margin:0;
    width:100%;
    display: flex;
    list-style-type: none;
    justify-content:space-between;
}
.header_main_menu li{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-right:2px solid black;
    text-transform: uppercase;
}
.header_main_menu :last-child{ 
    border-right:0;
}
.banner_zone1{
    position: relative;
}

.application{
    background: #1c4a36;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top:60%;
    left:50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 5px 5px 5px 0px rgba(231, 231, 231, 0.51);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
}
.application button{
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 15px;
    background: transparent;
    color:white;
    border:2px solid white;
}
.container{
    padding:0; 
}
.quote1 { 
    justify-content: end;
    padding: 0;
    background-image: url(assets/img/img5.png);
    background-size: 400px;
    display: flex;
    padding-top: 113px;
}
.quote1 .row{
    background-color: white;
    justify-content: space-between;
    width:80%;  
}
.quote1 .quote_item{  
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0;
    font-style: italic;
    font-family: sans-serif;
}
.quote1 .quote_item span{ 
    height: 30px;
    font-size: 50px;
    line-height: 40px;
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
}
.quote1 .author_phrase{ 
    font-size: 20px;
    font-weight: bold;
    line-height: 10px;
}
.section3{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
}
.title_section3{
    font-size: 30px;
    font-weight: bold;
}
.section3 li{
    font-weight:500;
    font-size:18px; 
    margin-top:15px;
    font-weight: 600;
}
.section4{ 
    padding: 20px 40px;
    background-image: url(assets/img/img.jpg);
    background-size: cover;
}
.section4 .row{
    justify-content: center;
    padding:30px 70px;
}
.section4 .row>div{
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
} 
.section4_item.number{ 
    display: inline-block;
    color:#1c4a36;
    width: 15%;
}
.section4 .row>div img{
    width: 70%;
    height: 25px;
    position: relative;
    transform: translateY(50%);
}
.section4_item.text_about{
    font-size: 20px;
    font-weight: 700;
    color:#1c4a36;
}
.section4 .row>div:last-child .number{
    color:#721f2f;
    font-weight:bold;
} 
.section4 .row>div:last-child .text_about{
    color:#721f2f; 
} 
.section5, .section18{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title_section5{
    font-weight:600;
    font-size:30px;
    width: 100%;
    margin-bottom: 30px;
}
.section5 li{
    font-weight:600; 
    font-size:20px;
}
.section5 span{
    font-weight:inherit;  
}

.section6{
    padding:25px 50px;
    color:white;
    background-color: #721f2f;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.title_section6{
    font-weight:600;
    font-size:30px;
    width: 100%;  
}
.title_section6 span{ 
    font-size:45px; 
}
.section7{
    position: relative;
}
.text_trad{ 
    width: max-content;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 0px 6px 21px;
    background-color: white;
    font-size: 30px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #721f2f;
    text-transform: uppercase;
    -webkit-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
}
.text_count_sect{
    position: absolute;
    top: 50%;
    right:30px;
    font-weight:bold;
    color: #721f2f; 
}
.text_count_sect h1{
    font-size:60px;
    font-weight:bold;
    line-height: 50px;
}
.text_count_sect span{
    font-size:80px; 
}
.text_count_sect p{
    font-size:30px;
    line-height: 35px;
    text-transform: uppercase;
}
.section8{
    padding: 20px 30px;
    background-color: #1c4a36;
}
.title_section8{
    font-size: 26px;
    font-weight: bold;
    color:white;
    margin: 0;
}
.section9{ 
    padding: 20px 40px;
    background-image: url(assets/img/img7.jpg);
    background-position: center; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.image_section9{
    width: 100%;
    filter:blur(1px);
}
.title_section9{ 
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #1c4a36;
}
.list_sect9 .item h1{
    font-size: 50px;
    font-weight: bold;
    color: #1c4a36;
}
.list_sect9 .item h1 span{
    font-size: 50px;
}
.list_sect9 .item p{
    text-align: center;
    font-size: 40px;
    color: #1c4a36;
    font-weight: 600;
}
.section10{ 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('assets/img/img10.jpg');
    background-size: cover;
    background-color: rgb(28 98 43 / 74%);
    background-blend-mode: multiply;
}
.image_section10{
    width: 100%;
    filter:blur(1px);
}
.title_section10{
    width: 100%;
    font-weight:bold;
    color: white;
}
.sec_item10 span{
    font-size:50px;
    color:white;
    font-weight: bold;
}
.sec_item10{
    margin-bottom: 20px;
}
.sec_item10 h1{
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
}
.sec_item10 p{
    display: block;
    font-size: 30px;
    text-align: center;
    color: white;
}
.sec10_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.sec10_item_list{
    justify-content: space-between;
    width: 80%;
    margin-bottom:10px;
}
.sec10_item_list img{
    width:100%;
}
@media (max-width: 767px) {
    .section10 img{
        width: 30%!important;
    }
}
.sec10_item_list p{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.sec10_item_list span{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.section11{
    border:2px solid black; 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
.title_section11{
    width: 100%;
    font-weight:bold;
    color: #1c4a36;
}
.sec11_li{
    width:60%;
}
.item_sec11{
    font-size:18px;
    color: #1c4a36;
    font-weight: bold;
    margin-bottom:10px;
}

.section12{ 
    padding: 20px 40px;
    text-align: center;
    background-color: #1c4a36;
}
.title_section12{
    width: 100%;
    font-weight:bold;
    color: white;
    text-align: left;
}
.section12 p{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom:0px
}
.section12 span{
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-bottom:30px;
    display: block;
}
.section13{
    background-color: #721f2f;
    text-align: center;
}
.section13 p{
    font-size: 25px;
    color: white;
    font-weight: bold; 
    display: block;
    margin-bottom: 0;
}
.section13 span{
    font-size: 60px;
    color: white;
    font-weight: bold;
    display: block;
}
.section14{
    background-image: url('assets/img/img11.jpg');
    background-color: rgba(25, 63, 33, 0.74);
    background-blend-mode: multiply;
    padding: 100px;
}
@media (max-width: 767px) {
    .section14{
        padding: 15px!important;
    }
}
.section14 form{
    padding: 40px 0;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    width:40%;
    background-color:white;
    border-radius: 20px;
}
@media (max-width: 1200px) {
    .section14 form {
        width: 70%!important;
    }
}
@media (max-width: 1200px) {
span.input-file-text {
    display: block;
    padding-left: 40px;
}
}
@media (max-width: 767px) {
    .section14 form {
        width: 100%!important;
    }
}

.section14 form .logo{
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    margin-bottom:40px;
}
.section14 form .item_form{ 
    padding: 0 40px;
    width: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
    margin-bottom: 10px;
}
.section14 form .item_form label{ 
    font-size:14px;
    display: block;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
} 
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MinionPro';
    src: url('assets/fonts/inionPro-Regular_0.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cour';
    src: url('assets/fonts/cour.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothic';
    src: url('assets/fonts/AvantGardeGothic Bold.otf');
    font-weight: 700;
    font-style: normal;
}
*{
    font-family:Montserrat!important;
}
.header_main_menu{
    padding: 10px 0;
    margin:0;
    width:100%;
    display: flex;
    list-style-type: none;
    justify-content:space-between;
}
.header_main_menu li{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-right:2px solid black;
    text-transform: uppercase;
}
.header_main_menu :last-child{ 
    border-right:0;
}
.banner_zone1{
    position: relative;
}

.application{
    background: #1c4a36;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top:60%;
    left:50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 5px 5px 5px 0px rgba(231, 231, 231, 0.51);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.51);
}
.application button, .application a{
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 15px;
    background: transparent;
    color:white;
    border:2px solid white;
    text-decoration: none;
}
.container{
    padding:0; 
}
.quote1 { 
    justify-content: end;
    padding: 0;
    background-image: url(assets/img/img5.png);
    background-size: 400px;
    display: flex;
    padding-top: 110px;
    margin-bottom: 20px;
}
.quote1 .row{
    background-color: white;
    justify-content: space-between;
    width:80%;  
}
.quote1 .quote_item{  
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0;
    font-style: italic;
    font-family: sans-serif;
}
.quote1 .quote_item span{ 
    height: 30px;
    font-size: 50px;
    line-height: 40px;
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
}
.quote1 .author_phrase{ 
    font-size: 20px;
    font-weight: bold;
    line-height: 10px;
}
.section3{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
}
.title_section3{
    font-size: 30px;
    font-weight: bold;
}
.section3 li{
    font-weight:500;
    font-size:18px; 
    margin-top:15px;
    font-weight: 600;
}
.mobile_background_img{
    display: none;
}
.section4{ 
    padding: 20px 40px; 
    background-size: cover;
}
.section4 .row{
    justify-content: center;
    padding:30px 70px;
}
.section4 .row>div{
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
} 
.section4_item.number{ 
    display: inline-block;
    color:#1c4a36;
    width: 15%;
}
.section4 .row>div img{
    width: 70%;
    height: 25px;
    position: relative;
    transform: translateY(50%);
}
.section4_item.text_about{
    font-size: 20px;
    font-weight: 700;
    color:#1c4a36;
}
.section4 .row>div:last-child .number{
    color:#721f2f;
    font-weight:bold;
} 
.section4 .row>div:last-child .text_about{
    color:#721f2f; 
} 
.section5, .section18{
    padding:25px 50px;
    color:white;
    background-color: #1c4a36;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title_section5{
    font-weight:600;
    font-size:30px;
    width: 100%;
    margin-bottom: 30px;
}
.section5 li{
    font-weight:600; 
    font-size:20px;
}
.section5 span{
    font-weight:inherit;  
}

.section6{
    padding:25px 50px;
    color:white;
    background-color: #721f2f;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.title_section6{
    font-weight:600;
    font-size:30px;
    width: 100%;  
}
.title_section6 span{ 
    font-size:45px; 
}
.section7{
    position: relative;
}
.text_trad{ 
    width: max-content;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 0px 6px 21px;
    background-color: white;
    font-size: 30px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #721f2f;
    text-transform: uppercase;
    -webkit-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.51);
}
.text_count_sect{
    position: absolute;
    top: 50%;
    right:30px;
    font-weight:bold;
    color: #721f2f;  
    text-shadow: 1px 0px 5px white;
}
.text_count_sect h1{
    font-size:60px;
    font-weight:bold;
    line-height: 50px;
}
.text_count_sect span{
    font-size:80px; 
}
.text_count_sect p{
    font-size: 2.5vw;
    line-height: 35px;
    text-transform: uppercase;
}
.section8{
    padding: 20px 30px;
    background-color: #1c4a36;
}
.title_section8{
    font-size: 26px;
    font-weight: bold;
    color:white;
    margin: 0;
}
.section9{ 
    padding: 20px 40px;
    background-image: url(assets/img/img7.jpg);
    background-position: center; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.image_section9{
    width: 100%;
    filter:blur(1px);
}
.title_section9{ 
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #1c4a36;
}
.list_sect9 .item h1{
    font-size: 60px;
    font-weight: bold;
    color: #1c4a36;
}
.list_sect9 .item h1 span{
    font-size: 50px;
}
.list_sect9 .item p{
    text-align: center;
    font-size: 35px;
    color: #1c4a36;
}
.section10{ 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('assets/img/img10.jpg');
    background-size: cover;
    background-color: rgb(28 98 43 / 74%);
    background-blend-mode: multiply;
}
.image_section10{
    width: 100%;
    filter:blur(1px);
}
.title_section10{
    width: 100%;
    font-weight:bold;
    color: white;
}
.sec_item10 span{
    font-size:50px;
    color:white;
    font-weight: bold;
}
@media (max-width: 767px) {
    .sec_item10 span {
        font-size: 20px;
        text-align: center;
    }
}
.sec_item10{
    margin-bottom: 20px;
}
.sec_item10 h1{
    font-size: 70px;
    font-weight: bold;
    display: inline-block;
}
.sec_item10 p{
    display: block;
    font-size: 30px;
    text-align: center;
    color: white;
}
@media (max-width: 767px) {
    .sec_item10 p {
        font-size: 16px;
        text-align: center;
    }
}
.sec10_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.sec10_item_list{
    justify-content: space-between;
    width: 80%;
    margin-bottom:10px;
}
.sec10_item_list img{
    width:100%;
}
.sec10_item_list p{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.sec10_item_list span{
    font-size: 22px;
    color:white;
    text-align: center;
    font-weight: bold;
}
.section11{
    border:2px solid black; 
    padding: 20px 40px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
} 
.section16{
    padding-bottom: 20px;
}
.section16 .col-md-3{ 
    justify-content: center;
}
.section16 img{
    height: 370px;
    width: 100%;
    border-radius: 12px;
    padding: 0;
    object-fit: cover;
}
.section16 h3{ 
    color: black; 
    font-size: 30px;
    margin: 20px 0;
}
.section16 .row h4{
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #1c4a36;
    margin: 20px 0;
}
@media (max-width: 767px) {
    .section11 {
        padding: 10px;
    }
}
.title_section11{
    width: 100%;
    font-weight:bold;
    color: #1c4a36;
}
@media (max-width: 767px) {
    .title_section11 {
       text-align: center;
    }
}
.sec11_li{
    width:60%;
}
@media (max-width: 767px) {
    .sec11_li {
        width: 80%;
    }
}
.item_sec11{
    font-size:18px;
    color: #1c4a36;
    font-weight: bold;
    margin-bottom:10px;
}

.section12{ 
    padding: 20px 40px;
    text-align: center;
    background-color: #1c4a36;
}
.title_section12{
    width: 100%;
    font-weight:bold;
    color: white;
    text-align: left;
}
.section12 p{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom:0px
}
.section12 span{
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-bottom:30px;
    display: block;
}
.section13{
    background-color: #721f2f;
    text-align: center;
}
.section13 p{
    font-size: 25px;
    color: white;
    font-weight: bold; 
    display: block;
    margin-bottom: 0;
}
.section13 span{
    font-size: 80px;
    color: white;
    font-weight: bold;
    display: block;
}
.section14{
    background-image: url('assets/img/img11.jpg');
    background-color: rgba(25, 63, 33, 0.74);
    background-blend-mode: multiply;
    padding: 100px;
}
.section14 form{
    padding: 40px 0;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    width:40%;
    background-color:white;
    border-radius: 20px;
}
.section14 form .logo{
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    margin-bottom:40px;
}
.section14 form .item_form{ 
    padding: 0 40px;
    width: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
    margin-bottom: 10px;
}
.section14 form .item_form label{ 
    font-size:14px;
    display: block;
}
.section14 form .item_form input{ 
    border-radius: 20px;
    padding: 5px;
    border:1px solid black;
    width: 100%;
}
.section14 form .item_form input[type="submit"]{ 
    background-color: #1c4a36;
    color: white;
    padding: 10px 0;
}
.section15{ 
    padding: 20px 40px; 
    background-color: #721f2f;
}
.title_section15{
    width: 100%;
    font-weight:bold;
    color: white;
    text-align: left;
    font-size: 25px;
    margin-bottom: 30px;
}
.section15 .col-md-6 *{
    color:white;
}
.section15 .col-md-6 p{
    font-size: 22px;
}
.section15 .col-md-6 span{
    font-size: 35px;
    font-weight: bold;
}
.section15 .col-md-6 p span{
    font-size: 25px;
    font-weight: bold;
}
.item_hiding_block{
    height:0;
    width: 100%;
    overflow: hidden;
    background-color: white; 
}
.item_hiding_block.active{

    height: max-content;
}
 svg {
    transform: rotate(0deg);
    transition: transform 0.5s;
}
.active .not_active_span svg {
    transform: rotate(180deg); 
}
.item_hiding_block{ 
    transition: height 0.5s;
}
.item_hiding_block h4{ 
    width: 100%;
    padding: 0 20px;
    font-weight: normal;
    color: #1c4a36;
}
.section18 .title_section5 { 
    font-size: 23px;
}
.container.section5,  .container.section8, .container.section13 { 
    margin-bottom: 20px;
} 
.container.section10, .container.section11 { 
    margin-bottom: 20px;
}  
 .section16 .col-lg-3.col-md-4 {
     padding: 0 10px;
 }
@media(max-width:767px){
.section16 img {
    height: inherit; 
} 
.section16 .row {
    margin: 0;
}
}

@media(max-width:1400px){
    .banner-content{ 
    padding: 0px 41px!important;
    }
    .text_count_sect { 
        top: 40%;  
    }
} 
@media(max-width:992px){
    .first_banner_zone{
        display: none!important; 
    }
    .second_banner_zone{
        display: block!important;
    }
    .banner_zone1{ 
        height: inherit!important;
        background-position: center; 
    }
    .banner_zone1 *{ 
        position: relative!important;
    }
    .banner_zone1 > div{ 
        justify-content: space-around;
        top:inherit!important;
        right: inherit!important;
        transform: inherit!important;
    }
    .text_count_sect {  
        position: absolute;
        left: 50%;
        top: 10%;
        width: max-content;
        transform: translateX(-50%);
    }
} 
@media(max-width:768px){
    .banner_zone1>div:first-child{
        display: none!important;
    }
    .banner-content .row .col-md-6{
        text-align: left!important; 
    }
    .quote1 .row {
        background-color: white;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }
    .quote1 {
        padding: 30px !important;
        padding-bottom: 10px !important;
        background-image: inherit; 
    }
    .quote1 .col-md-3 img{
        border-radius: 16px;
    }
    .quote1 .col-md-8 {
        padding: 10px!important;
        background: #1F25330F;
        border-radius: 15px;
    }
    .quote1 .author_phrase{
        display: none;
    }
    .quote1 .quote_item{
        font-size: 18px;
        margin: 0;
    } 
    .section16 h3 {
        padding: 0 20px; 
    }
    .text_count_sect h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 50px;
    }
    .text_count_sect span {
        font-size: 50px;
    }
    .text_count_sect p {
        font-size: 20px;
        line-height: 35px;
        text-transform: uppercase;
    }
    .text_trad {
        width: 100%;
        font-size: 20px;
        bottom: 0;
        transform: inherit;
        left: 0;
        letter-spacing: 10px;
        text-align: center;
    }
    .title_section9 { 
        font-size: 30px; 
    }
    .list_sect9 .item h1 {
        font-size: 35px;
    }
    .list_sect9 .item h1 span {
        font-size: 35px;
    }
    .list_sect9 .item p { 
        font-size: 25px; 
    }
    .banner_zone1{
        background-image: url('assets/img/img22.jpg')!important;
        padding-top: 0px!important;
        border-radius: 0 0 40px 40px;
        background-image: inherit!important;
    }
    .banner_zone1 *{
        display: none; 
    }
    .mobile_background_img{
        display: block;
        border-radius: 0 0 16px 16px;
    }
    .section12 span {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 30px;
        display: block;
    }  
    header nav{
        width:90%!important;
        margin: auto;
        background: transparent; 
        border-radius: 10px;;
    }
    .quote1{
        padding: 0;
    } 
    span.text_trad {
        font-size: 3vw;
    }
    .text_count_sect p {
        font-size: 18px;
        margin: 0;
        line-height: 2;
        text-transform: uppercase;
    }
    .section3 ul {
        background-color: white;
        border-radius: 16px;
    }
    .section3 ul li{
        color: black;
        font-size: 20px;
        padding: 0;
    }
    .banner-content strong:not(.banner-content strong:first-child){
        display: block;
    }
    .item_ban span{
        display: block;
        font-size: 20px;
    }
    .item_ban strong{
        font-size: 22px!important;
    }
    .mobile-menu{
        padding: 5px;
    }
  .section7 .text_count_sect{
  display:none!important;}
} 

.mobile-menu {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #00BAF0;
    background: linear-gradient(to left, #f46b45, #eea849);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 50px;
    padding: 1em;
  }
  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }
  
  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #1C4A36;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: "";
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: "";
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  @media (max-width: 768px) {
        .quote1 .quote_item span { 
            height: auto;
            font-size: inherit;
            line-height: inherit;
            margin: inherit;
        }
      .item_hiding_block span{
          display:block;
      }
       .show_on_phone{
           display:block!important;
       }
    .application button, .application a {
        font-size: 15px;
    }
    .menu-button-container {
      display: flex; 
    }
  	
    .header_main_menu {
      position: absolute;
      top: 0; 
      left: 0;
      background-color: #1C4A36;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    #menu-toggle:checked ~ .header_main_menu{
        display: block;
        background-color: transparent;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-top: -20px;
        border-radius: 10px;
        z-index: 9;
    }
    #menu-toggle ~ .header_main_menu li {
        background-color: #1C4A36; 
        color: white;
      height: 0;
      margin: 0;
      padding: 0;
      border: 0!important;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .header_main_menu li:first-child {
        border-radius: 10px 10px 0 0; 
    }
    .header_main_menu li:last-child {
        border-radius: 0 0 10px 10px; 
    }
    #menu-toggle ~ .header_main_menu li a{ 
        color: white!important; 
    }
  
    #menu-toggle:checked ~ .header_main_menu li {
      border: 1px solid #333;
      height: 2.5em;
      padding: 0.5em;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
  
    .menu > li {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222;
    }
  
    .menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }
  }