/*
CTC Separate Stylesheet
Updated: 2024-06-10 21:09:11
Theme Name: Rebuilto Child - Configurator
Theme URI: https://demo2.wpopal.com/rebuilto/
Template: rebuilto
Author: Opalthemes
Author URI: https://wpopal.com/
Description: Rebuilto - a professional WordPress theme specifically designed for construction companies, contractors, and industry experts in the construction field. With its blend of modern design, flexibility, and powerful features, Rebuilto delivers an exceptional experience for building and managing your website.
Tags: architecture,building,company,construction,constructor,contractor,corporate,electrician,engineering,handyman,industry,painter,plumber,remodeling,renovation
Version: 1.0.2.1718053751
*/

/* Remove Hover Icon */
.layout-1 .team-image-inner:before {
        content: url(../../../assets/images/team-icon.svg);
		display: none;
}

/* Remove Team Slider Icon */
.team-slide .icon-slide {
	display: none;
}

.sticky-element {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0; /* Adjust the distance from the top of the viewport */
  z-index: 1000; /* To make sure it stays above other content */
}

.blue-link-text a {
	color: #a3a3a3;
}

.blue-link-text a:hover {
	color: #3c6782;
}

.footer-phone-link a {
	color: #ffffff;
}
