.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;
}.notloggedin #topmenu {
    background-color: transparent;
    position: absolute;
margin-top: 25px;
}

.loggedin #topmenu {
    background-color: white;
    position: relative;
}

* {
  box-sizing: border-box;
}

::  -webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}


.hs {
  display: -webkit-box;
  display: flex;
  overflow-x: hidden;;
  -webkit-box-pack: justify;
          justify-content: space-between;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

#hs ul li {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}

.hs__wrapper {
    padding-top: 10vw;
    width: 100%;
    position: relative;
}

.hs__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    width: 130px;
    top: 4.5vw;
    right: 5vw;
    position: absolute;
    z-index: 10;
    background-color: white;
}

@media only screen and (max-width: 768px) {
.hs__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 120vw;
    position: absolute;
    z-index: 0;
}
}

.hs__headline {
  -webkit-box-flex: 1;
          flex: 1;
}
.hs__arrows {
    position: relative;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0%);
    align-self: center;
    z-index: 50;
}
.hs__arrows .arrow:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-image: url('cache/files/notfound');
    background-size: 60%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #389ff2;
    padding: 10px;
transition: 0.3s;
}

.hs__arrows .arrow:hover:before{
    background-color: #2bf2e0;
}
.hs__arrows .arrow.disabled:before {
    background-color: #389ff2;
}
.hs__arrows .arrow.disabled:hover:before {
    background-color: #2bf2e0;
}
.hs__arrows .arrow.arrow-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 10px;
}
.hs__arrows .arrow.arrow-next:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.hs__item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
    /* margin: 10px; */
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 768px) {
  .hs__item {
    flex-basis: calc(100% / 2);
  }
}
.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: 0;
}

.hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hs__item__image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* MOBILE SETTINGS */

/* @media (hover: none) and (pointer: coarse) {
  .hs__wrapper .hs__arrows {
    display: none;
  }
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
  }
} */
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
  }
}

.hs__item a {
text-decoration: none;
color: white;
}

.c-over-image-team {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 15vw;
    width: 20vw;
    background-color: rgb(43 242 224 / 90%);
}

.c-name-info {
    position: absolute;
top: 10%;
left: 10%;
}

.c-name {
font-size: 1.5vw;
font-weight: 800;
margin-bottom: 0px;
color: black;
}

.c-team-info {
font-size: 1vw;
font-weight: 500;
}

.c-image-bg-img {
width: 26vw;
height: auto;
filter: grayscale(100%);
transition: 0.3s;
}

.hs__item:hover .c-image-bg-img {
filter: grayscale(0%);
}

.c-overlay-image-team {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(56 159 242 / 30%);
    mix-blend-mode: color;
transition: 0.3s;
}

.hs__item:hover .c-overlay-image-team {
    background-color: rgb(56 159 242 / 0%);
}

.c-circle-button {
    background-color: black;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    position: absolute;
    bottom: 1vw;
    right: 1vw;
transform: scale(1);
transition: 0.3s;
}

.hs__item:hover .c-circle-button {
    background-color: white;
transform: scale(1.2);
}

.c-circle-button img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(0deg) scale(1);
width: 1.5vw;
height: auto;
mix-blend-mode: difference;
transition: 0.3s;
}

.hs__item:hover .c-circle-button img {
transform: translate(-50%,-50%) rotate(-45deg) scale(1.2);
}#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* LOADER */

.c-circle-effect {
position: absolute;
top: 0;
right: 0%;
height: calc(50vh - 100px);
}

.ouro {
    top: 50%;
    /* left: 0; */
    right: 3vw;
    transform: translate(0, -50%);
    position: absolute;
    display: inline-block;
    height: calc(50vh - 100px);
    width: calc(50vh - 100px);
    /* margin: 1em; */
    border-radius: 50%;
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
}

.ouro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
    height: calc(30vw - 1vw);
    width: calc(30vw - 1vw);
  background: none repeat scroll 0 0 white;
  border-radius: 50%;
transform: translate(-50%, -50%);
}
.ouro > span {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.left {
  left: 0;
}
.right {
  left: 50%;
}

.anim {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: none repeat scroll 0 0 #2bf2e0;
  opacity: 0.8;
  -webkit-animation: ui-spinner-rotate-left 3s infinite;
  animation: ui-spinner-rotate-left 3s infinite;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}
.left .anim {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.right .anim {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  left: -100%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}

.ouro3 .anim {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
}
.ouro3 .right .anim {
  -webkit-animation-name: ui-spinner-rotate-right;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: 1.5s;
  animation-name: ui-spinner-rotate-right;
  animation-delay: 0;
  animation-delay: 1.5s;
}


@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}/* XARTIS - MAP */

.c-map {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


#map {
    margin: 100px 0;
}

.c-map img {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
}

.c-map-title {
    position: relative;
    padding: 0 20px;
    max-width: 1440px;
    margin: 0 auto;
}

/* MAP PINS */

.c-pin-pos .c-pin-name {
   opacity: 0;
   transition: 0.3s;
visibility: hidden;
}

.c-pin-pos:hover .c-pin-name {
   opacity: 1;
    visibility: visible;
}

#greece {
    position: absolute;
    top: 23.5vw;
    left: 53vw;
}
#cyprus {
    position: absolute;
    top: 24.3vw;
    left: 55.7vw;
}
#balkans {
    position: absolute;
    top: 22vw;
    left: 52.5vw;
}
#france {
    position: absolute;
    top: 20vw;
    left: 47vw;
}
#germany {
    position: absolute;
    top: 19.3vw;
    left: 48vw;
}
#italy {
    position: absolute;
    top: 22.5vw;
    left: 51.2vw;
}
#iran {
    position: absolute;
    top: 26vw;
    left: 62vw;
}
#latin-america {
    position: absolute;
    top: 37vw;
    left: 30vw;
}
#middle-east {
    position: absolute;
    top: 26vw;
    left: 58vw;
}
#netherlands {
    position: absolute;
    top: 19vw;
    left: 47.5vw;
}
#russia {
    position: absolute;
    top: 17vw;
    left: 67.5vw;
}
#turkey {
    position: absolute;
    top: 23vw;
    left: 54.5vw;
}
#united-kingdom {
    position: absolute;
    top: 18vw;
    left: 46.5vw;
}
#usa {
    position: absolute;
    top: 22vw;
    left: 19.5vw;
}

#canada {
    position: absolute;
    top: 17vw;
    left: 16.5vw;
}

#bulgary {
    position: absolute;
    top: 21vw;
    left: 51.5vw;
}

#poland {
    position: absolute;
    top: 18vw;
    left: 50.5vw;
}

#czech {
    position: absolute;
    top: 19vw;
    left: 48.5vw;
}


.c-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #bc2e33;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
z-index: 2;
}
.c-pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 4px;
  background: white;
  position: absolute;
  border-radius: 50%;
}
.c-pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: 0;
}
.c-pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -11px 0 0 -17px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px white;
  box-shadow: 0 0 1px 2px white;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

.c-pin-name {
    opacity: 0;
    background-color: white;
    padding: 3px 6px;
    border-radius: 50px;
    position: absolute;
    width: auto;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 10px #7f7f7f;
    font-size: 14px;
    font-weight: bold;
    display: block;
    transition: 0.3s;
    text-align: center;
    white-space: nowrap;
    z-index: 90;
}

.c-pin-name {
    opacity: 1;
}

.c-map-title p:nth-child(2) span {
    display: inline-block;
    background-color: #e3e6ea;
    padding: 3px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.c-map-title p {
   max-width: 1000px;
}.c-swiper-divider .c-swiper-image img {
    width: auto;
    height: 80px;
}

.c-swiper-divider .swiper-slide {
    width: auto !important;
    color: #3e3e3f;
    font-size: 30px;
    font-weight: 300;
}

.c-swiper-divider .swiper-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

#why-us .c-container-rel  {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 20px;
}

#map {
    margin: 100px 0;
}
#images-divider .c-container-rel {
   max-width: 1440px;
    padding-bottom: 0;
}

#images-divider {
    padding-bottom: 3%;
}