/**
* Theme Name: Vian Child
* Description: This is a child theme of Vian, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: vian
* Version: 1.0.0
*/

.services-hide-btn a.btn-icon-link {
    display: none !important;
}
#partners-section .icon svg {
    height: 101px;
    width: auto;
}
#partners-section .icon svg > *,
#partners-section .icon svg > g > * {
    fill: var( --e-global-color-lighter ) !important;
}
#partners-section .icon svg > g rect.st2 {
    fill: transparent !important;
}
#partners-section .elementor-cta--skin-cover:hover .icon svg > *,
#partners-section .elementor-cta--skin-cover:hover .icon svg > g > * {
    fill: #fff !important;
}

*::selection {
  background: #2FA4A9;
  color: #ffffff;
}
*::-moz-selection {
  background: #2FA4A9;
  color: #ffffff;
}
*::-webkit-selection {
  background: #2FA4A9;
  color: #ffffff;
}
body .wpcf7-form .wpcf7-button button.submit {
	background: #2FA4A9;
	border-color: #2FA4A9;
}
body .contact-title-element h2 span {
	color: rgba(255, 66, 0, 1);
}