.relative {
    position:relative;
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 999999;
}

.espa_badges {
    text-align: center;
}

.espa_badges img {
    text-align: center;
}

.espa_img {
    max-width: 400px;
}

.el_img {
    max-width: 170px;
}

.enartia_logo img {
    max-width: 180px;
    padding:15px 0 0 0;
}

.mauto {
    margin: auto;
}

.percentage_100 {
    width:100%;
}

.max_width_700 {
    max-width:700px;
}

.max_width_1000 {
    max-width:1000px;
}
.nav-link {
    color:#000000;
    font-weight: 700;

}

.visit_papaki p {
    padding-top:25px;
    margin-bottom: 0;
}

.timeline .col {
    background: #f5f5f5;
    border-radius:3px;padding:35px; 25px
}

.timeline .col h2{
    color:#934c64;
    font-weight:700;
}

#we_are_enartia {
    background: url(https://www.enartia.com/wp-content/uploads/2021/04/hero1.png);
    padding-top:100px;
    padding-bottom:100px;
    background-size: cover;
}

#we_are_enartia h1 {
    background:#934c64;
    padding:15px;
}

#enartia_data .col div {
    padding-top:85px;
    margin:15px;
    min-height:300px;
}

#enartia_data .col:nth-child(1) div {
    background:#934c64;
}

#enartia_data .col:nth-child(2) div {
    background:#934c64;
}

#enartia_data .col:nth-child(3) div {
    background:#934c64;
}

#enartia_data .col:nth-child(4) div {
    background:#934c64;
}

#enartia_data .col div h2 {
    padding-top:15px;
}

#enartia_data .col div h3 {
    font-size:18px;
    font-weight:normal;
}

#enartia_plugins {
    padding-top:60px;
    padding-bottom: 60px;
}

#enartia_plugins .title_card {
    font-size:22px;
    font-weight:700;
}

.titles {
    font-size:2.5rem;
    font-weight:700;
}

#enartia_brands img {
    max-width: 250px;
}

#enartia_brands svg {
    margin-right: 15px;
}

.card-img-top {
    max-width: 220px;
}

.card-body {
    padding-top:0;
}

#timeline {
    background: url(https://www.enartia.com/wp-content/uploads/2016/03/Screenshot-217.png);
    background-size: cover;
}

.timeline {
        background-color: rgba(113,202,197,0.82);
}

#enartia_values .g-lg-5:nth-child(5) div.titles {
    color:#934c64;
}

#enartia_values .g-lg-5:nth-child(2) div.titles {
    color:#934c64;
}

#enartia_values .g-lg-5:nth-child(3) div.titles {
    color:#934c64;
}

#enartia_values .g-lg-5:nth-child(4) div.titles {
    color:#934c64;
}

footer img {
    max-width: 150px;
}
footer p {
    padding-top:35px;
}


@media (max-width:768px) {
 .espa_badges {
    text-align: center;
     display:flex;
     align-items:center;
     
}
.espa_badges img {
    width:100%;
 }

   
}