@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&amp;subset=greek&display=swap);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap&subset=greek&display=swap);
body {
  font-family: "Ubuntu", Verdana, Arial, sans-serif;
  color: #0e3951;
  position: relative;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif", Georgia, serif;
  color: #0e3951;
}

p {
  font-family: "Ubuntu", Verdana, Arial, sans-serif;
}

a {
  color: #0e3951;
  text-decoration: none;
}
a:hover {
  color: #2595d3;
  text-decoration: none;
}

.section, .section-grey, .section-dark {
  padding: 60px 0;
}

.section-dark {
  background: #006382;
}

.section-grey {
  background: #eaeaea;
}

.section-half, .section-grey-half {
  padding: 30px 0;
}

.section-grey-half {
  background: #eaeaea;
}

.main-btn {
  text-decoration: none;
  background: #0e3951;
  color: #ffffff;
  padding: 10px 15px;
  display: block;
  width: 100%;
  max-width: 200px;
  border-radius: 0;
  margin: 20px auto 0;
  border: 1px solid #0e3951;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.main-btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #0e3951;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.read-more-btn {
  font-size: 12px;
}

.underline {
  text-decoration: none;
  position: relative;
}

.underline:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -2px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 150px;
  background: #006382;
}

.body-right {
  position: absolute;
  left: 300px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

header {
  height: 194px;
}
header .header-container {
  max-height: 194px;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-box-shadow: 0 3px 13px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 13px -1px rgba(0, 0, 0, 0.75);
}
header .header-container .logo {
  max-width: 165px;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
header .header-container .logo.logo-scrolled {
  max-width: 110px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
header .header-container .langs .lang {
  margin: 0 5px;
}
header .header-container .langs .lang.active {
  color: #006382;
  font-weight: bold;
  border-bottom: 2px solid #006382;
}
header .header-container .navbar-nav {
  background: rgba(255, 255, 255, 0);
}
header .header-container .navbar-nav .nav-item {
  margin: 15px 0;
  padding-right: 30px;
}
header .header-container .navbar-nav .nav-item .nav-link {
  display: inline-block;
  text-decoration: none;
  color: #0e3951;
  font-size: 14px;
  /* Set up the hover */
  /* If you aren't using autoprefix, remember to prefix the gradient for other browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006382), to(#006382));
  background-image: -webkit-linear-gradient(#006382, #006382);
  background-image: -o-linear-gradient(#006382, #006382);
  background-image: linear-gradient(#006382, #006382);
  background-size: 0 3px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
header .header-container .navbar-nav .nav-item .nav-link:hover,
header .header-container .navbar-nav .nav-item .nav-link .active {
  background-size: 100% 2px, auto;
  text-decoration: none;
}
header .header-container .navbar-nav li:last-child {
  padding-right: 0;
}
header .header-container .scrolled .logo {
  max-width: 110px;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
header .header-container #nav-icon {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
header .header-container #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0e3951;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
header .header-container #nav-icon span:nth-child(1) {
  top: 0;
}
header .header-container #nav-icon span:nth-child(2),
header .header-container #nav-icon span:nth-child(3) {
  top: 9px;
}
header .header-container #nav-icon span:nth-child(4) {
  top: 18px;
}
header .header-container #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
header .header-container #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header-container #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header-container #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
@media screen and (max-width: 992px) {
  header .header-container .navbar-nav {
    display: none;
  }
  header .header-container #nav-icon {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
  }
}
header .white-bg {
  -webkit-box-shadow: 0 3px 13px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 13px -1px rgba(0, 0, 0, 0.75);
  background: #ffffff;
}
header .white-bg .nav-link {
  color: #0e3951;
}
header #responsive-menu {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: -310px;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding-top: 60px;
  -webkit-box-shadow: 2px 0 12px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0 12px 2px rgba(0, 0, 0, 0.75);
}
header #responsive-menu.show {
  left: 0;
}
header #responsive-menu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  color: #0e3951;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
header #responsive-menu a:hover:not(.closebtn),
header #responsive-menu a .active {
  color: #006382;
  font-weight: 700;
}
header #responsive-menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  header #responsive-menu {
    padding-top: 15px;
  }
  header #responsive-menu a {
    font-size: 12px;
  }
}
header .main-overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 9999;
  display: none;
}
header .main-overlay.show {
  display: block;
}

.body-right .header-container {
  left: 300px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.slider-container {
  overflow: hidden;
}
.slider-container #slider .sliderImageContainer {
  height: calc(100vh - 194px);
}
.slider-container #slider .sliderImageContainer .sliderImage {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: calc(100vh - 194px);
}
.slider-container #slider .sliderImageContainer .slideContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-container #slider .sliderImageContainer .slideContent .content-slider-box {
  max-width: 50%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 4px double #0e3951;
  color: #0e3951;
}
.slider-container .lSAction .lSNext,
.slider-container .lSAction .lSPrev {
  z-index: 9999;
}
.slider-container .sliderOverlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 99;
}
.slider-container .icon-scroll-slider {
  width: 32px;
  height: 48px;
  margin-left: -16px;
  bottom: 60px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 999;
  position: absolute;
  left: calc(50% + 10px);
}
.slider-container .icon-scroll-slider:before {
  position: absolute;
  left: 16px;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  margin-left: -2px;
  top: 8px;
  border-radius: 4px;
  animation: scrollMouse 1.5s ease-out infinite;
}
.slider-container .icon-scroll-text {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.95;
  animation: pulse 2s linear alternate infinite;
  font-weight: 300;
  font-size: 12px;
  z-index: 999;
}
@keyframes scrollMouse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

footer .footer-container {
  background-color: #ffffff;
  color: #0e3951;
  padding: 30px 0 30px;
}
footer .footer-container .footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
footer .footer-container .footer-items .footer-col:nth-child(2) {
  border-right: 1px solid #0e3951;
  border-left: 1px solid #0e3951;
}
footer .footer-container .footer-items .footer-col .footer-logo {
  max-width: 300px;
  margin: auto;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
footer .footer-container .footer-items .footer-col .social-media .footer-social {
  color: #0e3951;
  border: 1px solid #0e3951;
  padding: 10px 12px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
footer .footer-container .footer-items .footer-col .social-media .footer-social:hover {
  color: #006382;
  border: 1px solid #006382;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
footer .footer-container .footer-items .footer-col .social-media .footer-social .fab {
  font-size: 17px;
}
footer .footer-container .footer-items .footer-col .footer-menu {
  list-style: none;
  padding: 0;
}
footer .footer-container .footer-items .footer-col .footer-menu .nav-item {
  padding: 5px 0 5px 0;
}
footer .footer-container .footer-items .footer-col .footer-menu .nav-item .footer-icons {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
footer .footer-container .footer-items .footer-col .footer-menu .nav-item .footer-icons .footer-links {
  text-decoration: none;
  color: #0e3951;
  padding: 3px 0 3px 0;
}
footer .footer-container .footer-items .footer-col .footer-menu .nav-item .footer-icons .footer-links:hover {
  text-decoration: none;
  color: #0e3951;
}
footer .footer-container .footer-items .footer-col .footer-menu .nav-item .footer-icons .calendar {
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 28px;
}
footer .footer-container .footer-items .footer-col .footer-menu .nav-item .footer-icons .phone-icon, footer .footer-container .footer-items .footer-col .footer-menu .nav-item .footer-icons .clock-icon {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
footer .footer-container .footer-items .footer-col .footer-menu .nav-item .footer-icons .email-icon {
  width: 30px;
  margin-left: -3px;
  margin-right: 18px;
}
footer .footer-container .footer-items .footer-col .footer-menu .footer-links {
  text-decoration: none;
  color: #0e3951;
}
footer .footer-container .footer-items .footer-col .footer-menu .footer-links:hover {
  text-decoration: none;
  color: #0e3951;
}
footer .footer-copyright {
  background: #ffffff;
  color: #0e3951;
}
footer .footer-copyright .webalists {
  vertical-align: -12px;
  width: 85px;
}
@media screen and (max-width: 767px) {
  footer .footer-col:nth-child(2) {
    border: none;
  }
  footer .footer-col:nth-child(2) .footer-menu {
    width: 300px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-menu {
    max-width: 320px;
    margin: auto;
  }
}

.brands-icons {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.parallax-image {
  height: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0e3951;
}
.parallax-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.parallax-image .overlay.loaded {
  background-color: rgba(0, 0, 0, 0.2);
}
.parallax-image .overlay h3 {
  text-shadow: 1px 1px 1px #000;
}
.parallax-image .overlay .text-content p {
  text-shadow: 1px 1px 1px #000;
}

/*# sourceMappingURL=Home.css.map */
