@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=greek");
body {
  width: 100%;
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  background: #F9F9F9;
  color: #153E5E; }
  body.header-sticky {
    padding-top: 50px; }
    body.header-sticky header .header-main {
      position: fixed;
      top: 0;
      width: 100%;
      padding-top: .25rem;
      padding-bottom: .4rem;
      background: #F9F9F9;
      z-index: 110; }
      body.header-sticky header .header-main .navbar .navbar-brand {
        width: 100px; }
      body.header-sticky header .header-main .navbar .navbar-collapse .navbar-nav {
        margin-top: 0.5rem; }
        body.header-sticky header .header-main .navbar .navbar-collapse .navbar-nav .menu-item a {
          margin: 0 1rem; }

a {
  color: #23699F; }
  a:hover, a.active {
    color: #18476B;
    text-decoration: none; }

a.scrollup {
  display: none;
  position: fixed;
  bottom: -3px;
  right: 10px;
  width: 40px;
  height: 30px;
  padding: 4px 0 0 0;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  background-color: #23699F;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  a.scrollup svg {
    fill: #fff; }
  a.scrollup:hover {
    background-color: #18476B; }

p {
  margin: 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5; }

h2.section-title {
  position: relative;
  display: inline-block;
  color: #6982A0;
  font-size: 2rem;
  font-weight: 700; }
  h2.section-title:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #18476B;
    display: inline-block;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 22px; }
  h2.section-title:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 30%;
    border-bottom: 6px solid #286AA0;
    display: inline-block;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 24px; }

h3.section-title {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #18476B; }
  h3.section-title:before {
    bottom: -15px;
    background-color: #18476B;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 65px; }

header .header-top {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background: #0A3252;
  color: #fff; }
  header .header-top .header-left .header-icon,
  header .header-top .header-right .header-icon {
    display: inline-block;
    font-weight: 700;
    color: #fff; }
    header .header-top .header-left .header-icon svg,
    header .header-top .header-right .header-icon svg {
      fill: #fff;
      margin-bottom: 3px;
      vertical-align: middle; }
  header .header-top .header-left {
    text-align: left; }
    header .header-top .header-left .header-icon {
      margin-right: .5rem; }
  header .header-top .header-right {
    text-align: right; }
    header .header-top .header-right .header-icon {
      margin-left: .5rem; }
header .header-main {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  header .header-main .navbar {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    transition: all .3s ease-in-out; }
    header .header-main .navbar .navbar-toggler {
      margin-top: 1.5rem;
      border: none !important;
      background: transparent !important;
      cursor: pointer;
      z-index: 1001; }
      header .header-main .navbar .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin-bottom: 4px;
        background-color: #18476B;
        transition: all 0.2s; }
      header .header-main .navbar .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%; }
      header .header-main .navbar .navbar-toggler .middle-bar {
        opacity: 0; }
      header .header-main .navbar .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%; }
      header .header-main .navbar .navbar-toggler.collapsed .icon-bar {
        background-color: #18476B; }
      header .header-main .navbar .navbar-toggler.collapsed .top-bar {
        transform: rotate(0); }
      header .header-main .navbar .navbar-toggler.collapsed .middle-bar {
        opacity: 1; }
      header .header-main .navbar .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0); }
    header .header-main .navbar .navbar-brand {
      margin: 0;
      padding: 0;
      width: 200px;
      transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      -webkit-transition: height 0.3s ease;
      -o-transition: height 0.3s ease; }
      header .header-main .navbar .navbar-brand h1 {
        margin: 0; }
      header .header-main .navbar .navbar-brand img {
        width: 100%;
        height: auto;
        transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease; }
    header .header-main .navbar .navbar-nav .nav-item .nav-link {
      position: relative;
      margin: 0 0 0 1rem;
      padding: 0 0 .5rem;
      font-size: 1.2rem;
      font-weight: 700;
      color: #23699F; }
      header .header-main .navbar .navbar-nav .nav-item .nav-link:hover, header .header-main .navbar .navbar-nav .nav-item .nav-link:active, header .header-main .navbar .navbar-nav .nav-item .nav-link.active {
        color: #18476B; }
        header .header-main .navbar .navbar-nav .nav-item .nav-link:hover:before, header .header-main .navbar .navbar-nav .nav-item .nav-link:active:before, header .header-main .navbar .navbar-nav .nav-item .nav-link.active:before {
          left: 0;
          background: #18476B;
          transition: all 0.3s linear 0s; }
      header .header-main .navbar .navbar-nav .nav-item .nav-link:before {
        content: " ";
        position: absolute;
        left: -10px;
        bottom: 5px;
        width: 35%;
        height: 2px; }

section {
  position: relative; }
  section .title-box {
    text-align: center;
    padding-bottom: 1rem; }
    section .title-box span {
      letter-spacing: 4px;
      margin: 4px 0 15px 0;
      font-size: 12px;
      display: block; }
  section.page-title {
    padding: 4rem 0;
    background: #d3e8f8; }
  section.section-odd {
    background: #23699F;
    color: #F9F9F9; }
    section.section-odd h3.section-title {
      color: #fff; }
      section.section-odd h3.section-title:before {
        bottom: -15px;
        background-color: #fff; }
  section.section-even {
    background: #d3e8f8;
    color: #23699F; }
    section.section-even h3.section-title {
      color: #23699F; }
      section.section-even h3.section-title:before {
        bottom: -15px;
        background-color: #23699F; }
  section.image-right .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
  section.image-left .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  section .fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  section#services .service-widget {
    margin: 1rem 0;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    border: none;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s; }
    section#services .service-widget .service-icon {
      justify-content: center;
      flex-direction: column;
      border-right: 2px solid #d3e8f8; }
      section#services .service-widget .service-icon svg {
        fill: #0A3252; }
    section#services .service-widget .service-text h3.section-title {
      font-size: 1.25rem;
      margin-bottom: 2rem; }
    section#services .service-widget .service-text p {
      margin: 1rem 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5; }
    section#services .service-widget:hover {
      transform: translateY(-7.5px); }

footer {
  background: #0A3252;
  color: #fff; }
  footer h3.section-title {
    color: #fff; }
    footer h3.section-title:before {
      bottom: -15px;
      background-color: #fff; }
  footer .footer-left .footer-icon,
  footer .footer-right .footer-icon {
    display: inline-block;
    width: 20px;
    text-align: center; }
    footer .footer-left .footer-icon svg,
    footer .footer-right .footer-icon svg {
      fill: #fff;
      margin-bottom: 3px;
      vertical-align: middle; }
  footer .footer-left .footer-icon-text,
  footer .footer-right .footer-icon-text {
    display: inline-block;
    font-weight: 700;
    color: #fff; }
  footer .footer-left {
    text-align: left; }
    footer .footer-left .footer-icon {
      margin-right: .5rem; }
  footer .footer-right {
    text-align: right; }
    footer .footer-right #map {
      height: 300px; }
  footer .powered {
    text-align: right; }
    footer .powered svg {
      fill: #fff;
      height: 16px;
      width: 16px; }
  footer .scroll {
    margin-top: 5px;
    text-align: right; }
    footer .scroll i {
      font-size: 2rem; }

@media (max-width: 767px) {
  .container {
    max-width: 100%; }

  header .header-main .navbar .navbar-toggler {
    margin-top: 0; }
  header .header-main .navbar .navbar-brand {
    width: 200px; }
  header .header-main .navbar .navbar-nav .nav-item {
    text-align: center; }
    header .header-main .navbar .navbar-nav .nav-item .nav-link {
      display: inline-block;
      margin: 0;
      text-align: center; }

  section h2.section-title {
    font-size: 1.5rem; }
  section h3.section-title {
    font-size: 1.25rem; }
  section p {
    margin: 1rem 0;
    font-size: 1rem; }
  section.page-title {
    padding: 2rem 0; }
  section.image-right .image, section.image-left .image {
    position: relative; }
  section#services .service-widget .service-icon {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-right: none;
    border-bottom: 2px solid #d3e8f8;
    text-align: center; }
    section#services .service-widget .service-icon svg {
      max-width: 100px; }
  section#services .service-widget .service-text {
    padding-top: 1rem; }

  footer h3.section-title {
    font-size: 1.25rem; }
  footer .copyright, footer .powered {
    text-align: center; } }
@media (max-width: 379px) {
  header .header-main .navbar .navbar-brand {
    width: 200px; } }
