/*!
 * 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: "Open Sans", 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: 1170px;
}

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

#header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.3s;
  z-index: 3;
}
#header.hide {
  top: -135px;
}
#header.scrolled {
  background: black;
}

.site__header {
  position: absolute;
  width: 100%;
  z-index: 3;
}
.site__header .border-white {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.header__inner {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .header__inner {
    display: flex;
    align-items: center;
  }
}
.header__logo {
  display: inline-block;
  flex: 0 1 auto;
}
.header__logo img {
  max-height: 40px;
  max-width: 150px;
}
.header__navigation {
  flex: 1 1 auto;
}
.header__burger {
  display: block;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: right;
}
.header__burger:focus {
  outline: 0;
}
@media screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}

.navigation-over {
  display: none;
}
.navigation-over.toggled {
  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: #000;
    padding: 20px;
    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;
    -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;
}
.header__navigation > ul > li:last-child > a {
  background-color: #ff0000;
  border-radius: 50px;
  padding: 8px 20px;
}
.header__navigation > ul > li:last-child > a:hover {
  color: #fff;
}

.header__navigation > ul > li > a {
  color: #fff;
  display: block;
  padding: 8px 12px;
  transition: all 0.3s ease;
  font-size: 15px;
}
.header__navigation > ul > li > a:hover {
  color: #ff0000;
  transition: all 0.3s ease;
}

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

.footer {
  background-color: #f5f7f6;
}
.footer__logo {
  padding: 40px 0;
}
.footer__logo img {
  max-width: 150px;
  max-height: 40px;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
  }
}
.footer__inner .footer__info {
  font-size: 17px;
  font-family: "Source Sans 3", sans-serif;
  color: #474747;
}
.footer__inner .footer__copyrights a {
  font-size: 17px;
  font-family: "Source Sans 3", sans-serif;
  color: #474747;
  transition: all 0.3s ease;
}
.footer__inner .footer__copyrights a:hover {
  color: #ff0000;
  transition: all 0.3s ease;
}

.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: 30px;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
}

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

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

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

.hero__section-internal {
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hero__section-internal {
    min-height: 550px;
  }
}
.hero__section-internal-img .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.hero__section-internal-img img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0px;
  width: 100%;
}
.hero__section-internal-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__section-internal-content .title {
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .hero__section-internal-content .title {
    font-size: 60px;
    font-style: normal;
  }
}

.loading-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  bottom: 0;
  top: 0;
  width: 100%;
}
.loading-container .loading-bar {
  width: 300px;
  height: 2px;
  margin-bottom: 10px;
  position: relative;
}
.loading-container .loading-bar .loading-bar-inner {
  height: 100%;
  background-color: #ff0000;
  width: 0;
  animation: loading 5s forwards;
}
.loading-container .loading-text {
  font-size: 20px;
}

@keyframes loading {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.hero__section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  margin-bottom: 80px;
}
.hero__section-img img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0px;
  width: 100%;
}
.hero__section-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.hero__section-content .title {
  font-size: 34px;
  font-weight: bold;
  margin: 60px 0 20px;
}
@media screen and (min-width: 768px) {
  .hero__section-content .title {
    font-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .hero__section-content .title {
    font-size: 80px;
    margin: 0px;
  }
}
.hero__section-content .descr {
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.hero__section canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.our__services {
  margin-bottom: 80px;
}
.our__services-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.our__services-header h2 {
  font-size: 42px;
  font-weight: bold;
}
.our__services-header span {
  width: 60px;
  height: 4px;
  background-color: #ff0000;
  display: block;
}
.our__services-box {
  background-color: #f5f7f6;
  padding: 30px;
}
.our__services-box .svg-icon-container {
  margin: 30px 0;
}
.our__services-box .svg-icon-container svg path {
  transition: all 0.3s ease;
}
.our__services-box .svg-icon-container:hover svg path {
  stroke: #ff0000;
  transition: all 0.3s ease;
}
.our__services-box h4 {
  color: #ff0000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.our__services-box .red-line {
  width: 50px;
  height: 2px; /* You can adjust the height of the line if needed */
  background-color: #ff0000; /* You can change the color of the line if needed */
  margin: 20px auto;
}

.our__experience {
  margin-bottom: 80px;
  background-color: #f5f7f6;
}
.our__experience-content {
  max-width: 535px;
  padding: 80px 0;
}
.our__experience-content .title {
  color: #ff0000;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 25px;
}
.our__experience-content .descr {
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.our__experience-image img {
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}

.our__customers {
  margin-bottom: 80px;
}
.our__customers-header {
  margin-bottom: 20px;
}
.our__customers-header .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.our__customers-header .red-line {
  width: 50px;
  height: 2px; /* You can adjust the height of the line if needed */
  background-color: #ff0000; /* You can change the color of the line if needed */
  margin: 20px auto;
}
.our__customers .swiper-wrapper {
  display: flex;
  align-items: center;
}
.our__customers .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our__customers .swiper-wrapper .swiper-slide .customer-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 200px; /* Adjust the width as needed */
  height: 200px; /* Adjust the height as needed */
  opacity: 0.5;
  transition: all 0.3s ease;
}
.our__customers .swiper-wrapper .swiper-slide .customer-image:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.our__vision {
  background-color: #f5f7f6;
}
.our__vision-content {
  max-width: 535px;
  padding: 80px 0;
}
.our__vision-content .title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 25px;
}
.our__vision-content .descr {
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.our__vision-image img {
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}

.opportunities {
  background-image: url("https://smart4all.com.gr/wp-content/uploads/2016/12/blog-thumbnail-7-3.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  padding: 125px 0;
  margin-bottom: 80px;
}
.opportunities .title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.opportunities .theme-btn {
  margin-top: 10px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #ff0000;
  background-color: #000;
  padding: 16px 26px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.opportunities .theme-btn:hover {
  color: #ff0000;
  transition: all 0.3s ease;
}

.our__coworker {
  margin-bottom: 80px;
}
.our__coworker-header {
  margin-bottom: 20px;
}
.our__coworker-header .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.our__coworker-header .red-line {
  width: 50px;
  height: 2px; /* You can adjust the height of the line if needed */
  background-color: #ff0000; /* You can change the color of the line if needed */
  margin: 20px auto;
}
.our__coworker .swiper-wrapper {
  display: flex;
  align-items: center;
}
.our__coworker .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our__coworker .swiper-wrapper .swiper-slide .coworker-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 200px; /* Adjust the width as needed */
  height: 200px; /* Adjust the height as needed */
}

.container__two-cols {
  padding: 100px 0;
}
.container__two-cols .title {
  font-size: 24px;
  font-weight: bold;
}
.container__two-cols .red-line {
  width: 90px;
  height: 1px;
  background-color: #ff0000;
}
.container__two-cols .paddings {
  padding: 0px 7%;
}
.container__two-cols .descr {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  max-width: 410px;
  letter-spacing: 0.01em;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .container__two-cols .fullwidth-image {
    min-height: 600px;
    object-fit: cover;
  }
}

.parallax {
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 992px) {
  .container-fluid__two-cols img {
    min-height: 550px;
    object-fit: cover;
  }
}
.container-fluid__two-cols .title {
  font-size: 24px;
  font-weight: bold;
}
.container-fluid__two-cols .red-line {
  width: 60px;
  height: 4px;
  background-color: #ff0000;
  margin: 20px auto;
}
.container-fluid__two-cols .descr {
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 0.01em;
  line-height: 30px;
  margin: 50px 80px 0;
}

.moving-numbers .bg-grey-light {
  background-color: #F5F7F6;
}
.moving-numbers .bg-grey-dark {
  background-color: #ECEFEE;
}
.moving-numbers .column-content {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.moving-numbers .column-content svg {
  margin-bottom: 5px;
}
.moving-numbers .column-content .number {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.moving-numbers .column-content .text {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
}

.contact-us .column-content {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.contact-us .column-content svg {
  margin-bottom: 5px;
}
.contact-us .column-content .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-us .column-content .text {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
}
.contact-us .column-content .text a {
  color: #3e3c36;
}

.error404 #header {
  background-color: #000;
  position: relative !important;
}
.error404 .error-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.error404 .error-404 .text-404 {
  font-size: 120px;
  font-weight: bold;
  color: #3E3C36;
}/*# sourceMappingURL=style.css.map */