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


:root {
--color-orange: #f39200;

}

body, #contenttop h1, p {
    font-family: "Geologica", sans-serif;
  font-family: "Murecho", sans-serif;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
   line-height: 2em;
}

#contenttop h1.c-top-title {
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
    font-size: clamp(30px, 2vw, 50px);
font-size: clamp(30px, 3vw, 70px);
    font-weight: 600;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    margin-top: 1.5em;
    color: #3e3e3f;
    color: white;
}

#contenttop h2.c-section-big-title, #contenttop .firstpagenews h1 {
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
    font-size: clamp(30px, 2vw, 50px);
    font-weight: 600;
    max-width: 800px;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 80%;
}

#contenttop .firstpagenews h1 {
    text-align: center;
    max-width: 100%;
}

#top {
    position: relative;
    overflow: hidden;
}

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

#contenttop h2.c-main-title {
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
    font-size: clamp(30px, 3vw, 70px);
    font-weight: 600;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 10px;
    color: #333;
}

.c-section-small-title {
    font-size: 18px;
    position: relative;
    font-weight: 600;
    margin-bottom: 4vw;
}

.c-section-small-title::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 400px;
    height: 1px;
    background-color: var(--color-orange);
    margin-top: 10px;
}

.c-main-subtitle {
    font-size: clamp(20px, 2vw, 40px);
    margin-bottom: 10px;
}

.c-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    text-decoration: none;
}

.c-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: #f7921d;
    transition: 0.3s;
}

.c-link:hover::after {
    left: 0%;
}

.c-section-par {
    max-width: 800px;
}

.c-main-title-boxy {
    position: relative;
    margin-bottom: 15px;
}

.c-main-title-boxy::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background-color: #f7921d;
    border-radius: 2px;
}

.c-border-image img {
    border-radius: 30px;
}

/* NEWS DESIGN */

div.items div.detail div.horizontalitemsnews div.itemcontent, div.horizontalitemsnews div.itemcontent {
    overflow: hidden;
    border-radius: 30px;
}

div.horizontalitemsnews div.item div.photos {
    height: auto;
    aspect-ratio: 1 / 1;
}

#contenttop div.horizontalitemsnews div.item div.photos img {
    max-height: 100%;
}

/* END NEWS DESIGN */


/* FOOTER */

#cfooter {
    overflow: hidden;
}

#cfooter .c-main-inner {
    padding-top: 0;
}

#cfooter .c-text-marquee-swiper {
    margin-bottom: 50px;
    background-color: #f1f1f1;
}

.c-footer-locations {
    display: flex;
    gap: 20px;
flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-loc {
    flex: 1;
}

.c-line {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin-bottom: 10px;
}

#cfooter .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-footer-social {
text-align: right;
}

.c-social-button {
    background-color: #f39200;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.c-social-button img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
}

#belowsite .c-social-button:hover {
    background-color: #0096bc;
}

.c-button {
    display: inline-block;
    padding: 7px;
    border: 1px solid white;
    border-radius: 100px;
    color: white;
   transition: 0.3s;
}

.c-button.c-button-orange {
   color: #212121;
   border-color: var(--color-orange);
   background-color: transparent;
   transition: 0.3s;
}

.c-button-text {
    margin-left: 5px;
    margin-right: 10px;
    display: inline-block;
}

.c-button-arrow {

}

.c-button .c-button-arrow img {
    padding: 10px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
   transition: 0.3s;
}

.c-button.c-button-orange .c-button-arrow img {
   background-color: var(--color-orange);
   transition: 0.3s;
}

/* HOVER BUTTON */

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

.c-button.c-button-orange:hover {
   color: white;
   background-color: var(--color-orange); 
}

.c-button.c-button-orange:hover .c-button-arrow img {
   background-color: white; 
}

.c-button:hover .c-button-arrow img {
   background-color: var(--color-orange);
}

/* END HOVER BUTTON */

.row-eq-height-md .c-image-border {
   height: 100%;
}

.c-image-border {
    border-radius: 30px;
    overflow: hidden;
}

.row-eq-height-md .c-image-border img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#belowsite a, #contact-us a {
    margin-bottom: 15px;
    text-decoration: none;
    display: inline-block;
    color: #333333;
}


#belowsite a:hover, #contact-us a:hover {
    text-decoration: underline;
}


#contenttop h1.pagetitle {
    padding-bottom: 15px;
    margin-top: 50px;
    position: relative;
}

.pagetitle::after {
    content: '';
    display: block;
    width: 150px;
    height: 5px;
    background-color: #f39200;
    margin: 0 auto;
    border-radius: 20px;
}

.c-inpage {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.c-inpage-titleboxy {
    background-color: #f1f1f1;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 30px;
    margin-bottom: 20px;
}

.c-inpage-slider {
    border-radius: 30px;
    overflow: hidden;
}

.slider-arrow-left, .slider-arrow-right {
    background-color: #f39200;
    border-radius: 10px;
    color: white;
}

.slider-arrows span {
    font-size: 20px;
}


/* CTA INPAGE */

#cta {
    background-color: #07313b;
    color: white;
    position: relative;
}

#cta::before {
    content: '';
    width: 43%;
    height: auto;
    background-image: url('/cache/files/01b5318649367359f1701ab5207b0d1c242c94ae.svg');
    position: absolute;
    right: 5%;
    top: 5%;
    aspect-ratio: 10 / 4;
    opacity: 0.2;
    background-size: contain;
    background-repeat: no-repeat;
}

#contenttop #cta h2.c-section-big-title {
    color: white;
    max-width: 650px;
}


#cta a.c-button.c-button-orange {
    color: white;
}

#cta .col-md-7 .c-section-title-boxy {
    margin-top: 100px;
}

.c-cta-title {
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}


/* RESPONSIVE */

@media (max-width: 990px) {
.c-footer-social {
    text-align: left;
    margin-top: 20px;
}
#cfooter .container-fluid:last-child {
    padding-bottom: 0px;
}
.c-page-info {
    padding: 15px;
    box-sizing: border-box;
}

.imagemenu ul {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 15px !important;
    gap: 15px !important;
}
.imagemenu ul li {
    width: calc(50% - 20px) !important;
}

.c-inpage-slider {
margin-top: 30px;
}
}.c-newlogo {
    background-image: url('/cache/files/01b5318649367359f1701ab5207b0d1c242c94ae.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/01b5318649367359f1701ab5207b0d1c242c94ae.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/01b5318649367359f1701ab5207b0d1c242c94ae.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}