body {
 font-family: "Geologica", sans-serif;
}

#topmenu ul li {
border-radius: 3px;
}


/*FOOTER*/

.c-footer {
display: flex;
    justify-content: space-between;
    gap: 4vh;
    align-items: flex-end;
}

.c-footer-info {
display: flex;
gap: 4vh;
}

.c-footer-title {
font-size: 32px;
margin-bottom: 15px;
line-height: 1.1em;
font-weight: 800;
color: #1e6194;
text-align: right;
}

@media (max-width: 912px) {
.c-footer {
        align-items: center;
        flex-direction: column;
}


.c-footer-title {
text-align: center;
font-size: 22px;
}
}

@media (max-width: 600px) {
.c-footer-info {
flex-direction: column;
gap: 2vh;
align-items: center;
}
}

/*END OF FOOTER*/


/*NEWS*/

div.items div.date {
    font-size: 0.7em;
    margin-bottom: 20px;
}

/*END OF NEWS*/.c-newlogo {
    background-image: url('/cache/files/cd15540fb5756b3dcbebf5dad6243bfdf243599d.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/cd15540fb5756b3dcbebf5dad6243bfdf243599d.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
margin-top: 5px;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/87300b6bbb42a941ca283f5700f98e3b2701d748.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 3vh;
}

.side-nav__header {
    max-height: 167px;
    height: 30%;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.mobile-header {
    box-shadow: none;
}

#mobile-header button {
    background-color: #333;
}

.side-nav__container {
    width: 100%;
max-width: 100%;
position: relative;
z-index: 999;
}


.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}


.side-nav__footer {
    box-shadow: none;
}


.side-nav__content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.side-nav ul li {
line-height: 12vh;
}

@media (max-width: 600px) {
.side-nav ul li {
line-height: 8vh;
}
}

.side-nav ul li li{
line-height: auto;
text-align: left;
}


.side-nav ul li a {
    font-weight: 900;
    font-size: 6vw;
    padding-left: 0px;
transition: 1.2s ease-out;
}

.side-nav ul li a:hover{
letter-spacing: 4px;
}



.side-nav button.side-nav__hide {
    font-size: 30px;
}

.side-nav__content li:hover {
    background: transparent !important;
}.c-button1 {
    color: #e95211;
    text-decoration: none;
    transition: all 0.5s ease;
position: relative;
padding: 15px;
font-weight: 800;
margin-bottom: 0px;
font-size: 20px;
}


.c-button1:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 96%;
    border: 2px solid;
    border-right: none;
}

.c-button1:after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 96%;
    border: 2px solid;
    border-left: none;
}

.c-button1:hover {
    background-color: #e95211;
color: #000;
}

.c-button1:hover:before {
border: 0px;
}

.c-button1:hover:after{
border: 0px;
}







.c-button2 {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
position: relative;
padding: 15px;
font-size: 0.8em;
}


.c-button2:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    border: 1px solid;
    border-right: none;
}

.c-button2:after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border: 1px solid;
    border-left: none;
}

.c-button2:hover {
    background-color: #fff;
color: #333;
}

.c-button2:hover:before {
border: 0px;
}

.c-button2:hover:after{
border: 0px;
}.c-fade-in {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in.show {
    opacity: 1;
    transform: translateX(0);
}

.c-fade-in-down {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}

.c-zoom-in {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-zoom-in.show {
    opacity: 1;
    transform: scale(1);
}.notloggedin #topbanner {
position: absolute;
top: 0;
width: 100%;
}

.notloggedin #topmenu{
position: absolute;
top: 30px;
width: 100%;
}

.notloggedin #mobile-header {
    position: absolute;
}


.notloggedin #topmenu ul li.inactive a {
    color: #ffffff;
}

.notloggedin #topmenu ul {
background-color: #1a5c91;
}

#am_2088 {
margin-top: 6vh;
margin-bottom: 10vh;
}


/*VIDEO*/

.c-video-container {
height: 100vh;
width: 100%;
position: relative;
}

.c-video-bg {
width: 100%;
height: 100vh;
background-image: url('/cache/files/96231a74835547890774eceeefefedc622f9d49b.jpg');
background-size: cover;
background-position: 50% 50%;
}


.c-video-position{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
z-index: 0;
}

.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}

.c-video-shadow {
background-image: linear-gradient(45deg, #00000070, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
}

.c-video-text-container {
position: absolute;
    z-index: 10;
    bottom: 7vh;
    color: white;
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
}

.c-video-title {
    font-size: clamp(2.625rem, 1.375rem + 3.333vw, 4.375rem); /*42 -70*/
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
max-width: 800px;
}


.c-video-subtitle {
font-size: clamp(2rem, 0.75rem + 3.333vw, 3.75rem); /*32 -60*/
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    padding: 10px;
opacity: 0.2;
margin-right: 4vh;
transition: opacity 1s ease-in-out;
}

.c-video-subtitle:before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    border: 1px solid;
    border-right: none;
}

.c-video-subtitle:after{
content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border: 1px solid;
    border-left: none;
}


/*MARQUEE WORDS*/


.c-marquee-container {
    overflow: visible;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.c-marquee-content {
    display: flex;
    transition: transform 1s ease-in-out;
}

.c-video-subtitle:first-child {
    opacity: 1;
}
/*END OF VIDEO*/




/*ABOUT*/

.c-about-container {
 width: 90vw;
margin: 10vh auto;
}


.c-about-blue-text {
color: #4595d1;
font-size: clamp(1.375rem, 0.75rem + 1.667vw, 2.25rem); /*22-36*/
margin-bottom: 30px;
line-height: 1.4em;
max-width: 1000px;
}

.c-about-img {
width: 100%;
height: 80vh;
background-image: url('/cache/files/96231a74835547890774eceeefefedc622f9d49b.jpg');
background-size: cover;
background-position: 50% 50%;
margin-top: 10vh;
    position: relative;
}

.c-about-icon {
max-width: 25vh;
    position: absolute;
    right: -7vh;
    top: -11vh;
}

.c-about-flex {
position: relative;
    display: flex;
    gap: 4vh;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: -10vh;
    margin-left: 5vw;
}

@media (max-width: 912px) {
.c-about-flex {
flex-direction: column;
    align-items: center;
    margin-top: -5vh;
    margin-left: 0vw;
}
}


.c-about-goal-text {
font-size: 24px;
    padding: 7vh;
    line-height: 1.2em;
    background-color: #f1f1f1;
    max-width: 50vw;
}

@media (max-width: 912px) {
.c-about-goal-text {
    max-width: 95vw;
}
}
@media (max-width: 540px) {
.c-about-goal-text {
font-size: 22px;
    padding: 3vh;
}
}


.c-about-goal-text p{
margin-bottom: 0px;
}


.c-about-buttons {
    display: flex;
    flex-direction: column;
    gap: 30px;
margin-bottom: 20px;
}


.c-about-buttons a{
text-decoration: none;
}

.c-about-buttons div{
display: flex;
    gap: 20px;
    align-items: center;
justify-content: space-between;
position: relative;
padding: 5px 20px;
}

.c-about-buttons div p{
font-size: 22px;
line-height: 1.2em;
margin-bottom: 0px;
color: #e95211;
font-weight: 800;
}



.c-about-buttons div:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 91%;
    border: 4px solid #e95211;
    border-right: none;
}


.c-about-buttons div:after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 91%;
    border: 4px solid #e95211;
    border-left: none;
}


.c-about-buttons div:hover {
background-color: #e95211;
color: #fff;
}

.c-about-buttons div:hover p {
background-color: #e95211;
color: #fff;
}

.c-about-buttons div:hover img {
filter: invert(1) brightness(10);
}


/*END OF ABOUT*/



/*SERVICES*/
#services {
margin-top: 10vh;
margin-bottom: 10vh;
}

.c-services-title {

font-size: clamp(1.375rem, 0.75rem + 1.667vw, 2.25rem); /*22-36*/
margin-bottom: 20px !important;
line-height: 1.2em;
font-weight: 700;
max-width: 90vw;
margin: 0 auto;
padding: 0 !important;
}

.c-service-category {
margin: 3vh;
}


.c-service-category-title {
    width: 40vh;
    height: 14vh;
    background-color: #1e6194;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    padding: 10px; /* Adjusted padding to 10px */
}

.c-service-category-title p {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1em;
    font-weight: 600;
text-align: left;
}


.c-service-category-flex {
display: flex;
    align-items: center;
justify-content: space-between;
    gap: 4vh;
    margin-top: -3vh;
    margin-left: 3vh;
}

.c-services-slider {
padding-top: 3vh;
}

.c-services-slider .slider-arrows {
    color: white;
    background-color: #e95211;
top: 0;
}


.c-services-slider .slider-arrows span {
    font-size: 18px;
}

.c-services-slider .slider-arrow-right {
    right: 3vh;
}

.c-services-slider .slider-arrow-left{
    right: calc(3vh + 50px);
left: auto;
}

/*END OF SERVICES*/


#plus-info {
display: flex; 
gap: 5vh;
justify-content: center;
margin-bottom: 10vh;
}

@media (max-width: 1024px) {
#plus-info {
flex-direction: column;
margin: 0vh 3vh 10vh;
}
}

.c-diapisteuseis {
background-color: #333;
padding: 8vh;
color: #fff;
max-width: 33%;
}

.c-deigmatolipsia{
background-color: #1e6194;
padding: 8vh;
color: #fff;
max-width: 33%;
}

@media (max-width: 1024px) {
.c-diapisteuseis {
max-width: 100%;
}
.c-deigmatolipsia{
max-width: 100%;
}
}


@media (max-width: 540px) {
.c-diapisteuseis {
padding: 5vh 3vh;
}
.c-deigmatolipsia{
padding: 5vh 3vh;
}
}

.c-plus-info-title {
font-size: clamp(1.5rem, 1.232rem + 0.714vw, 1.875rem); /*30-24*/
line-height: 1.2em;
margin-bottom: 0px;
letter-spacing: 2px;
font-weight: 600;
}

.c-plus-info-text {
font-size: 20px;
line-height: 1.6em;
margin-bottom: 20px;
margin-top: 20px;
}

.c-plus-info-flex {
display: flex;
gap: 20px;
justify-content: space-between;
    align-items: flex-start;
}


@media (max-width: 540px) {
.c-plus-info-flex {
flex-direction: column;
}
}

.c-plus-info-flex div {
display: flex;
gap: 20px;
}

.c-plus-info-flex div img{
max-width: 120px;
height: auto;
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #e95211;
top: 40%;
left: -25px;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #e95211;
top: 40%;
right: -25px;
}

.slick-prev:hover, .slick-next:hover {
background-color: #4595d1;
}

.slick-next:focus, .slick-prev:focus {
background-color: #4595d1;
}


.slick-next:before {
    content: '>';
    font-size: 34px;
    font-family: 'Manrope';
top: 24px;
    height: auto;
    width: auto;
background-image: none !important;
font-weight: 900;
}

.slick-prev:before {
    content: '>';
    font-size: 34px;
    font-family: 'Manrope';
top: 24px;
    height: auto;
    width: auto;
background-image: none !important;
bottom: auto;
font-weight: 900;
}.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    max-width: auto;
    right: 3%;
    bottom: 3%;
    z-index: 999;
transform: scale(1);
display: flex;
    align-items: center;
    gap: 10px;
}

.c-espa-container.active-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


.c-espa-container.active-espa .c-espa-mini img {
    width: 110px;
    height: auto;
transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.active-espa .c-espa-box {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    width: auto;
overflow: hidden;
height: 80px;
position: relative;
z-index: 3;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -45px;
    background-color: #4595d1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.active-espa .c-linetop {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa .c-linebottom {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa p {
width: 90%;
margin: auto;
}

.c-espa-container.active-espa p, .c-espa-container.active-espa a {
opacity: 1;
transition: 0.5s;
}


/* DECTIVATE */

.c-espa-container.deactive-espa {
    position: fixed;
    max-width: auto;
    right: 3%;
    bottom: 3%;
z-index: 999;
transition: 0.5s;
transform: scale(1);
}

.c-espa-container.deactive-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
opacity: 1;
}

.c-espa-container.deactive-espa .c-espa-mini img {
    width: 100px;
    height: auto;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.deactive-espa .c-espa-box {
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    height: 100px;
    width: 100px;
overflow: hidden;
}


.c-espa-container.deactive-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -15px;
    background-color: #4595d1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.deactive-espa .c-linetop {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-linebottom {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa p, .c-espa-container.deactive-espa a {
opacity: 0;
transition: 0.5s;
}




.c-espa-container.active-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 1;
transition: 0.5s;
transition: opacity 0s;
height: 80px;
width: 295px;
}

.c-espa-container.deactive-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


@media (max-width:768px) {

.c-espa-container.active-espa {
transform: scale(0.8);
}

.c-espa-container.deactive-espa {
transform: scale(0.8);
}

.c-espa-container.active-espa .c-espa-box {
height:auto;
}

.c-espa-container.active-espa .c-espa-box img {
width:100%;
height:auto;
}

}



.c-accessibility-icon {

}