html {
  scroll-behavior: smooth; }

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0; }

body, main {
  background-color: white; }

.page {
  margin: 0; }

.site-header {
  position: fixed;
  width: 100%;
  z-index: 15;
  box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14); }
  .site-header .top-header {
    height: 40px;
    background-color: #2f9aff;
    display: flex;
    align-items: center; }
    .site-header .top-header nav {
      display: flex;
      color: white;
      align-items: center;
      justify-content: space-between;
      width: 80%;
      margin: 0 auto; }
      .site-header .top-header nav p {
        margin: 0; }
    .site-header .top-header__left {
      display: flex;
      font-size: 1.4rem;
      align-items: center; }
      .site-header .top-header__left .box i {
        color: white;
        font-size: 15px;
        margin-right: 10px; }
      .site-header .top-header__left .box:not(:last-of-type) {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid white; }
    .site-header .top-header__right .social {
      display: flex; }
      .site-header .top-header__right .social p {
        font-size: 1.4rem;
        font-weight: bold; }
      .site-header .top-header__right .social a:link, .site-header .top-header__right .social a:visited, .site-header .top-header__right .social a i {
        font-size: 1.6rem;
        color: white; }
      .site-header .top-header__right .social > *:not(:last-child) {
        margin-right: 10px; }
  .site-header .bottom-header {
    position: relative;
    background-color: white; }
    .site-header .bottom-header i {
      font-size: 5rem;
      color: #ff7f2f;
      position: absolute;
      left: 15%;
      top: 50%;
      transform: translateY(-50%) translateX(-15%); }
    .site-header .bottom-header .quota {
      display: inline-block;
      color: white;
      background-color: #ff7f2f;
      padding: 10px 30px;
      position: absolute;
      right: 15%;
      top: 50%;
      transform: translateY(-50%) translateX(-15%);
      font-size: 1.4rem;
      text-decoration: none;
      border-radius: 20px;
      transition: all .3s; }
      .site-header .bottom-header .quota:hover {
        background-color: #ff6f16; }
  .site-header .menu-wraper label, .site-header .menu-wraper #toggle {
    display: none; }
  .site-header .menu-wraper .main-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    height: 80px;
    background-color: white;
    padding-left: 0;
    margin-right: 100px; }
    .site-header .menu-wraper .main-menu .list-item {
      align-self: center; }
      .site-header .menu-wraper .main-menu .list-item .link-item:link, .site-header .menu-wraper .main-menu .list-item .link-item:visited {
        text-decoration: none;
        text-transform: capitalize;
        color: #818181;
        font-size: 1.8rem;
        padding: 10px 20px;
        transition: all .2s;
        border-radius: 8px; }
      .site-header .menu-wraper .main-menu .list-item .link-item:hover {
        color: #2f9aff; }

a:visited {
  color: black; }

section {
  padding: 30px 0; }

.site-footer {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0067c8; }
  .site-footer .copyright {
    text-align: center;
    font-size: 1.7rem;
    color: white;
    margin: 0; }

/* Main menu */
.main-menu,
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-menu {
  display: flex;
  gap: 20px; }

.main-menu li {
  position: relative; }

.main-menu a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #222; }

/* Dropdown hidden by default */
.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999; }

/* Show dropdown on hover */
.main-menu li:hover > .sub-menu {
  display: block; }

/* Dropdown items */
.main-menu .sub-menu li a {
  padding: 10px 15px;
  white-space: nowrap; }

.main-menu .sub-menu li a:hover {
  background: #f5f5f5; }

.gt_switcher_wrapper {
  position: fixed;
  top: 68px !important;
  right: 135px !important;
  z-index: 999999; }

.gt_selector.notranslate {
  border: 1px solid #ccc;
  padding: 5px; }

html[lang="el"] .cover-video .cover-heading h2 {
  font-size: 4rem;
  width: 65%;
  margin: 0 auto;
  line-height: 79px; }
html[lang="el"] .budges .budge .icon-explain p span {
  font-size: 1.6rem;
  position: relative;
  bottom: 1rem;
  width: 100%; }
html[lang="el"] .budges .budge .icon-explain--2 {
  position: relative;
  bottom: 20px; }
html[lang="el"] .services__service {
  margin: 20px 10px;
  flex-basis: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e3eefa;
  padding: 10px 20px;
  border-radius: 1.2rem;
  transition: all .3s; }
html[lang="el"] .about-intro__right h4 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 0;
  width: 75%;
  line-height: 3rem; }
html[lang="el"] .about-intro__right p {
  font-size: 1.4rem;
  width: 75%; }
html[lang="el"] .blog-hm__grid .post .post-content .post-btn {
  margin: 0;
  align-self: flex-start;
  width: 80%; }

.btn-secondary:link, .btn-secondary:visited {
  display: inline-block;
  color: white;
  background-color: #ff7f2f;
  padding: 10px 30px;
  right: 15%;
  top: 50%;
  transform: translateY(-50%) translateX(-15%);
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all .3s; }
  .btn-secondary:link:hover, .btn-secondary:visited:hover {
    background-color: #ff6f16; }

.btn-secondary-normal:link, .btn-secondary-normal:visited {
  display: inline-block;
  color: white;
  background-color: #ff7f2f;
  padding: 10px 30px;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all .3s; }
  .btn-secondary-normal:link:hover, .btn-secondary-normal:visited:hover {
    background-color: #ff6f16; }

.btn-primary-normal:link, .btn-primary-normal:visited {
  display: inline-block;
  color: white;
  background-color: #2f9aff;
  padding: 10px 30px;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all .3s;
  text-align: center; }
  .btn-primary-normal:link:hover, .btn-primary-normal:visited:hover {
    background-color: #168eff; }

.cover-video {
  height: 80vh;
  width: 100%;
  position: relative;
  background-color: white; }
  .cover-video .cover-heading {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 80%;
    margin: 0 auto;
    z-index: 11;
    text-align: center; }
    .cover-video .cover-heading h1, .cover-video .cover-heading h2 {
      color: white;
      margin-top: 0;
      text-shadow: 2px 2px 9px #787878;
      line-height: 5rem; }
    .cover-video .cover-heading h1 {
      font-size: 7rem; }
    .cover-video .cover-heading h2 {
      font-size: 5rem;
      width: 65%;
      margin: 0 auto;
      line-height: 79px; }
  .cover-video .bg-video__content {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(50%); }

.budges {
  width: 70%;
  height: 180px;
  margin: 0 auto;
  background-color: #ff7f2f;
  margin-top: -100px;
  position: relative;
  z-index: 12;
  display: flex;
  flex-basis: 200px;
  font-size: 1.4rem;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #c84d00;
  box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
  -webkit-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
  -moz-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
  text-align: center; }
  .budges .budge {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 33%;
    justify-content: space-evenly; }
    .budges .budge .icon-wraper {
      background-color: white;
      width: 125px;
      /* adjust to control the size */
      aspect-ratio: 1;
      clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
      position: relative;
      flex-shrink: 0; }
      .budges .budge .icon-wraper i {
        font-size: 4.5rem;
        color: orange;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .budges .budge .icon-explain {
      align-self: center; }
      .budges .budge .icon-explain p {
        font-weight: bold;
        font-size: 5rem;
        line-height: 4.5rem;
        position: relative;
        top: 2.5rem; }
        .budges .budge .icon-explain p span {
          font-size: 1.5rem;
          position: relative;
          bottom: 2rem;
          width: 100%; }
    .budges .budge .icon-explain--2 {
      position: relative; }
      .budges .budge .icon-explain--2 p {
        font-size: 4rem; }
    .budges .budge .icon-explain--3 p {
      font-size: 4rem;
      line-height: 4rem;
      width: 80%;
      margin: 0 auto 20px auto; }
      .budges .budge .icon-explain--3 p span {
        bottom: 1.5rem; }
    .budges .budge > * {
      margin: 10px; }

.about-intro {
  padding: 80px 20px 40px 20px;
  background-color: white; }
  .about-intro__wraper {
    width: 80%;
    margin: 0 auto;
    display: flex; }
  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 55%; }
    .about-intro__left > img {
      margin: 2.5px 20px;
      border-radius: 1rem;
      align-self: center;
      transition: all 1s;
      box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -webkit-box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14); }
      .about-intro__left > img:hover {
        transform: scale(1.1); }
    .about-intro__left .img-sm {
      width: 300px;
      height: 250px; }
    .about-intro__left .img-lg {
      width: 300px;
      height: 320px; }
  .about-intro__right {
    width: 45%;
    align-self: center;
    text-align: left; }
    .about-intro__right h3, .about-intro__right h4 {
      margin-top: 0;
      font-weight: 300; }
    .about-intro__right h3 {
      color: #ff7f2f;
      font-size: 2rem;
      margin-bottom: 0; }
    .about-intro__right h4 {
      font-size: 3rem;
      font-weight: 300;
      margin-bottom: 0;
      width: 60%;
      line-height: 3rem; }
    .about-intro__right p {
      font-size: 1.4rem;
      width: 70%; }
    .about-intro__right .benefits {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-left: -1.2rem; }
      .about-intro__right .benefits li {
        font-size: 1.6rem;
        margin: 10px; }
        .about-intro__right .benefits li i {
          color: white;
          font-size: 1.2rem;
          margin-right: 15px;
          background-color: #2f9aff;
          padding: 8px;
          border: 1px solid white;
          border-radius: 100%; }
    .about-intro__right .btn-secondary {
      margin-top: 4rem;
      margin-left: 2rem; }

.services {
  text-align: center;
  background-color: #fbf9f9;
  padding: 4rem 0 4rem 0; }
  .services h3 {
    font-size: 3rem;
    margin-bottom: 0; }
  .services .services-intro-par {
    font-size: 1.4rem;
    width: 50%;
    margin: 20px auto;
    font-weight: 300; }
  .services__wraper {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap; }
  .services__service {
    margin: 20px 10px;
    flex-basis: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eefa;
    padding: 10px 20px;
    border-radius: 1.2rem;
    transition: all .3s; }
    .services__service h4 {
      font-size: 2rem;
      margin: 0;
      margin-top: 1rem; }
    .services__service--icon-box {
      background-color: #2f9aff;
      width: 125px;
      /* adjust to control the size */
      aspect-ratio: 1;
      clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
      position: relative; }
      .services__service--icon-box i {
        color: white;
        font-size: 3.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .services__service:hover {
      transform: translateY(-2rem); }
  .services__par {
    font-size: 1.6rem;
    color: #9b9b9b; }
  .services__view-more {
    margin-top: 5rem; }

.workflow {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/workflow.jpg);
  background-size: cover;
  background-position: center;
  padding: 2rem 0 8rem 0;
  text-align: center;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .workflow h3 {
    text-align: center;
    font-size: 3rem;
    color: white;
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 10px; }
  .workflow__wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    width: 100%; }
    .workflow__wraper > workflow__step {
      margin: 3rem 12rem; }
    .workflow__wraper .separator {
      border-bottom: 3px dotted white;
      width: 10%;
      margin: 0 2rem;
      position: relative;
      align-self: center; }
  .workflow__step {
    width: 300px;
    color: white;
    padding: 4rem;
    border: 3px dotted white;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(13, 19, 39, 0.6);
    transition: all 1s; }
    .workflow__step:hover {
      transform: scale(1.1); }
    .workflow__step .step-number-wraper {
      background-color: white;
      width: 100px;
      /* adjust to control the size */
      aspect-ratio: 1;
      clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
      position: relative;
      flex-shrink: 0; }
      .workflow__step .step-number-wraper p {
        color: black;
        font-size: 5rem;
        position: absolute;
        top: 2%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .workflow__step .step-content h4 {
      font-size: 2rem;
      border-bottom: 2px dotted white;
      padding-bottom: 5px;
      display: inline-block; }
    .workflow__step .step-content p {
      font-size: 1.5rem;
      font-weight: bold; }

.blog-hm {
  text-align: center;
  background-color: #f6faff;
  padding-bottom: 60px; }
  .blog-hm h3 {
    font-size: 3rem;
    margin-bottom: 0; }
  .blog-hm__intro {
    font-size: 1.6rem;
    width: 50%;
    margin: 1.5rem auto;
    font-weight: 300; }
  .blog-hm__grid {
    display: grid;
    width: 70%;
    margin: 4rem auto 4rem auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: start;
    text-align: left; }
    .blog-hm__grid .post .post-meta {
      display: flex;
      justify-content: flex-start; }
      .blog-hm__grid .post .post-meta p {
        margin-bottom: 0;
        font-size: 1.5rem;
        color: #9b9b9b; }
      .blog-hm__grid .post .post-meta > p:not(:last-of-type) {
        margin-right: 10px; }
      .blog-hm__grid .post .post-meta .author i, .blog-hm__grid .post .post-meta .date i {
        margin-right: 5px; }
    .blog-hm__grid .post img {
      border-radius: 8px; }
    .blog-hm__grid .post .post-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%; }
      .blog-hm__grid .post .post-content h4 {
        font-size: 20px; }
      .blog-hm__grid .post .post-content .featured-star-btn {
        align-self: flex-start;
        width: 45%;
        text-align: center; }
      .blog-hm__grid .post .post-content .post-btn {
        margin: 0;
        align-self: flex-start;
        width: 60%; }
    .blog-hm__grid .post .post-par {
      font-size: 1.6rem;
      width: 100%;
      margin-top: 0;
      color: #9b9b9b; }
    .blog-hm__grid .post h4 {
      font-size: 1.8rem;
      margin: 10px 0; }
    .blog-hm__grid .featured-star {
      grid-row: 1/4; }
      .blog-hm__grid .featured-star img {
        width: 650px;
        height: 350px; }
      .blog-hm__grid .featured-star .post-par {
        font-size: 1.6rem;
        width: 90%; }
      .blog-hm__grid .featured-star .featured-star-btn {
        justify-self: start; }
      .blog-hm__grid .featured-star .post-content h4 {
        font-size: 40px;
        color: #2f9aff; }
    .blog-hm__grid .featured-post {
      display: flex;
      justify-content: center;
      align-items: center; }
      .blog-hm__grid .featured-post img {
        width: 300px;
        height: 180px;
        object-fit: cover;
        flex-shrink: 0; }
      .blog-hm__grid .featured-post .post-content {
        margin-left: 2rem; }
        .blog-hm__grid .featured-post .post-content .post-meta {
          display: flex;
          justify-content: flex-start; }
          .blog-hm__grid .featured-post .post-content .post-meta > p:not(:last-of-type) {
            margin-right: 10px; }
  .blog-hm .more-posts:link, .blog-hm .more-posts:visited {
    display: inline-block;
    text-decoration: none;
    color: #ff7f2f;
    font-size: 1.6rem;
    margin-top: 20px; }
    .blog-hm .more-posts:link:hover, .blog-hm .more-posts:visited:hover {
      color: #e25700; }

.call-to-action {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/call-to-action.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: white; }
  .call-to-action h3 {
    font-size: 40px;
    margin: 0; }
  .call-to-action p {
    font-size: 1.5rem;
    font-weight: bold;
    width: 50%;
    margin: 10px auto; }

.contact {
  background-color: white; }
  .contact .contact-wraper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 65%;
    margin: 40px auto; }
    .contact .contact-wraper h3 {
      font-size: 25px; }
    .contact .contact-wraper-left {
      text-align: left; }
      .contact .contact-wraper-left .contact-intro {
        margin: 0;
        font-size: 1.7rem;
        color: #3566fa;
        font-weight: bold; }
      .contact .contact-wraper-left .contact-title {
        margin: 0;
        margin: 5px 0 5px 0;
        width: 85%;
        line-height: 3.5rem; }
      .contact .contact-wraper-left .contact-par {
        font-size: 1.4rem;
        width: 90%;
        color: gray; }
      .contact .contact-wraper-left .contact-social {
        background-color: #e3eefa;
        padding: 20px;
        height: 100px;
        width: 80%;
        border-radius: 8px; }
        .contact .contact-wraper-left .contact-social h4 {
          font-size: 17px;
          margin: 0; }
        .contact .contact-wraper-left .contact-social .social-flex {
          margin-top: 10px; }
          .contact .contact-wraper-left .contact-social .social-flex a:link, .contact .contact-wraper-left .contact-social .social-flex :visited {
            text-decoration: none;
            color: transparent; }
            .contact .contact-wraper-left .contact-social .social-flex a:link:not(:last-of-type), .contact .contact-wraper-left .contact-social .social-flex :visited:not(:last-of-type) {
              margin-right: 10px; }
            .contact .contact-wraper-left .contact-social .social-flex a:link i, .contact .contact-wraper-left .contact-social .social-flex :visited i {
              font-size: 20px; }
            .contact .contact-wraper-left .contact-social .social-flex a:link .fa-brands.fa-facebook, .contact .contact-wraper-left .contact-social .social-flex :visited .fa-brands.fa-facebook {
              color: blue; }
            .contact .contact-wraper-left .contact-social .social-flex a:link .fa-brands.fa-linkedin, .contact .contact-wraper-left .contact-social .social-flex :visited .fa-brands.fa-linkedin {
              color: #4747eb; }
            .contact .contact-wraper-left .contact-social .social-flex a:link .fa-brands.fa-x-twitter, .contact .contact-wraper-left .contact-social .social-flex :visited .fa-brands.fa-x-twitter {
              color: #272727; }
            .contact .contact-wraper-left .contact-social .social-flex a:link .fa-brands.fa-instagram, .contact .contact-wraper-left .contact-social .social-flex :visited .fa-brands.fa-instagram {
              color: #fc085a; }
    .contact .contact-wraper > * {
      width: 50%; }
    .contact .contact-wraper-right {
      text-align: left; }
      .contact .contact-wraper-right .contact-intro-2 {
        font-size: 1.4rem;
        color: gray; }
      .contact .contact-wraper-right .contact-title2 {
        margin-top: 0;
        margin-bottom: 0; }
      .contact .contact-wraper-right .wpcf7-form {
        background-color: #168eff;
        background-color: #e3eefa;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        font-size: 1.9rem;
        border-radius: 8px; }
        .contact .contact-wraper-right .wpcf7-form input, .contact .contact-wraper-right .wpcf7-form .wpcf7-form-control-wrap textarea {
          width: 100%;
          padding: 10px;
          border-radius: 5px;
          font-size: 15px; }
          .contact .contact-wraper-right .wpcf7-form input:focus, .contact .contact-wraper-right .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
            outline: 1px solid #68a0ff; }
        .contact .contact-wraper-right .wpcf7-form .wpcf7-form-control-wrap textarea {
          height: 150px; }
        .contact .contact-wraper-right .wpcf7-form p {
          margin: 5px 0; }
        .contact .contact-wraper-right .wpcf7-form .flexing {
          display: flex;
          justify-content: center; }
          .contact .contact-wraper-right .wpcf7-form .flexing > p {
            width: 50%; }
            .contact .contact-wraper-right .wpcf7-form .flexing > p:not(:last-of-type) {
              margin-right: 10px; }
        .contact .contact-wraper-right .wpcf7-form .wpcf7-form-control.wpcf7-submit.has-spinner {
          background-color: #ff7f2f;
          color: white; }

.cover-img-about-me {
  height: 500px;
  background-image: url(../imgs/about-me-cover.jpg);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 121px; }

.cover-img-services {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 121px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }
  .cover-img-services h1 {
    font-size: 6rem;
    color: white; }

.intro-page-section {
  margin-top: 120px; }
  .intro-page-section .intro-page-article {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 40px; }
    .intro-page-section .intro-page-article h1 {
      text-align: center;
      font-size: 40px;
      font-weight: 300; }
    .intro-page-section .intro-page-article h2 {
      font-size: 30px;
      font-weight: 300; }
    .intro-page-section .intro-page-article h3 {
      font-size: 25px;
      font-weight: 300; }
    .intro-page-section .intro-page-article p {
      font-size: 1.9rem;
      font-weight: 300; }

.blog-cover {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/blog-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 121px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .blog-cover h1 {
    font-size: 6rem;
    color: white; }

.blog-main {
  margin-top: 123px; }
  .blog-main .blog-page-header h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-top: 60px; }

.blog-grid {
  display: grid;
  grid-template-columns: 17.5% 65% 17.5%;
  grid-template-rows: 1fr; }
  .blog-grid-left, .blog-grid-right {
    background-color: whitesmoke; }

.blog__grid {
  width: 100%;
  margin: 0 auto; }

.blog-section {
  padding: 10px 0 60px 0; }

.post-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px;
  transition: transform .8s,background-color .8s,color .8s;
  border-radius: 8px; }
  .post-card:not(:last-of-type) {
    margin-bottom: 20px; }
  .post-card .post-img {
    height: 250px;
    width: 250px;
    margin-right: 40px;
    border-radius: 8px; }
  .post-card__content {
    width: 70%; }
    .post-card__content p, .post-card__content h2 {
      font-weight: 300;
      transition: all 1s; }
    .post-card__content h2 {
      font-size: 25px;
      line-height: 2rem;
      margin: 0; }
    .post-card__content .post-card__meta {
      font-size: 1.4rem; }
      .post-card__content .post-card__meta i {
        color: #9b9b9b;
        margin-right: 5px; }
      .post-card__content .post-card__meta i.fa-solid.fa-user {
        margin-left: 5px; }
  .post-card__excerpt {
    font-size: 1.7rem; }
  .post-card:hover {
    transform: scale(1.02); }
  .post-card:hover .post-card__link {
    background-color: #ff7f2f; }

.pagination {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem; }
  .pagination .page-numbers {
    padding: 5px;
    background-color: #62b3ff;
    border-radius: 8px;
    color: white;
    display: inline-block;
    min-width: 35px;
    text-decoration: none;
    margin: 0 2.5px; }
    .pagination .page-numbers:hover {
      background-color: #ff9e62; }
  .pagination .page-numbers.current {
    background-color: #ff8f49; }

.post-cover {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 121px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }
  .post-cover h1 {
    font-size: 6rem;
    color: white; }

.blog-wraper {
  margin-top: 91px;
  display: grid;
  grid-template-columns: 17.5% 65% 17.5%;
  grid-template-rows: 1fr; }
  .blog-wraper .left-sidebar, .blog-wraper .right-sidebar {
    background-color: whitesmoke; }
  .blog-wraper .left-sidebar .sidebar-posts {
    padding: 0; }
    .blog-wraper .left-sidebar .sidebar-posts h2 {
      margin: 60px 40px 20px 0;
      text-align: center;
      font-size: 1.8rem; }
    .blog-wraper .left-sidebar .sidebar-posts .sidebar-post {
      padding: 10px 20px 50px 0;
      margin-left: 50px; }
      .blog-wraper .left-sidebar .sidebar-posts .sidebar-post .sidebar-post-img {
        width: 200px;
        height: 200px;
        border-radius: 5px; }
      .blog-wraper .left-sidebar .sidebar-posts .sidebar-post p {
        height: 50px;
        overflow: hidden;
        width: 85%;
        font-size: 1.2rem; }
      .blog-wraper .left-sidebar .sidebar-posts .sidebar-post h3 {
        font-size: 1.6rem; }
      .blog-wraper .left-sidebar .sidebar-posts .sidebar-post p, .blog-wraper .left-sidebar .sidebar-posts .sidebar-post h3 {
        font-weight: 400; }
  .blog-wraper .article-wraper {
    text-align: center; }
    .blog-wraper .article-wraper .post {
      width: 85%;
      margin: 20px auto;
      padding-bottom: 40px;
      text-align: left; }
      .blog-wraper .article-wraper .post h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 300; }
      .blog-wraper .article-wraper .post h2 {
        font-size: 30px;
        font-weight: 300; }
      .blog-wraper .article-wraper .post h3 {
        font-size: 25px;
        font-weight: 300; }
      .blog-wraper .article-wraper .post p {
        font-size: 1.9rem;
        font-weight: 300; }
    .blog-wraper .article-wraper .get-back {
      text-decoration: none;
      font-size: 1.6rem;
      color: #fb6100;
      display: inline-block; }
      .blog-wraper .article-wraper .get-back:hover {
        color: #c84d00;
        text-decoration: underline; }

.shop-main {
  margin: 0;
  padding: 0; }

.products-container {
  min-height: 90vh;
  width: 75%;
  margin: 0 auto;
  /* margin-top: 150px; */
  padding: 20px 0;
  padding-top: 200px;
  font-family: "Roboto", sans-serif;
  font-size: larger; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #fff;
  border: none;
  box-sizing: content-box;
  border-radius: 100%;
  cursor: pointer;
  font-size: 2em;
  height: 36px;
  padding: 0;
  position: absolute;
  right: .5em;
  text-indent: -9999px;
  top: .5em;
  width: 36px;
  z-index: 1; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 20.00%;
  margin-left: 0;
  border: 1px solid darkgrey;
  padding: 20px;
  border-radius: 20px; }

.woocommerce div.product div.images img {
  display: block;
  width: 65%;
  height: auto;
  box-shadow: none; }

.woocommerce div.products div.product img {
  width: 100%;
  height: auto;
  object-fit: contain; }

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #2f9aff;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.woocommerce ul.products li.product a.woocommerce-loop-product__link:visited, .woocommerce ul.products li.product a.woocommerce-loop-product__link:link {
  display: block;
  color: black; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 400; }

.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 1.5em;
  color: #4f854f; }

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #4f854f;
  color: #fff;
  font-size: .857em;
  z-index: 9; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 2em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: white;
  background-color: #2f9aff;
  border: none;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0 auto; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #168eff;
    color: white; }

.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block;
  position: relative;
  left: 10px; }

a.added_to_cart.wc-forward.blink-cart-link {
  animation: cartBlink 0.8s linear infinite !important;
  background: #e08048 !important;
  color: white !important;
  border-radius: 4px;
  padding: 6px 10px; }

@keyframes cartBlink {
  0% {
    opacity: 1;
    color: white;
    transform: scale(1); }
  50% {
    opacity: 0.35;
    transform: scale(1.05);
    color: white; }
  100% {
    opacity: 1;
    transform: scale(1);
    color: white; } }
.woocommerce-product-details__short-description ul li {
  font-size: 1.3rem; }

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  display: none; }

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #958e09;
  font-size: 1.6em; }

/*CART STYLES----------
----------------------------*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #2f9aff;
  color: #fff;
  -webkit-font-smoothing: antialiased; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #168eff;
    color: white; }

.product-name a:link, .product-name a:visited {
  color: black; }

/*CHECKOUT STYLES----------
----------------------------*/
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: 1em;
  display: block;
  background-color: var(--wc-form-color-background, #fff);
  border: var(--wc-form-border-width) solid var(--wc-form-border-color);
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text, #000);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
  font-size: 1.25rem; }

@media (min-width: 320px) and (max-width: 500px) {
  .site-header .top-header {
    height: unset;
    background-color: #2f9aff;
    display: flex;
    align-items: center;
    position: relative; }

  .box.location {
    display: none; }

  .site-header .bottom-header i {
    font-size: 3rem;
    color: #ff7f2f;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: unset; }

  .site-header .bottom-header .quota {
    display: none; }

  .site-header .top-header .top-header__left .box:not(:last-of-type) {
    border-right: none; }

  .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
    padding: 5.5px 0;
    text-align: center; }

  .top-header__left {
    flex-direction: column; }

  .site-header .bottom-header {
    position: relative;
    background-color: white;
    height: 40px; }

  .site-header .menu-wraper {
    position: relative;
    background-color: white; }
    .site-header .menu-wraper label {
      display: inline-block;
      font-size: 25px;
      position: absolute;
      top: 2px;
      left: 6%; }
    .site-header .menu-wraper .main-menu {
      visibility: hidden;
      opacity: 0;
      height: 40px;
      transition: height 0.5s ease-out; }
    .site-header .menu-wraper #toggle:checked + .main-menu {
      opacity: 1;
      visibility: visible;
      display: block;
      height: 350px;
      transition: all 0.5s ease-out;
      padding-top: 50px;
      width: 100%;
      box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -webkit-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14); }
      .site-header .menu-wraper #toggle:checked + .main-menu li {
        margin-left: 40px; }
      .site-header .menu-wraper #toggle:checked + .main-menu li:not(:last-of-type) {
        margin-bottom: 0; }

  /* Dropdown hidden by default */
  .main-menu {
    display: flex;
    gap: 0; }

  .main-menu .sub-menu {
    position: absolute;
    top: -70px;
    left: 120px;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999; }

  /* Show dropdown on hover */
  .main-menu li:hover > .sub-menu {
    display: block; }

  /* Dropdown items */
  .main-menu .sub-menu li a {
    padding: 10px 15px;
    white-space: nowrap;
    margin-left: 0 !important; }

  .main-menu .sub-menu li {
    margin-left: 0; }

  .site-header .menu-wraper #toggle:checked + .main-menu .sub-menu li {
    margin-left: 0px; }

  .main-menu .sub-menu li a:hover {
    background: #f5f5f5; }

  .site-footer .copyright {
    text-align: center;
    font-size: 1.5rem;
    color: white;
    margin: 0;
    width: 80%;
    margin: 0 auto; }

  .gt_switcher_wrapper {
    position: fixed;
    top: 84.5px !important;
    right: 40% !important;
    z-index: 999999; }

  .gt_selector.notranslate {
    border: 1px solid #ccc;
    padding: 5px; } }
@media (min-width: 320px) and (max-width: 345px) {
  .gt_switcher_wrapper {
    position: fixed;
    top: 105.5px !important;
    right: 37% !important;
    z-index: 999999; } }
@media (min-width: 480px) and (max-width: 500px) {
  .gt_switcher_wrapper {
    position: fixed;
    top: 84.5px !important;
    right: 40% !important;
    z-index: 999999; } }
@media (min-width: 320px) and (max-width: 500px) {
  .cover-video {
    height: 55vh;
    width: 100%;
    position: relative;
    background-color: white;
    top: 118px; }

  .cover-video .bg-video__content {
    height: 55vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(50%); }

  .cover-video .cover-heading {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 80%;
    margin: 0 auto;
    z-index: 11;
    text-align: center; }

  .cover-video .cover-heading h1 {
    font-size: 5rem;
    margin-top: 10px; }

  .cover-video .cover-heading h2 {
    font-size: 3rem;
    line-height: 42px;
    width: 90%; }

  .about-intro {
    padding: 80px 20px 40px 20px;
    background-color: white;
    margin-top: 110px; }

  .budges {
    display: none; }

  .about-intro__wraper {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse; }

  .about-intro__right {
    width: 95%;
    align-self: center;
    text-align: left; }

  .about-intro__right h4 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%;
    line-height: 3rem; }

  .about-intro__right p {
    font-size: 1.4rem;
    width: 100%; }

  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
    .about-intro__left img {
      margin: 20px 0; }
    .about-intro__left .img-lg {
      width: 300px;
      height: 250px; }

  .services .services-intro-par {
    font-size: 1.4rem;
    width: 80%;
    margin: 20px auto;
    font-weight: 300; }

  .services__service {
    margin: 20px 10px;
    flex-basis: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eefa;
    padding: 10px 20px;
    border-radius: 1.2rem;
    transition: all .3s; }

  .workflow__wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    width: 100%;
    flex-direction: column; }
    .workflow__wraper > *:not(:last-of-type) {
      margin-bottom: 20px; }

  .workflow__wraper .separator {
    border-left: 3px dotted white;
    width: 1px;
    height: 50px;
    position: relative;
    align-self: center; }

  .blog-hm__intro {
    font-size: 1.6rem;
    width: 85%;
    margin: 1.5rem auto;
    font-weight: 300; }

  .blog-hm__grid {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    margin: 0 auto; }

  .blog-hm__grid .featured-star {
    width: 95%;
    margin-top: 40px; }

  .blog-hm__grid .featured-star img {
    width: 95%;
    height: 180px;
    align-self: center;
    justify-self: center; }

  .blog-hm__grid .featured-post img {
    width: 280px;
    height: 180px;
    object-fit: cover;
    flex-shrink: 0; }

  .blog-hm__grid .featured-post img {
    width: 95%;
    height: 180px;
    object-fit: cover;
    flex-shrink: 0;
    align-self: flex-start; }

  .blog-hm__grid .featured-star .post-par {
    font-size: 1.6rem;
    width: 100%; }

  .blog-hm__grid .featured-star .post-content h4 {
    font-size: 28px;
    color: #2f9aff; }

  .blog-hm__grid .post .post-content .featured-star-btn {
    align-self: flex-start;
    width: 60%;
    text-align: center; }

  .blog-hm__grid .featured-post {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 95%; }

  .blog-hm__grid .featured-post .post-content {
    margin-left: 0; }

  .call-to-action {
    height: 315px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/call-to-action.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white; }

  .call-to-action h3 {
    font-size: 33px;
    margin: 0; }

  .call-to-action p {
    font-size: 1.5rem;
    font-weight: bold;
    width: 85%;
    margin: 10px auto; }

  .contact {
    background-color: white;
    padding-top: 80px; }

  .contact .contact-wraper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    width: 85%;
    margin: 40px auto; }

  .contact .contact-wraper-left .contact-social {
    background-color: #e3eefa;
    padding: 20px;
    height: 100px;
    width: 95%;
    border-radius: 8px; }

  .contact .contact-wraper > * {
    width: 100%; }

  .contact .contact-wraper-right {
    text-align: left;
    margin-top: 30px; } }
@media (min-width: 320px) and (max-width: 500px) {
  .cover-img-about-me {
    height: 300px;
    background-image: url(../imgs/about-me-cover.jpg);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 116px; }

  .cover-img-services {
    height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 116px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }

  .intro-page-section .intro-page-article h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 300; }

  .intro-page-section .intro-page-article h2 {
    font-size: 27px;
    font-weight: 300; }

  .intro-page-section .intro-page-article {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5px; }

  .intro-page-section {
    padding-bottom: 10px; }

  .alignright {
    float: right;
    /* margin-left: 1.5em; */
    margin-bottom: 1.5em;
    float: none;
    text-align: center;
    margin: 0 auto; }

  .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    float: none; } }
@media (min-width: 320px) and (max-width: 500px) {
  .blog-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/blog-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 117px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }

  .blog-cover h1 {
    font-size: 5rem;
    color: white; }

  .blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-grid-left, .blog-grid-right {
    display: none; }

  .post-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    transition: transform .8s, background-color .8s, color .8s;
    border-radius: 8px;
    flex-direction: column; }

  .post-card .post-img {
    height: 200px;
    width: 80%;
    /* margin-right: 15px; */
    border-radius: 8px;
    margin: 0; }

  .post-card__content {
    width: 80%; } }
@media (min-width: 320px) and (max-width: 500px) {
  .post-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 118px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }

  .post-cover h1 {
    font-size: 4rem;
    color: white; }

  .blog-wraper {
    margin-top: 91px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-wraper .left-sidebar, .blog-wraper .right-sidebar {
    display: none; }

  .blog-wraper .article-wraper {
    text-align: center;
    padding-bottom: 40px;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px; }

  .blog-wraper .article-wraper .post {
    width: 95%;
    margin: 20px auto;
    padding-bottom: 40px;
    text-align: left; }

  .blog-wraper .article-wraper .post h2 {
    font-size: 25px;
    font-weight: 300; } }
@media (min-width: 320px) and (max-width: 500px) {
  .products-container {
    min-height: 90vh;
    width: 90%;
    margin: 0 auto;
    /* margin-top: 150px; */
    padding: 20px 0;
    padding-top: 150px;
    font-family: "Roboto", sans-serif;
    font-size: larger; }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 90%;
    /* float: left; */
    clear: both;
    margin: 0 0 2.992em;
    margin: 0 auto;
    float: none;
    margin-top: 20px; } }
@media (min-width: 320px) and (max-width: 500px) {
  html[lang="el"] .cover-video .cover-heading h1 {
    font-size: 3rem;
    margin-top: 10px;
    width: 100%;
    margin: 0 auto; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 2.1rem;
    width: 90%;
    margin: 0 auto;
    line-height: 40px; }
  html[lang="el"] .about-intro__right h4 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%;
    line-height: 3rem; }
  html[lang="el"] .about-intro__right p {
    font-size: 1.4rem;
    width: 95%; }
  html[lang="el"] .services__service {
    margin: 20px 10px;
    flex-basis: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eefa;
    padding: 10px 20px;
    border-radius: 1.2rem;
    transition: all .3s; }
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 105.5px !important;
    right: 40% !important;
    z-index: 999999; }
  html[lang="el"] .blog-hm__grid .post .post-content .featured-star-btn {
    align-self: flex-start;
    width: 85%;
    text-align: center; }
  html[lang="el"] .blog-hm__grid .post .post-content .post-btn {
    margin: 0;
    align-self: flex-start;
    width: 85%; }
  html[lang="el"] .call-to-action {
    height: 415px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/call-to-action.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white; }
  html[lang="el"] .about-intro__right .benefits li {
    font-size: 1.6rem;
    margin: 10px;
    width: 100%; }
  html[lang="el"] .about-intro__right h3 {
    color: #ff7f2f;
    font-size: 1.6rem;
    margin-bottom: 0; }
  html[lang="el"] .blog-hm h3 {
    font-size: 3rem;
    margin-bottom: 0;
    width: 90%;
    text-align: center;
    margin: 0 auto; }
  html[lang="el"] .about-intro__right h4 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%;
    line-height: 3rem; }
  html[lang="el"] .blog-hm__grid .featured-star .post-content h4 {
    font-size: 22px;
    color: #2f9aff; } }
@media (min-width: 320px) and (max-width: 345px) {
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 105.5px !important;
    right: 36% !important;
    z-index: 999999; } }
@media (min-width: 480px) and (max-width: 500px) {
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 84.5px !important;
    right: 40% !important;
    z-index: 999999; } }
@media (min-width: 501px) and (max-width: 768px) {
  .site-header .top-header {
    height: unset;
    background-color: #2f9aff;
    display: flex;
    align-items: center;
    position: relative; }

  .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
    padding: 5.5px 0;
    text-align: center; }
    .site-header .top-header nav > * {
      margin: 5px 0; }

  .site-header .bottom-header {
    position: relative;
    background-color: white;
    height: 40px; }

  .site-header .menu-wraper {
    position: relative;
    background-color: white; }
    .site-header .menu-wraper label {
      display: inline-block;
      font-size: 25px;
      position: absolute;
      top: 2px;
      left: 6%; }
    .site-header .menu-wraper .main-menu {
      visibility: hidden;
      opacity: 0;
      height: 40px;
      transition: height 0.5s ease-out; }
    .site-header .menu-wraper #toggle:checked + .main-menu {
      opacity: 1;
      visibility: visible;
      display: block;
      height: 420px;
      transition: all 0.5s ease-out;
      padding-top: 50px;
      width: 100%;
      box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -webkit-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14); }
      .site-header .menu-wraper #toggle:checked + .main-menu li {
        margin-left: 40px; }
      .site-header .menu-wraper #toggle:checked + .main-menu li:not(:last-of-type) {
        margin-bottom: 10px; }

  .site-header .bottom-header i {
    font-size: 3rem;
    color: #ff7f2f;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: unset; }

  .site-header .bottom-header .quota {
    display: none; }

  .site-footer .copyright {
    text-align: center;
    font-size: 1.5rem;
    color: white;
    margin: 0;
    width: 80%;
    margin: 0 auto; }

  /* Dropdown hidden by default */
  .main-menu {
    display: flex;
    gap: 0; }

  .main-menu .sub-menu {
    position: absolute;
    top: -70px;
    left: 120px;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999; }

  /* Show dropdown on hover */
  .main-menu li:hover > .sub-menu {
    display: block; }

  /* Dropdown items */
  .main-menu .sub-menu li a {
    padding: 10px 15px;
    white-space: nowrap;
    margin-left: 0 !important; }

  .main-menu .sub-menu li {
    margin-left: 0; }

  .site-header .menu-wraper #toggle:checked + .main-menu .sub-menu li {
    margin-left: 0px; }

  .main-menu .sub-menu li a:hover {
    background: #f5f5f5; }

  .gt_switcher_wrapper {
    position: fixed;
    top: 85px !important;
    right: 44% !important;
    z-index: 999999; }

  .gt_selector.notranslate {
    border: 1px solid #ccc;
    padding: 5px; } }
@media (min-width: 501px) and (max-width: 761px) {
  .site-header .top-header__left {
    display: flex;
    font-size: 1.4rem;
    align-items: center;
    flex-direction: column; }

  .site-header .top-header__left .box:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: none; }

  .box.location {
    display: none; }

  .site-header .top-header nav > * {
    margin: 0; }

  .main-menu {
    display: flex;
    gap: 0; } }
@media (min-width: 501px) and (max-width: 768px) {
  .budges {
    display: none; }

  .cover-video {
    height: 80vh;
    width: 100%;
    position: relative;
    background-color: white;
    position: relative;
    top: 117px; }

  .cover-video .cover-heading {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 90%;
    margin: 0 auto;
    z-index: 11;
    text-align: center; }

  .cover-video .cover-heading h1 {
    font-size: 6rem; }

  .cover-video .cover-heading h2 {
    font-size: 4.5rem;
    width: 95%;
    margin: 0 auto;
    line-height: 65px; }

  .about-intro {
    padding: 80px 20px 40px 20px;
    background-color: white;
    margin-top: 100px; }

  .about-intro__wraper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse; }

  .about-intro__right {
    width: 85%;
    align-self: center;
    text-align: left; }

  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }

  .about-intro__right h4 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 90%;
    line-height: 3rem; }

  .about-intro__right p {
    font-size: 1.4rem;
    width: 100%; }

  .services .services-intro-par {
    font-size: 1.4rem;
    width: 85%;
    margin: 20px auto;
    font-weight: 300; }

  .workflow__wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    width: 100%;
    flex-direction: column; }
    .workflow__wraper > *:not(:last-of-type) {
      margin-bottom: 20px; }

  .workflow__wraper .separator {
    border-left: 3px dotted white;
    width: 1px;
    height: 50px;
    position: relative;
    align-self: center; }

  .blog-hm__intro {
    font-size: 1.6rem;
    width: 85%;
    margin: 1.5rem auto;
    font-weight: 300; }

  .blog-hm__grid {
    display: flex;
    width: 80%;
    justify-content: center;
    margin: 4rem auto 4rem auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
    /* grid-column-gap: 3rem; */
    grid-row-gap: 3rem;
    align-items: start;
    text-align: left;
    flex-direction: column; }

  .blog-hm__grid .featured-star .post-par {
    font-size: 1.6rem;
    width: 100%; }

  .call-to-action {
    height: 315px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/call-to-action.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white; }

  .call-to-action p {
    font-size: 1.5rem;
    font-weight: bold;
    width: 80%;
    margin: 10px auto; }

  .contact {
    background-color: white;
    padding-top: 80px; }

  .contact .contact-wraper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    width: 85%;
    margin: 40px auto; }

  .contact .contact-wraper-left .contact-social {
    background-color: #e3eefa;
    padding: 20px;
    height: 100px;
    width: 95%;
    border-radius: 8px; }

  .contact .contact-wraper > * {
    width: 100%; }

  .contact .contact-wraper-right {
    text-align: left;
    margin-top: 30px; } }
@media (min-width: 501px) and (max-width: 761px) {
  .budges {
    display: none; }

  .cover-video {
    height: 80vh;
    width: 100%;
    position: relative;
    background-color: white;
    position: relative;
    top: 117px; }

  .cover-video .cover-heading {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 90%;
    margin: 0 auto;
    z-index: 11;
    text-align: center; }

  .cover-video .cover-heading h1 {
    font-size: 6rem; }

  .cover-video .cover-heading h2 {
    font-size: 4.5rem;
    width: 95%;
    margin: 0 auto;
    line-height: 75px; }

  .about-intro {
    padding: 80px 20px 40px 20px;
    background-color: white;
    margin-top: 100px; }

  .about-intro__wraper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse; }

  .about-intro__right {
    width: 85%;
    align-self: center;
    text-align: left; }

  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }

  .about-intro__left img {
    margin: 20px; }

  .about-intro__left .img-sm {
    width: 40%;
    height: auto; }

  .about-intro__left img.img-lg {
    width: 40%;
    height: auto;
    object-fit: cover; }

  #img-exception {
    width: 40%;
    height: auto !important;
    display: none; }

  .about-intro__right h4 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 90%;
    line-height: 3rem; }

  .about-intro__right p {
    font-size: 1.4rem;
    width: 100%; }

  .services .services-intro-par {
    font-size: 1.4rem;
    width: 85%;
    margin: 20px auto;
    font-weight: 300; }

  .workflow__wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    width: 100%;
    flex-direction: column; }
    .workflow__wraper > *:not(:last-of-type) {
      margin-bottom: 20px; }

  .workflow__wraper .separator {
    border-left: 3px dotted white;
    width: 1px;
    height: 50px;
    position: relative;
    align-self: center; }

  .blog-hm__intro {
    font-size: 1.6rem;
    width: 85%;
    margin: 1.5rem auto;
    font-weight: 300; }

  .blog-hm__grid .featured-post {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 78%; */
    width: 95%;
    /* margin: 0 auto; */ }

  .blog-hm__grid .featured-post img {
    width: 95%;
    height: 240px;
    object-fit: cover;
    flex-shrink: 0; } }
@media (min-width: 501px) and (max-width: 768px) {
  .cover-img-about-me {
    height: 400px;
    background-image: url(../imgs/about-me-cover.jpg);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 116px; }

  .cover-img-services {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 116px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }

  .intro-page-section .intro-page-article {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5px; }

  .intro-page-section {
    padding-bottom: 10px; } }
@media (min-width: 501px) and (max-width: 768px) {
  .blog-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/blog-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 117px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }

  .blog-cover h1 {
    font-size: 5rem;
    color: white; }

  .blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-grid-left, .blog-grid-right {
    display: none; }

  .post-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    transition: transform .8s, background-color .8s, color .8s;
    border-radius: 8px;
    flex-direction: column; }

  .post-card .post-img {
    height: 400px;
    width: 80%;
    /* margin-right: 15px; */
    border-radius: 8px;
    margin: 0; }

  .post-card__content {
    width: 80%; } }
@media (min-width: 501px) and (max-width: 768px) {
  .post-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 117px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }

  .blog-wraper {
    margin-top: 91px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-wraper .left-sidebar, .blog-wraper .right-sidebar {
    display: none; }

  .blog-wraper .article-wraper {
    text-align: center;
    padding-bottom: 40px; } }
@media (min-width: 501px) and (max-width: 768px) {
  .products-container {
    min-height: 90vh;
    width: 90%;
    margin: 0 auto;
    /* margin-top: 150px; */
    padding: 20px 0;
    padding-top: 170px;
    font-family: "Roboto", sans-serif;
    font-size: larger; }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 40%;
    float: left;
    clear: both;
    margin: 0 0 2.992em; } }
@media (min-width: 501px) and (max-width: 768px) {
  html[lang="el"] .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
    flex-direction: column;
    padding: 5.5px 0;
    text-align: center; }
  html[lang="el"] .site-header .top-header nav > * {
    margin: 5px 0;
    font-size: 1.15rem; }
  html[lang="el"] .site-header .top-header__right .social > *:not(:last-child) {
    margin-right: 10px;
    font-size: 1.2rem; }
  html[lang="el"] .cover-video .cover-heading h1 {
    font-size: 5rem;
    line-height: 74px; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 90%;
    margin: 0 auto;
    line-height: 74px; }
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 100px !important;
    right: 44% !important;
    z-index: 999999; }
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 82px !important;
    right: 44% !important;
    z-index: 999999; }
  html[lang="el"] .fa-brands.fa-linkedin {
    position: relative;
    bottom: 3px; }
  html[lang="el"] .blog-hm__grid .post .post-content .post-btn {
    margin: 0;
    align-self: flex-start;
    width: 90%; } }
@media (min-width: 501px) and (max-width: 761px) {
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 99px !important;
    right: 44% !important;
    z-index: 999999; } }
/* Specific adjustment for landscape phone height */
@media screen and (max-height: 480px) and (max-width: 768px) {
  .cover-video .cover-heading h1 {
    font-size: 4rem;
    margin-bottom: 10px; }

  .cover-video .cover-heading h2 {
    font-size: 2.5rem;
    width: 69%;
    margin: 0 auto;
    line-height: 45px; }

  html[lang="el"] .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
    flex-direction: column;
    padding: 5.5px 0;
    text-align: center; }
  html[lang="el"] .site-header .top-header nav > * {
    margin: 5px 0;
    font-size: 1.15rem; }
  html[lang="el"] .site-header .top-header__right .social > *:not(:last-child) {
    margin-right: 10px;
    font-size: 1.2rem; }
  html[lang="el"] .cover-video .cover-heading h1 {
    font-size: 5rem;
    line-height: 74px; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 90%;
    margin: 0 auto;
    line-height: 74px; } }
@media screen and (max-height: 480px) and (min-width: 762px) and (max-width: 768px) {
  .cover-video .cover-heading h1 {
    font-size: 4.5rem;
    margin-bottom: 10px; }

  .cover-video .cover-heading h2 {
    font-size: 3rem;
    width: 69%;
    margin: 0 auto;
    line-height: 45px; }

  html[lang="el"] .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
    flex-direction: column;
    padding: 5.5px 0;
    text-align: center; }
  html[lang="el"] .site-header .top-header nav > * {
    margin: 5px 0;
    font-size: 1.15rem; }
  html[lang="el"] .site-header .top-header__right .social > *:not(:last-child) {
    margin-right: 10px;
    font-size: 1.2rem; }
  html[lang="el"] .cover-video .cover-heading h1 {
    font-size: 5rem;
    line-height: 74px; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 90%;
    margin: 0 auto;
    line-height: 74px; } }
@media (min-width: 769px) and (max-width: 916px) {
  .site-header .top-header {
    height: 51px;
    background-color: #2f9aff;
    display: flex;
    align-items: center; }

  .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    flex-direction: column;
    padding: 0px 0; }

  .main-menu {
    display: flex;
    gap: 5px; }

  .site-header .menu-wraper .main-menu .list-item .link-item:link, .site-header .menu-wraper .main-menu .list-item .link-item:visited {
    text-decoration: none;
    text-transform: capitalize;
    color: #818181;
    font-size: 1.8rem;
    padding: 10px 10px;
    transition: all .2s;
    border-radius: 8px; }

  .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 100%;
    margin: 0 auto;
    line-height: 60px; }

  .site-header .bottom-header i {
    font-size: 5rem;
    color: #ff7f2f;
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%); }

  .site-header .bottom-header .quota {
    display: inline-block;
    color: white;
    background-color: #ff7f2f;
    padding: 10px 30px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s; }

  .site-header .menu-wraper .main-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    height: 80px;
    background-color: white;
    padding-left: 0;
    margin-right: 80px; } }
@media (min-width: 917px) and (max-width: 1024px) {
  .site-header .top-header {
    height: 55px;
    background-color: #2f9aff;
    display: flex;
    align-items: center; }

  .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    flex-direction: column; }

  .site-header .bottom-header i {
    font-size: 5rem;
    color: #ff7f2f;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%); }

  .site-header .bottom-header .quota {
    display: inline-block;
    color: white;
    background-color: #ff7f2f;
    padding: 10px 30px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s; }

  .main-menu {
    display: flex;
    gap: 5px; }

  .gt_switcher_wrapper {
    position: fixed;
    top: 41px !important;
    right: 15px !important;
    z-index: 999999; }

  html[lang="el"] .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    flex-direction: column; }
  html[lang="el"] .cover-video .cover-heading h1 {
    font-size: 5rem;
    line-height: 55px; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 3.5rem;
    width: 95%;
    margin: 0 auto;
    line-height: 55px; }
  html[lang="el"] .site-header .bottom-header i {
    font-size: 3rem;
    color: #ff7f2f;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%); }
  html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:link, html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:visited {
    text-decoration: none;
    text-transform: capitalize;
    color: #818181;
    font-size: 1.8rem;
    padding: 10px 5px;
    transition: all .2s;
    border-radius: 8px; }
  html[lang="el"] .site-header .menu-wraper .main-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    height: 80px;
    background-color: white;
    padding-left: 0;
    margin-right: 200px; }
  html[lang="el"] .site-header .bottom-header .quota {
    display: inline-block;
    color: white;
    background-color: #ff7f2f;
    padding: 10px 10px;
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    font-size: 1rem;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s; }
  html[lang="el"] .blog-hm__grid {
    display: grid;
    width: 90%;
    margin: 4rem auto 4rem auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: start;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-left: 10%; }
  html[lang="el"] .blog-hm__grid .post .post-content .post-btn {
    margin: 0;
    align-self: flex-start;
    width: 90%; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .cover-video {
    height: 70vh;
    width: 100%;
    position: relative;
    background-color: white;
    top: 132px; }

  .cover-video .bg-video__content {
    height: 65vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(50%);
    position: relative; }

  .cover-video .bg-video__content {
    height: 70vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(50%);
    position: relative; }

  .cover-video .cover-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 80%;
    margin: 0 auto;
    z-index: 11;
    text-align: center; }

  .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 85%;
    margin: 0 auto;
    line-height: 60px; }

  .budges {
    display: none; }

  .about-intro {
    padding: 80px 20px 40px 20px;
    background-color: white;
    margin: 100px 0 0 0; }

  .about-intro__wraper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse; }

  .about-intro__right {
    width: 95%;
    align-self: center;
    text-align: left; }

  .about-intro__right h4 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%;
    line-height: 3rem; }

  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }

  .services .services-intro-par {
    font-size: 1.4rem;
    width: 80%;
    margin: 20px auto;
    font-weight: 300; }

  .workflow__wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    width: 100%;
    flex-wrap: wrap; }
    .workflow__wraper .separator:nth-child(4) {
      display: none; }

  .workflow__step.workflow__step--3 {
    margin-top: 40px; }

  .blog-hm__intro {
    font-size: 1.6rem;
    width: 80%;
    margin: 1.5rem auto;
    font-weight: 300; }

  .blog-hm__grid {
    display: grid;
    width: 85%;
    margin: 4rem auto 4rem auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: start;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-left: 10%; }

  .call-to-action {
    height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/call-to-action.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white; }

  .call-to-action p {
    font-size: 1.5rem;
    font-weight: bold;
    width: 75%;
    margin: 10px auto; }

  .contact .contact-wraper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 80%;
    margin: 40px auto;
    flex-direction: column; }

  .contact .contact-wraper > * {
    width: 100%; }

  .contact-wraper-right {
    margin-top: 50px; } }
@media (min-width: 769px) and (max-width: 916px) {
  .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 100%;
    margin: 0 auto;
    line-height: 60px; }

  .about-intro__wraper {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .intro-page-section .intro-page-article {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .blog-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/blog-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 121px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }

  .blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-grid-left, .blog-grid-right {
    display: none; }

  .blog-grid-center {
    width: 100%;
    margin: 0 auto; }

  .post-card .post-img {
    height: 200px;
    width: 200px;
    margin-right: 40px;
    border-radius: 8px; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .post-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 121px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }

  .blog-wraper {
    margin-top: 91px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-wraper .left-sidebar, .blog-wraper .right-sidebar {
    display: none; }

  .blog-wraper .article-wraper .post {
    width: 90%;
    margin: 20px auto;
    padding-bottom: 40px;
    text-align: left; }

  .blog-wraper .article-wraper {
    text-align: center;
    padding-bottom: 40px; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .products-container {
    min-height: 90vh;
    width: 95%;
    margin: 0 auto;
    /* margin-top: 150px; */
    padding: 20px 0;
    padding-top: 170px;
    font-family: "Roboto", sans-serif;
    font-size: larger; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 35%;
    margin-left: 0;
    border: 1px solid darkgrey;
    padding: 20px;
    border-radius: 20px; } }
@media (min-width: 769px) and (max-width: 916px) {
  html[lang="el"] .site-header .bottom-header i {
    display: none; }
  html[lang="el"] .site-header .bottom-header .quota {
    display: none; }
  html[lang="el"] .site-header .top-header__left {
    display: flex;
    font-size: 1.18rem;
    align-items: center; }
  html[lang="el"] .site-header .top-header__right .social > *:not(:last-child) {
    margin-right: 10px;
    font-size: 1.19rem; }
  html[lang="el"] .site-header .menu-wraper .main-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    height: 80px;
    background-color: white;
    padding-left: 0;
    margin-right: 15px; }
  html[lang="el"] .cover-video .cover-heading h1 {
    font-size: 5.5rem;
    line-height: 75px; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 95%;
    margin: 0 auto;
    line-height: 60px; }
  html[lang="el"] .blog-hm__grid .post .post-content .post-btn {
    margin: 0;
    align-self: flex-start;
    width: 90%; }
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 38px !important;
    right: 15px !important;
    z-index: 999999; }
  html[lang="el"] .fa-brands.fa-linkedin {
    position: relative;
    bottom: 3px; } }
@media (min-width: 917px) and (max-width: 1024px) {
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 41px !important;
    right: 15px !important;
    z-index: 999999; } }
@media (min-width: 1025px) and (max-width: 1440px) {
  .site-header .bottom-header .quota {
    display: inline-block;
    color: white;
    background-color: #ff7f2f;
    padding: 10px 30px;
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s; }

  .gt_switcher_wrapper {
    position: fixed;
    top: 70px !important;
    right: 4% !important;
    z-index: 999999; } }
@media (min-width: 1182px) and (max-width: 1277px) {
  .about-intro__wraper {
    width: 95%;
    margin: 0 auto;
    display: flex; }

  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%; }

  .about-intro__right {
    width: 50%;
    align-self: center;
    text-align: left; }

  .about-intro__left > img {
    margin: 2.5px 10px;
    border-radius: 1rem;
    align-self: stretch;
    transition: all 1s;
    box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14); }

  .about-intro__left .img-lg {
    width: 200px;
    height: 250px; }

  .about-intro__left .img-sm {
    width: 224px;
    height: 250px; }

  .about-intro__right p {
    font-size: 1.4rem;
    width: 85%; }

  .about-intro__right h4 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 90%;
    line-height: 3rem; }

  .budges {
    height: 180px;
    width: 95%;
    margin: 0 auto;
    background-color: #ff7f2f;
    margin-top: -100px;
    position: relative;
    z-index: 12;
    display: flex;
    flex-basis: 200px;
    font-size: 1.4rem;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #c84d00;
    box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    -webkit-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    -moz-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    text-align: center; }

  .budges .budge .icon-wraper {
    background-color: white;
    width: 100px;
    aspect-ratio: 1;
    clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
    position: relative;
    flex-shrink: 0; }

  .budges .budge > * {
    margin: 0px; } }
@media (min-width: 1278px) and (max-width: 1440px) {
  .cover-video .cover-heading h2 {
    font-size: 5rem;
    width: 80%;
    margin: 0 auto;
    line-height: 79px; }

  .budges {
    width: 95%;
    height: 180px;
    margin: 0 auto;
    background-color: #ff7f2f;
    margin-top: -100px;
    position: relative;
    z-index: 12;
    display: flex;
    flex-basis: 200px;
    font-size: 1.4rem;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #c84d00;
    box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    -webkit-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    -moz-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    text-align: center; }

  .budges .budge .icon-explain--3 p {
    font-size: 4rem;
    line-height: 4rem;
    width: 90%;
    margin: 0 auto 20px auto; }

  .about-intro__wraper {
    width: 100%;
    margin: 0 auto;
    display: flex; }

  .services__wraper {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap; }

  .services__service {
    margin: 20px 10px;
    flex-basis: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eefa;
    padding: 10px 20px;
    border-radius: 1.2rem;
    transition: all .3s; }

  .blog-hm__grid {
    display: grid;
    width: 90%;
    margin: 4rem auto 4rem auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: start;
    text-align: left; }

  .call-to-action {
    height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/call-to-action.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white; }

  .contact .contact-wraper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 85%;
    margin: 40px auto; }

  .services__service {
    margin: 20px 10px;
    flex-basis: 217px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eefa;
    padding: 10px 20px;
    border-radius: 1.2rem;
    transition: all .3s; }

  html[lang="el"] .main-menu {
    display: flex;
    gap: 0; }
  html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:link, html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:visited {
    text-decoration: none;
    text-transform: capitalize;
    color: #818181;
    font-size: 1.8rem;
    padding: 10px 10px;
    transition: all .2s;
    border-radius: 8px; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 80%;
    margin: 0 auto;
    line-height: 55px; }
  html[lang="el"] .services__service {
    margin: 20px 10px;
    flex-basis: 235px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eefa;
    padding: 10px 20px;
    border-radius: 1.2rem;
    transition: all .3s; } }
@media (min-width: 1025px) and (max-width: 1181px) {
  .site-header .menu-wraper .main-menu .list-item .link-item:link, .site-header .menu-wraper .main-menu .list-item .link-item:visited {
    text-decoration: none;
    text-transform: capitalize;
    color: #818181;
    font-size: 1.8rem;
    padding: 10px 25px;
    transition: all .2s;
    border-radius: 8px; }

  .site-header .bottom-header i {
    font-size: 5rem;
    color: #ff7f2f;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%); }

  .site-header .bottom-header .quota {
    display: inline-block;
    color: white;
    background-color: #ff7f2f;
    padding: 10px 30px;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s; }

  .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 90%;
    margin: 0 auto;
    line-height: 66px; }

  .cover-video .cover-heading h1 {
    font-size: 5rem; }

  .budges {
    width: 95%;
    height: 150px;
    margin: 0 auto;
    background-color: #ff7f2f;
    margin-top: -79px;
    position: relative;
    z-index: 12;
    display: flex;
    flex-basis: 200px;
    font-size: 1.4rem;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #c84d00;
    box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    -webkit-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    -moz-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
    text-align: center; }

  .budges .budge .icon-wraper {
    background-color: white;
    width: 110px;
    aspect-ratio: 1;
    clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
    position: relative;
    flex-shrink: 0; }

  .budges .budge .icon-explain p {
    font-weight: bold;
    font-size: 4rem;
    line-height: 4.5rem;
    position: relative;
    top: 2.5rem; }

  .budges .budge .icon-explain--2 p {
    font-size: 4rem;
    line-height: 40px; }

  .budges .budge .icon-explain p span {
    font-size: 1.5rem;
    position: relative;
    bottom: 1rem;
    width: 100%; }

  .budges .budge .icon-explain--3 p {
    font-size: 4rem;
    line-height: 4rem;
    width: 90%;
    margin: 0 auto 20px auto; }

  .about-intro__wraper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse; }

  .about-intro__right {
    width: 80%;
    align-self: center;
    text-align: left; }

  .about-intro__right h4 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%;
    line-height: 3rem; }

  .about-intro__right p {
    font-size: 1.4rem;
    width: 100%; }

  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: -auto;
    margin: 0 auto; }

  .services .services-intro-par {
    font-size: 1.4rem;
    width: 65%;
    margin: 20px auto;
    font-weight: 300; }

  .workflow__wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    width: 90%;
    margin: 0 auto; }

  .blog-hm__intro {
    font-size: 1.6rem;
    width: 65%;
    margin: 1.5rem auto;
    font-weight: 300; }

  .blog-hm__grid .featured-post img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    flex-shrink: 0; }

  html[lang="el"] .site-header .top-header {
    height: unset;
    background-color: #2f9aff;
    display: flex;
    align-items: center; }
  html[lang="el"] .site-header .top-header nav {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto; }
  html[lang="el"] .site-header .top-header nav {
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto; }
    html[lang="el"] .site-header .top-header nav > * {
      margin: 5px 0; }
  html[lang="el"] .site-header .top-header__left {
    display: flex;
    font-size: 1.1rem;
    align-items: center; }
  html[lang="el"] .site-header .top-header__right .social p {
    font-size: 1.2rem;
    font-weight: bold; }
  html[lang="el"] .main-menu {
    display: flex;
    gap: 0px; }
  html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:link, html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:visited {
    text-decoration: none;
    text-transform: capitalize;
    color: #818181;
    font-size: 1.8rem;
    padding: 10px 10px;
    transition: all .2s;
    border-radius: 8px; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 85%;
    margin: 0 auto;
    line-height: 55px; }
  html[lang="el"] .budges {
    display: none; }
  html[lang="el"] .gt_switcher_wrapper {
    position: fixed;
    top: 18px !important;
    right: 15px !important;
    z-index: 999999; }
  html[lang="el"] .site-header .bottom-header .quota {
    display: inline-block;
    color: white;
    background-color: #ff7f2f;
    padding: 10px 10px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s; } }
@media (min-width: 1182px) and (max-width: 1276px) {
  html[lang="el"] .about-intro__left .img-sm {
    width: 220px;
    height: 250px; }
  html[lang="el"] .site-header .top-header__left {
    display: flex;
    font-size: 1.2rem;
    align-items: center; }
  html[lang="el"] .site-header .top-header__right .social p {
    font-size: 1.2rem;
    font-weight: bold; }
  html[lang="el"] .main-menu {
    display: flex;
    gap: 0px; }
  html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:link, html[lang="el"] .site-header .menu-wraper .main-menu .list-item .link-item:visited {
    text-decoration: none;
    text-transform: capitalize;
    color: #818181;
    font-size: 1.8rem;
    padding: 10px 10px;
    transition: all .2s;
    border-radius: 8px; }
  html[lang="el"] .site-header .bottom-header i {
    font-size: 5rem;
    color: #ff7f2f;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%); }
  html[lang="el"] .site-header .menu-wraper .main-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    height: 80px;
    background-color: white;
    padding-left: 0;
    margin-right: 141px; }
  html[lang="el"] .site-header .bottom-header .quota {
    display: inline-block;
    color: white;
    background-color: #ff7f2f;
    padding: 10px 20px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s; }
  html[lang="el"] .cover-video .cover-heading h1 {
    font-size: 5rem; }
  html[lang="el"] .cover-video .cover-heading h2 {
    font-size: 4rem;
    width: 95%;
    margin: 0 auto;
    line-height: 60px; }
  html[lang="el"] .budges .budge .icon-explain p {
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.5rem;
    position: relative;
    top: 2.5rem; }
  html[lang="el"] .budges .budge .icon-wraper {
    background-color: white;
    width: 100px;
    aspect-ratio: 1;
    clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
    position: relative;
    flex-shrink: 0; }
  html[lang="el"] .blog-hm__grid .featured-post img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    flex-shrink: 0; }
  html[lang="el"] .blog-hm__grid .post .post-content .post-btn {
    margin: 0;
    align-self: flex-start;
    width: 80%; } }
@media (min-width: 1025px) and (max-width: 1440px) {
  .intro-page-section .intro-page-article {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 0; } }
@media (min-width: 1025px) and (max-width: 1440px) {
  .blog-grid {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    grid-template-rows: 1fr; } }
@media (min-width: 1025px) and (max-width: 1181px) {
  .blog-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/blog-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 121px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }

  .blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-grid-left, .blog-grid-right {
    display: none; }

  .blog-grid-center {
    width: 85%;
    margin: 0 auto; } }
@media (min-width: 1025px) and (max-width: 1440px) {
  .post-cover {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/services-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 121px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }

  .blog-wraper {
    margin-top: 91px;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: 1fr; }

  .blog-wraper .left-sidebar .sidebar-posts .sidebar-post .sidebar-post-img {
    width: 90%;
    border-radius: 5px;
    height: 200px; }

  .blog-wraper .article-wraper .post {
    width: 90%;
    margin: 20px auto;
    padding-bottom: 40px;
    text-align: left; }

  .blog-wraper .article-wraper {
    text-align: center;
    padding-bottom: 40px; } }
@media (min-width: 1025px) and (max-width: 1181px) {
  .blog-wraper {
    margin-top: 91px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .blog-wraper .left-sidebar, .blog-wraper .right-sidebar {
    display: none; }

  .blog-wraper .article-wraper .post {
    width: 80%;
    margin: 20px auto;
    padding-bottom: 40px;
    text-align: left; } }
@media (min-width: 1025px) and (max-width: 1440px) {
  .products-container {
    min-height: 90vh;
    width: 80%;
    margin: 0 auto;
    /* margin-top: 150px; */
    padding: 20px 0;
    padding-top: 200px;
    font-family: "Roboto", sans-serif;
    font-size: larger; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 25%;
    margin-left: 0;
    border: 1px solid darkgrey;
    padding: 20px;
    border-radius: 20px; } }

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