/*
Theme Name: Custom Theme
Description: Custom Theme
*/
.slick-initialized div p{
	color: white;
}
/* Font */
#home p font{
	font-weight:500;
	font-family: 'Caveat Brush', cursive;
	font-size: 80px;
}
.header__form-form p {
	margin: 0;
}
.header__form-form br,
.header__form-form div.wpcf7 .ajax-loader{
	display: none;
}

.service-double-link img + img {
	display: none;
}


.service-double-link.active img:first-child {
	display: none;
}

.service-double-link.active img + img {
	display: block;
}
.service-double-link.active {
	background-color: #08384c;
	position:relative;
}
.service-double-link.active:before {
	top: -20px;
	height: 20px; 
	content: "";
	left: 0;
	position: absolute;
}
.service-double-link.active:after {
	position: absolute;
	height: 40px;
	left: 0;
	right: 0;
	content: "";
	bottom: -30px;
	background-color: #08384c;
	transform: rotate(-2deg);
}
.service-double-link.active span {
	color: #ffffff;
	position: relative;
	z-index: 10;
}
.service-double-link.active span:after {
    position: absolute;
    height: 60px;
    width: 2px;
    content: "";
    background-color: #ffffff;
    left: -17px;
    top: 10px;
}
.service-double-link.active span:before {
    position: absolute;
    height: 60px;
    width: 2px;
    content: "";
    background-color: #ffffff;
    right: -17px;
    top: 10px;
}
.solutions-links {
	margin-bottom: 20px;
}
.solutions-links__container a {
	padding-left: 15px; 
	padding-right: 15px;
}

/*  =============  */
.service-double-link {
	transition: all 0.5;
	position:relative;
}
.service-double-link:hover {
	background-color: #08384c;
	position:relative;
}
.service-double-link:hover img:first-child {
	display: none;
}
.service-double-link:hover img:last-child {
	display: block;
}
.service-double-link span {
	transition: all 0.5s;
}
.service-double-link:hover span {
	color: #ffffff;
	position: relative;
	z-index: 10;
}
.service-double-link span:before,
.service-double-link span:after {
	transition: all 0.5s;
	
}
.service-double-link:hover span:before {
    position: absolute;
    height: 60px;
    width: 2px;
    content: "";
    background-color: #ffffff;
    right: -17px;
    top: 10px;
}
.service-double-link:hover span:after {
    position: absolute;
    height: 60px;
    width: 2px;
    content: "";
    background-color: #ffffff;
    left: -17px;
    top: 10px;
}
.service-double-link:before,
.service-double-link:after {
	transition: all 0.5s;
}
.service-double-link:hover:before {
	top: -20px;
	height: 20px; 
	content: "";
	width: 100%;
	left: 0;
	position: absolute;

}
.service-double-link:hover:after {
	position: absolute;
	height: 40px;
	left: 0;
	right: 0;
	content: "";
	bottom: -30px;
	background-color: #08384c;
	transform: rotate(-2deg);
}
@media screen and (min-width: 1200px) {
	.footer__bottom-element[href="tel:035416000"] {
		user-select: none;
		cursor: default;
		pointer-events: none;
	}
}

