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

:root {
--bg-grey: #d9dfe6;
}

body {
font-family: 'Manrope', sans-serif;
font-family: "Fira Sans", sans-serif;
font-size: 18px;
}

.explain{
  font-size: 11px;
}

.c-border-box {
    border-radius: 20px;
}

.c-main-container {
   padding: 100px 0;
}

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


/* market pics padding */

#markets .col-md-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.offer-bg{
  min-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}

#about-us-home{
  min-height: 50vh;
}

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





/* CONTAINERS */

.c-container-rel {
    position: relative;
padding-left: 5%;
padding-right: 5%;
padding-top: 3%;
padding-bottom: 3%;
}

.c-container-first {
    position: relative;
    min-height: 100vh;
}
@media (max-width: 1025px) {
.c-container-first {
    position: relative;
    min-height: 400px;
}
}

.c-container-gen {
    position: relative;
    min-height: 100vh;
}


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

/* FETA IMAGE */



.c-feta-img-2 {
    position: absolute;
    top: 0;
    right: 0;
bottom: 0;
left: 0;
}

.c-feta-img-2 img {
    height: auto;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

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

/* TITLES */

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

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

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

.c-subtitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-sm-title {
    font-size: 24px;
font-weight: 800;
    line-height: 1.5;
margin-bottom: 0px;
position: relative;
}
.c-sm-title span{
    font-size: 16px;
font-weight: 300;
margin-bottom: 0px;
}

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

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

/* ALIGNS */

.c-align-first {
    position: absolute;
    bottom: 3vw;
    left: 3vw;
    z-index: 1;
    width: 15vw;
    height: 150px;
    min-width: 200px;
}
@media (max-width: 768px) {

.c-align-first {
    position: absolute;
    bottom: 0;
    left: 3vw;
    z-index: 1;
    width: 15vw;
    height: 150px;
    min-width: 200px;
}
}


.c-align-first p{
    position: absolute;
    top: 50%;
    left: 0;
    width: max-content;
    transform: translate(0%, -50%);
    margin-bottom: 0;
}

@media (max-width: 1024px) {
.c-align-first p{
font-size: 0.8em;
    position: absolute;
    top: 50%;
    left: 0;
    width: max-content;
    transform: translate(0%, -50%);
    margin-bottom: 0;
}

}

.c-align-mid {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
margin-left: 10%;
z-index: 1;
}

@media (max-width: 990px) {
.c-align-mid {
position: absolute;
left: 0;
top: 50px;
transform: translateY(0%);
margin-left: 10%;
z-index: 1;
}

}
.c-align-mid-rel {
position: relative;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
@media (max-width: 990px) {
.c-align-mid-rel {
position: relative;
left: 0;
top: 50%;
transform: translateY(0%);
z-index: 1;
}
}


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

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


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

/* UNDERLINE */

span.c-underline-big {
/* background-image: linear-gradient(rgb(43 242 224 / 0%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 0%) 90%, rgb(43 242 224 / 0%) 100%); */
  box-shadow: inset 0px -2vw #2bf2e0;
  transition: box-shadow 250ms ease;
    padding-left: 10px;
    padding-right: 10px;
}
span.c-underline-big:hover {
box-shadow: inset 0px -6vw #2bf2e0;
/* background-image: linear-gradient(rgb(43 242 224 / 100%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 100%) 90%, rgb(43 242 224 / 100%) 100%); */
}
span.c-underline-md {
    background-image: linear-gradient(rgb(43 242 224 / 0%) 65%, #bc2d32 65%, #bc2d32 90%, rgb(43 242 224 / 0%) 90%, rgb(43 242 224 / 0%) 100%);
    box-shadow: inset 0px -15px #bc2d32;
    transition: all 500ms ease;
    padding-left: 10px;
    padding-right: 10px;
}
span.c-underline-md:hover {
box-shadow: inset 0px -60px #bc2d32;
    color: white;
/* background-image: linear-gradient(rgb(43 242 224 / 100%) 65%, #bc2d32 65%, #bc2d32 90%, rgb(43 242 224 / 100%) 90%, rgb(43 242 224 / 100%) 100%); */
}

span.c-underline-md-2 {
    background-image: linear-gradient(rgb(43 242 224 / 0%) 65%, black 65%, black 90%, rgb(43 242 224 / 0%) 90%, rgb(43 242 224 / 0%) 100%);
    box-shadow: inset 0px -15px black;
    transition: all 500ms ease;
    padding-left: 10px;
    padding-right: 10px;
}
span.c-underline-md-2:hover {
box-shadow: inset 0px -60px white;
    color: black;
/* background-image: linear-gradient(rgb(43 242 224 / 100%) 65%, white 65%, #bc2d32 90%, rgb(43 242 224 / 100%) 90%, rgb(43 242 224 / 100%) 100%); */
}


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

/* CIRCLE DESIGN */

.c-circle-first {
    position: absolute;
   width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: -40px;
    top: -20px;
    z-index: 0;
}

.c-circle-biggrey {
    background-color: #d9dfe6;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(80%, -50%);
    width: 26vw;
    height: 26vw;
    border-radius: 50%;
}
.c-circle-c1 {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #bb2025;
    left: 73%;
    top: 4vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c2 {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #bb2025;
    left: 60%;
    top: -2vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c3 {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #bb2025;
    right: 15%;
    bottom: 3vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c4 {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #bb2025;
    left: 27%;
    top: -2vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}


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

/* ROW HEIGHT */

.c-row-height {
position: relative;
min-height: 80vh;
}

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

/* PARAGRAPHS */

.c-gen-text {
    font-size: 20px;
    font-weight: 400;
}

.c-par-width {
width: 70%;
}

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

/* BUTTONS */

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: white;
    background-color: #bb2025;
    transition: 0.3s;
}

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

.c-button-2 {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 20px 10px;
    width: 200px;
    color: white;
    background-color: black;
    transition: 0.3s;
}

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

.c-button-3 {
    display: inline-block;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: black;
    background-color: white;
    transition: 0.3s;
}

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

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

/* COACHING */
.c-coaching {
    position: relative;
}

.c-coaching img {
    border-radius: 20px;
    margin: auto;
    margin-right: 10vw;
    display: block;
    max-width: 400px;
    height: auto;
    transform: scale(1);
    transition: 0.3s;
}
@media (max-width: 768px) {
.c-coaching img {
    border-radius: 20px;
    margin: auto;
    margin-right: 10vw;
    display: block;
    max-width: 320px;
    height: auto;
    transform: scale(1);
    transition: 0.3s;
}
}


.c-coaching:hover img {
transform: scale(1.05);
}

.c-coaching-text {
    position: absolute;
    bottom: 12%;
    left: 6%;
    transition: 0.3s;
    width:30%;
}
@media (max-width: 768px) {
.c-coaching-text {
    position: absolute;
    bottom: 12%;
    left: 10%;
    transition: 0.3s;
    width:30%;
}
}

.c-coaching-text p {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
}

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

@media (max-width: 768px) {
.c-col-top-distnce {
padding-top: 20px;
}
}

#secret .col-md-6:hover .c-coaching-text {
    left: 2vw;
}

.c-contact-link {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 90;
    transform: scale(1);
    transition: 0.3s;
}
.c-contact-link a {
text-decoration: none;
color: black;
}

@media (max-width: 768px) {
.c-contact-link {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 90;
    transform: scale(1);
    transition: 0.3s;
}
}

.c-contact-circle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10%;
    left: -10%;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    z-index: 91;
transform: scale(1);
box-shadow: -1px 1px 5px rgb(0 0 0 / 25%);
}

.c-contact-link-text {
font-size: 20px;
font-weight: 800;
margin-bottom: 0px;
    position: relative;
    top: 0;
    left: 3%;
    z-index: 92;
transform: scale(1);
}

.c-contact-link:hover {
transform: scale(1.2);
}

.c-footer-link a{
text-decoration: none;
color: #333;
}

.c-footer-icon-1 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('cache/files/notfound');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}
.c-footer-link:hover .c-footer-icon-1 {
    border: 1px solid #2bf2e0;
    background-image: url('cache/files/notfound');
}


.c-footer-icon-2 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('cache/files/notfound');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}
.c-footer-link:hover .c-footer-icon-2 {
    border: 1px solid #2bf2e0;
    background-image: url('cache/files/notfound');
}


.c-footer-icon-3 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('cache/files/notfound');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}

.c-footer-link:hover .c-footer-icon-3 {
    border: 1px solid #2bf2e0;
    background-image: url('cache/files/notfound');
}


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

@media (max-width: 1024px) {
.c-social-icons {
    width: 4vw;
    height: auto;
    border: 1px solid #333333;
    margin-right: 10px;
    margin-top: 0px;
    padding: 10px;
}
}

@media (max-width: 768px) {
.c-social-icons {
    width: 4vh;
    height: auto;
    border: 1px solid #333333;
    margin-right: 5px;
    margin-top: 0px;
    padding: 5px;
}
}


.c-icon-coaching {
height: 150px;
position: relative;
opacity: 1;
transition: 0.3s;
display: flex;
    align-items: center;
    gap: 10px;
}

.c-icon-coaching p {
    position:relative;
    color: black;
}

@media (max-width: 768px) {
.c-icon-coaching p {
position: absolute;
    top: 0;
    left: 10vw;
    transform: translate(0%, 0%);
    color: black;
}
}

.c-icon-coaching-2 {
position: relative;
opacity: 1;
transition: 0.3s;
}

.c-icon-coaching-2-content {
    position: relative;
padding-top: 1.5vw;
    top: 0%;
    left: 5vw;
    transform: translate(0%, 0%);
    color: black;
}

.c-icon-coaching-2-padding-top {
padding-top: 3vw;
}

/* ANIMATION */
.c-circle-animation-1 {
    animation-name: floating-1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-1 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }
}

.c-circle-animation-c1 {
    animation-name: floating-c1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c1 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }
}

.c-circle-animation-c2 {
    animation-name: floating-c2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c2 {
0% {    transform: translate(0px, 0px);}
25% {    transform: translate(0.5vw, 0px);}
50% {    transform: translate(0px, 0px);}
75% {    transform: translate(-0.5vw, 0px);}
100% {    transform: translate(0px, 0px);}
}

.c-circle-animation-c3 {
    animation-name: floating-c3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c3 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }
}

.c-circle-animation-c4 {
    animation-name: floating-c4;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c4 {
0% {    transform: translate(0px, 0px);}
25% {    transform: translate(0.5vw, 0px);}
50% {    transform: translate(0px, 0px);}
75% {    transform: translate(-0.5vw, 0px);}
100% {    transform: translate(0px, 0px);}
}



/* FETA NEW */

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

.c-feta-img img {
    height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

@media (max-width: 768px) {
.c-feta-img img {
    height: 100%;
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
}



/* MOTO 1 */

.c-moto-1 {
    position: absolute;
    top: 16vw;
    left: 40vw;
    transform: translate(0%, -50%);
}

@media (max-width: 768px) {
.c-moto-1 {
    position: absolute;
    top: 150px;
    left: 37%;
    transform: translate(0%, -50%);
    width: 28.5vw;
    height: 9vw;
}
}

.c-circle-icon-container-1 {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: -10%;
    right: -10%;
}

.c-moto-1-circle {
    position: absolute;
    transition: 1s;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-moto-1-circle img{
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
.c-moto-1-circle img{
    width: 100%;
    height: 100%;
}
}

.c-moto-1-icon{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}

.c-moto-1-icon img{
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
.c-moto-1-icon img{
    width: 100%;
    height: 100%;
}
}


.c-moto-1 p{
font-size: 8vw;
font-weight: 800;
color: white;
line-height: 0.9;
margin-bottom: 0px;
position: relative;
z-index: 2;
}

.c-moto-1:hover .c-moto-1-circle {
position: absolute;
transform: translate(-50%,-50%) rotate(360deg);
}

/* MOTO 2 */

.c-moto-2 {
    position: absolute;
    top: 27vw;
    left: 20vw;
    transform: translate(0%, -50%);
}

@media (max-width: 768px) {
.c-moto-2 {
    position: absolute;
    top: 220px;
    left: 10vw;
    transform: translate(0%, -50%);
    width: 35vw;
    height: 9vw;
}
}

.c-circle-icon-container-2 {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: -10%;
    left: -10%;
}

.c-moto-2-circle {
    position: absolute;
    transition: 1s;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-moto-2-circle img{
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
.c-moto-2-circle img{
    width: 100%;
    height: 100%;
}
}

.c-moto-2-icon{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}

.c-moto-2-icon img{
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
.c-moto-2-icon img{
    width: 100%;
    height: 100%;
}
}

.c-moto-2 p{
font-size: 6vw;
font-weight: 800;
line-height: 0.9;
margin-bottom: 0px;
position: relative;
z-index: 2;
}

.c-moto-2:hover .c-moto-2-circle {
position: absolute;
transform: translate(-50%,-50%) rotate(360deg);
}

/* MOTO 3 */
.c-moto-3 {
    position: absolute;
    top: 31vw;
    left: 50vw;
    transform: translate(0%, -50%);
}


@media (max-width: 768px) {
.c-moto-3 {
    position: absolute;
    top: 250px;
    left: 57vw;
    transform: translate(0%, -50%);
    width: 30.2vw;
    height: 9vw;
}
}

.c-circle-icon-container-3 {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: -10%;
    right: -13%;
}

.c-moto-3-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(0);
transition: 1s;
    width: 100%;
    height: 100%;
}


.c-moto-3-circle img{
width: 100%;
height: 100%;
}

@media (max-width: 768px) {
.c-moto-3-circle img{
width: 100%;
height: 100%;
}
}


.c-moto-3-icon{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.c-moto-3-icon img{
width: 100%;
height: 100%;
}


@media (max-width: 768px) {
.c-moto-3-icon img{
width: 100%;
height: 100%;
}
}

.c-moto-3 p {
    font-size: 10vw;
    font-weight: 800;
    color: #bc2c31;
    line-height: 0.9;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.c-moto-3:hover .c-moto-3-circle {
position: absolute;
transform: translate(-50%,-50%) rotate(360deg);
}

/* ANIMATION */
.c-animation-floating {
transform: translate(0%, -50%);
    animation-name: animation-floating;
animation-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
/* The animation code */
@keyframes animation-floating {
  0% {transform: translate(0%, -50%);}
  50% {transform: translate(0%, -55%);}
  100% {transform: translate(0%, -50%);}
}

/* NO BOXES BACKGROUND */

.c-bg-noboxes {
background-color: #b7bfca63;
}

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

/* MOTO GEN */

.c-circle-icon-container-gen {
    width: 30%;
    height: auto;
    aspect-ratio: 1 / 1;
    position: relative;
}

@media (max-width: 768px) {
.c-circle-icon-container-gen {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 20px;
    transform: translate(0, 0%);
}
}

.c-circle-icon-container-gen-2 {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 0%;
    transform: translate(0, 0%);
}

.c-moto-gen-circle {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.c-moto-gen-circle img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
    transition: 1s;
}

.c-icon-coaching:hover .c-moto-gen-circle img {
transform: translate(-50%,-50%) rotate(360deg);
}

@media (max-width: 768px) {
.c-moto-gen-circle img{
width: 10vw;
height: 10vw;
}
}

.c-moto-gen-icon{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.c-moto-gen-icon img{
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
.c-moto-gen-icon img{
width: 5vw;
height: 5vw;
}
}


.c-moto-gen-distance {
margin-top: 15px;
margin-bottom: 15px;
}







@media (max-width: 768px) {
#contenttop div.htmlbox ul {
    list-style: none;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 12px;
    padding-left: 0px;
padding-right: 10px;
}

.c-circle-icon-container-gen-2 {
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: 7%;
    transform: translate(0, 0%);
}
.c-icon-coaching-2-padding-top {
    padding-top: 10vw;
}

.c-icon-coaching-2-content {
    position: relative;
    padding-top: 0vw;
    top: 0%;
    left: 12vw;
    transform: translate(0%, 0%);
    color: black;
padding-right: 10px;
}

.c-moto-gen-circle img{
width: 12vw;
height: 12vw;
}

.c-moto-gen-icon img{
width: 6vw;
height: 6vw;
}
}

.c-moto-gen p {
    font-size: 10vw;
    font-weight: 800;
    color: #bc2c31;
    line-height: 0.9;
    margin-bottom: 0px;
    position: relative;
    left: 3.5vw;
    top: 1.5vw;
    z-index: 2;
}

.c-moto-gen-title {
width: 100%;
}


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

.c-bg-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 600px;
height: 100%;
position: relative;
}

.c-banner-container {
padding: 10%;
position: relative;
min-height: 400px;
color: white;
}

.c-banner-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(185 0 6 / 70%);
}

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

.c-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.c-certi-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

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

/* ESOTERIKES SELIDES */

.c-header-container {
    height: 100%;
    position: relative;
}

.c-header-container .row {
    max-width: 1920px;
    margin: 0 auto;
}

.c-header-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(0deg, transparent, #bdc3cf);
    z-index: 1;
}

.c-bg {
    background-image: radial-gradient(#f1f5fb, #afb7c4);
    background-size: cover;
    height: 100%;
    background-position: center;
    position: relative;
    z-index: 2;
}

.c-header-inner {
    position: relative;
    height: 100vh;
    bottom: 0;
    width: 1280px;
    margin: auto;
    top: 150px
}

@media (max-width: 768px) {
.c-header-inner {
    position: relative;
    bottom: 0;
    width: 1280px;
    margin: auto;
    top: 0px;
height: auto;
}
}

.c-banner-image img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 768px) {
.c-banner-image img{
    width: auto;
    max-height: 50vh;
    position: relative;
    top: 0%;
    right: 0%;
}
}

.c-over-banner-shape-cont {
    position: absolute;
    width: 50%;
    min-height: 50%;
    left: 4%;
    top: 9%;
  }

@media (max-width: 768px) {

.c-over-banner-shape-cont {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
  }
}

.c-over-banner-shape {
    background-color: #bc2c31;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
}

.c-over-inner {
    position: absolute;
    width: 100%;
    padding-right: 3vw;
    padding-left: 3vw;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    top: 50%;
    transform: translate(0,-50%);
    text-align: left;
}

@media (max-width: 768px) {
.c-over-inner {
position: absolute;
    width: 90vw;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    top: 50%;
    transform: translate(0,-50%);
    text-align: left;
}
}

.c-header-title {
    font-size: 50px;
    font-weight: 800;
margin-bottom: 0;
line-height: 1em;
}

@media (max-width: 990px) {
   
}

.c-header-text {
    font-size: 20px;
margin-bottom: 0;
}

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

/* LIST DESIGN */

.c-ul-blk li {
line-height: 1.5em;
}

.c-ul-blk li::marker {
  color: #bc2d32;
}

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

/* NUMBERS DESIGN */
@media (max-width: 990px) {
.c-minheight-mobile {
min-height: 300px;
}
}


.col-md-3:hover .c-number {
    top: -1.5vw;
}

.c-number-container {
    position: relative;
    height: 25vw;
    background-color: #e8ecf3;
}

@media (max-width: 768px) {
.c-number-container {
    position: relative;
    height: 30vh;
    background-color: #e8ecf3;
}

}

.c-number {
    font-size: 15vw;
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 2vw;
transition: 0.3s;
}
@media (max-width: 990px) {
.c-number {
    font-size: 25vw;
    font-weight: 800;
    position: absolute;
    top: 15px;
    left: 2vw;
transition: 0.3s;
}
}
@media (max-width: 768px) {
.c-number {
    font-size: 40vw;
    font-weight: 800;
    position: absolute;
    top: 15px;
    left: 2vw;
transition: 0.3s;
}
}


.c-number-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.c-number-shadow img{
    width: 100%;
    height: auto;
}

.c-number-over {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.c-number-over img{
    width: 100%;
    height: auto;
}

.c-number-text {
    position: absolute;
    top: 70%;
    right: 10%;
    transform: translate(0, -50%);
    z-index: 3;
    font-size:26px;
    font-weight: 800;
    text-align: right;
    width: 50%;
}

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

.c-inner-padding {
padding: 1.5vw;
}

/* ========================== */
.c-circle-photo-container {
position: relative;
height: 11vw;
}

.c-circle-photo-container p{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
    background-color: white;
    width: fit-content;
transition: 0.5s;
}
.c-circle-photo {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -1vw;
    transform: rotate(0deg);
transition: 0.5s;
}

.col-md-3:hover .c-circle-photo {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-10deg);
}

.col-md-3:hover .c-circle-photo-container p {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: fit-content;
    background-color: white;
}

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

/* MARKETS DESIGN */

.c-image-container {
    position: relative;
    height: 100%;
    margin-top: 20px;
    min-height: 350px;
}

.c-image {
    position: absolute;
    top: 30%;
    left: 10%;
    transition: 0.3s;
}

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

.c-image-text {
    position: absolute;
    top: 85%;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0;
    transform: translate(0, -50%);
    z-index: 3;
    font-size: 20px;
    background-color: white;
    border: 1px solid #f3f3f3;
    font-weight: 800;
    text-align: right;
    width: 75%;
    opacity:0;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
transition: 0.5s;
}

.col-md-2:hover .c-image-text {
width: 85%;
opacity: 100
}

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


/* NEW MARKETS DESIGN */

.c-market-bg {
background-size: cover;
background-position: center;
min-height: 350px;
position: relative;
}
.c-market-bg-over {
background-color: rgb(0 0 0 / 50%);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

/*.c-market-bg:hover .c-market-bg-over {
background-color: rgb(0 0 0 / 50%);
}*/

.c-market-title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.2vw;
font-weight: 800;
color: white;
opacity: 1;
transition: 0.3s;
max-width: 80%;
    width: 100%;
    text-align: center;
}

/*.c-market-bg:hover .c-market-title {
opacity: 1;
}*/

#top .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#top .row .col-md-6:nth-child(1) p {
    max-width: 720px;
    margin: 0 auto;
}

#top .row .col-md-6:nth-child(1) p.c-header-text {
   margin-top: 20px;
   font-weight : 400;
}

/* Mobile View */
@media (max-width:990px){
.c-market-bg-over {
background-color: rgb(0 0 0 / 20%);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}


.c-market-title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 7.4vw;
font-weight: 800;
color: white;
opacity: 1;
transition: 0.3s;
max-width: 80%;
}
}.c-newlogo {
    background-image: url('/cache/files/61fe1c5507fc9b28ec819df36e44ffad2bda88bf.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/61fe1c5507fc9b28ec819df36e44ffad2bda88bf.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/61fe1c5507fc9b28ec819df36e44ffad2bda88bf.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}/* CONTACT FORM */


.contactform {
    max-width: 800px;
padding: 20px;
padding-top: 100px;
padding-bottom: 100px;
    margin: auto;
}

.contactform h1 {
display: none;
}

.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 black;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
background-color: transparent;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
font-size: 1.5vw;
font-weight: 800;
line-height: 1.3;
    color: black;
}
div.contactform p label {
    display: block;
    color: black;
}

@media (max-width: 768px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: center;
}
}

.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center !important;
    padding: 25px 15px;
    width: 200px;
    color: white;
    margin: auto;
margin-top: 10px;
    background-color: #bb2025;
    border: 0px solid rgba(51,51,51,1);
    transition: 0.3s;
}
.contactform button:hover {
color: white;
background-color: black;
}

.contactform .submit{
text-align: center;
}



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

div.contactform p textarea, div.contactform p input {
    padding: 2em .5em .5em !important;
}


div.contactform p label {
    display: block;
    color: #999;
    font-size: 18px;
}