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

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

/* ESPA */

.notloggedin .c-espa-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

@media (max-width: 991px) {
.c-espa-container {
    position: fixed;
    bottom: 45px;
    left: auto;
    right: 20px;
}
}


/*ELLADA 2.0*/

.c-ellada-container {
    position: fixed;
    bottom: 20px;
    left: 330px;
    z-index: 99999;
}

@media (max-width: 991px) {
.c-ellada-container {
    position: fixed;
    bottom: 5px;
    left: auto;
    right: 20px;
}
}

.c-iso-container {
padding-top: 50px;
    padding-bottom: 50px;
   max-width: 600px;
   margin: 0 auto;
   text-align: center;
}

.c-iso-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.c-iso-box {
    width: calc(33.33% - 20px);
}

@media (max-width: 768px) {
.c-iso-boxes {
    flex-direction: column;
}
.c-iso-box {
    width: 60%;
    margin: 0 auto;
}
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/7b66ca7792fe03a7bb631b925d4045d0a959976e.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-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}


#innercontent {
padding-top: 0px;
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}


/* PAGE TITLES */

.c-new-pagetitle {
display: none;
}

.c-new-pagetitle {
    margin-left: auto;
    margin-right: auto;
padding-left: 0px !important;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1280px;
}

/* CONTAINERS */

.c-container-first {
    position: relative;
    min-height: calc(100vh - 100px);
}
.c-container-gen {
    position: relative;
    min-height: 100vh;
}

.c-top-header {
    min-height: 100vh;
    min-height: 50vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
text-align: center;
position: relative;
}

.c-homepagetop, .c-aboutpage {
    min-height: 100vh;
    background-position: center;
}

.c-top-header-inner {
    position: relative;
    z-index: 2;
}

#contenttop .c-top-header-inner h2.c-subtitle-xl, #abovecontent  .c-top-header-inner h2.c-subtitle-xl {
    font-size: 1.6vw;
    font-weight: 300;
    line-height: 1.6;
    width: 50%;
    margin: 0 auto;
}

.c-main-message-container {
background-color: #8999af; 
background-color: #000019;
color: white;
    overflow: hidden;
    position: relative;
}

.c-main-message-container:before {
    content: '';
    position: absolute;
    width: 60vw;
    height: 100%;
    background-color: #006bff;
    filter: blur(12vw);
    border-radius: 50%;
    left: -10%;
    opacity: 0.7;
    top: -30%;
}

.c-main-message-container::after {
    content: '';
    position: absolute;
    width: 60vw;
    height: 100%;
    background-color: #a700ff;
    filter: blur(12vw);
    border-radius: 50%;
    right: -10%;
    opacity: 0.7;
    bottom: -30%;
    z-index: 0;
}

.c-main-message-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

/* ------------------------ */



/* TITLES */

#contenttop h1.c-title-xl, #abovecontent h1.c-title-xl {
color: white;
    font-size: 4vw;
    margin-bottom: 0;
    line-height: 1;
}

#contenttop h1.c-title-lg, #abovecontent h1.c-title-lg {
color: white;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
}

#contenttop h2.c-subtitle-xl, #abovecontent h2.c-subtitle-xl {
color: white;
    font-size: 2vw;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

.c-title-md {
font-size: 60px;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: relative;
}

.c-title-sm {
font-size: 30px;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: relative;
}

.c-md-title-slider {
font-size: 3vw;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: absolute;
    top: 0;
    padding-top: 0;
}

/* ------------------------ */

/* TEXTS */

p.c-text-lg {
font-size: 24px;
}
/* END TEXTS */

/* ------------------------ */

/* ALIGNS */



.c-align-padding-top {
position: relative;
padding-top: 100px;
margin-left: 5%;
z-index: 1;
}
.c-align-padding-bottom {
position: relative;
padding-bottom: 100px;
margin-left: 5%;
z-index: 1;
}



/* ------------------------ */

/* UNDERLINE */

span.c-underline-big {
  box-shadow: inset 0px -2vw #16eff0;
  transition: box-shadow 250ms ease;
}
span.c-underline-big:hover {
box-shadow: inset 0px -6vw #16eff0;

}
span.c-underline-md {
  box-shadow: inset 0px -30px #16eff0;
  transition: box-shadow 500ms ease;
}
span.c-underline-md:hover {
box-shadow: inset 0px -75px #16eff0;
}


/* ------------------------ */



/* BUTTONS */

.c-button {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 200px;
    font-weight: 800;
    text-decoration: none;
    margin-top: 20px;
    border: 1px solid transparent;
}

.c-button.c-button-fillwhite {
    color: black;
    background-color: white;
}

.c-link-color {
    color: #23b3e8;
    font-size: 20px;
    font-weight: 800;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    overflow: hidden;
padding-bottom: 5px;
text-decoration: none;
}

.c-link-color::after {
content: '';
background-color: #23b3e8;
height: 2px;
width: 0%;
position: absolute;
bottom: 0;
left: 0;
transition: 0.3s;
}

.c-link-color:hover::after {
width: 100%;
}

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size:  16px;
text-transform: uppercase;
    font-weight: 800;
    line-height: 1em;
    text-align: center;
    padding: 20px 10px;
    min-width: 170px;
    color: white;
    background-color: #23b3e8;
    transition: 0.3s;
    border-radius: 500px;
}

.c-button-1:hover {
color: white;
background-color: #060020;
}

.c-button-white {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
text-transform: uppercase;
    font-weight: 800;
    line-height: 1em;
    text-align: center;
    padding: 20px 10px;
    min-width: 170px;
    color: #060020;
    background-color: white;
    transition: 0.3s;
    border-radius: 500px;
}

.c-button-white:hover {
color: white !important;
background-color: #23b3e8;
}

.c-button-blue {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
text-transform: uppercase;
    font-weight: 800;
    line-height: 1em;
    text-align: center;
    padding: 20px 10px;
    min-width: 170px;
    color: white;
    background-color: #060020;
    transition: 0.3s;
    border-radius: 500px;
}

.c-button-blue:hover {
    background-color: #23b3e8;
}


/* ------------------------ */

.c-social-icons {
    width: 40px;
    height: auto;
    border: 1px solid #333333;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
}




/* USE CASES IMAGES */

.c-padding-top-100 {
padding-top: 100px;
}

.c-padding-top-50 {
padding-top: 50px;
}

.c-padding-bottom-100 {
padding-bottom: 100px;
}

.c-padding-bottom-50 {
padding-bottom: 50px;
}




.c-max-w-1280 {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}


/* CTA */

.c-cta-big {
    background-color: #060020;
    color: white;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.c-cta-big p {
    font-size: 30px;
    font-weight: 800;
}

#contenttop div.htmlbox ul {
padding-left: 20px;
}


/* PARTNERS SECTION */

.c-partners-container {
    background-color: #000019;
    /*background-image: linear-gradient(90deg, #b780aa 10%, #8999af 40%);*/
    padding-top: 100px;
    padding-bottom: 100px;
position: relative;
overflow: hidden;
}

.c-partners-container:before {
    content: '';
    width: 50vw;
    height: 20vw;
    position: absolute;
    background-color: #a700ff;
    border-radius: 50%;
    filter: blur(12vw);
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.c-partners-container::after {
    content: '';
    width: 50vw;
    height: 20vw;
    position: absolute;
    background-color: #006bff;
    border-radius: 50%;
    filter: blur(12vw);
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.c-partners-inner {
    text-align: center;
    /*max-width: 980px;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
   color: white;
}

@media (min-width: 992px) {
.c-partners-inner .col-md-5 {
width: 45%;
}

.c-partners-inner .col-md-offset-2 {
    margin-left: 10%;
}
}

.c-partners-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-partners-logos-box {
    width: 25%;
}

.c-partners-logos-box img {
    width: 80%;
    height: auto;
    opacity: 0.5;
    transition: 0.3s;
    padding: 0 10%;
    margin: auto;
}

.c-partners-logos-box:hover img {
    opacity: 1;
}

.c-customers-boxes{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.c-customer-box {
    display: flex;
    flex-direction: row;
    padding: 0 2vw;
    align-items: center;
}

.c-customer-box-design {
    width: 45%;
    overflow: hidden;
    position: relative;
}

.c-customer-box-info {
    padding-left: 0px;
    display: flex;
    align-items: center;
    width: 65%;
}

.c-customer-box-design.c-customer-box-design-2 img {
    max-height: 400px;
}

.c-customers-container p {
    max-width: 720px;
    margin: 0 auto 30px auto;
    font-size: 1.2em;
}

.c-customer-box-info p {
    padding: 0 15px;
}

.c-customer-box-info span.c-text-2x {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0;
}

/* END PARTNERS SECTION */

/* -------------------------- */

/* COPYRIGHT */

#copyinfo {
    /* color: #060020;*/
    /* background-color: white;*/
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 0px 45px;
}

/* END COPYRIGHT */

/* -------------------------- */

/* FOOTER DESIGN */

.c-align-padding-footer {
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
}

.c-footer-link {
margin-left: 0;
margin-right: 0;
}

.c-footer-link a{
text-decoration: none;
color: #333;
    width: 100%;
    display: flex;
    align-items: center;
}

.c-footer-icon-1, .c-footer-icon-2, .c-footer-icon-3 {
    border: 1px solid #333333;
    text-align: center;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #23b3e8;
}

.c-footer-link:hover .c-footer-icon-1, .c-footer-link:hover .c-footer-icon-2, .c-footer-link:hover .c-footer-icon-3 {
    border: 1px solid #23b3e8;
    background-color: #23b3e8;
    color: white;
}

.c-footer-link .c-footer-icon-1 span, .c-footer-link .c-footer-icon-2 span, .c-footer-link .c-footer-icon-3 span {
    margin-left: 5px;
}

/* FOOTER DESIGN */

/* -------------------------- */

/* GRADIENT DIVIDER */

.c-divider-gradient {
    height: 1px;
    background-image: linear-gradient(45deg, #a700ff, #006bff);
}

/* END GRADIENT DIVIDER */

/* -------------------------- */

/* VIDEO TOP HEADER */

.c-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* END VIDEO TOP HEADER */

/* -------------------------- */

/* USE CASE CONTENT DESIGN */

.c-top-header-industry {
position: relative;
padding-top: 200px;
    padding-top: 150px;
padding-bottom: 100px;
    padding-bottom: 50px;
background-color: #000019;
overflow: hidden;
color: white;
}


.c-top-header-industry:before {
    content: '';
    position: absolute;
    width: 60vw;
    height: 100%;
    background-color: #006bff;
    filter: blur(12vw);
    border-radius: 50%;
    left: -10%;
    opacity: 0.7;
    top: -30%;
}

.c-top-header-industry::after {
    content: '';
    position: absolute;
    width: 60vw;
    height: 100%;
    background-color: #a700ff;
    filter: blur(12vw);
    border-radius: 50%;
    right: -10%;
    opacity: 0.7;
    bottom: -30%;
}

.c-top-header-industry-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
   padding-left: 15px;
   padding-right: 15px;
}



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

.c-more-details-container {
    background-color: #eef0f0;
padding-top: 100px;
padding-bottom: 100px;
}

.c-more-details-inner {
max-width: 1280px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.c-more-details-inner p {
    margin-bottom: 0;
}

.c-table-details {
text-align: center;
}

.c-table-details {
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
}

.c-table-details tr {
    border-color: transparent;
}

.c-table-details tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.c-table-details tr.c-table-head {
    background-color: #c9d0d3;
}

.c-table-details p, .c-table-details .c-table-head p {
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.c-table-details .c-table-head p {
font-size: 18px;
font-weight: 800;
}


#contenttop h2.c-title-md {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

#contenttop div.htmlbox ul {
line-height: 1.6;
}

#contenttop div.htmlbox ul.c-ul-numbers {
    list-style: decimal;
}

#contenttop div.htmlbox ul.c-ul-numbers {
padding-left: 40px;
}

#contenttop div.htmlbox ul.c-ul-numbers li::marker {
font-weight: 800;
}

/* INDUSTRIES & VERTICALS WE SERVED */

.c-served .row {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-served .row .col-md-6 {
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.c-served-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 600px;
}



.c-col-md-inner {
padding: 50px;
}

#contenttop div.htmlbox ul.c-industries-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
    margin: 0;
}

#contenttop div.htmlbox ul.c-industries-list li {
    display: block;
    margin-right: 30px;
}


/* ABOUT US TECHNOLOGY SECTION */

.c-technology-info-container {
    background-color: #060020;
    color: white;
    padding: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.c-technology-container .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-technology-container .row .col-md-6.col-md-push-6 img {
    width: 100%;
    height: auto;
}

.c-technology-icon {
    display: inline-block;
    padding: 15px;
    border: 2px solid white;
    border-radius: 50%;
margin-bottom: 10px;
}

.c-technology-icon img {
width: 40px;
height: auto;
}

.c-technology-info-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-technology-info-box {
    width: 50%;
margin-top: 50px;
}

.c-technology-info-box:nth-child(even) p, .c-technology-info-box:nth-child(even) .c-technology-icon {
margin-left: 30px;
}

.c-technology-info-box:nth-child(odd) p, .c-technology-info-box:nth-child(odd) .c-technology-icon {
margin-right: 30px;
}


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

/* ABOUT US TEAM SECTION */

.c-team-container {
padding-top: 100px;
padding-bottom: 100px;
}

.c-team-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c-team-container img {
    border-radius: 20px;
    margin-bottom: 30px;
}

.c-team-box {
width: 50%;
}

#contenttop .c-team-inner h1.c-title-lg{
    color: #060020;
}

.c-team-info {
    padding: 30px;
}

.c-chart-container {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contenttop .c-team-inner h1.c-title-lg {
width: 100%;
}

.c-chart-container img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.c-chart-container p {
    font-size: 20px;
    font-weight: 800;
    color: #060020;
    margin-top: 30px;
    padding-top: 5px;
    position: relative;
}
.c-chart-container p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-image: linear-gradient(90deg, #a700ff, #006bff);
    opacity: 0;
}

.c-chart-container p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background-image: linear-gradient(90deg, #a700ff, #006bff);
    opacity: 1;
}

p.c-phd::after {
    width: 80%;
}

p.c-msc::after {
    width: 60%;
}

p.c-bsc::after {
    width: 75%;
}

p.c-other::after {
    width: 50%;
}

/* TOP IMAGES ABOVE CONTENT */

.c-topimage-abovecontent {
width: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
}

.c-members {
max-width: 1280px;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 100px;
}

.c-members .row {
    display: flex;
    flex-direction: row;
}

.c-members .c-member-box p {
    color: #a9a9a9;
    width: 90%;
    margin: 5px auto;
}

.c-members .col-md-7 {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-members .col-md-7 .c-member-box {
    width: 25%;
    padding: 0px 10px;
}

.c-member-box img {
    height: auto;
    max-width: 100%;
    max-height: 80px;
    width: auto;
}

.c-member-box-divider {
position: relative;
    height: 100%;
}

.c-member-box-divider:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgb(6 0 32 / 20%);
}

@media (max-width: 990px) {
.c-members .row {
    flex-direction: column;
}
.c-members .col-md-7 .c-member-box {
    width: 50%;
    padding: 0px 10px;
}
.c-member-box-divider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: rgb(6 0 32 / 20%);
}

.c-members .col-md-7 .c-member-box img {
    width: 100%;
    height: auto;
    margin: 20px auto 0px auto;
    max-height: 80px;
    width: auto;
    max-width: 150px;
}
}

.c-youtube-video {
background-color: #060020;
text-align: center;
padding-top: 100px;
padding-bottom: 100px;
}

.c-youtube-video iframe {
width: 1280px;
height: auto;
aspect-ratio: 16/9;
}

.c-youtube-video a {
margin-top: 30px;
}

#contenttop .c-youtube-video h1 {
margin-bottom: 30px;
}.c-fullwidthfooter {
    padding: 100px 45px;
    color: white;
}

#belowsite .c-fullwidthfooter a {
text-decoration: none;
color: white;
transition: 0.3s;
}

#belowsite .c-fullwidthfooter a:hover {
color: #23b3e8;
}

.c-fullwidthfooter p.c-text-lg {
    width: 60%;
    margin-top: 20px;
   font-size: 16px;
}

.c-footer-social {
    margin-top: 50px;
}

.c-footer-social p {
    margin-bottom: 10px;
    font-size: 18px;
}

.c-footer-social a {
    display: flex;
    align-items: center;
}

.c-footer-social a span {
margin-right: 10px;
}

.c-footer-social a span.fa {
font-size: 30px;
color: #23b3e8;
}

#belowsite .c-fullwidthfooter .c-button-white {
color: #060020;
}

#belowsite .c-fullwidthfooter .c-footer a {
    margin: 10px 0px;
    display: block;
}

.c-fullwidthfooter .c-footer a span.fa {
color: #23b3e8;
margin-right: 10px;
}

.c-fullwidthfooter .c-footer .c-title-sm {
    margin-top: 15px;
}/* LOGO */

div.logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div.logo {
background-image: url('/cache/files/878441525d3b42937cea41da4cf5a46c953cf3b5.svg');
    margin-top: 5px !important;
}

div.logo.c-logo-black {
background-image: url('/cache/files/7b66ca7792fe03a7bb631b925d4045d0a959976e.svg');
}

/* END LOGO */

/* ABOVETOPMENU */
#innerabovetopbanner{
    width: auto;
    max-width: 100%;
    padding: 0 45px;
    display: flex;
    float: right;
    color: white;
    font-size: 14px;
    font-weight: 800;
    margin-right: 0px;
    text-transform: uppercase;
}

#innerabovetopbanner.c-white-link a {
color: white;
}

#innerabovetopbanner a {
transition: 0.3s;
}

#innerabovetopbanner a:hover {
color: #23b3e8;
}

#innerabovetopbanner .htmlbox{
    width: 100%;
}

#innerabovetopbanner .amodule:nth-child(1) {
    order: 2;
}

#abovetopbanner .c-quick-nav {
    font-size: 14px;
    font-weight: 800;
}

#abovetopbanner .c-quick-nav span {
    margin-right: 5px;
}

#abovetopbanner .c-quick-nav a:hover {
color: #23b3e8;
}

#abovetopbanner .c-quick-left, #abovetopbanner .c-quick-right {
float: right;
}

/* END ABOVETOPMENU */

.loggedin.useradmin #abovetopbanner {
    position: relative;
}

#abovetopbanner {
    position: fixed;
    width: 100%;
    z-index: 99;
}

div#overlay1990.logo {
    height: 40px !important;
    width: 255px !important;
}

#innertopbanner {
    max-width: 100%;
    width: auto;
    padding: 0px 45px;
}



#abovetopbanner {
    clear: both;
    z-index: 62;
    background-position: 50% 0;
    min-height: 30px;
    color: #333333;
    background-color: transparent;
    transition: 0.3s;
   height: 35px;
}

#topmenu {
    padding-bottom: 10px;
    background-color: transparent;
transition: 0.3s;
top: 35px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: fixed;
}

.loggedin.useradmin #topmenu, .loggedin.useradmin #topbanner {
top: 0 !important;
}

.loggedin.useradmin #topbanner, .loggedin.useradmin #topmenu, .loggedin.useradmin #abovetopbanner {
    position: relative;
    background-color: #060020;
}

#topbanner {
    position: fixed;
    top: 35px;
}

#abovetopbanner.c-white-bg-menu, #topmenu.c-white-bg-menu {
    background-color: white;
}

#topmenu.c-white-bg-menu a:hover {
color: white !important;
}

#innertopmenu {
    max-width: 100%;
    width: auto;
    padding: 0 45px;
}

#abovetopbanner.c-white-bg-menu .htmlbox a {
color: black;
}

#abovetopbanner .htmlbox a {
color: white;
}

#abovetopbanner .c-quick-right {
    float: right;
    padding-right: 15px;
}

div.topmenu ul li.inactive a {
color: white;
}

/* ----------- */

div.topmenu ul li a {
font-weight: 800;
}


/* RESPONSIVE */

@media (max-width: 1280px) {
#innertopbanner, #innertopmenu, #innerabovetopbanner {
    padding: 0px 15px;
}
}/* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 16px;
    border-bottom: 1px solid #333333;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
background-color: transparent;
}
.contactform h1 {
font-size: 3vw;
font-weight: 800;
line-height: 1.3;
}
div.contactform p label {
    display: block;
    color: #333;
}

@media (max-width: 990px) {
div.contactform form p {
padding-left: 0px;
padding-right: 0px;
}

.contactform {
    padding-top: 30px;
}

}

@media (max-width: 768px) {
.contactform h1 {
text-align: center;
}
}

.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 1em;
    text-align: center;
    padding: 20px 10px;
    width: 170px;
    color: white;
    margin: auto;
margin-top: 10px;
    background-color: #23b3e8;
    border: 0px solid rgba(51,51,51,1);
    transition: 0.3s;
    border-radius: 500px;
    text-transform: uppercase;
}

.contactform button:hover {
    color: white !important;
    background-color: #060020;
}


@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    min-height: 120px;
}@media (max-width:990px){
#abovetopbanner, #topmenu {
display: none;
}
}

@media (max-width: 1920px) {
.c-resp-cols .col-md-offset-2 {
    margin-left: 10%;
}

.c-resp-cols .col-md-3 {
    width: 31.5%;
}
}

@media (max-width: 1440px) {
.c-resp-cols .col-md-offset-1, .c-resp-cols .col-md-offset-2 {
    margin-left: 0;
}

.c-resp-cols .col-md-3 {
    width: 50%;
}

.c-title-md {
    font-size: 40px;
}
.c-gen-text {
    font-size: 16px;
}
div.topmenu {
    text-align: right;
}

.c-align-padding-bottom {
    margin-left: 15px;
    margin-right: 15px;
}

.c-how-works-box-inner {
    margin: 10px;
font-size: 20px;
}

.c-how-works-number {
    font-size: 150px;
}
#use-cases {
    padding-left: 0;
    padding-right: 0;
}

.c-usecases-image, .c-text-1.c-detail-usecases .c-usecases-image {
    left: -20px;
    width: 65px;
    height: 65px;
}

.c-usecases-accordion .accordion, .c-usecases-accordion .c-text-1 {
    margin-right: 20px;
}

#clients-partners .c-title-md {
padding-left: 15px;
}
}

@media (max-width: 1366px) {
.c-partners-logos-box {
    width: 33.33%;
}
.c-usecases-accordion .accordion h3, .c-usecases-accordion .c-text-1 h3 {
font-size: 16px;
}
}

@media (max-width: 1280px) {
.c-partners-container:before {
    width: 60vw;
    height: 80vh;
    background-color: rgb(167 0 255 / 60%);
    filter: blur(12vw);
    left: -10%;
    top: 50%;
}

.c-partners-container::after {
    width: 60vw;
    height: 80vh;
    background-color: rgb(0 107 255 / 60%);
    filter: blur(12vw);
    right: -10%;
    top: 50%;
}

.c-partners-logos-box {
    width: 50%;
}
.c-customers-boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.c-customer-box {
    padding: 0 30px;
    margin-top: 30px;
}

.c-customer-box-design {
    width: 25%;
}

#contenttop h1.c-title-xl {
    color: white;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
}

#contenttop .c-top-header-inner h2.c-subtitle-xl, #abovecontent .c-top-header-inner h2.c-subtitle-xl {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    width: 70%;
    margin: 0 auto;
}

.c-new-pagetitle {
padding-left: 20px !important;
}

}

@media (max-width:990px){

#mobile-header a.mobile-header-startlink {
    background-size: 80%;
}

.side-nav__header {
    background-size: 70%;
}

.c-usecase-info {
    margin: 0 !important;
    margin-top: 15px !important;
}


#contenttop .c-usecase-info h1, #abovecontent .c-usecase-info h1 {
    font-size: 28px;
}

.c-footer-link .c-footer-icon-1 {
    display: inline-block;
}

.c-footer-link .col-md-9 {
    padding-top: 0px !important;
    display: inline-block;
}

.c-footer-link a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-max-w-1280 p {
padding-left: 0px;
padding-right: 0px;
}
  .c-usecases-container {
     padding-left: 0px;
     display: flex;
     flex-wrap: wrap;
  }
  .c-usecases-box {
    width: auto;
    margin-top: 0px;
    margin-bottom: 25px;
    flex: 50%;
  }

.c-usecases-accordion .accordion, .c-usecases-accordion .c-text-1 {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.c-usecases-container {
    margin-top: 30px;
    margin-bottom: 0;
}

#clients-partners img {
    width: 100%;
    height: auto;
}
.c-usecases-accordion .accordion h3, .c-usecases-accordion .c-text-1 h3 {
margin-right: 0px;
    margin-left: 0px;
}

.c-usecases-accordion .accordion, .c-usecases-accordion .c-text-1 {
     margin-right: 0px;
     display: flex;
     align-items: center;
flex-wrap: wrap;
}

.c-usecases-accordion .c-text-1 {
padding: 0;
padding-top: 20px;
padding-bottom: 20px;
}

.c-text-1.c-detail-usecases .c-usecases-image {
    top: 50px;
}
.c-text-1.c-detail-usecases .c-usecases-image img {
    width: 35px;
}

.c-align-padding-footer {
margin-left: 0;
    margin-right: 0;
}

.c-how-works-box.animatescroll.animated:nth-child(even) .c-how-works-box-inner {
margin-left: 0;
}

.c-how-works-box.animatescroll.animated:nth-child(odd) .c-how-works-box-inner {
margin-right: 0;
}


#how-it-works .c-align-padding-bottom {
    margin-left: 0px;
    margin-right: 0px;
}

.c-how-works-box-inner {
font-size: 16px;
}

.c-how-works-box.c-how-works-box-line {
    position: absolute;
    width: auto;
    margin-top: 0px;
    top: 50%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%) rotate(-82deg);
    writing-mode: tb-rl;
    height: auto;
}

#use-cases {
    padding-left: 0px;
    padding-right: 0px;
}

.c-usecases-image, .c-text-1.c-detail-usecases .c-usecases-image {
    left: -20px;
    width: 55px;
    height: 55px;
}

.c-served .row .col-md-6 {
width: 100%;
}

.c-technology-info-box {
    width: 100%;
}

.c-technology-info-box:nth-child(even) p, .c-technology-info-box:nth-child(even) .c-technology-icon {
margin-left: 0px;
}

.c-technology-info-box:nth-child(odd) p, .c-technology-info-box:nth-child(odd) .c-technology-icon {
margin-right: 0px;
}

.c-team-box {
width: 100%;
}

.c-partners-container h1 {
margin-top: 30px;
}

.c-technology-info-container {
padding-left: 0px;
padding-right: 0px;
}

.c-fullwidthfooter {
    padding: 100px 0px;
}

}

@media (max-width:768px){

.c-align-first {
    margin-left: 0;
    height: auto;
    max-width: initial;
}

  .c-usecases-container {
    display: flex;
    flex-direction: column;
  }

 
 .c-usecases-box {
    width: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 0px;
}

.c-resp-cols .col-md-3 {
    width: 100%;
}

.c-feta-img {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

.c-how-works-box.c-how-works-box-line {
    position: absolute;
    width: auto;
    top: 0%;
    left: 50%;
    transform: translateY(0%) translateX(-50%) rotate(90deg);
}

.c-how-works-container {
    position: relative;
}

.c-how-works-box {
    width: 50%;
    margin: 0 auto;
}

.c-how-works-box.c-how-works-box-line {
    position: absolute;
    width: auto;
    margin-top: -20px;
    top: 50%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%) rotate(-82deg);
    writing-mode: tb-rl;
    height: auto;
}

.c-how-works-box.c-how-works-box-line img {
    max-width: initial;
    height: 100%;
}

.c-how-works-box:nth-child(6) {
    margin-top: 20px;
}

}.c-homepagetop, .c-aboutpage {
background-color: #060020;
}

.c-sectors-slider, .c-sectors-carousel {
background-color: #060020;
}

.c-members .c-member-box p, .c-iso-box p {
color: #4e4e4e !important;
}

#topmenu, #abovetopbanner {
    background-color: rgb(0 0 0 / 60%);
}

.c-link-color {
color: #060020;
}

.c-sector-infobox .c-link-color {
color: white;
}

h3 a, div.items div.list h3 a, div.items h3 a {
color: #060020;
}

.c-top-header {
background-color: #060020;
}

.contactform button {
    background-color: #060020;
}.c-main-container { 
    background-color: #f1f1f1;
}

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

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

.c-content-product {
    background-color: white;
    padding: 30px;
    box-sizing: border-box;
    margin-right: -20px;
    position: relative;
    z-index: 3;
    border-radius: 30px;
    box-shadow: 4px 7px 10px rgb(0 0 0 / 25%);
}

.c-right-text .c-content-product {
    margin-right: 0px;
    margin-left: -20px;
}

.c-product-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}