/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Afternet <info@afternet.gr>
 * @copyright Afternet
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*$min-576 : "screen and (min-width: 576px)";
$min-768 : "screen and (min-width: 768px)";
$min-992 : "screen and (min-width: 992px)";
$min-1200 : "screen and (min-width: 1200px)";

$min-menu : "screen and (min-width: 992px)";
$max-menu : "screen and (max-width: 991px)";*/
.clear:before, .paging-navigation:before,
.post-navigation:before, article.post:before, .clear:after, .paging-navigation:after,
.post-navigation:after, article.post:after {
  content: " ";
  display: table;
}
.clear:after, .paging-navigation:after,
.post-navigation:after, article.post:after {
  clear: both;
}

.loop-pagination ul, .header__navigation > ul > li > ul, .header__navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item-has-children:after {
  transition: all 0.3s ease;
}

/* global */
/* fonts */
/* positioning */
/*
    Use as 
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  } 
}*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a {
  background-color: transparent;
}

a,
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover, a:not([href]):focus {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  width: auto;
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[role=button] {
  cursor: pointer;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

pre {
  margin-top: 0;
  overflow: auto;
  margin-bottom: 1rem;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.slick-initialized {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

summary {
  display: list-item;
  cursor: pointer;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
}

a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: auto;
}

.container-responsive {
  width: 100%;
  padding-right: 12px; /*giato bootstrap 5  */
  padding-left: 12px; /*giato bootstrap 5  */
  margin-right: auto;
  margin-left: auto;
  max-width: 1590px;
}

.container { /*giato bootstrap 5  */
  width: 100%;
  max-width: 1590px;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.header__inner {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__logo {
  display: inline-block;
}
.header__logo img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    max-width: 150px;
  }
}
.header__navigation ul li a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header__navigation ul li a {
    font-size: 20px;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .header__navigation ul li a {
    color: #fff;
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header__cta a {
    font-size: 20px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1200px) {
  .header__cta a {
    font-size: 22px;
  }
}
.header__burger {
  display: block;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: right;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .header__burger {
    margin-top: 3.5em;
  }
}
.header__burger:focus {
  outline: 0;
}
@media screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger .icon__bar {
  width: 30px;
  height: 3px;
  margin: 5px 0;
}

.navigation-over {
  display: none;
}
.navigation-over.opened {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .navigation-over {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .header__navigation {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    box-shadow: 0 50px 55px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 20px;
    border-radius: 22px;
    border-top-right-radius: 0;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  .header__navigation.toggled {
    opacity: 1;
    visibility: visible;
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 992px) {
  .header__navigation > ul {
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}

.header__navigation > ul > li {
  padding: 0 8px;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .header__navigation > ul > li {
    padding: 0 20px;
    margin: 0;
  }
}

.header__navigation > ul > li > a {
  display: block;
  padding: 8px 12px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform-origin: center center;
  transform: rotate(45deg);
  color: red;
  pointer-events: none;
  will-change: transform;
}
@media screen and (min-width: 992px) {
  .menu-item-has-children:after {
    display: none;
  }
}

.menu-item-has-children.open--link:after {
  transform: rotate(225deg);
}

@media screen and (min-width: 992px) {
  #header-menu > .menu-item-has-children:hover > ul,
  #header-menu > .menu-item-has-children:focus > ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}

/* second level */
.header__navigation > ul > li > ul {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__navigation > ul > li > ul {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .header__navigation > ul > li > ul {
    top: 100%;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .header__navigation > ul > li > ul {
    display: block !important;
    position: absolute;
    padding: 20px;
    box-shadow: 0 50px 55px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all 0.3s ease;
  }
}

.site__footer {
  background-color: #26226F;
  padding: 15px 0;
}
@media screen and (min-width: 992px) {
  .site__footer {
    padding: 45px 0;
  }
}
.site__footer .border-col {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .site__footer .border-col {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
.site__footer .footer__logo {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .site__footer .footer__logo {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.site__footer .footer__infos p, .site__footer .footer__infos a {
  font-size: 16px;
}
.site__footer .footer__navigation ul {
  list-style-type: none;
}
.site__footer .footer__navigation ul li {
  display: inline-block;
}
.site__footer .footer__navigation ul li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.site__footer .footer__navigation ul li a {
  color: #fff;
  font-size: 18px;
}
.site__footer .footer__navigation ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.site__footer .footer__copyrights {
  font-size: 14px;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site__main .comment-navigation,
.site__main .posts-navigation,
.site__main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  outline: none;
}

textarea {
  width: 100%;
}

.gform_wrapper.gf_browser_chrome form .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome form .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome form .gfield_radio li input[type=radio] {
  margin-top: 0;
}

#comments {
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.825rem;
  font-weight: 800;
  letter-spacing: 0.0818em;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author:before {
  background: #222;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  left: -65px;
  font-size: 16px;
  font-size: 1rem;
  height: 20px;
  line-height: 1;
  margin: -6px 0 0 -6px;
  position: absolute;
  text-align: center;
  width: 20px;
  z-index: 2;
}

.children .bypostauthor > .comment-body > .comment-meta > .comment-author:before {
  font-size: 12px;
  font-size: 0.75rem;
  height: 16px;
  left: -45px;
  width: 16px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.icon__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #111;
  margin: 3px 0;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-green {
  border-radius: 31px;
  color: #fff;
  background-color: #00953B;
  border-color: #00953B;
}
.btn-green:active {
  color: #00953B;
  background-color: #fff;
  border-color: #00953B;
}
.btn-green svg {
  fill: #fff;
}
.btn-green:hover, .btn-green:focus {
  color: #00953B;
  background-color: #fff;
  border-color: #00953B;
}
.btn-green:hover svg, .btn-green:focus svg {
  fill: #00953B;
}

.loop-pagination ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.loop-pagination ul li {
  padding: 0.25em 0.75em;
}

.entry__header--homepage {
  min-height: 800px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .entry__header--homepage {
    min-height: 1100px;
  }
}
.entry__header--homepage-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry__header--homepage-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entry__header--homepage-content-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .entry__header--homepage-content-title {
    font-size: 60px;
  }
}
.entry__header--homepage-content-subtitle {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .entry__header--homepage-content-subtitle {
    font-size: 36px;
  }
}
.entry__header--homepage-content-desc {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .entry__header--homepage-content-desc {
    font-size: 36px;
    max-width: 1000px;
    padding-bottom: 200px;
  }
}
.entry__header--homepage-content-circular-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.entry__header--homepage-content-circular-arrow .svg-container {
  position: relative;
  display: inline-block;
}
.entry__header--homepage-content-circular-arrow .svg-container .svg-icon {
  position: absolute;
  top: 0;
  fill: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.entry__header--homepage-content-circular-arrow .svg-container .svg-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.entry__content--homepage .whowe__are {
  background-image: url("/wp-content/uploads/2024/04/Image-1@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.entry__content--homepage .whowe__are-row {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whowe__are-row {
    padding: 150px 0;
  }
}
.entry__content--homepage .whowe__are-text h3 {
  font-size: 35px;
  color: #26226F;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whowe__are-text h3 {
    font-size: 45px;
  }
}
.entry__content--homepage .whowe__are-text h3:after {
  content: "";
  width: 94px;
  display: block;
  height: 5px;
  background-color: #26226F;
  margin-top: 20px;
  margin-bottom: 70px;
}
.entry__content--homepage .whowe__are-text p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whowe__are-text p {
    font-size: 22px;
  }
}
.entry__content--homepage .whowe__are-text p .link {
  font-weight: bold;
  color: #26226F;
  text-decoration: underline;
}
.entry__content--homepage .whowe__are-logos {
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whowe__are-logos {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.entry__content--homepage .whatwe__do {
  background-image: url("/wp-content/uploads/2024/04/image2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.entry__content--homepage .whatwe__do-row {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whatwe__do-row {
    padding: 100px 0;
  }
}
.entry__content--homepage .whatwe__do-row .border-col {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whatwe__do-row .border-col {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
.entry__content--homepage .whatwe__do-text {
  margin-bottom: 55px;
}
@media screen and (min-width: 992px) {
  .entry__content--homepage .whatwe__do-text {
    margin-bottom: 110px;
  }
}
.entry__content--homepage .whatwe__do-text h3 {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whatwe__do-text h3 {
    font-size: 45px;
  }
}
.entry__content--homepage .whatwe__do-text h3:after {
  content: "";
  width: 94px;
  display: block;
  height: 5px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 70px;
}
.entry__content--homepage .whatwe__do-text p {
  font-size: 22px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whatwe__do-text p {
    font-size: 32px;
  }
}
.entry__content--homepage .whatwe__do-text p a {
  font-weight: bold;
  color: #26226F;
  text-decoration: underline;
}
.entry__content--homepage .whatwe__do-col-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whatwe__do-col-title {
    font-size: 22px;
    margin-bottom: 80px;
  }
}
.entry__content--homepage .whatwe__do-col .circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.entry__content--homepage .whatwe__do-col .circle-container .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #00953B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry__content--homepage .whatwe__do-col .circle-container .circle svg {
  max-width: 80%;
  max-height: 80%;
  fill: #fff;
}
.entry__content--homepage .whatwe__do-col-subtitle {
  font-size: 17px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .whatwe__do-col-subtitle {
    font-size: 20px;
  }
}
.entry__content--homepage .why__us {
  background: linear-gradient(180deg, rgb(227, 227, 227) 0%, rgb(240, 240, 240) 56%, rgb(255, 255, 255) 100%);
}
.entry__content--homepage .why__us-row {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .why__us-row {
    padding: 150px 0;
  }
}
.entry__content--homepage .why__us-text h3 {
  font-size: 35px;
  color: #26226F;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .why__us-text h3 {
    font-size: 45px;
  }
}
.entry__content--homepage .why__us-text h3:after {
  content: "";
  width: 94px;
  display: block;
  height: 5px;
  background-color: #26226F;
  margin-top: 20px;
  margin-bottom: 70px;
}
.entry__content--homepage .why__us-text p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .why__us-text p {
    font-size: 22px;
  }
}
.entry__content--homepage .why__us-text p a {
  font-weight: bold;
  color: #26226F;
  text-decoration: underline;
}
.entry__content--homepage .why__us-logos {
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .entry__content--homepage .why__us-logos {
    gap: 40px;
    flex-wrap: wrap;
  }
}

.entry__footer--homepage .road__map-row {
  padding-bottom: 50px 0;
}
@media screen and (min-width: 768px) {
  .entry__footer--homepage .road__map-row {
    padding-bottom: 140px 0;
  }
}
.entry__footer--homepage .road__map-text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__footer--homepage .road__map-text {
    font-size: 45px;
  }
}
.entry__footer--homepage .road__map-text h3 {
  font-size: 35px;
  color: #26226F;
  font-weight: bold;
  margin-bottom: 0;
  padding-right: 15px;
}
.entry__footer--homepage .road__map-text .circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.entry__footer--homepage .road__map-text .circle-container .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00953B;
  display: flex;
  justify-content: center;
  align-items: start;
}
.entry__footer--homepage .road__map-text .circle-container .circle svg {
  max-width: 70%;
  max-height: 70%;
  fill: #fff;
}

.entry__header--contact-page {
  min-height: 600px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .entry__header--contact-page {
    min-height: 892px;
  }
}
.entry__header--contact-page-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry__header--contact-page-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entry__header--contact-page-content-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .entry__header--contact-page-content-title {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
.entry__header--contact-page-content-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__header--contact-page-content-subtitle {
    font-size: 36px;
  }
}
.entry__header--contact-page-content-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  max-width: 831px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__header--contact-page-content-desc {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.entry__header--contact-page-content-circular-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.entry__header--contact-page-content-circular-arrow .svg-container {
  position: relative;
  display: inline-block;
}
.entry__header--contact-page-content-circular-arrow .svg-container .svg-icon {
  position: absolute;
  top: 0;
  fill: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.entry__header--contact-page-content-circular-arrow .svg-container .svg-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.entry__content--page .getin__touch {
  background-image: url("/wp-content/uploads/2024/04/Image-1@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.entry__content--page .getin__touch-row {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .entry__content--page .getin__touch-row {
    padding: 150px 0;
  }
}
.entry__content--page .getin__touch-text h3 {
  font-size: 35px;
  color: #26226F;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__content--page .getin__touch-text h3 {
    font-size: 45px;
  }
}
.entry__content--page .getin__touch-text h3:after {
  content: "";
  width: 94px;
  display: block;
  height: 5px;
  background-color: #26226F;
  margin-top: 20px;
  margin-bottom: 70px;
}
.entry__content--page .getin__touch-form {
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.2352941176);
  background-color: #fff;
  padding: 84px 50px 63px;
  border-radius: 49px;
}
.entry__content--page .getin__touch-form .gform_required_legend {
  display: none;
}
.entry__content--page .getin__touch-form input {
  height: 78px;
}
.entry__content--page .getin__touch-form input,
.entry__content--page .getin__touch-form textarea {
  border: 1px solid #26226F;
  border-radius: 39px;
  text-indent: 20px;
}
.entry__content--page .getin__touch-form input::placeholder,
.entry__content--page .getin__touch-form textarea::placeholder {
  color: #393939;
  font-size: 22px;
  margin-left: 10px;
}
.entry__content--page .getin__touch-form .ginput_container_consent {
  display: flex;
  gap: 10px;
  align-items: center;
}
.entry__content--page .getin__touch-form .gform_footer input {
  width: 100%;
  border: none;
  background-color: #26226F;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .entry__content--page .getin__touch-form .gform_footer input {
    font-size: 32px;
  }
}
.entry__content--page .getin__touch-logos {
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .entry__content--page .getin__touch-logos {
    gap: 40px;
    flex-wrap: wrap;
  }
}

.entry__header--page {
  min-height: 400px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .entry__header--page {
    min-height: 600px;
  }
}
.entry__header--page-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry__header--page-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entry__header--page-content-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .entry__header--page-content-title {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
.entry__header--page-content-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__header--page-content-subtitle {
    font-size: 36px;
  }
}
.entry__header--page-content-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  max-width: 831px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__header--page-content-desc {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.entry__header--page-content-circular-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.entry__header--page-content-circular-arrow .svg-container {
  position: relative;
  display: inline-block;
}
.entry__header--page-content-circular-arrow .svg-container .svg-icon {
  position: absolute;
  top: 0;
  fill: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.entry__header--page-content-circular-arrow .svg-container .svg-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.entry__header--single {
  min-height: 400px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .entry__header--single {
    min-height: 600px;
  }
}
.entry__header--single-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry__header--single-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entry__header--single-content-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .entry__header--single-content-title {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
.entry__header--single-content-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__header--single-content-subtitle {
    font-size: 36px;
  }
}
.entry__header--single-content-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  max-width: 831px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry__header--single-content-desc {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.entry__header--single-content-circular-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.entry__header--single-content-circular-arrow .svg-container {
  position: relative;
  display: inline-block;
}
.entry__header--single-content-circular-arrow .svg-container .svg-icon {
  position: absolute;
  top: 0;
  fill: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.entry__header--single-content-circular-arrow .svg-container .svg-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Afternet <info@afternet.gr>
 * @copyright Afternet
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.text-16 {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */