.title-animation-container {
  /* background-image: url('../images/animations/water-01.gif'); */
  background-size: cover;
  color: transparent !important;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  color: gray;
}

.title-portfolio {
  text-transform: uppercase;
  font-weight: 800;
  font-size: calc(30px + (72 - 30) * ((100vw - 320px) / (1920 - 320)));
  display: inline-block;
  line-height: 1.2;
}

.title-bg_animation-01 {
  color: #116cb2;
  animation: waters_one 5s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
}

@keyframes waters_one {
  0% {color: gray;}
  100% {
    color: transparent !important;
  }
}

/* Custom partners logo slider pointer */

.cursor {
    width:80px;
    height:80px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003a56;
    color: #fff;
    z-index: 9999;
    bottom: 2px; /*hiding to bottom from user while DOM is loading and shows it on top left corner */
}

.counter-block .grid .counter-grid .text-wrap .sub-title {
    color: #4d4d4d;
    /* font-size: 37px; */
    font-family: "Lato",sans-serif;
    font-weight: 500;
}

.counter-block .grid .counter-grid .text-wrap .big-text {
    font-size: calc(40px + (85 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.counter-block .grid .right-grid .content p {
    font-size: calc(20px + (31 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.project-text-block .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: calc(15px + (40 - 15) * ((100vw - 320px) / (1920 - 320))) 5%;
    /* font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1920 - 320))); */
    padding-top: 0;
    margin-top: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.block-title.section-space {
    padding: calc(30px + (80 - 30) * ((100vw - 320px) / (1920 - 320))) 5%;
    padding-bottom: 10px;
}

.text-block-title {
    position: relative;
    height: 150px;
}

.vasilis {
    font-size: calc(28px + (50 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    color: #116cb2;
    text-transform: uppercase;
    text-align:center;
    margin-top: 120px;
    margin-bottom: -50px;
}


.text-wrap-services-tmp {
  max-width: 90% !important;
}

#footer .footer-text-block {
    background-size: cover;
    background-position: center;
    padding: calc(90px + 55*(100vw - 320px)/1600) 0;
}

#footer .footer-text-block .grid .text p {
    font-size: calc(18px + 14*(100vw - 320px)/1600);
    line-height: 1.5;
    font-weight: 400;
}

.mb-150 {
  margin-bottom: 150px;
}


.services-slider-block .service-slider .single-slide .image-col .tools-bg {
    position: absolute;
    top: -30%;
    left: 0;
    width: 200px;
    height: calc(250px + 300*(100vw - 320px)/1600);
    background: url(../assets/images/service-bg.png) no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: -1;
}


.press-block {
    background-color: #f6f6f6;
    padding: 0 calc(15px + 45*(100vw - 320px)/1600);
    max-width: 90%;
}

#top_bar {
    font-size: 1rem;
}

.lang-wrap ul li ul li a {
    font-weight: normal;
}

.footer-menu ul {
  line-height: 2.1;
}

.portfolio-link-wrap a {
    font-size: calc(30px + (65 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.nav-text a {
  color: #fff;
}

.company-pdf-btn {
 width: 150px;
 height: 150px;
 padding: 20px;
}

.sidebar .social-grid {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 100px;
}

.sidebar .social-grid a {
    font-size: 25px;
    color: #165690;
}

.sidebar .social-grid .border {
    width: 1px;
    height: 35px;
    margin: 35px 0;
}