* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

a {
text-decoration: none;
}

ul {
list-style: none;
}

html {
scroll-behavior: smooth;
scroll-timeline: --page-scroll block;
}

body {
font-family: 'Arial';
}



@keyframes grow-progress {
from { transform: scaleX(0); }
to { transform: scaleX(1); }
}

#progress {
position: fixed;
left: 0; top: 0;
width: 100%; height: 1em;
background: #5e7153;

transform-origin: 0 50%;
animation: grow-progress auto linear;
animation-timeline: --page-scroll;
}


:root {
--darkbrown: #4c362a;
--lightbrown: #6e5a4f;
--choko: #2c1c13;
--orange: #c7672a;
--green: #5e7153;
--yellow: #f9ecc9;
--grey: #dddddd;
}

.btn {
text-transform: uppercase;
}


.cawi {
max-width: 1200px;
background-color: #fff;
margin: 0 auto;
padding: 0;
overflow: hidden; 
border: 0;
}


.cawi-left {
width: 48%;
float: left;
border: 0;

}

.cawi-right {
width: 48%;
float: right;
border: 0;
padding-top: 30px;
}

.cawi-left  img {max-width: 100%; }


@media screen and (max-width: 600px) {
.cawi-left, .cawi-right {
width: 100%;
text-align: center;
}
}


a.cawi {color: var(--choko); text-decoration: none;  font-size: 26pt; text-transform: uppercase;}

a:hover.cawi {color: var(--green); }




.hdr {
width: 100%;
height: 350px;
margin: 0 auto;
padding: 0;
overflow: hidden; 
background-color: var(--darkbrown);
text-align: center;
position: relative; 
}


.hdr img {
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  }

@media screen and (max-width: 600px) {
  .hdr {
    height: 200px;
  }
  }



.container-hdr {
max-width: 1200px;
margin: 0 auto;
padding: 0;
overflow: hidden; 
 }
 

.topnav {
overflow: hidden;
background-color: var(--darkbrown);
}

.topnav a {
float: left;
display: block;
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

.topnav a.lan {
float: right;
display: block;
background-color: var(--orange);
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}


.topnav a:hover.lan {
background-color:  var(--green);
}

.active {
background-color: var(--green);
color: #fff;
}

.topnav .icon {
display: none;
}

.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
margin: 0;
}

.dropdown-content {
display: none;
position: absolute;
background-color: var(--lightbrown);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
 color: #fff;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
font-size: 17px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
background-color: var(--choko);
color: #fff;
}

.dropdown-content a:hover {
background-color: var(--grey);
color: black;
}

.dropdown:hover .dropdown-content {
display: block;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}



h1 {font-size: 30px; color: var(--darkbrown); text-align: left; padding-left: 10px; line-height: 1.3em; margin-top: 20px; margin-bottom: 10px;}

h1.rec {font-size: 30px; background-color: var(--green); color: #fff; text-align: left; padding: 10px; line-height: 1.3em; margin-top: 20px; margin-bottom: 10px;}

h2 {font-size: 17pt; color: #737c61; text-align: left; font-weight: bold; padding-left: 10px; line-height: 1.3em; margin-top: 7px; margin-bottom: 15px; display:block; border-bottom: 1px var(--green) solid;}

h3 { font-size: 15pt; color: #c7672a; text-align: left; font-weight: bold; padding-left: 10px; line-height: 1.3em; margin-top: 7px; margin-bottom: 7px;}

main {
max-width: 1200px;
margin: 0 auto;
padding: 0;
overflow: hidden; 
 }


.text {max-width: 1200px; text-align: left; overflow:hidden; background:#fff; margin-top: 10px;}

.text p {font-size: 15pt; color: #000; text-align: left; padding-left: 20px; padding-right: 20px; line-height: 1.5em; margin-bottom: 7px;}

.text ul {font-size: 15pt; color: #000; text-align: left; list-style-type: disc; padding-left: 50px; line-height: 1.5em; margin-bottom: 7px;}

.text ol {font-size: 15pt; color: #000; text-align: left; padding-left: 50px; line-height: 1.5em; margin-bottom: 7px;}



a.tt {color: #4c362a; text-decoration: none; font-family: arial; font-size: 15pt;}

a:hover.tt {color: var(--green); text-decoration: underline;}


.raw {max-width: 1200px; overflow: hidden; background: #fff; margin-bottom: 20px; }

.cell-l { 
float: left;
width: 48%;
height: 300px;
background: url('../i/melio.png') #fff center no-repeat; 
}

.cell-r {
float: right;
width: 48%;
height: 300px;
background: url('../i/desert.png') #fff center no-repeat; 
}


.cell-l1 { 
float: left;
width: 48%;
height: 300px;
background: url('../i/report.png') #fff center no-repeat; 
}

.cell-r1 {
float: right;
width: 48%;
height: 300px;
background: url('../i/docs.png') #fff center no-repeat; 
}


@media screen and (max-width: 600px) {
.cell-l,.cell-l1, .cell-r, .cell-r1 { 
width: 100%;
text-align: center;
margin-bottom: 10px;
}
}


.celltext {max-width: 580px; overflow:hidden; text-align: center; vertical-text-align: middle; margin-top: 100px; z-index: 100;}

.celltext p {
font-size: 30pt; 
font-style: normal; 
color: #fff; 
font-weight: bold; 
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/* Footer */


footer {
max-width: 100%;
background-color: var(--darkbrown);
margin-top: 5px;
overflow: hidden; 
border-top: 5px  var(--orange) solid;
}

.container-ft {
max-width: 1200px;
margin: 0 auto;
padding: 15px 0;
overflow: hidden; 
 }
 
.f-left { 
float: left;
width: 45%;
text-align: right;
padding-left: 20px;
padding-right: 50px;
}

.f-left p {
font-size: 15px;
font-style: normal;
color: #fff;
margin-top: 10px;
}

.f-left p span {
font-size: 15px;
font-style: normal;
color: #fff;
line-height: 1.3em; 
margin-bottom: 7px;
}

.f-left a {
font-size: 15px;
font-style: normal;
color: #fff;
margin-bottom: 7px;
text-decoration: none;
 padding-left: 10px;
}

.f-left a:hover {
 text-decoration: underline;
}

.f-left a span {
font-size: 10px;
font-style: normal;
color: #fff;
line-height: 1.3em; 
margin-bottom: 7px;
}

.f-right {
float: right;
width: 45%;
text-align: left;
}

.f-right p {
font-size: 16px;
font-style: normal;
color: #fff;
line-height: 1.4em; 
margin-bottom: 7px;
}

.f-right a {
font-size: 16px;
font-style: normal;
color: #fff;
text-decoration: none;
}

.f-right a:hover {
 text-decoration: underline;
}


@media screen and (max-width: 600px) {
.f-left, .f-right { 
width: 100%;
padding-left: 20px;
text-align: center;
margin-bottom: 50px;
}
.f-left p {
font-size: 13px;
}
.f-left a {
font-size: 13px;
}
}

.footer_h4 {
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #fff;
margin-bottom: 7px;
}








.block, .front, .back {
width: 370px;
height: 150px;
float: left;
}

.block{
box-shadow: 0 0 7px rgba(0, 0, 0, .4);
margin: 15px;
}
.front{
background: var(--orange);
transition: all .7s;
position: absolute;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.front p{
text-align:center; 
font-size:20px; 
color:#fff; 
ont-weight: bold; 
}

.back{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
background: var(--yellow);
transition: all .7s;
opacity: 0;
}

.back p{
text-align:center; 
 font-size:16px; color:#000;
}


.block > div:hover .front{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);

}
.block > div:hover .back{
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}

@media screen and (max-width: 600px) {
.block, .front, .back {
width: 100%;
}
}







.collapsible {
  background-color: var(--orange);
  color: #fff; 
  font-size: 26px; 
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
border-bottom: 2px solid #fff;
margin-top: 10px;
 }

.active-yb, .collapsible:hover {
background-color:var(--yellow);
color: var(--orange); 
}

.content {
  padding: 10px;
  display: none;
  overflow: hidden;
  background-color: #fff;
}



.mysearch input[type=text] {
float: left; 
background: #e0d1d1; 
padding: 10px;
border: 2px solid black; 
margin-top: 15px; 
margin-right: 12px; 
font-size: 14px; 
}





#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 140px;
    right: 200px;
    z-index: 99;
    font-size: 30px;
    background-color: var(--orange);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}



@media screen and (max-width: 600px) {
#scrollTopBtn {
  bottom: 40px;
  right: 20px;
}
}

