.light-version-logo{
    max-width: 315px;
    border-radius: 50px;
}

@media (max-width: 429px) {
    .light-version-logo{
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .navbar .header-btn .aximo-default-btn {
        display: none;
    }
}

@media (max-width: 388px){
    .light-version-logo {
    max-width: 235px;
    }
}




.aximo-default-btn.aximo-header-btn.yellow-btn {
    background-color: #01363c;
    color: #ffffff !important;
}

.header-social.aximo-social-icon ul li a:hover{
    background-color: #01363c;
    border: 1px solid #01363c;
    /* color: #ffff !important; */
}

.header-social.aximo-social-icon ul li a:hover i{
    color: #ffff !important;
}

button#aximo-hero-subscription-btn {
    background-color: #01363c;
    color: #ffff;
}

.aximo-default-btn.yellow-btn {
    color: #ffffff !important;
    background-color: #01363c;
}
.aximo-hero-content3 h1 {
    font-size: 85px;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    font-family: "Familjen Grotesk", sans-serif;
}

@media (max-width: 1669px) {
    .aximo-hero-content3 h1 {
        font-size: 72px;
    }
}

@media (max-width: 768px) {
    .aximo-hero-content3 h1 {
        font-size: 60px;
    }
}


.aximo-hero-section2 {
    padding: 0 0 135px;
}

.aximo-hero-thumb-item img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.aximo-default-content p {
    font-size: 17px;
    line-height: 2;
}


.aximo-project-thumb {
    height: 300px;
}


@media (min-width: 991px) and (max-width: 1400px){

    .site-menu-main .nav-link-item {
        font-size: 12px !important;
    }
}

.aximo-service-increase-row:hover .aximo-service-increase-icon i {
    color: #bdf446;
}


.aximo-contact-info ul li a i {
    background-color: #bdf446;
}

button#aximo-submit-btn2 {
    background-color: #bdf446;
}

.footer__copyright__text{
    color: #333333d4;
}

.footer__copyright__text a{
    color: #333333d4;
}


/* --------inner------ */


.aximo-section-padding-sbd{
    padding: 50px 0 50px;
    margin-top: 1rem;
}

.dark-bg-sbd{
    background-color: #01363c;
}

.aximo-section-padding6 {
    padding: 130px 0;
}

.aximo-default-content.familjen-grotesk h2 {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 1em;
    font-family: "Familjen Grotesk", sans-serif;
}




.aximo-project-thumb-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aximo-project-page .aximo-project-thumb-gallery {
    margin-bottom: 24px;
    border: 5px solid var(--dark-bg);
}
.aximo-project-thumb-gallery {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.aximo-project-thumb-gallery img {
    transition: all .5s;
    transform: scale(1);
}

.aximo-project-thumb-gallery {
    height: 300px;
}



.mt-banner{
    margin-top: 5rem;
}


.aximo-hero-content3 img{
    max-width: 450px;
}


@media (max-width: 1200px){
    .aximo-hero-content3 h1 {
        font-size: 48px;
    }

}
@media (max-width: 474px){
    .aximo-hero-content3 img{
        max-width: 300px;
    }
}
