.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 {
    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 {
color: white;
    font-size: 4vw;
    margin-bottom: 0;
    line-height: 1;
}

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

#contenttop 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: #23b3e8;
    transition: 0.3s;
    border-radius: 500px;
}

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

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

.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-pricing {
    padding-top: 200px;
    padding-top: 80px;
    padding-bottom: 100px;
    padding-bottom: 0px;
    background-color: #000019;
    overflow: hidden;
    height: 300px;
    color: white;
    position: relative;
margin-bottom: 70px;
}

.c-top-header-pricing div, .c-top-header-pricing a {
    position: relative;
}

.c-top-header-industry:before, .c-top-header-pricing: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, .c-top-header-pricing::after {
    content: '';
    position: absolute;
    width: 60vw;
    height: 100%;
    background-color: #a700ff;
    filter: blur(12vw);
    border-radius: 50%;
    right: -10%;
    opacity: 0.7;
    bottom: -30%;
}


.useradmin .c-top-header-pricing, .userroot .c-top-header-pricing {
overflow: initial;
}

.useradmin .c-top-header-pricing:before, .userroot .c-top-header-pricing:before, .useradmin .c-top-header-pricing::after, .userroot .c-top-header-pricing::after {
display: none;
}

.c-top-header-pricing div {
height: 100%;
}

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

.c-top-header-pricing-inner {
    display: flex;
    align-items: center;
}

#contenttop .c-top-header-pricing-inner h1 {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

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

.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-container {
overflow-x: scroll;
}

.c-table-details-container td {
    min-width: 120px;
}

.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-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;
}/* 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: 500;
    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: 5px;
}


.contactform button:hover {
color: white;
background-color: #125571;
}



@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}

.c_status .valueid2150 { /* Completed */
    background-color: #e3f2ea;
    display: inline-block;
    padding: 10px 20px !important;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #306d4f;
    margin-bottom: 10px;
}

.c_status .valueid2151 { /* PENDING */
    background-color: #f8eacd;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #4c4536;
    margin-bottom: 10px;
}

.c_status .valueid2584 { /* Failed */
    background-color: #f7c2c2;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #8f1c1c;
    margin-bottom: 10px;
}

/* DATE */
div.items div.date {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
position: relative;
font-style: initial;
font-weight: 500;
}

.date:before {
content: "\ebcc";
position: absolute;
left: 0;
    font-family: "Material Symbols Outlined";
font-size: 24px;
top: 50%;
    transform: translateY(-50%);
}

div.items div.date span {
    display: inline-block;
    padding-top: 3px;
}

/* END DATE */

/* DELETE */ 
.delete a {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: right;
    background-color: #a5a5a5;
    margin-top: 25px;
    margin-right: 25px;
    border-radius: 50%;
position: relative;
font-weight: 500;
}

.delete a:hover {
    background-color: #d44e4e;
}

.delete a:before {
    content: "\e872";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "Material Symbols Outlined";
    color: white;
    font-size: 22px;
}




.delete img {
display: none;
}

/* END DELETE */

/* RUN NAME */

div.horizontalitemsvar1 div.list div.item h3 {
font-size: 16px;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
position: relative;
font-style: initial;
font-weight: 500;
}

div.horizontalitemsvar1 div.list div.item h3:before {
content: "\e892";
position: absolute;
left: 0;
    font-family: "Material Symbols Outlined";
font-size: 24px;
top: 50%;
    transform: translateY(-50%);
}

div.horizontalitemsvar1 div.list div.item h3 a {
color: #222222;
}

/* END RUN NAME */

/* VIEW BUTTON */

div.horizontalitemsvar1 div.linkto {
    padding: 0;
    margin: 0px 0px;
    float: right;
    border-radius: 10px;
background-color: #a5a5a5;
}

div.horizontalitemsvar1 div.linkto:hover {
background-color: #23b3e8;
}

div.items div.linkto a {
    padding: 10px 20px;
font-size: 14px;
    text-transform: uppercase;
font-weight: 800;
position: relative;
padding-left: 40px;
}

div.items div.linkto a:before {
    content: "\e8f4";
    position: absolute;
    left: 15px;
    font-family: "Material Symbols Outlined";
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
}



/* BOXES */

div.horizontalitemsvar1 div.itemcontent {
border-radius: 20px;
box-shadow: 0px 3px 7px rgb(0 0 0 / 15%);
}

/* MU RUNS TOP IMAGE */

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

/* .c-myruns-pagetitle {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
}

.itemdetail .c-myruns-pagetitle {
display: none;
} */

.c-new-pagetitle {
display: block;
}div.items div.detail {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 100px;
}

div.items div.detail h3 a {
color: #333;
font-weight: 800;
}

div.items div.detail div.contentboxy div.infoline {
    padding-bottom: 0;
    margin-bottom: 0;
}

#contenttop div.items div.detail h1 {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 20px;
}

#contenttop div.items div.detail h2 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 30px;
}

.c_cotoolbox .infoline:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c_cotoolbox .infoline:nth-child(1):before {
content: "\e574";
    font-family: "Material Symbols Outlined";
font-size: 24px;
}

.c_cotoolbox .infoline:nth-child(1) .label {
    background-image: none;
    padding-left: 6px;
    padding-right: 5px;
}


.c_cotoolbox_description {
     margin-top: 30px;
    background-color: #f1f1f1;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
}


.c_dataframe {
    width: 100%;
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e2e4 !important;
    border-collapse: inherit;
    margin-top: 30px;
}

.c_statistics_1, .c_statistics_2, .c_model_results, .c_prediction_table, .c_missing_values_message {
    overflow-x: scroll;
    width: 100%;
}

.c_dataframe thead th {
    background-color: #e1e2e4;
}

.c_dataframe td, .c_dataframe th {
    padding: 15px;
    border-color: transparent;
}

.c_dataframe tbody tr th {
background-color: #f6f6f6;
    border-color: transparent;
    border-top: 1px solid #e1e2e4;
}

.c_dataframe tbody tr {
    border-color: #e1e2e4;
}

.c_dataframe tbody tr td {
    border-color: transparent;
    border-top: 1px solid #e1e2e4;
}


#contenttop div.items div.detail .c_accuracy_score h3 {
    font-size: 22px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 800;
}

.statistics, .model_results, .best_model, .best_model_result, .c_confution_matrix {
padding-top: 10px;
    border-top: 1px solid #e1e2e4;
    margin-top: 40px;
}


/* BUTTONS DESIGN */

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

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


@media (max-width: 990px) {
#content {
    padding-top: 15px;
    padding-bottom: 15px;
}

#innercontent {
    margin: 0px;
    padding: 0px;
    padding-bottom: 50px !important;
    margin-top: 0px !important;
}
}@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 {
    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 {
    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;
}

}

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

}/* MENU */

/* SHADOW STO MENU */
#topmenu {
transition: 0.3s;
box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
}

/*
div.topmenu ul ul {
border-radius: 5px;
} */

#topmenu {
padding-bottom: 10px;
}

div.topmenu ul ul li {
    min-height: auto;
}

/* ===== */

div.topmenu div.megamenu, div.megamenu {
    box-shadow: none;
-moz-box-shadow: none;
}

div.topmenu div.megamenu h2 {
font-size: 1em;
padding-bottom: 10px;
padding-top: 10px;
    padding: 10px 5px;
}
/*
div.topmenu div.megamenu, div.megamenu {
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
}


div.topmenu .megafirstlevelitemmegafirstlevelitem h2 a {
/* text-decoration: underline; */
color: #23b3e8 !important;
}*/

div.topmenu .megafirstlevelitemmegafirstlevelitem {
border-bottom: 1px solid grey;
padding-bottom: 10px;
margin-bottom: 20px;
}

div.topmenu div.megamenu ul li.nochilds a {
    padding: 5px;
    border-radius: 5px;
    /* margin-left: 10px; */
}

div.topmenu div.megamenu ul li {
font-weight: 300;
}

div.topmenu div.megamenu ul li a:hover {
background-color: #23b3e8 !important;
}

div.topmenu ul ul li.inactive:hover, div.topmenu ul ul li:hover {
background-color: transparent !important;
}

div.topmenu div.megamenu div a:hover, div.topmenu ul li a:hover {
text-decoration: underline;
}


.c-white-bg-menu div.topmenu div.megamenu a {
color: white !important;
}/* LOGO */

div.logo {
    background-size: contain;
}

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

div.logo.c-logo-black {
background-image: url('/cache/files/750b19ecc5422db0353e96f532a3cc7cce38d64e.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%;
}

#mobile-header .logged_user, #mobile-header .itemsgroup, #abovetopbanner .logged_user, #topbanner .itemsgroup, #abovetopbanner .itemsgroup {
    float: right;
    padding: 8px 10px 8px 10px;
}

#abovetopbanner .langchooser {
    margin-left: 0px;
}

/*#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-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: 190px !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 #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;
}


/* GLWSSES DESIGN */

#innerabovetopbanner .langchooser ul li {
    width: 17px;
    overflow: hidden;
    margin-right: 10px;
    padding-right: 0px;
    letter-spacing: 1px;
}

#innerabovetopbanner .langchooser ul li:nth-child(2) {
    width: 21px;
}

#innerabovetopbanner .langchooser ul li a {
color: white;
}

#innerabovetopbanner .langchooser ul li.active {
    font-weight: 800;
}
#innerabovetopbanner .langchooser ul li.inactive {
    font-weight: 400;
}

#abovetopbanner.c-white-bg-menu .langchooser ul li a {
color: black;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
#innertopbanner, #innertopmenu, #innerabovetopbanner {
    padding: 0px 15px;
}
}

@media (max-width: 990px) {
#abovetopbanner .langchooser {
display: none;
}

#abovetopbanner {
position: absolute;
}

#innerabovetopbanner {
    color: #060020;
    background-color: white;
width: 100%;
justify-content: flex-end;
}

#innerabovetopbanner a {
    color: #060020 !important;
}

#abovetopbanner .htmlbox a {
    color: #060020;
}
}.c-sector-subcategories {
    background-color: #060020;
    color: white;
padding-top: 100px;
padding-bottom: 100px;
}

.c-sector-subcategories-inner {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-sector-subcategories-inner h1 {
width: 100%;
margin-left: 15px;
}

.c-sector-subcategories-box {
    width: 50%;
    margin-bottom: 30px;
    margin-top: 30px;
}

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

.c-sector-subcategories-box-icon img {
    width: 30px;
    height: auto;
}

.c-sector-subcategories-box-content {
    padding: 15px;
    padding-top: 0px;
}

.c-sector-subcategories-box:nth-child(even) .c-sector-subcategories-box-content {
    padding-right: 30px;
}

.c-sector-subcategories-box:nth-child(odd) .c-sector-subcategories-box-content {
    padding-left: 30px;
}

.c-sector-subcategories-box:nth-child(even) .c-sector-subcategories-box-icon {
    margin-right: 30px;
}

.c-sector-subcategories-box:nth-child(odd) .c-sector-subcategories-box-icon {
    margin-left: 30px;
}

/* REQUEST BOX */


.c-sector-subcategories-box.c-request-subcategory {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-sector-subcategories-box.c-request-subcategory a.c-request-link {
color: white;
text-decoration: none;
display: inline-block;
}

.c-sector-subcategories-box.c-request-subcategory {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-sector-subcategories-box-content.c-request {
    position: relative;
width: auto;
}


.c-request-box {
    background-color: rgb(6 0 32 / 50%);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    z-index: 4;
    backdrop-filter: blur(50px);
    display: flex;
    box-shadow: inset -3px 1px 5px #006aff, 4px 4px 25px #006aff, inset 3px 0px 4px #a700ff, -4px -4px 25px #a700ff;
    align-items: center;
transition: 1s;
}

.c-request-box:hover {
    box-shadow: inset 3px 0px 4px #006aff, -4px -4px 35px #006aff, inset -3px 1px 5px #a700ff, 4px 4px 25px #a700ff;
}

.c-request-icon {
    line-height: 0;
    font-size: 40px;
    border: 2px solid white;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
}.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;
}#content {
    padding-top: 80px;
    padding-bottom: 80px;
}

#loginform p {
    padding-top: 10px;
}

#loginform p label {
    background-color: white;
    margin-left: 5px;
    margin-top: -15px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
}

div.thelogin p input {
border-radius: 5px;
    border: 1.5px solid #135570;
    padding: 15px;
    min-width: 300px;
}


#loginform button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    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: 5px;
}

#loginform button:hover {
    color: white !important;
    background-color: #125571;
}