.it-header-logo a img {
    width: 220px;
}

.it-header-logo {
    background: #ffffff;
}
.it-slider-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

h3.it-slider-subtitle {
    display: flex;
    width: 50%;
}
.form-home {
    padding: 10px 15px;
    background: #fff url(/template/spghome/userfiles/images/shape/contact-1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    border-radius: 10px;
}
.form-home .formc {
    margin: auto;
    width: 100%;
    max-width: 90%;
}
.it-header-logo{
      height: 148px;
}

.it-choose-area.it-choose-overlay {
    overflow: hidden;
}
.it-choose-area.it-choose-overlay img.why-choose-us-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top:0;
    left:0;
}
.itoffcanvas__close-btn button {
    color: #fff;
    opacity: 1;
}
.itoffcanvas__logo a img, .it-footer-widget-logo  a img  {
    filter: grayscale(1) brightness(100);
    opacity: 1;
}
.separador-header-gallery {
    height: 200px!important;
}
#modalPreview .modal-content .modal-head {
    position: absolute!important;
    right: 20px!important;
    top: 150px!important;
    width: 60px!important;
    height: 60px!important;
}
@media (min-width: 992px) {
    .form-home {
        position: absolute;
        top: 200px;
        right: 8%;
        z-index: 9;
        max-width: 400px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .form-home {
        top: 320px;
        right: 5%;
        max-width: 360px;
    }
}
@media (min-width: 1350px) {
    .container {
        max-width: 90%;
    }
    
    .it-slider-content {
        padding-right: 10%;
    }

}
@media (max-width: 768px) {
    .it-breadcrumb-right {
        position: absolute;
        top: 250px;
        right: 15px;
    }
    .it-breadcrumb-experience {display:inline-block;}
    .it-footer-widget-logo a img {
        max-width: 300px;
        margin: auto;
        display: block;
    }
    .it-copyright-social a span svg {
        height: 50px;
        width: 40px;
    }
    
    .it-copyright-social a {
        margin: 5px 15px;
    } 
    .it-footer-widget {
        padding: 0px 10%;
    }
    .it-slider-text p, .it-about-right p, .it-custom-accordion .accordion-body p, .it-service-text p, .it-footer-widget-menu ul li a {
        font-size: 18px;
    }
}