@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;
}
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;
}
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus {}
a:hover {
  color: #134173;
  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: #134173;
  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: 50px 0;
}
#header .center {
  display: flex;
  justify-content: space-between;
align-items: center;
}
#logo {
  width: 400px;
  display: flex;
  align-items: center;
}
#logo p {
  margin-bottom: 0;
  line-height: 0;
}
#logo img {
  max-width: 400px;
  height: auto;
}

#phone{}
#phone ul{ margin: 0; padding: 0; list-style: none; display: flex;}
#phone ul li{ margin: 0 10px;}
#phone ul li a {
    display: block;
    padding: 15px 35px;
    border-radius: 100px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	border: 1px solid #e2eaf3;
	font-weight: 600;
}
#phone ul li a i{}
#phone ul li a:hover{ background-color: #134173; color: #fff; text-decoration: none;}

#phone{}
#phone{}



#menu {
/*  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;*/
  
background-color: #134173;	
	
}
.jux-megamenu .jux-dropdown-menu .mega-nav > li > a, .jux-megamenu .jux-dropdown-menu .mega-nav > li > span {
  border-radius: 5px;
}
#slideshow {

  z-index: 5;
  position: relative;
	background-color: #e4e7eb;
	padding: 60px 0;
	padding-bottom: 120px;
}
#slideshow h3 {
    font-weight: 900;
    font-size: 4rem;
}
#slideshow .center {

}
#slideshow .mod-custom {
  margin-bottom: 60px;
  max-width: 40%;
}
ul.slIcons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
ul.slIcons li{ margin: 10px 0;}
ul.slIcons li a{ 
    display: block;
    padding: 0px 35px;
    border-radius: 100px;
	background-color: #fff;
	font-weight: 800;
	border:5px solid #fff;
	    font-size: 1.2em;
}
ul.slIcons li a img {
    max-width: 80px;
    height: auto;
    margin-right: 15px;
}
ul.slIcons li a:hover{ text-decoration: none; box-shadow: 0 0 20px rgb(0 0 0 / 15%); border:5px solid #5dba9e;}
ul.slIcons li.contactLI a{ background-color: #5dba9e; color: #fff; padding: 20px 0; text-align: center;  border:5px solid #5dba9e;}
ul.slIcons li.contactLI a:hover{border:5px solid #2c9576; background-color: #2c9576;}


#counters{ position: relative; z-index: 7;}
.borderBottom{ border-bottom: 20px solid #2c9576;}


#welcome .center{ max-width: 960px;}
#welcome h4{ margin-bottom: 0; color: #184576; font-size: 1.2rem; font-weight: 800;}
#btnsVideo a p{ margin: 0;}
#btnsVideo a {
    display: block;
    padding: 25px 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 500px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
}
#btnsVideo a:hover{background-color: #134173; color: #fff; text-decoration: none;}
#btnsVideo a i{ margin-right: 10px;}

#testimonials{ overflow: hidden; color: #fff;}
#testimonials div.testimonialsText{margin-bottom: 30px;}
#testimonials div.testimonialsText p{ 
    margin-bottom: 5px;
    line-height: 120%;
	font-size: 3rem;
	
}
#testimonials p.style1{  font-weight: 200;}
#testimonials p.style2{font-weight: 900; text-transform: uppercase;}
#testimonials ul{ margin: 0; padding: 0; list-style: none;}
#testimonials ul li{ margin: 15px 0;}
#testimonials ul li a {
    display: block;
    background-color: #fff;
    color: #134173;
    padding: 20px 30px;
    border-radius: 500px;
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    max-width: 500px;
}
#testimonials ul li a:hover{ color: #fff; text-decoration: none; background-color: #5dba9e;}
#testimonials ul li a i{}

#philosophy{ }
#philosophy h4 {
    text-transform: uppercase;
    color: #134173;
    font-size: 3rem;
    margin: 0 0 35px 0;
    font-weight: 900;
}
#cyprus{}
#cyprus .center{ max-width: 960px;}
#cyprus h4 {
    text-transform: uppercase;
    color: #134173;
    font-size: 1.3rem;

    font-weight: 900;
}


#form{ background-color: #134173;}
#form .center{ padding: 65px 0 65px 0;}
#form h3{
    text-transform: uppercase;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;text-align: center;	
}

#social{}
#social .center {
    display: table;
    justify-content: center;
    padding: 30px 90px;
    box-shadow: 0 0 30px rgb(0 0 0 / 25%);
    margin-bottom: -35px;
    background-color: #fff;
}
#social ul{
	    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#social ul li{}
/*#social ul li a {
    font-size: 1.8em;
    width: 80px;
    display: flex;
    align-items: center;
    height: 80px;
    text-align: center;
    justify-content: center;
    color: rgb(23, 66, 115);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(23, 66, 115);
    border-image: initial;
    border-radius: 100px;
    margin: 0px 20px;
    transition: 500ms;
}*/
#social ul li a {
    font-size: 1.8em;
    width: 60px;
    display: flex;
    align-items: center;
    height: 60px;
    text-align: center;
    justify-content: center;
    color: rgb(23, 66, 115);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(23, 66, 115);
    border-image: initial;
    border-radius: 0px;
    margin: 0px 20px;
    transition: 500ms;
}

#social ul li a:hover{
    color: rgb(96, 187, 159);
    text-decoration: none;
    border-color: rgb(96, 187, 159);
    transition: 500ms;	
	
}
#social ul li a i{}


#footer{ background-color: #0e345e; color: #fff;}

#footer h5 {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900;
}
#footer ul{ margin: 0; padding: 0; list-style: none; margin-bottom: 25px;}
#footer ul li{ margin: 15px 0;}
#footer ul li a {
    display: block;
    color: #fff;
	font-weight: 600;
}
#footer ul li a:hover{ color: #fff;}
#footer ul li a i{}
#footer a.mapBTN {
    background-color: #fff;
    display: block;
    padding: 15px 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 500px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
}
#footer a.mapBTN i{ margin-right: 10px;}

#copyright{text-align: center;}
#copyright .center{ padding: 65px 0;}


#content { margin-bottom: 65px; overflow: hidden;}
.webmacBodyID101 #content { margin-bottom: 0px;}
#content img{ max-width: 100%; height: auto;}
#content sppb-addon-single-image-container img{height: inherit!important;}
.articleHeader{ background-color: #134173;     background-color: #0e345d; color: #fff;}
.articleHeader .center {
    max-width: 100%;
    display: flex;
    align-items: center;
}
.articleHeader .leftHeader{ width: 50%;}
.articleHeader .leftHeader .leftHeaderInner{ margin-left: 5%;}
.articleHeader .articleTitle{}
.articleHeader .articleTitle h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 3.5rem;
}
.articleHeader .articleSubTitle{
    color: #fff;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 2.0rem;	
}
.articleHeader .rightHeader{width: 50%;
       /* -webkit-clip-path: polygon(100px 0, 70px 47%, 30px 47%, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(100px 0, 70px 47%, 30px 47%, 0 100%, 100% 100%, 100% 0);*/
	
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,10% 50%);
	
}
.articleHeader .rightHeader img{}
.articleHeader{}
.articleHeader{}
.articleHeader{}
.articleHeader{}
.articleHeader{}

.articleText{ font-size: 120%; overflow: hidden;}
.articleText  h2, .com-content-article__body .sp-page-builder h2{
    color: #0e345e !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 2.5rem !important;
    display: block !important;	
	line-height: 120% !important;
	
}
.articleText  h3, .com-content-article__body .sp-page-builder h3{
    color: #0e345e !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 1.6rem !important;
    display: block !important;	
	line-height: 120% !important;
	
}
.articleText  h4, .com-content-article__body .sp-page-builder h4{
    color: #0e345e !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    display: block !important;	
	line-height: 120% !important;
	
}

.articleText .dark h2 {
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 2.5rem !important;
    display: block !important;
    /*text-shadow: 2px 2px 0 #60bb9f !important;*/
	line-height: 120% !important;
}
.articleText .dark h4 {
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
    display: block !important;
    /*text-shadow: 2px 2px 0 #60bb9f !important;*/
	line-height: 120% !important;
}


.articleText ul{}
.articleText ul li{ line-height: 1.70em;}
.articleText ul.check li {
  position: relative;
  list-style: none; 
 padding-left: 1.3em;
	margin-bottom: 15px;
}
.articleText ul.check li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro"; /* Ή όποιο είναι το σωστό όνομα του font-family σου */
  font-weight: 900; /* Βάλε 900 ή το κατάλληλο (π.χ. 400, 300) ανάλογα το στυλ του FA icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #0e345e; /* ή βάλε ένα χρώμα αν θες π.χ. color: #666; */
  font-size: 1em; /* προσαρμόζεται στο μέγεθος του κειμένου */
  line-height: 1.5; /* ευθυγράμμιση κάθετα */
}

.articleText ul{}
.articleText ul{}
.border-left{ border-left: 1px solid #0e345e;}



.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;
	
}

.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;
}

.servicesBlog .blog-item a:hover .blogItemText {
    transform: translateY(-20px);
}


.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(17, 47, 82, 1) 15%, rgba(23, 66, 115, 0) 45%);
	
}




.blog-item a div.blogItemText{z-index: 6;}
.blog-item a div.blogItemTitle {
    font-size: 1.6rem;
    font-weight: 800;
}
.blog-item a:hover{ text-decoration: none;
box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}
.blog-item a div.blogItemSubTitle {
    border-top: 3px solid #e4e7eb;
    padding-top: 10px;
    margin-top: 10px;
}
.blog-item a div.blogItemSubTitle p {
    line-height: 130%;
    margin-bottom: 0;
}


#testimonialsPage .headerTitle {
    background-color: #134173;
	background-color: #0e345d; 
    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 .blog-item{}
#testimonialsPage .blog-item{
    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: 65px;
}
#testimonialsPage .blog-item{}
#testimonialsPage .blog-item h2 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}
#testimonialsPage .stars {
    color: #fabb05;
    font-size: 18px;
}
#testimonialsPage .stars svg{ width: 20px; height: 20px;}
.mainTemplate{}
.mainTemplate .page-header{
background-color: #134173;
	background-color: #0e345d; 
    color: #fff;
    margin-bottom: 45px;	
}
.mainTemplate .page-header h1{
		margin: 0 auto;
	max-width: 1440px;
	    color: #fff;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 3.5rem;
	    padding: 45px 0;

}
.mainTemplate{}

.igui-overlay-primary {
    background: #134173 !important;
    color: #fff;
}


.contactPage{}
.contactPage h5 {
    color: #134173;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900;
}
.contactPage ul{ margin: 0; padding: 0; list-style: none; margin-bottom: 25px;}
.contactPage ul li{ margin: 15px 0;}
.contactPage ul li a {
    display: block;
    color: #134173;
	font-weight: 600;
}
.contactPage ul li a:hover{ color: #134173;}
.contactPage ul li a i{}
.contactPage a.mapBTN {
	color: #fff;
    background-color: #134173;
    display: block;
    padding: 15px 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 500px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
}
.contactPage a.mapBTN: {
	color: #fff;
    background-color: #0e345e;
	text-decoration: none;
}

.contactPage a.mapBTN i{ margin-right: 10px;}







/*PAGINATION START*/
.pagination {
  --pagination-padding-x: .75rem;
  --pagination-padding-y: .375rem;
  --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: #010156;
  --pagination-active-border-color: #010156;
  --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*/