.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}


body {
font-family: 'Manrope', sans-serif;
}

#contenttop h1.pagetitle {
padding-top: 100px;
font-size: 50px;
}

#contenttop h1.c-title-lg {
padding-top: 100px;
font-size: 50px;
margin-bottom: 10px;
padding-bottom: 0px;
color: #00a9a4;
}

#contenttop h2.c-title-lg {
font-size: 50px;
margin-bottom: 10px;
padding-bottom: 0px;
color: #00a9a4;
}

p.c-subtitle-lg {
font-size: 20px;
max-width: 500px;
margin: 0 auto;
text-align: center;
}

p.c-text-lg {
font-size: 1.3em;
}

#contenttop p.c-title-md {
font-size: 30px;
font-weight: 800;
margin-bottom: 0px;
    line-height: 1.4;
}

/* TOP BANNER LINKS */

.c-topbanner-text {
    font-size: 14px;
    font-weight: 800;
    margin-right: 10px;
}

#topbanner .htmlbox a.c-topbanner-link {
    margin-right: 10px;
} 

/* END TOP BANNER LINKS */

#contenttop h2.c-title-md {
font-size: 34px;
font-weight: 800;
margin-bottom: 0px;
padding-bottom: 0px;
border: 0;
}

.c-subtitle{
font-size: 20px;
font-weight: 500;
margin-bottom: 50px;
}

.c-title-sm {
font-size: 20px;
font-weight: 800;
margin-bottom: 10px;
padding-bottom: 0px;
border: 0;
}

.c-title-divider {
    height: 1px;
    width: 100%;
    background-color: #dcebea;
    margin-top: 20px;
    margin-bottom: 25px;
}

/* BUTTON PURPLE */
.c-button-purple {
    display: inline-block;
    background-color: #891cb3;
    padding: 15px 25px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.c-button-purple:before {
    content: '';
    background-color: #00a9a4;
    width: 0%;
    height: 100%;
    display: block;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.c-button-purple span {
   position: relative;
    transition: 0.3s;
}

.c-button-purple:hover:before {
    width: 100%;
}

/* END BUTTON PURPLE */

/* BUTTON PURPLE */
.c-button-border {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #00a9a4;
    padding: 15px 25px;
    color: #0f1414;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.c-button-border:before {
    content: '';
    background-color: #00a9a4;
    width: 0%;
    height: 100%;
    display: block;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.c-button-border span {
   position: relative;
}

.c-button-border:hover {
color: white;
}

.c-button-border:hover:before {
    width: 100%;
}

/* END BUTTON BORDER */


/* MAIN CONTAINER */

.c-main-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-main-inner-900 {
    max-width: 990px;
    margin: 0 auto;
}

.c-main-inner-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

/* END MAIN CONTAINER */

/* FOOTER */

.c-footer-container {
padding-top: 100px;
padding-bottom: 100px;
border-top: 1px solid #00a9a4;
}

.c-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.c-footer-container p {
margin-bottom: 5px;
}

.c-footer-container a {
text-decoration: none;
}

.c-footer-container a:hover {
text-decoration: underline;
color: #00a9a4 !important;
}

.c-footer-certificates {
    background-color: #00a9a4;
    display: flex;
    padding: 20px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.c-footer-cert img {
width: auto;
height: 40px;
}

.c-footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 20px;
}

.c-footer-social-icon {
border: 2px solid #00a9a4;
padding: 15px;
border-radius: 20px;
}

.c-footer-social-icon img {
width: auto;
height: 25px;
}


/* TOP SECTION SEARCH */

.c-topimage-container {
position: relative;
}

.c-topimage-search-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============================== */

/* INFO BANNER */

.c-infobanner-container {
    position: relative;
    width: 100%;
}

#belowsite .c-infobanner-container {
    margin-top: 100px;
}

.c-infobanner-inner p {
    margin-bottom: 10px;
    position: relative;
}

.c-infobanner-inner .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-infobanner-abovetitle {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
}

.c-infobanner-text {
text-align: center;
}

.c-infobanner-text p:last-child {
padding-top: 10px;
}

.c-infobanner-abovetitle span.c-nea-upiresia {
    position: relative;
    margin-right: 10px;
}

.c-infobanner-abovetitle span span {
position: relative;
z-index: 2;
/*color: white;*/
}


.c-infobanner-abovetitle span.c-nea-upiresia:before {
    content: '';
    background-color: #feea7c;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    z-index: 0;
    border-radius: 50%;
}

.c-infobanner-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.c-moto-icon-box {
position: relative;
}

.c-moto-icon-box:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
    background-color: #00a9a4;
    display: block;
    width: 120%;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.c-moto-icon {
    text-align: right;
    padding-right: 5vw;
position: relative;
}

.c-moto-icon img{
    max-height: 250px;
    width: auto;
    height: 100%;
}

.c-justontime-box {
position: relative;
}

.c-justontime-box:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50%;
    background-color: #00a9a4;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.c-justontime-image {
    background-color: #feea7c;
    padding: 30px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
    width: 70%;
    margin-right: 0;
    margin-left: auto;
}

.c-justontime-image img {
width: 100%;
}

/* ============================================ */

#belowsite .c-infobanner-container .col-md-12 .c-button-purple:before {
    background-color: white;
}

#belowsite .c-infobanner-container .col-md-12 a.c-button-purple, #belowsite .c-infobanner-container  p {
    color: white;
}

#belowsite .c-infobanner-container .col-md-12 .c-button-purple:hover span {
color: #891cb3;
}

#belowsite .c-infobanner-container .col-md-12 {
background-color: #00a9a4;
    padding-top: 70px;
    padding-bottom: 65px;
}


/* ================ */

a.c-simplelinks {
text-decoration: none;
color: #0f1414;
}

a.c-simplelinks:hover {
text-decoration: underline;
color: #00a9a4 !important;
}


/* SERVICES ICONS */

.c-services-box-icon {
    padding-bottom: 20px;
    position: absolute;
    top: 50px;
    right: 60px;
}

.c-services-box-icon img {
    width: 70px;
    height: auto;
}

.c-video-youtube-frame {
    max-width: 1280px;
    margin: 0 auto;
}

.c-video-youtube-frame iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}.c-newlogo {
    background-image: url('/cache/files/9b4325eccccf6eefbd91118706655c56a2b7b29a.svg');
    background-position: center;
    background-size: 105px;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/9b4325eccccf6eefbd91118706655c56a2b7b29a.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
    height: 80%;
    top: 10%;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/9b4325eccccf6eefbd91118706655c56a2b7b29a.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-pagetitle-container {
background-color: #69c6c1;
color: #fff;
padding: 5vh;
}

.c-pagetitle-box {
max-width: 1280px;
margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-pagetitle {
margin-bottom: 0px;
font-size: 2.4em;
font-weight: 800;
}

.c-pagetitle-menu {
margin-bottom: 0px;
font-size: 0.9em;
text-align: right;
}

.c-pagetitle-menu a{
text-decoration: none;
color: #fff;
}

.c-pagetitle-menu a:hover {
text-decoration: none;
}

.c-menuspace {
margin-left: 10px;
margin-right: 10px;
}/* TABLET */

@media (min-width: 769px) and (max-width: 991px) {
.c-footer-inner .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-inner .row .col-md-3, .c-footer-inner .row .col-md-2 {
width: 33.33%;
}


}

/* ------ */

@media (max-width: 991px) {
.c-infobanner-inner .row {
    flex-direction: column;
    align-items: initial;
}

.c-infobanner-inner .row .col-md-4:nth-child(2), .c-infobanner-inner .row .col-md-4:nth-child(3) {
    padding-top: 30px;
}

.c-moto-icon-box:before {
    top: 0;
    transform: none;
    width: 150%;
    left: -100%;
    height: 100%;
    border-radius: 0;
    aspect-ratio: auto;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.c-moto-icon {
    padding-right: 0;
text-align: center;
}

.c-moto-icon img {
    max-height: 250px;
    width: auto;
    height: 100px;
}

.c-justontime-box:before {
display: none;
}

.c-infobanner-title {
margin-right: 50px;
}

.c-footer-logo {
    margin-bottom: 20px;
}

.c-footer-logo img {
    max-width: 180px;
    height: auto;
}
}



/* MOBILE */

@media (max-width: 768px) {

.c-main-inner-900 {
    padding: 0 15px;
}

#contenttop h1.c-title-lg, #contenttop h2.c-title-lg {
font-size: 32px;
padding-top: 50px;
}

#contenttop .c-main-container h2.c-title-lg {
padding-top: 0;
}

p.c-subtitle-lg {
    font-size: 18px;
    width: 90%;
}

#contenttop p.c-title-md {
    font-size: 22px;
}

.c-infobanner-inner .row {
    flex-direction: column;
    align-items: initial;
}

.c-infobanner-inner .row .col-md-4:nth-child(2), .c-infobanner-inner .row .col-md-4:nth-child(3) {
    padding-top: 30px;
}

.c-moto-icon-box:before {
    top: 0;
    transform: none;
    width: 150%;
    left: -100%;
    height: 100%;
    border-radius: 0;
    aspect-ratio: auto;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.c-moto-icon {
    padding-right: 0;
text-align: center;
}

.c-moto-icon img {
    max-height: 250px;
    width: auto;
    height: 100px;
}

.c-justontime-box:before {
display: none;
}

.c-footer-logo {
    width: 40%;
}

#belowsite .c-infobanner-container .col-md-12 {
    padding-top: 50px;
    padding-bottom: 45px;
}

.c-footer-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-footer-container .col-md-2, .c-footer-container .col-md-3 {
margin-bottom: 30px;
}

.c-footer-social-icon {
padding: 10px;
}

}.tracking_boxy {
    background-color: #80dbba;
}

.c_next_tracking_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px;
    position: relative;   
}

.c_next_tracking {
    width: 65%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    background-color: white;
    border-radius: 20px;
}

.c_next_tracking form {
    padding: 20px;
}

#contenttop .c_next_tracking h2 {
text-align: left;
    font-size: 20px;
    color: white;
    position: relative;
    margin-top: -55px;
    margin-bottom: 20px;
}

#contenttop .c_next_tracking form label {
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
}

#contenttop .c_next_tracking form input {
    padding: 10px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    border-radius: 10px;
border: 1px solid;
}

#contenttop .c_next_tracking form button {
    display: inline-block;
    background-color: #891cb3;
    padding: 15px 25px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 0px;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
}

#contenttop .c_next_tracking form button:before {
    content: '';
    background-color: #00a9a4;
    width: 0%;
    height: 100%;
    display: block;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

#contenttop .c_next_tracking form button span {
   position: relative;
    transition: 0.3s;
}

#contenttop .c_next_tracking form button:hover:before {
    width: 100%;
}


#contenttop .c_next_tracking form div {
    font-size: 12px;
    margin-top: 15px;
}

.c_topimage_tracking {
width: 35%;
}

.c_topimage_tracking img {
width: 100%;
height: auto;
}

/* APOTELESMATA */

.tracking_results {
    padding: 0px 20px 20px 20px;
}

.tracking_results table {
    width: 100%;
    font-size: 14px;
}

.tracking_results table tr {
    height: 45px;
}

.tracking_results table td {
    padding-right: 15px;
}

.tracking_results table tr:nth-child(1) {
    border-bottom: 1px solid;
}

/* ================= */

@media (max-width: 1280px) {
.c_next_tracking {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.c_topimage_tracking {
    width: 35%;
    margin-left: 65%;
}
}

/* TABLET */
@media (max-width: 991px) {
.c_next_tracking_container {
padding-top: 70px;
padding-bottom: 50px;
}

.c_next_tracking {
width: 100%;
position: relative;
    transform: none;
top: 0;
}

.c_topimage_tracking {
    width: auto;
    height: 170px;
    position: absolute;
    z-index: 4;
    top: 90px;
    right: 35px;
    border-radius: 10px;
    overflow: hidden;
}

.c_topimage_tracking img {
    width: auto;
    height: 100%;
}

.tracking_results {
font-size: 14px;
}
.c_next_tracking form {
    margin-right: 150px;
}
}
/* ================= */


/* MOBILE */
@media (max-width: 768px) {

.tracking_results {
    overflow-x: scroll;
}

.c_next_tracking table {
    min-width: 700px;
}

.c_next_tracking form {
    margin-right: 0px;
}

.c_topimage_tracking {
display: none;
}

}
/* ================= */