 .color-white .block-social li a {
    color: #fff;
}
.skin3 .block_newsletter .text-conditions {
    display: none;
}
.skin3 .block_newsletter .input-wrapper input {
    border: 1px solid #ddd;
    background: none;
    height: 55px;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    outline-color: rgb(255 255 255 / 40%);
}
.skin3 .block_newsletter .btn {
    height: 55px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 0;
    margin: 0;
    right: 10px;
    background: #fff;
    border: none;
    color: #000;
    padding: 0 15px;
}
.imgfull img {
    width: 100%;
}
.img-skin2 img {
    transition: all 2s;
}

.img-skin2 {
    overflow: hidden;
}

.img-skin2 .elementor-image-box-title {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    font-size: 1.8em;
    color: inherit;
    margin: 0 0 20px;
    padding: 0 10px 10px;
    transition: all .3s;
    transform: translateY(10px);
    transition-delay: 0;
    z-index: 1;
    pointer-events: none;
}
.img-skin2 .elementor-image-box-title:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: currentColor;
    width: 0;
    max-width: 100%;
    transition-delay: 0;
    transition: all .3s;
}
.img-skin2 .elementor-image-box-description {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    padding: 0 10px;
    transition: all .3s;
    transform: translateY(15px);
    line-height: 1.8;
    letter-spacing: .5px;
    transition-delay: 0;
    opacity: 0;
    pointer-events: none;
    max-width: 360px;
    margin: auto;
}

.img-skin2:hover .elementor-image-box-title {
    transition-delay: 0.2s;
    transform: translateY(0);
}
.img-skin2:hover .elementor-image-box-title:before {
    width: 100px;
    transition-delay: 0.4s;
}
.img-skin2:hover .elementor-image-box-description {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
}
.img-skin2:hover img {
    transform: scale(1.05);
    filter: brightness(.5);
}
.img-skin2 .elementor-image-box-title a {
    color: inherit;
}





@media (min-width: 768px) {
	.f-logo,.h-logo {
	  height: 110px;
	  line-height: 110px; 
	}
	.f-logo img, .h-logo img {
		max-width: 200px;
		max-height: 110px; 
	}
}
