:root {
    --brand-color: #688dde;
    --accent-brand-color: #f4f6f5;
}

h2 {
    font-size: 45px;
    line-height: normal;
}

h3 {
    font-size: 28px;
    line-height: normal;
}

.subscribe__area-left h2 {
    font-size: 40px;
}

.subscribe__area-left .build_button {
    gap: 5px;
}

.header__area-menubar-left-logo a img {
    max-width: 250px;
}

.header__area {
    padding: 5px 0;
}

.footer__two-widget-about a img {
    max-width: 250px;
    border-radius: 20px;
}

.counter__one-area {
    gap: 0;
}

.servicePage .faq__area-right-title h2 {
    font-size: 45px;
    line-height: normal;
}

.services__one-item h4 {
    margin-top: 10px;
}

.certification-right-counter {
    padding: 0 10px;
    margin: 20px 0;
}

.services__one-item p {
    min-height: 150px;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.header__area-menubar-right-sidebar-popup-logo a img {
    max-width: 250px;
}

.banner__two-area {
    padding-top: 150px;
}

.banner__two-slide {
    display: none;
}

.breadcrumb__area {
    padding: 80px 0 80px 0;
}

.header__area.two {
    position: initial;
}

.topbarInner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.topbarInnerLeft {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topbarInneRight {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
}

.main-header-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 30px;
}

.about__two-left p {
    margin-bottom: 10px;
}

.about__two-left h2 {
    margin-bottom: 10px;
}

.about__two-right-counter h2 {
    font-size: 40px;
}

.about__two .counter__one-area {
    flex-wrap: nowrap;
    text-align: center;
}

.portfolio__three-item-content h4 {
    padding-top: 25px;
}

.services__one-item .descServices {
    transition: 0.5s;
}

.footer__two-widget-location-item-info h5 {
    font-size: 1.2rem;
}

.footer__two-widget-location-item-info a {
    font-size: 1rem;
}

.portfolio__three {
    overflow: hidden;
}

















/* COLORI */

a:hover {
    color: var(--brand-color);
}

.header__area.two {
    background: #fff;
}

.header__area.two .menu__bar i, .header__area.two .header__area-menubar-right-search-icon i, .header__area.two .header__area-menubar-center-menu ul li.menu-item-has-children > a::before, .header__area.two .header__area-menubar-center-menu ul li a {
    color: var(--brand-color);
}

.header__area.two .header__area-menubar-center-menu ul li:hover > a {
    color: #222;
}

.build_button {
    background: var(--brand-color);
    color: #fff;
}

.build_button i {
    color: #222;
    background: #fff;
}

.breadcrumb_last {
    color: #fff;
}

.breadcrumb__area-content span {
    color: #fff;
}

.breadcrumb__area-content a:hover {
    color: var(--brand-color);
}

.contact__area-left-contact-item-content h6 a:hover {
    color: var(--brand-color);
}

.contact__area-form {
    background: var(--accent-brand-color);
}

.subscribe__area-left p {
    color: var(--text-white);
}

.footer__two-widget ul li a {
    color: #fff;
}

.footer__two-widget ul li a:hover {
    color: var(--brand-color);
}

.footer__two-widget-location-item-icon i {
    color: var(--brand-color);
}

.footer__two-widget-location-item-info a:hover {
    color: var(--brand-color);
}

.copyright__area-content p a {
    color: var(--brand-color);
}

.scroll-up svg.scroll-circle path {
    stroke: var(--brand-color);
}

.scroll-up::after {
    color: var(--brand-color);
}

.certification {
    background: var(--accent-brand-color);
}

.servicePage {
    background: #fff;
}

.servicePage .faq__area-right-title .subtitle {
    color: #222;
}

.servicePage .faq__area-right-title h2 {
    color: #222;
}

.servicePage .faq__area-right .faq-item h5 {
    color: #222;
}

.servicePage .faq__area-right .faq-item-body p {
    color: #222;
}

.faq__area-right .faq-item .icon:not(.collapsed) {
    background: var(--brand-color);
    color: #fff;
}

.faq__area-right .faq-item .icon:not(.collapsed)::after {
    background: #fff;
}

.faq-item .icon::after {
    color: #fff;
    background: var(--brand-color);
}

.faq__area-right .faq-item .icon:not(.collapsed)::after {
    color: #222;
}

.services__one-item:hover {
    background: var(--brand-color);
}

.services__one-item:hover h4, .services__one-item:hover p {
    color: #fff;
}

.services__one-item:hover img {
    filter: brightness(0) invert(1);
} 

.gallery__area-button button.active {
    color: #fff;
    background: var(--brand-color);
    border-color: var(--brand-color);
}

.header__area-menubar-right-sidebar-popup {
    background: #fff;
}

.header__area-menubar-right-sidebar-popup .sidebar-close-btn i {
    background: var(--brand-color);
    color: #fff;
}

.header__area-menubar-right-sidebar-popup-contact h4 {
    color: #222;
}

.header__area-menubar-right-sidebar-popup-contact-item-icon i {
    color: var(--brand-color);
}

.header__area-menubar-right-sidebar-popup-contact-item-content span {
    color: #222;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
    color: #222;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
    color: var(--brand-color);
}

.about__two {
    background: #fff;
}

.about__two-left .subtitle {
    color: #222;
}

.about__two-left h2 {
    color: #222;
}

.about__two-left p {
    color: #222;
}

.about__two-right-counter h2 {
    color: #222;
}

.about__two-right-counter p {
    color: #222;
}

.topbar {
    background-color: var(--brand-color);
}

.main-header-two__contact-list li a {
    color: #fff;
}

.main-header-two__contact-list li a:hover {
    color: var(--color-5);
}

.menu__bar-popup {
    background: #fff;
}

.vertical-menu ul li a {
    color: #222;
}

.menu__bar-popup-top .close i {
    background: var(--brand-color);
    color: #fff;
}

.slider-arrow i:hover {
    color: #fff;
    background: var(--brand-color);
    border-color: var(--brand-color);
}

.portfolio__three-item-content {
    background: var(--brand-color);
}

.portfolio__three-item-content h4 {
    color: #fff;
}

.portfolio__three-item-content span {
    color: #fff;
}

.company__history-area-item-date span {
    background: var(--brand-color);
    color: #fff;
}

.spinner-bounce {
    background: var(--brand-color);
}

.services__one-item:hover .more_btn, .services__one-item:hover > i {
    color: #fff;
}

.services__one-item:hover h4 a:hover {
    color: #fff;
}
.services__one-item:hover .descServices {
    color: #fff;
}

.footer__two-widget-location-item-info h5 {
    color: var(--color-6);
}

.banner__two-content h2 {
    font-size: 50px;
}

.copyright__area-content p {
    font-size: 1rem;
}

.copyright__area-content p a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}

.copyright__area-content p a:hover {
    color: var(--brand-color);
}






@media screen and (max-width: 991px) {
    .topbar {
        display: none;
    }

    .cursor {
        display: none;
    }
}


@media screen and (min-width: 992px) {
    .header__area.is-sticky {
        position: fixed;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        backdrop-filter: blur(10px);
        animation: slideDown 0.35s ease-out;
        }

        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }
}


.grecaptcha-badge { display: none; }