.side-panel-logo img,
.footer-logo {
    filter: brightness(0) invert(1);
}

.panel-list-item a {
    color: #fff;
}

.ot-heading span.text-black {
    color: #222;
}

.contact-container {
    margin: 50px 0;
}


.form-container .form-field {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 13px 25px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    color: #000;
    background-color: transparent;
    border: 1px solid #bdb5aa;
    border-radius: 0;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
}

.form-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 3.333em;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    padding: 5px 38px;
    color: #696359;
    background-color: transparent;
    border: 1px solid #bdb5aa;
    cursor: pointer;
}

.form-btn:hover {
    background-color: #0852a9;
    color: #fff;
    border-color: #0852a9;
}

.footer-list .footer-list-item a {
    color: #fff;
}

section.offer-section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.services-3 .icon-main img {
    width: 80px;
}

/* .services-3 .icon-box--bg-img:hover {
    background: #0852a9;
} */

.services-3 .icon-box--bg-img:hover .icon-main img {
    filter: brightness(0) invert(1);
}

.group-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

.our-blog-2.dark-side .entry-meta span a {
    color: #fff;
}

.our-blog-2.dark-side .post-box .entry-meta>span:before {
    color: #fff;
}

.our-portfolio.project-page .project_filters a {
    color: #0852a9;
}

.client-detail span.client-name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.client-list-box {
    padding: 20px;
    border: 1px solid lightgray;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.client-detail span.client-location {
    text-align: center;
    display: block;
}

.recent-project-content ol li {
    margin-bottom: 10px;
}

.recent-project-content .project-content p {
    font-weight: bold;
}

.client-list {
    background-color: #fff;
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
}

.whatsapp-button:hover {
    color: #fff;
}

.project-service-box .icon-box {
    padding: 20px;
}

.benefits-content .icon-main.custom-icon {
    width: 60px;
}

.text-justify {
    text-align: justify;
}

.area-img-box {
    margin-bottom: 25px;
}

.area-img-box img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}



@media (max-width:1300px) {
    .corporate-section .main-principes {
        max-width: 100%;
        padding-left: 10px;
        margin: 80px 0;
    }
}

@media(max-width:768px) {
    .corporate-section .main-principes {

        margin: 0;
    }

    .process-classic {
        padding: 10px !important;
    }

    .icon-box {
        padding: 15px 10px;
    }

    .cta-2 h2 {
        font-size: 45px;
    }

    .cta-2 {

        padding-bottom: 50px;
        padding-top: 50px;
    }

    .page-header {
        height: 200px;
    }

    .studio-testi-slide-block {
        margin-top: 0px;
        padding-top: 30px;
        padding-left: 30px;
    }

    .ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
        font-size: 16px;
    }

    .ot-heading h2 {
        font-size: 20px;
        line-height: 38px;
    }

    .t-head.flex-middle .tinfo h5 {
        font-size: 16px;
    }

    .widget-footer.widget-contact ul {
        margin: 0;
        padding-left: 0;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-right {
        padding: 30px;
    }

    .contact-right .ot-heading {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .contact-right .list-social {
        margin-top: 11px;
        padding-bottom: 40px;
    }

    .principes.no-padding {
        margin-top: 30px;
    }

    .space-medium {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .services-feature {
        background-color: #efefef;
        padding-bottom: 50px;
    }

    .ot-heading.is-dots {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .feature-content {
        margin-left: 0px !important;
    }

    .main-principes {
        padding-top: 0;
    }

    .icon-box h5 a {
     
        font-size: 18px;
    }
}