@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;700;800&display=swap');
#main .centerhtml {
  font-size: 100.01%;
}
body {
  font-size: 100%;
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  padding: 0px;
  margin: 0;
  line-height: 160%;
  font-weight: 300;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #000;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  border-bottom: 1px solid #CCCCCC;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 8px;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.70em;
}
/*.left {
  float: left !important;
}
.right {
  float: right !important;
}*/

p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus {}
a:hover {
  color: #4e909c;
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a {
  color: #4e909c;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:focus {
  outline: 0px solid transparent;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
  line-height: 1.70em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
fieldset {
  border: none;
}
input {}
input:focus {}
body.contentpane {
  width: auto;
  margin: 10px;
  text-align: left;
}
img {
  border: 0 none;
}
@media (min-width: 1600px) {
  .sppb-row-container {
    max-width: 1440px;
  }
}
#webmacPage {}
.center {
   max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

#header {
  padding: 30px 0;
}
#header .center {
  display: flex;
  justify-content: space-between;
align-items: flex-end;
}
#logo {
  width: 300px;
  display: flex;
  align-items: center;
}
#logo p {
  margin-bottom: 0;
  line-height: 0;
}
#logo img {
  max-width: 400px;
  height: auto;
}
.visually-hidden{ display: none;}
#phone{text-align: right;}
#phone .phoneIn ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    padding: 20px 35px;
    border-radius: 100px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    /* border: 1px solid #e2eaf3; */
}
#phone .phoneIn ul li {
    padding: 0 15px;
    border-right: 1px solid #121212;
}
#phone .phoneIn ul li:last-child{border-right:none;}
#phone .phoneIn ul li a {
color: #000;
	font-weight: 600;
}
#phone .phoneIn ul li a i{ margin-right: 10px; color: #4e909c;}
#phone .phoneIn ul li a:hover{ color: #047890;  text-decoration: none;}
div.mod-languages ul li.lang-active {
    background-color: transparent;
}
div.mod-languages img {
    max-width: 30px;
}
div.mod-languages li {
    margin: 0;
}


#menu {
/*  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;*/
  
background-color: #ECECEC;	
	
	padding: 15px 0;
	
}

#slideshow {
  z-index: 5;
	padding-bottom: 200px;
  position: relative;
  background: #15454B;
  background: -webkit-linear-gradient(bottom left, rgba(21, 69, 75, 1) 0%, rgba(76, 145, 154, 1) 100%);
  background: -o-linear-gradient(bottom left, rgba(21, 69, 75, 1) 0%, rgba(76, 145, 154, 1) 100%);
  background: linear-gradient(to top right, rgba(21, 69, 75, 1) 0%, rgba(76, 145, 154, 1) 100%);
}
#slideshow .shadow {
    box-shadow: 0px 10px 50px color(srgb 0 0 0 / 0.3);
    border-radius: 30px;
}
#welcome{z-index: 6; position: relative;}
.pathiseisHeader {
    position: relative;
	overflow: hidden;
}
/*.pathiseisHeader::before{ background-image: url(../images/Eye-Outline.svg); width: 300px; height: 300px; position: absolute; right: 0; top: 0; z-index: 999; content: "";}*/

.pathiseisHeader::before {
    content: "";
    position: absolute;
    right: 0;

    /* Στοίχιση στο κέντρο κάθετα */
    top: 50%;
    transform: translateY(-50%) rotate(25deg);

    width: 800px;
    height: 800px;
    background-image: url(../images/Eye-Outline.svg);
    background-size: cover;
    z-index: 0;
    opacity: 0.2;
}

ul.categListMod{ list-style: none; margin: 0; padding: 0;}
ul.categListMod li{ margin-bottom: 15px;}
ul.categListMod li a {
    display: block;
    padding: 30px;
    padding-left: 70px;
    border: 1px solid #eee;
    border-radius: 300px;
    font-weight: 800;
    box-shadow: 0 8px 13px color(srgb 0 0 0 / 0.05);

	position: relative;
}
ul.categListMod li a::before {
    position: absolute;
    content: "";
    background-image: url(../images/forFav.jpg);
    width: 40px;
    height: 40px;
    left: 20px;
    top: 25%;
    background-size: contain;
}

ul.categListMod li a:hover{}



.com-content-article__body{}



.defaultArticleContent {
	width: 1410px;
    padding-top: 65px;
    padding-right: 65px;
    padding-bottom: 65px;
    padding-left: 65px;
    border-radius: 25px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
	
	    display: block;
margin: 0 auto;
	margin-bottom: 75px;
	
}


#content h2{ font-weight: 800; color: #15454b; position: relative; padding-bottom: 25px; line-height: 130%;}
#content h2::before{ content: ""; position: absolute; height: 5px; width: 80px; background-color: #4c919a; left: 0; bottom: 0;}
#content h3{ font-weight: 300; letter-spacing: 0.08rem; color: #4c919a; line-height: 130%;}
#content h4{}

.com-content-category-blog{}

.blogInner{ max-width: 1440px; margin: 0 auto;}
.columns-3 {
 display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.columns-2 {
 display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.columns-3 .blog-item {
flex: 0 0 calc(33.333% - 13.333px); /* Υπολογίζει το σωστό πλάτος με gap */
  box-sizing: border-box;
	
}
.columns-2 .blog-item {
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
	

  
	
}


.servicesArttcle{}
.servicesArttcle .servicesHeader{
	margin-bottom: 75px;
	background: #15454B;
	background: -webkit-linear-gradient(bottom left, rgba(21, 69, 75, 1) 0%, rgba(76, 145, 154, 1) 100%);
	background: -o-linear-gradient(bottom left, rgba(21, 69, 75, 1) 0%, rgba(76, 145, 154, 1) 100%);
	background: linear-gradient(to top right, rgba(21, 69, 75, 1) 0%, rgba(76, 145, 154, 1) 100%);
}
.servicesArttcle .servicesHeader .servicesHeaderInner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    padding: 75px 0;
    align-items: center;
	justify-content: space-between;
}
.servicesHeaderLeft{width: 49%; color: #fff;}
.servicesHeaderLeft h1.servicesTitle {
    color: #fff;
    margin-top: 0;
    font-weight: 900;
}
.servicesHeaderLeft .servicesField {
    font-size: 1.5rem;
    font-weight: 200;
}
.servicesHeaderLeft .servicesField p{
line-height: 140%;
	    margin: 0;
}
.servicesHeaderRight{width: 49%;}
.servicesHeaderRight figure{ margin: 0;}
.servicesHeaderRight figure img {
    border-radius: 35px;
    margin: 0;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 50px color(srgb 0 0 0 / 0.15);
}
.servicesHeaderRight img {
    border-radius: 35px;
    margin: 0;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 50px color(srgb 0 0 0 / 0.15);
	aspect-ratio: 16 / 9; height: auto;
}
.servicesContent{}



#contentBottom{    margin-bottom: 75px;}
#contentBottom h3{
    font-weight: 800;
    color: #15454b;
    position: relative;
    padding-bottom: 25px;
    line-height: 130%;	
	font-size: 2rem;
	text-align: center;
}
#contentBottom h3::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 80px;
    background-color: #4c919a;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
#contentBottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#contentBottom ul li {
    width: calc(33.333% - 20px);
}
/*#contentBottom ul li a{ display: block; padding:30px 15px; text-align: center;
    border-radius: 15px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
	font-weight: bold;
}
#contentBottom ul li a:hover{ background-color: #4e909c; color: #fff; text-decoration: none;}*/


#contentBottom .mod-articles-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 150px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);	
	    padding: 15px;
	
}
#contentBottom figure{ width: 20%; margin: 0;}
#contentBottom figure img{ max-width: 100%; height: auto; border-radius: 150px;}
#contentBottom .mod-articles-title {
    width: 75%;
    order: 2;
	border-radius: 150px;
}
#contentBottom .mod-articles-title a{ font-weight: 800;}



#testimonials{ display: flex; background: #6a6a73;}
#testimonials .right {
    width: 50%;
    background-size: cover;
    background-position: center right;
    background-image: url(../images/testimonialsBG.jpg);
}
#testimonials .left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
#testimonials .card{ max-width: 700px; padding: 30px;}
#testimonials .sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content::before{border-top: 15px solid #707078;}
#testimonials{}
#testimonials{}

#mainVideo{ background-color: #cfcfd7;}
#mainVideo .center{ max-width: 900px;}
#mainVideo{}

.socialOut {
    position: relative;
    left: calc(-1 * (100vw - 100%));
    width: 100vw;
    display: flex;
    justify-content: flex-end;
	background-color: #fff;
	padding: 30px 0;
}
.socialOutIn{ width: 700px;}

ul.social{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: left;
}
ul.social li a {
    border: 3px solid #404049;
    border-radius: 100px;
    font-size: 1.5em;
    width: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;
    color: #404049;
    margin: 0 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.social li a:hover {
    text-decoration: none;
    color: #4c919a;
    border-color: #4c919a;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.contactItems{ margin: 0; padding: 0; list-style: none; font-size: 1.15rem; font-weight: 200;}
ul.contactItems li{}
ul.contactItems li a{ display: block; padding: 12px 0; color: #fff;}
ul.contactItems li a i{
	margin-right: 10px;
    
}


.com-content-category-blog{}

.blogInner{ max-width: 1440px; margin: 0 auto;}
.columns-3 {
 display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.columns-3 .blog-item {
flex: 0 0 calc(33.333% - 13.333px); /* Υπολογίζει το σωστό πλάτος με gap */
  box-sizing: border-box;
	
}
.servicesBlog{ margin-bottom: 75px;}
.servicesBlog h1{
	    font-weight: 800;
    color: #15454b;
    position: relative;
    padding-bottom: 25px;
	font-size: 4rem;
    line-height: 130%;
}
.servicesBlog h1::before{
	content: "";
    position: absolute;
    height: 5px;
    width: 80px;
    background-color: #4c919a;
    left: 0;
    bottom: 0;
}





.blogTitle{ background-color:#e4e7eb; margin-bottom: 65px;}
.blogTitle .center{ }
.blogTitle h1{color: #134173; margin: 0; padding: 30px 0;
    font-size: 3rem;
    font-weight: 900;

}

.servicesBlog .blog-item a {
    display: flex;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 35px;
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    transition: all 500ms ease;
}

.servicesBlog .blog-item a .blogItemText {
    transition: transform 500ms ease;
	z-index: 9;
	font-size: 1.5rem;
	font-weight: 800;
}
.servicesBlog .blog-item a:hover{ text-decoration: none;}
.servicesBlog .blog-item a:hover .blogItemText {
    transform: translateY(-20px);
}
.blogItemDate{ font-size: 1rem !important; font-weight: normal !important; margin-top: 15px;}

.servicesBlog .blog-item a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 5;
	
background: #112f52;
background: linear-gradient(0deg, rgba(21, 69, 75, 1) 15%, rgba(21, 69, 75, 0) 45%);
	
}



#testimonialsPage{ margin-bottom: 75px;}
#testimonialsPage .headerTitle {
  
/*	background-color: #047890; 
    color: #fff;
	margin-bottom: 45px;*/
}
/*#testimonialsPage .headerTitle h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 3.5rem;
}
#testimonialsPage .headerTitle h1 .center{ padding: 45px 0;}*/


#testimonialsPage h1{
	    font-weight: 800;
    color: #15454b;
    position: relative;
    padding-bottom: 25px;
	font-size: 4rem;
    line-height: 130%;
}
#testimonialsPage h1::before{
	content: "";
    position: absolute;
    height: 5px;
    width: 80px;
    background-color: #4c919a;
    left: 0;
    bottom: 0;
}
#testimonialsPage .blog-items{
display: flex;
    flex-grow: 3;
    flex-wrap: wrap;
    gap: 30px;	
}


#testimonialsPage .blog-item{
	flex: 0 0 calc(33.333% - 20px);
	
	
    padding-top: 65px;
    padding-right: 65px;
    padding-bottom: 65px;
    padding-left: 65px;
    border-radius: 15px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 0px;
}
#testimonialsPage .com-content-category-blog__items > .com-content-category-blog__item:nth-child(odd) {
    background-color: #fff;
}

#testimonialsPage .com-content-category-blog__items > .com-content-category-blog__item:nth-child(even) {
    background-color: #d7e3e58a;
}



#testimonialsPage .blog-item h2 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}
#testimonialsPage .blog-item h2::before {
display: none;
}


#testimonialsPage .stars {
    color: #fabb05;
    font-size: 18px;
}





#copyright{ text-align: center; background-color: #303037; color: #fff;}
#copyright .center{ padding: 75px 0;}
#copyright a{color: #fff;}
#copyright p{ margin-bottom: 0;}


/*PAGINATION START*/
.pagination {
  --pagination-padding-x: 1.55rem;
  --pagination-padding-y: 1.05rem;
  --pagination-font-size: 1rem;
  --pagination-color: var(--link-color);
  --pagination-bg: var(--body-bg);
  --pagination-border-width: var(--border-width);
  --pagination-border-color: var(--border-color);
  --pagination-border-radius: var(--border-radius);
  --pagination-hover-color: var(--link-hover-color);
  --pagination-hover-bg: var(--tertiary-bg);
  --pagination-hover-border-color: var(--border-color);
  --pagination-focus-color: var(--link-hover-color);
  --pagination-focus-bg: var(--secondary-bg);
  --pagination-focus-box-shadow: 0 0 0 .25rem #01015640;
  --pagination-active-color: #fff;
  --pagination-active-bg: #4c919a;
  --pagination-active-border-color: #4c919a;
  --pagination-disabled-color: var(--secondary-color);
  --pagination-disabled-bg: var(--secondary-bg);
  --pagination-disabled-border-color: var(--border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}
.page-link {
  padding: var(--pagination-padding-y) var(--pagination-padding-x);
  font-size: var(--pagination-font-size);
  color: var(--pagination-color);
  background-color: var(--pagination-bg);
  border: var(--pagination-border-width) solid var(--pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--pagination-hover-color);
  background-color: var(--pagination-hover-bg);
  border-color: var(--pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--pagination-focus-color);
  background-color: var(--pagination-focus-bg);
  box-shadow: var(--pagination-focus-box-shadow);
  outline: 0;
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--pagination-active-color);
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--pagination-disabled-color);
  pointer-events: none;
  background-color: var(--pagination-disabled-bg);
  border-color: var(--pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--pagination-border-radius);
  border-bottom-left-radius: var(--pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--pagination-border-radius);
  border-bottom-right-radius: var(--pagination-border-radius);
}
.pagination-lg {
  --pagination-padding-x: 1.5rem;
  --pagination-padding-y: .75rem;
  --pagination-font-size: 1.25rem;
  --pagination-border-radius: var(--border-radius-lg);
}
.pagination-sm {
  --pagination-padding-x: .5rem;
  --pagination-padding-y: .25rem;
  --pagination-font-size: .875rem;
  --pagination-border-radius: var(--border-radius-sm);
}
.pagenavigation .pagination, .pager .pagination {
  justify-content: space-between;
  margin: 1em 0;
  padding: 0;
}
.pagenavigation .pagination .next:only-child, .pager .pagination .next:only-child {
  margin-left: auto;
}
.page-link, .page-link:hover {
  color: var(--link-color);
}
.pager .pagination {
  justify-content: center;
}
.pagination li.disabled {
  display: none;
}
/*PAGINATION END*/