* {
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';
background-color: #e9e9e9;
}



@keyframes grow-progress {
from { transform: scaleX(0); }
to { transform: scaleX(1); }
}

#progress {
position: fixed;
left: 0; top: 0;
width: 100%; height: 1em;
background: #3a5157;

transform-origin: 0 50%;
animation: grow-progress auto linear;
animation-timeline: --page-scroll;
}


:root {
--midnight: #24303c;
--tide: #3a5157;
--sun: #905336;
--shell: #c9a58b;
--fog: #ededed;
--stardew: #a7b2b6;
--grey: #3e484a;
--blue: #45689e;
--white: #ffffff;
}

.btn {
text-transform: uppercase;
}


.cawi {
max-width: 1200px;
background-color: transparent;
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;
text-align: right;
}

.cawi-left  img {max-width: 100%; }


@media screen and (max-width: 600px) {
.cawi-left, .cawi-right {
width: 100%;
height: 110px;
text-align: center;
vertical-align: middle;
}
}


a.cawi {color: var(--white); text-decoration: none;  font-size: 20pt; text-transform: uppercase; background-color: var(--midnight); padding: 10px;}

a:hover.cawi {background-color: var(--tide);}




.hdr {
width: 100%;
height: 350px;
margin: 0 auto;
padding: 0;
overflow: hidden; 
background-color: var(--midnight);
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; 
}
 


/* Menu */

.glossymenu {
margin: 5px 0;
padding: 0;
max-width: 1200px; 
border: 1px solid var(--tide);
border-bottom-width: 0;
}

.glossymenu a.menuitem {
background: var(--midnight);
font: bold 15pt Arial;
color: var(--white);
display: block;
position: relative; 
width: auto;
padding-top: 0;
padding-left: 10px;
padding-bottom: 8px;
text-decoration: none;
text-align: left;
height: 40px;
line-height: 40px;
border-bottom: 1px solid var(--tide);
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: var(--white);
}

.glossymenu a.menuitem .statusicon{ 
position: absolute;
top: 12px;
right: 15px;
border: none;
}

.glossymenu a.menuitem:hover{
background: var(--tide);
}

.glossymenu div.submenu{
background: var(--tide);
}

.glossymenu div.submenu ul{ 
list-style-type: none;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background: var(--stardew);
color:#474747;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid var(--tide);
font: bold 15pt Arial;
padding: 6px;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 14pt Arial;
color: var(--white);
text-decoration: none;
padding: 6px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: var(--fog);
color: var(--midnight);
}





h1 {font-size: 25pt; color: var(--tide); text-align: center; padding-left: 10px; line-height: 1.3em; margin-top: 20px; margin-bottom: 20px;}

h1.rec {font-size: 25pt; background-color: var(--midnight); color: var(--white); text-align: center; padding: 10px; line-height: 1.3em; margin-top: 20px; margin-bottom: 10px;}

h2 {font-size: 20pt; color: var(--midnight); 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(--tide) solid;}

h3 { font-size: 18pt; color: var(--sun); 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: transparent; margin-top: 10px; margin-bottom: 10px; }

.text p {font-size: 15pt; color: #000; text-align: left; padding-left: 20px; padding-right: 20px; line-height: 1.4em; margin-bottom: 15px;}

.text ul {font-size: 15pt; color: #000; text-align: left; list-style-type: disc; padding-left: 50px; line-height: 1.3em; margin-bottom: 7px;}

.text ol {font-size: 15pt; color: #000; text-align: left; padding-left: 50px; line-height: 1.3em; margin-bottom: 7px;}


.text p.txt1 {font-size: 15pt; color: #000; text-align: left; padding-left: 50px; padding-right: 20px; line-height: 1.4em; margin-bottom: 15px;}

.text p.txt2 {font-size: 15pt; color: #000; text-align: left; padding-left: 70px; padding-right: 20px; line-height: 1.4em; margin-bottom: 15px;}

.text p.txt3 {font-size: 15pt; color: #000; text-align: left; padding-left: 90px; padding-right: 20px; line-height: 1.4em; margin-bottom: 15px;}

.text p.center {font-size: 13pt; color: #000; text-align: center; line-height: 4em; margin-bottom: 15px;}


.text img {max-width: 100%; }


a.l {color: #4c362a; text-decoration: none; font-family: arial; font-size: 15pt;}
a:hover.l {color: var(--tide); text-decoration: underline;}

a.m {color: #000; text-decoration: underline; font-family: arial; font-size: 15pt;}
a:hover.m {text-decoration: none;}

a.ll {color: var(--blue); text-decoration: none; font-family: arial; font-size: 15pt; border-bottom: 1px var(--blue) solid;  border-top: 1px var(--blue) solid; }
a:hover.ll {border-bottom: 0;border-top: 0; }

a.l-center {color: #4c362a; text-decoration: underline; font-family: arial; font-size: 13pt;}
a:hover.l-center {color: var(--tide); text-decoration: none;}


.raw {max-width: 1200px; overflow: hidden; background: transparent; margin-bottom: 5px; }

.raw1 {max-width: 1200px; overflow: hidden; background: transparent; margin-bottom: 2px; }


.cell-l { 
float: left;
width: 48%;
height: 400px;
background: url('../i/melio.png') center no-repeat; 
}

.cell-r {
float: right;
width: 48%;
height: 400px;
background: url('../i/desert.png') center no-repeat; 
}


.cell-l1 { 
float: left;
width: 48%;
height: 400px;
background: url('../i/report.png') var(--white) center no-repeat; 
}

.cell-r1 {
float: right;
width: 48%;
height: 400px;
background: url('../i/docs.png') 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: var(--white); 
font-weight: bold; 
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/* Footer */


footer {
max-width: 100%;
background-color: var(--tide);
margin-top: 5px;
overflow: hidden; 
border-top: 15px  var(--midnight) 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: var(--white);
margin-top: 10px;
}

.f-left p span {
font-size: 15px;
font-style: normal;
color: var(--white);
line-height: 1.3em; 
margin-bottom: 7px;
}

.f-left a {
font-size: 15px;
font-style: normal;
color: var(--white);
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: var(--white);
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: var(--white);
line-height: 1.4em; 
margin-bottom: 7px;
}

.f-right a {
font-size: 16px;
font-style: normal;
color: var(--white);
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: var(--white);
margin-bottom: 7px;
}










.collapsible {
  background-color: var(--blue);
  color: var(--white); 
  font-size: 30px; 
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
border-bottom: 2px solid var(--white);
margin-top: 10px;
 }

.active-yb, .collapsible:hover {
background-color:var(--tide);
}

.content {
  padding: 10px;
  display: none;
  overflow: hidden;
  background-color: transparent;
}



.column33 {   
float: left;
width: 33%;
height: 250px;
padding: 10px;
background-color: var(--midnight);
border: 2px solid var(--white);
text-align: center;
display: flex;
align-items: center;
border-radius: 15px;
}

.column33:hover {
background-color: var(--blue);
transition: background-color 0.5s;
transform: translateY(-5px);
}

.column33-1 {   
float: left;
width: 33%;
height: 350px;
padding: 10px;
}

.column33 img { 
max-width: 100%;
height: auto;
}


@media screen and (max-width: 600px) {
.column33, .column33-1 {
width: 100%;
height: auto;
padding: 20px;
  }
}



a.c33  {
font-size: 26pt; 
font-style: normal; 
color: var(--white); 
font-weight: bold; 
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}














.mysearch input[type=text] {
float: left; 
background: #e0d1d1; 
padding: 10px;
border: 2px solid black; 
margin-top: 15px; 
margin-right: 12px; 
font-size: 14px; 
}


input[type=text] {
  width: 300px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float: left;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
  border: 1px solid var(--midnight);
}

input[type=text]:focus {
  width: 100%;
}


@media screen and (max-width: 600px) {
 input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}



#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 140px;
    right: 200px;
    z-index: 99;
    font-size: 30px;
    background-color: var(--blue);
    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;
}
}


a.alv {
font-size: 19px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: var(--tide);
margin: 0;
transition: 0.5s;
}

a:hover.alv {
background-color: var(--stardew);
}
