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


.notloggedin #topbanner {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 90;
   background-color: white;
}

.notloggedin #topmenu {
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}.c-newlogo {
    background-image: url('/cache/files/aa0771a2924b1bf62d9d078f25ff6c92c2acae74.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/aa0771a2924b1bf62d9d078f25ff6c92c2acae74.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

#mobile-header {
    position: fixed;
    bottom: auto;
    top: 0;
    padding: 20px;
}


div.topmenu ul li {
border-radius: 10px;
}#contenttop h1, p {
font-family: 'Manrope', sans-serif;
}

.c-body {
overflow: hidden;
}

p {
font-size: 20px;
line-height: 2em;
}


.notloggedin .c-logo-bar {
    display: none;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    z-index: 90;
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(10px);
}

.c-logo {
    text-align: center;
    display: none;
}

.c-logo img {
   width: auto;
   height: 50px;
}

.c-top-container {
    margin-top: 101px;
}

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

#contenttop h1.c-title-lg {
    margin-bottom: 0;
    border-bottom: 0px;
    color: #121326;
    font-size: 50px;
    font-weight: 800;
padding: 0;
   position: relative;
}

#contenttop h1.c-title-md {
    margin-bottom: 0;
    border-bottom: 0px;
    color: #121326;
    font-size: 36px;
    font-weight: 800;
padding: 0;
   position: relative;
}

#contenttop h1.c-title-lg span, #contenttop h1.c-title-md span {
color: #29c7f8;
}

#contenttop .c-top-content-inner h1.c-title-lg {
text-align: left;
}


.c-subtitle-box {
    margin-bottom: 20px;
    margin-top: 20px;
    color: white;
    font-size: 20px;
    font-weight: 800;
}

.c-subtitle-box span {
    display: inline-block;
    border-radius: 15px;
    padding: 15px;
    background-color: #29c7f8;
}

.c-text-lg {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 800;
}

.c-top-container .edgetoedge {
overflow: initial;
}

.c-top-container .edgetoedge .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.c-top-content-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.c-bg-shapeblur {
    width: 40vw;
    height: 40vw;
    position: absolute;
    background-color: #4fefc9;
    border-radius: 50%;
    top: 30%;
    left: 20%;
    filter: blur(100px);
    opacity: 0.3;
    z-index: 0;
}


.c-bubbles-inner {
    padding: 30px;
    background-color: #daeef4;
    margin-right: -15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* BUBBLES ANIMATION */

@keyframes cAnimPop {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.cAnimationPop {
  -webkit-animation-name: cAnimPop;
  animation-name: cAnimPop;
  animation-duration: 1s;
  animation-delay: 0.6s;
position: relative;
overflow: hidden;
}

.c-bubbles-box:nth-child(2) {
  animation-delay: 1s;
}

.c-bubbles-box:nth-child(3) {
  animation-delay: 1.4s;
}

.c-bubbles-box:nth-child(4) {
  animation-delay: 1.8s;
}

/* END ANIMATION */

.c-bubbles-box {
border-radius: 15px;
}


.c-top-socialmedia-boxes {
position: relative;
height: 25vw;
}

.c-socialmedia-box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.c-socialmedia-box img {
  animation-duration: 5s;
  animation-delay: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
height: 100%;
    width: auto;
}

/* SOCIAL MEDIA ICONS ANIMATION */

@keyframes cAnimSocial {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes cAnimSocial-img {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.c-socialmedia-icon-animation {
  -webkit-animation-name: cAnimSocial;
  animation-name: cAnimSocial;
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.c-socialmedia-box:nth-child(1) {
  animation-delay: 0.6s;
  width: 80px;
  transform: rotate(-10deg);
    left: 30%;
    top: 30%;
}

.c-socialmedia-box:nth-child(1) img, .c-socialmedia-box:nth-child(2) img {
width: 100%;
height: auto;
  -webkit-animation-name: cAnimSocial-img;
  animation-name: cAnimSocial-img;
}

.c-socialmedia-box:nth-child(2){
  animation-delay: 0.9s;
  width: 80px;
  transform: rotate(30deg);
    left: 60%;
    top: 70%;
}

.c-socialmedia-box:nth-child(3) {
  animation-delay: 1.2s;
width: 30%;
    text-align: center;
}

.c-socialmedia-box:nth-child(3) img {
width: 100%;
height: auto;
}


.c-socialmedia-box:nth-child(4) {
  animation-delay: 1.8s;
  width: 30px;
  transform: rotate(-350deg);
    left: 40%;
    top: 70%;
}

.c-socialmedia-box:nth-child(4) img {
  animation-delay: 1.8s;
width: 100%;
height: auto;
  -webkit-animation-name: cAnimSocial-img;
  animation-name: cAnimSocial-img;
}

.c-socialmedia-box:nth-child(5) {
  animation-delay: 1.5s;
  width: 50px;
  transform: rotate(10deg);
    left: 50%;
    top: 20%;
}

.c-socialmedia-box:nth-child(5) img {
  animation-delay: 1.5s;
width: 100%;
height: auto;
  -webkit-animation-name: cAnimSocial-img;
  animation-name: cAnimSocial-img;
}

.c-socialmedia-box:nth-child(6) {
  animation-delay: 1.5s;
  width: 50px;
  transform: rotate(10deg);
    left: 30%;
    top: 75%;
}

.c-socialmedia-box:nth-child(6) img {
  animation-delay: 1.3s;
width: 100%;
height: auto;
  -webkit-animation-name: cAnimSocial-img;
  animation-name: cAnimSocial-img;
}



.c-main-container {
    padding-top: 100px;
    padding-bottom: 100px;
   position: relative;
}

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

.c-bg-shape {
    position: absolute;
    bottom: 0vw;
    right: 8vw;
}

.c-bg-shape img {
    width: 30vw;
    height: auto;
}

.c-accurate-section .col-md-6 {
padding-top: 30px;
}

.c-chart-box {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
    aspect-ratio: 1/1;
    height: auto;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 15px;
}

.c-chart-image {
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* MARQUEE */

.c-slick-marquee-container {
    width: 100%;
    overflow: hidden;
}

.c-slick-marquee-toleft {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    animation-name: marquee;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

.c-slick-marquee-toright {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    animation-name: marquee-;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

.c-slicktag {
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 30px;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes marquee- {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0%); }
}

.c-slicktag {
    display: inline-block;
    background-color: #f1f1f1;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 26px;
}

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

.c-coloredbox {
    margin-top: 20px;
    padding: 30px;
    background-color: #daeef4;
    border-radius: 20px;
}
.c-coloredbox p.c-text-lg {
padding-right: 0%;
}
.c-coloredbox p {
padding-right: 30%;
}

.c-image-negativemargin {
    margin-top: 100px;
    margin-left: -150px;
}

.c-image-negativemargin img {
    width: 100%;
    height: auto;
}

#contenttop h2.c-helpme-box-icontitle {
    border-bottom: 0px;
    color: #121326;
    font-size: 26px;
    font-weight: 800;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
   margin-top: 0;
}

h2.c-helpme-box-icontitle span {
    width: 60px;
    display: inline-block;
    background-color: #29c7f8;
    height: 50px;
    padding-top: 10px;
    border-radius: 5px;
}

.c-helpme-boxes {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 30px;
}
.c-helpme-box {
    flex: 1 1 45%;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
    border-radius: 15px;
}

.c-helpme-box-inner {
    padding: 30px;
}

.c-helpme-box-content p {
margin-bottom: 0px;
}

.c-bg-shapeblur-1 {
    left: -20%;
}

.c-bg-shapeblur-2 {
    right: -10%;
    left: auto;
    top: -15%;
}


#contenttop h1.c-title-lg-social {
    margin-bottom: 0;
    border-bottom: 0px;
    color: #121326;
    font-size: 30px;
    font-weight: 800;
    padding: 0;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 0px;
    background-color: #e6f9ff;
    align-items: flex-end;
    padding: 15px;
    border-radius: 15px;
    margin-top: 10px;
}

#contenttop h1.c-title-lg-social span {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    width: 33.33%;
}


.c-twitter:before,.c-youtube:before, .c-tiktok:before, .c-facebook:before, .c-instagram:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 5px;
}

.c-twitter:before {
    background-image: url('/cache/files/f0c7cdc96cd92307882268c4d5960c38ef7676ce.svg');
}

.c-youtube:before {
    background-image: url('/cache/files/e0b1ff980f29d74604c61de58fd8f928e86e842f.svg');
}

.c-tiktok:before {
    background-image: url('/cache/files/bc6d51e082d3cc4e62f83f53716040ed17d6728f.svg');
}

.c-facebook:before {
    background-image: url('/cache/files/a8d43a48d1c8637095cb61b1f57150422148614b.svg');
}

.c-instagram:before {
    background-image: url('/cache/files/b6aa831e24c2c57dcdae4c8b39470a9a1c610001.svg');
}



/* MENU LAST BUTTON */

div.topmenu ul li:last-child {
background-color: #29c7f8;
}

div.topmenu ul li:last-child a {
color: white;
}@media (max-width: 990px) {
.c-top-container {
margin-top: 50px
}
p {
    font-size: 16px;
    line-height: 2em;
}

.notloggedin .c-logo-bar {
    width: 100%;
    padding: 20px 0;
}

.c-logo img {
    width: auto;
    height: 30px;
}

#contenttop .c-top-content-inner h1.c-title-lg, #contenttop h1.c-title-lg {
    font-size: 30px;
    padding: 0px;
}

.c-top-container .edgetoedge .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

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

.c-bg-shapeblur {
    width: 80vw;
    height: 80vw;
}

.c-socialmedia-box img {
    width: 8vw;
}

.c-socialmedia-box:nth-child(1) {
    left: 5%;
}

.c-socialmedia-box:nth-child(2) {
    top: 5%;
    left: 22%;
}

.c-socialmedia-box:nth-child(4) {
    top: 72%;
    left: 81%;
}

.c-socialmedia-box:nth-child(5) {
    top: 12%;
    left: 63%;
}

.c-bubbles-inner {
    padding: 15px;
    background-color: #daeef4;
    margin-right: 0;
    border-radius: 15px;
gap: 15px;
}

.c-bubbles-box {
    border-radius: 10px;
}

.c-main-container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.c-chart-box {
    width: 70%;
    margin-right: auto;
    margin-left: 0;
    backdrop-filter: blur(5px);
}

.c-chart-image img {
    width: auto;
    height: 80%;
}

.c-bg-shape {
    position: absolute;
    bottom: -10vw;
    right: 0;
}

.c-bg-shape img {
    width: 70vw;
    height: auto;
}

.c-image-negativemargin {
    margin-top: -60px;
    margin-left: 60%;
    width: 35%;
}

#contenttop h1.c-title-lg-social span {
    width: 50%;
}

.c-top-socialmedia-boxes {
    position: relative;
    height: auto;
padding: 80px;
}
.c-socialmedia-box:nth-child(1), .c-socialmedia-box:nth-child(2) {
    width: 40px;
}

.c-socialmedia-box:nth-child(3) {
    animation-delay: 1.2s;
    width: 100%;
    text-align: center;
    margin: 20px auto;
position: relative;
    top: 0;
    left: 0;
transform: initial;
}
.c-socialmedia-box:nth-child(4) {
    animation-delay: 1.8s;
    width: 20px;
}
.c-socialmedia-box:nth-child(5), .c-socialmedia-box:nth-child(6) {
    animation-delay: 1.5s;
    width: 25px;
}

#contenttop h2.c-helpme-box-icontitle {
text-align: left;
}

h2.c-helpme-box-icontitle span {
    min-width: 60px;
text-align: center;
}

#contact-us .contactform h2 {
    font-size: 30px !important;
}

#contenttop h1.c-title-md {
    font-size: 26px;
}

.contactform {
    width: 100% !important;
    max-width: 100% !important;
}

.c-slicktag {
font-size: 16px;
    margin: 5px;
}

.c-coloredbox {
padding: 15px;
}

.c-coloredbox p {
    padding-right: 0%;
}

.c-coloredbox .c-text-lg {
font-size: 24px;
}

.c-helpme-box-inner {
padding: 15px;
}

.c-top-container .col-md-4 {
padding-right: 0px;
padding-left: 0px;
}
}.c-calltoaction-container {
    background-color: #29c7f8;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

#contenttop .c-calltoaction-inner h1 {
color: white;
}

#contact-us .c-main-inner {
padding-top: 100px;
}

#contact-us .contactform h2 {
    margin-bottom: 0;
    border-bottom: 0px;
    color: #121326;
    font-size: 50px;
    font-weight: 800;
    padding: 0;
    position: relative;
    margin-top: 0;
    text-align: left;
}

#contact-us div.contactform form p {
    width: 100%;
}

#contact-us .contactform p input {
border: 0px;
border-bottom: 1px solid #121326;
    width: 100%;
}

#contact-us div.contactform p label {
    top: 0;
    line-height: 1;
}

#contact-us div.contactform button {
    border: 0;
    padding: 15px 25px;
    background-color: #29c7f8;
    color: white;
    border-radius: 10px;
    min-width: 150px;
    font-weight: 800;
    transition: 0.3s;
}

#contact-us div.contactform button:hover {
background-color: #121326;
}

#contact-us .submit {
    text-align: left;
}

#contact-us .contactform p.required label:before {
color: red;
    font-weight: 800;
}

.c-button-white {
    display: inline-block;
    padding: 15px 25px;
    background-color: white;
    color: #121326;
    border-radius: 10px;
    min-width: 150px;
    font-weight: 800;
    transition: 0.3s;
    text-align: center;
}

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