@charset "utf-8";
/* CSS Document */

:root {
	--dark: #1a2634;
	--dark-mid: #222f3e;
	--dark-light: #2c3e50;
	--accent: #4a9eff;
	--accent-hover: #6bb3ff;
	--accent-glow: rgba(74, 158, 255, 0.15);
	--text-light: #ffffff;
	--text-muted: rgba(255, 255, 255, 0.7);
	--bg-page: #e8edf2;
	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
	--shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.18);
	--radius: 8px;
	--transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: "NoirPro";
  src:
	   url("../fonts/NoirPro-Regular.woff") format("woff"),
	   url("../fonts/MartianB-SemiBold.woff") format("woff"),
	  url("../fonts/MartianB-Thin.woff");
}
@font-face {
  font-family: "MartianB";
  src:  url("../fonts/MartianB-Thin.woff") format("woff");
}
@font-face {
  font-family: "MartianL";
  src:  url("../fonts/MartianB-Light.woff") format("woff");
}


html{
  scroll-behavior: smooth;
	background: var(--bg-page);
}

* {
	font-family: "NoirPro", 'Sans Serif';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Navbar */

.logo {
	padding: 1px 10px 4px 8px;
	animation-name: SpinToRight;
	animation-duration: 2s;
	animation-delay: 0.3s;
}

.logo img {
	height: 32px;
	width: auto;
}

.logo-text {
	text-align: left;
	padding: 9px 0px 0px 0px;
	color: var(--text-light);
	animation-name: moveToLeft;
	animation-duration: 2s;
	animation-delay: 0.3s;
}
.logo-text a {
	text-decoration: none;
	font-size: 1.2rem;
	color: var(--text-light);
	transition: color var(--transition);
	letter-spacing: 0.5px;
}
.logo-text a:hover {
	color: var(--accent);
}

.brand {
	display: flex;	
	position: fixed;
	width: 70%;
	z-index: 4;
	float: left;
	padding: 12px 3px 3px 30px;
	
}

.nav-wrapper{

	margin: 0;
	padding: 0;
}
.nav-wrapper > .brand > div {
	font-size: 0.9em;
	text-transform: uppercase;

}

.burger-nav {
	position: fixed;
	display: block;
	width: 100%;
	height: 50px;
	background: url("../images/menu_w.png") no-repeat 95% center;
	background-color: var(--dark);
	border-bottom: 1px solid rgba(74, 158, 255, 0.1);
	cursor: pointer;
	z-index: 3;
	transition: background-color var(--transition);
}
.burger-nav:hover{
	background: url("../images/menu_b.png") no-repeat 95% center;
	background-color: var(--dark-light);
}

header .container{
	width: 100%;
	padding: 0;	
}



header nav ul{
	overflow: hidden;
	padding-top: 50px;
	height: 0;
	transition: height 0.4s ease;
}

header nav ul.open {
	height: auto;
	background: var(--dark);
	position: fixed;
	width: 100%;
	z-index: 2;
	box-shadow: var(--shadow-lg);
}


header nav ul li {
	float: none;
	text-align: left;
	width: 100%;
	margin: 0;
	list-style: none;
}
header nav ul li a{
	color: var(--text-light);
	padding: 14px 20px;
	font-size: 1rem;
	border-bottom: 1px solid rgba(74, 158, 255, 0.15);
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all var(--transition);
}

header nav ul li a:hover {
	background: rgba(74, 158, 255, 0.08);
	color: var(--accent);
	padding-left: 28px;
}


.active-nav-link {
	border-bottom: 2px solid var(--accent);
}


.active-nav-link a {
	color: var(--accent) !important;
}


/* Content */


/* First part */
.container{
	width: 100%;
	height: 100vh;
	background: linear-gradient(160deg, rgba(26, 38, 52, 0.85), rgba(26, 38, 52, 0.4) 50%, rgba(74, 158, 255, 0.15)), url("../images/vancouver_night.jpg") center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: static;
}
.container_c{
	width: 100%;
	height: 50vh;
	background: linear-gradient(160deg, rgba(26, 38, 52, 0.85), rgba(26, 38, 52, 0.4) 50%, rgba(74, 158, 255, 0.12)), url("../images/drawings.jpg") center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: static;
}
.container_carrer{
	width: 100%;
	height: 50vh;
	background: linear-gradient(160deg, rgba(26, 38, 52, 0.85), rgba(26, 38, 52, 0.4) 50%, rgba(74, 158, 255, 0.12)), url("../images/carrers.jpg") top center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: static;
}
.container_p{
	width: 100%;
	height: 50vh;
	background: linear-gradient(160deg, rgba(26, 38, 52, 0.85), rgba(26, 38, 52, 0.4) 50%, rgba(74, 158, 255, 0.12)), url("../images/products.jpg") top center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: static;
}
.container_s{
	width: 100%;
	height: 50vh;
	background: linear-gradient(160deg, rgba(26, 38, 52, 0.85), rgba(26, 38, 52, 0.4) 50%, rgba(74, 158, 255, 0.12)), url("../images/commercial_1000.jpg") center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: static;
}
.container_r{
	width: 100%;
	height: 50vh;
	background: linear-gradient(160deg, rgba(26, 38, 52, 0.85), rgba(26, 38, 52, 0.4) 50%, rgba(74, 158, 255, 0.12)), url("../images/bg4.jpg") center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: static;
}
.banner{
	width: 100%;
	position: relative;
	padding-top: 80px; 
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner h1{
	font-size: 2.8rem;
	padding: 150px 10px 0 10px;
	color: var(--text-light);
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	font-weight: 300;
	margin-bottom: 20px;
	animation-name: moveToLeft;
	animation-duration: 1.2s;
	animation-fill-mode: both;
}
.banner span {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--text-light);
}
.banner p {
	font-size: 1.6rem;
	text-transform: uppercase;
	color: var(--text-muted);
	margin-bottom: 30px;
	animation-name: moveToRight;
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	letter-spacing: 3px;
}


.banner .btn-cta {
	display: inline-block;
	width: 180px;
	padding: 14px 24px;
	margin: 10px;
	border: 2px solid var(--accent);
	background: rgba(26, 38, 52, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: var(--radius);
	font-size: 16px;
	color: var(--text-light);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all var(--transition);
	animation-name: fadeInUp;
	animation-duration: 0.8s;
	animation-delay: 0.5s;
	animation-fill-mode: both;
}
.banner .btn-cta:hover{
	background: var(--accent);
	color: var(--text-light);
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(74, 158, 255, 0.35);
}
.banner .btn-cta.btn-outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
}
.banner .btn-cta.btn-outline:hover {
	border-color: var(--accent);
	background: rgba(74, 158, 255, 0.15);
}


.text-title{
	text-align: center;
	font-size: 1.8rem;
	padding: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-family: "NoirPro";
	letter-spacing: 3px;
	color: var(--dark);
	position: relative;
}
.text-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: var(--accent);
	margin: 15px auto 0;
	border-radius: 2px;
}

/*SALUS */
.salus-logo {
	height: 70px;
	background: url(https://cdn.prod.website-files.com/670d4846eedcc3878aef7008/6715367abce91e7d6d6946e7_salus-logo.png) no-repeat center;
	grid-area: logo;
}
.salus {
	height: 100%;
	background: rgba(34, 47, 62, 1);
	display: grid;
	grid-gap: 5px;
	justify-content: space-evenly;
	align-items: center;
	grid-template-areas: "text1"
						"logo"
						"text2 ";
	grid-template-columns: 1fr;
	border-top: 1px solid rgba(74, 158, 255, 0.2);
}


.salus-text{
	grid-area: text1;
}

.salus-text2{
	padding-top: 12px; 
	grid-area: text2;
	
}


#salusid a {

	color: #FFFFFF;
	text-decoration: none;
}


.salus p {
	color: var(--text-muted);
	font-size: 1.1rem;
	text-align: center;
	padding: 30px;
	letter-spacing: 2px;
	line-height: 1.6;
}

/* Count part */
.count-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	background: var(--dark);
	position: relative;
}
.count-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.count-wrapper div {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 35px 10px;
	position: relative;
}

.count-wrapper h1 {
	color: var(--accent);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}

.count-wrapper p {
	color: var(--text-muted);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}



/* Text part */

.text {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1em;
	
	
}
.text p {
	text-align: left;
	overflow: hidden;
	padding: 10% 10% 0 10%;
	line-height: 1.7;
	color: #3a4a5c;
	font-size: 0.95rem;
}

.text-1 {
	height: auto;
	grid-row: 1;
	grid-column: 1/3;
	margin: 5px;
}


.icon-1 {
	margin: 30px;
	background: url("../images/caulking.jpg") no-repeat center;
	grid-row: 2;
	grid-column: 1/3;
  	height: 300px;
	max-width: 100%;
	text-align: center;
	/* -webkit-filter: drop-shadow(5px 5px 5px #222);
   	filter: drop-shadow(5px 5px 5px #222);*/
	
}

.icon-2 {
	margin: 30px;
	background: url("../images/sealant.jpg") no-repeat center;
	grid-row: 4;
	grid-column: 1/3;
	max-width: 100%;
  	height: 300px;
	text-align: center;
	/* -webkit-filter: drop-shadow(5px 5px 5px #222);
   	filter: drop-shadow(5px 5px 5px #222);*/
	
}

.text-2 {
	height: auto;
	grid-row: 3; 
	grid-column: 1/3;
}

.icon-3 {
	margin: 30px;
	background: url("../images/safety.jpg") no-repeat center;
	grid-row: 6;
	grid-column: 1/3;
	max-width: 100%;
  	height: 300px;
	text-align: center;
	/* -webkit-filter: drop-shadow(5px 5px 5px #222);
   filter: drop-shadow(5px 5px 5px #222);*/
}
.text-3 {
	height: auto;
	grid-row: 5;
	grid-column: 1/3;
}
.icon-4 {
	margin: 30px;
	background: url("../images/vancouver.jpg") no-repeat center;
	grid-row: 8;
	grid-column: 1/3;
	max-width: 100%;
  	height: 300px;
	text-align: center;
	/* -webkit-filter: drop-shadow(5px 5px 5px #222);
   filter: drop-shadow(5px 5px 5px #222);*/
}
.text-4 {
	height: auto; 
	grid-row:7;
	grid-column: 1/3;
}


/* Contact */
/* form */

.form-wrapper {
	top: 10px;
	padding: 10px 20px; 
}

.contact-form{
	max-width: 500px;
	margin: 0 auto;
	background: var(--dark-mid);
	padding: 40px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-lg);
	border: 1px solid rgba(74, 158, 255, 0.1);
}

.input-fields{
	display: flex;
	margin-right: 4%;
	flex-direction: column;
}

.input-fields,
.msg {
	width: 90%;
}

.input-fields .input, .msg textarea {
	margin: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 0;
	border-bottom: 2px solid rgba(74, 158, 255, 0.3);
	padding: 12px;
	color: var(--text-light);
	width: 100%;
	font-size: 0.95rem;
	transition: border-color var(--transition), background var(--transition);
	border-radius: 4px 4px 0 0;
}
.input-fields .input:focus, .msg textarea:focus {
	outline: none;
	border-bottom-color: var(--accent);
	background: rgba(255, 255, 255, 0.08);
}
.msg textarea {
	height: 212px;
	resize: vertical;
}
::placeholder {
	color: var(--text-muted);
}
.btn {
	background: var(--accent);
	padding: 12px 30px;
	border: 2px solid transparent;
	margin-left: 10px;
	margin-top: 15px;
	border-radius: var(--radius);
	color: var(--text-light);
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.9rem;
	letter-spacing: 1.5px;
	transition: all var(--transition);
}

.btn:hover{
	background: var(--accent-hover);
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(74, 158, 255, 0.3);
}
/* end form */
/* map and text */
.map-wrapper{
	width: 100%;
	
}
.googlemap{
	padding: 0 10% 0 10%;

}

.map-text {
	text-align: center;
	padding: 5% 0 5% 0;
	letter-spacing: 0.25px;
}

.map-text span {
	font-size: 1.25em;
	color: var(--dark);
	font-weight: 600;
}
.map-text p {
	line-height: 1.8;
	color: #4a5568;
}
.mapframe {
	width: 100%;
	height: 250px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-md);
	border: 0;
}

/* Sevices */
.serv-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: 	"text-serv11"
							"img-serv11"
							"text-serv21"
							"img-serv21";
	justify-items: center;
	gap: 20px;
	padding: 20px 5%;
}

.text-serv1{
	padding: 10px 20px;
	width: 100%;
	max-width: 600px;
	grid-area: text-serv11;
}

.text-serv1 h3,
.text-serv2 h3 {
	color: var(--dark);
	font-size: 1.05rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.text-serv1 li,
.text-serv2 li {
	padding: 4px 0;
	color: #4a5568;
	line-height: 1.6;
}

.text-serv2{
	width: 100%;
	max-width: 600px;
	grid-area: text-serv21;
	padding: 10px 20px;
}

.img-serv1{
	background: url("../images/scissorlift_s.jpg") no-repeat center;
	background-size: cover;
	grid-area: img-serv11;
	margin: 1px;
	height: 350px;
	width: 100%;
	max-width: 400px;
	border-radius: var(--radius);
}

.img-serv2{
	background: url("../images/bosun_chair_s.jpg") no-repeat center;
	background-size: cover;
	grid-area: img-serv21;
	height: 350px;
	width: 100%;
	max-width: 400px;
	margin: 1px;
	border-radius: var(--radius);
}

/* referencies */
.ref-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5px; 
	padding-top: 5px;
	
}
.present-projects {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5px; 
	padding-top: 5px;
	
}

.ref-wrapper h1 {
	text-align: center;
	padding: 5% 10px 10px 10px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	color: white;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.ref-wrapper h2 {
	text-align: center;
	padding: 0;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: var(--text-muted);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.present-projects h2 {
	text-align: center;
	padding: 0;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: var(--text-muted);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.present-projects h1 {
	text-align: center;
	padding: 5% 10px 10px 10px;
	letter-spacing: 2px;
	font-size: 1.6rem;
	color: white;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.ul-ser {
	padding-left: 25%;
	padding-right: 10%;
	text-align: left;
}
.present-projects p {
	color: white;
	text-align: center;
	padding: 2%;
	
}
.present-projects a {
	text-decoration: none;
	font-size: 1.25rem;
	color: white;
}

.present-projects button {
	justify-items: center;
	width: 150px;
	color: white;
	height: 45px;
	margin-top: 40px;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: rgba(26, 38, 52, 0.6);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(74, 158, 255, 0.4);
	border-radius: var(--radius);
	position: relative;
	transition: all var(--transition);
}

.present-projects button:hover {
	background: var(--accent);
	border-color: var(--accent);
	cursor: pointer;
	transform: translateY(-2px);
}

.present-projects div {
	width: 100%;
	height: 500px;
	margin: 0;
	text-align: center;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	background-color: #1a2634;
}
.present-projects a > div:hover {
	transform: scale(1.01);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}




.ref-wrapper p {
	color: white;
	text-align: center;
	padding: 2%;
	
}
.ref-wrapper a {
	text-decoration: none;
	font-size: 1.25rem;
	color: white;
}

.ref-wrapper button {
	justify-items: center;
	width: 150px;
	color: white;
	height: 45px;
	margin-top: 40px;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: rgba(26, 38, 52, 0.6);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(74, 158, 255, 0.4);
	border-radius: var(--radius);
	position: relative;
	transition: all var(--transition);
}

.ref-wrapper button:hover {
	background: var(--accent);
	border-color: var(--accent);
	cursor: pointer;
	transform: translateY(-2px);
}

.ref-wrapper div {
	width: 100%;
	height: 500px;
	margin: 0;
	text-align: center;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ref-wrapper a > div:hover {
	transform: scale(1.01);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}


.ref-1 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/atelier.jpg") no-repeat center;
	background-size: cover;
}

.ref-1:hover{
		background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/atelier.jpg") no-repeat center;
		background-size: cover;
}

.ref-2 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}

.ref-2:hover{
		background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}

.ref-3 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://bastion.ca/wp-content/uploads/2017/12/Coast-01-1200x750.jpg") no-repeat center;
	background-size: cover;
}

.ref-3:hover{
		background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://bastion.ca/wp-content/uploads/2017/12/Coast-01-1200x750.jpg") no-repeat center;
		background-size: cover;
}

.ref-4 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/conventioncentre.jpg") no-repeat center;
	background-size: cover;
}

.ref-4:hover{
		background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/conventioncentre.jpg") no-repeat center;
		background-size: cover;
}

.ref-5 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://static.wixstatic.com/media/1aa8e7_0418456803484a5291026612060abba6~mv2_d_1800_1595_s_2.jpg/v1/fill/w_1800,h_1595,al_c,q_90,usm_0.66_1.00_0.01/1aa8e7_0418456803484a5291026612060abba6~mv2_d_1800_1595_s_2.jpg") no-repeat center;
	background-size: cover;
}

.ref-5:hover{
		background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://static.wixstatic.com/media/1aa8e7_0418456803484a5291026612060abba6~mv2_d_1800_1595_s_2.jpg/v1/fill/w_1800,h_1595,al_c,q_90,usm_0.66_1.00_0.01/1aa8e7_0418456803484a5291026612060abba6~mv2_d_1800_1595_s_2.jpg") no-repeat center;
		background-size: cover;
}

.ref-6 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-6:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}
.ref-7 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/erickson.jpg") no-repeat center;
	background-size: cover;
}
.ref-7:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/erickson.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-8 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://m.ahstatic.com/is/image/accorhotels/aja_p_7131-02:8by10?fmt=webp&op_usm=1.75,0.3,2,0&resMode=sharp2&iccEmbed=true&icc=sRGB&dpr=on,1.5&wid=793&hei=991&qlt=80") no-repeat center;
	background-size: cover;
}
.ref-8:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://m.ahstatic.com/is/image/accorhotels/aja_p_7131-02:8by10?fmt=webp&op_usm=1.75,0.3,2,0&resMode=sharp2&iccEmbed=true&icc=sRGB&dpr=on,1.5&wid=793&hei=991&qlt=80") no-repeat center;
	background-size: cover;
	
}
.ref-9 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://boffo.ca/wp-content/uploads/2018/03/jewel-metrotown-porte-cochere-1600x900.jpg") no-repeat top center;
	background-size: cover;
}
.ref-9:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://boffo.ca/wp-content/uploads/2018/03/jewel-metrotown-porte-cochere-1600x900.jpg") no-repeat top center;
	background-size: cover;
	
}
.ref-10 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://boffo.ca/wp-content/uploads/2018/03/modello-living-room.jpg") no-repeat
		center;
	background-size: cover;
}

.ref-10:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://boffo.ca/wp-content/uploads/2018/03/modello-living-room.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-11 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://bastion.ca/wp-content/uploads/2017/07/Pulse-01-1200x750.jpg") no-repeat center;
	background-size: cover;
}

.ref-11:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://bastion.ca/wp-content/uploads/2017/07/Pulse-01-1200x750.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-12 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}

.ref-12:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-13 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/sapphire.jpg") no-repeat center;
	background-size: cover;
}

.ref-13:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/sapphire.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-14 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}

.ref-14:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-15 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}

.ref-15:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-16 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/grandvilla.jpg") no-repeat center;
	background-size: cover;
}

.ref-16:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/grandvilla.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-17 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}

.ref-17:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-18 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://a-us.storyblok.com/f/1022105/1920x1280/c8a451c04e/l-130-escala.jpg/m/1200x902/smart") no-repeat center;
	background-size: cover;
}

.ref-18:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://a-us.storyblok.com/f/1022105/1920x1280/c8a451c04e/l-130-escala.jpg/m/1200x902/smart") no-repeat center;
	background-size: cover;
	
}


.ref-19 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://solodistrict.com/static/media/mobile_hero_rendering.5ed6bbf6.jpg") no-repeat center;
	background-size: cover;
}

.ref-19:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://solodistrict.com/static/media/mobile_hero_rendering.5ed6bbf6.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-20 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://anthemproperties.com/wp-content/uploads/2022/03/SSQ-Res_Hero.jpg") no-repeat center;
	background-size: cover;
}

.ref-20:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://anthemproperties.com/wp-content/uploads/2022/03/SSQ-Res_Hero.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-21 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://apexatseylynn.ca/wp-content/themes/apexseylynn/dist/img/homefeature-residences.jpg") no-repeat center;
	background-size: cover;
}

.ref-21:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://apexatseylynn.ca/wp-content/themes/apexseylynn/dist/img/homefeature-residences.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-22 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://edgardevelopment.com/app/uploads/2022/12/dsc3922-1-2.jpg") no-repeat center;
	background-size: cover;
}
.ref-22:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://edgardevelopment.com/app/uploads/2022/12/dsc3922-1-2.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-23 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://www.millenniumdevelopment.com/assets/images/alexandra/2@1x.jpg") no-repeat center;
	background-size: cover;
}
.ref-23:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://www.millenniumdevelopment.com/assets/images/alexandra/2@1x.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-24 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://www.aquilinicentre.com/wp-content/uploads/2014/12/AC_home-splash_v07.jpg") no-repeat center;
	background-size: cover;
}
.ref-24:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://www.aquilinicentre.com/wp-content/uploads/2014/12/AC_home-splash_v07.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-25 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://s.realtyninja.com/static/images/buildings/med/7279_b9f285bbc_TV_Tower_1.png?width=735") no-repeat center;
	background-size: cover;
}
.ref-25:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://s.realtyninja.com/static/images/buildings/med/7279_b9f285bbc_TV_Tower_1.png?width=735") no-repeat center;
	background-size: cover;
	
}

.ref-26 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-26:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-27 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://wesgroup.ca/wp-content/uploads/2021/11/RiverDistrict_Quartet_Dusk.jpg") no-repeat center;
	background-size: cover;
}
.ref-27:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://wesgroup.ca/wp-content/uploads/2021/11/RiverDistrict_Quartet_Dusk.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-28 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://atira.bc.ca/wp-content/uploads/2017-04-29-Olivia-Skye-Rendering-with-art-1-768x455.jpg") no-repeat center;
	background-size: cover;
}
.ref-28:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://atira.bc.ca/wp-content/uploads/2017-04-29-Olivia-Skye-Rendering-with-art-1-768x455.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-29 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-29:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-30 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://images.squarespace-cdn.com/content/v1/5cdb13bf2727be3979909e4e/1565888725000-1FP2HWHJLMGHF1YJ4JIM/ke17ZwdGBToddI8pDm48kNelEQHH6ObyKXhPVtuHdZJ7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1URRnb5gEg87j_u_CnS6lshZ4YkRnSBu_Tm16f7Acf5j6LgOZgZlG0NTwuNC4AvKbWw/a9RcLRFs.jpg") no-repeat center;
	background-size: cover;
}
.ref-30:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://images.squarespace-cdn.com/content/v1/5cdb13bf2727be3979909e4e/1565888725000-1FP2HWHJLMGHF1YJ4JIM/ke17ZwdGBToddI8pDm48kNelEQHH6ObyKXhPVtuHdZJ7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1URRnb5gEg87j_u_CnS6lshZ4YkRnSBu_Tm16f7Acf5j6LgOZgZlG0NTwuNC4AvKbWw/a9RcLRFs.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-31 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://dyhx7is8pu014.cloudfront.net/www.liveateliot.ca/pages/139/main.jpg") no-repeat center;
	background-size: cover;
}
.ref-31:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://dyhx7is8pu014.cloudfront.net/www.liveateliot.ca/pages/139/main.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-32 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-32:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-33 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-33:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}

.ref-34 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://cdn.sanity.io/images/dypgvyhp/production/f2e9c7173c9a4772f1381abb27cac629bd953fba-2880x1620.jpg") no-repeat center;
	background-size: cover;
}
.ref-34:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://cdn.sanity.io/images/dypgvyhp/production/f2e9c7173c9a4772f1381abb27cac629bd953fba-2880x1620.jpg") no-repeat center;
	background-size: cover;
	
}



.ref-35 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-35:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}
.ref-36 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://quantumproperties.ca/wp-content/uploads/2021/07/Hero-Image.jpg") no-repeat center;
	background-size: cover;
}
.ref-36:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://quantumproperties.ca/wp-content/uploads/2021/07/Hero-Image.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-37{
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://dyhx7is8pu014.cloudfront.net/www.roryc.ca/buildings/66/web/themet-2-buildings.jpg?timestamp=1494884580") no-repeat center;
	background-size: cover;
}
.ref-37:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://dyhx7is8pu014.cloudfront.net/www.roryc.ca/buildings/66/web/themet-2-buildings.jpg?timestamp=1494884580") no-repeat center;
	background-size: cover;
	
}
.ref-38 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/mirasol.jpg") no-repeat center;
	background-size: cover;
}
.ref-38:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/mirasol.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-39 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://www.qualex.ca/wp-content/uploads/2021/07/Aerial_HighRes_cropped-2400x1617.jpg") no-repeat center;
	background-size: cover;
}
.ref-39:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://www.qualex.ca/wp-content/uploads/2021/07/Aerial_HighRes_cropped-2400x1617.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-40 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-40:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
	
}
.ref-41 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://d2kcmk0r62r1qk.cloudfront.net/imageSponsors/xlarge/2013_07_03_06_02_10_exterior.jpg") no-repeat center;
	background-size: cover;
}
.ref-41:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://d2kcmk0r62r1qk.cloudfront.net/imageSponsors/xlarge/2013_07_03_06_02_10_exterior.jpg") no-repeat center;
	background-size: cover;
	
}

.ref-42 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/burlinghton.jpg") no-repeat center;
	background-size: cover;
}
.ref-42:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/burlinghton.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-43 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://cdn.sanity.io/images/dypgvyhp/production/535863146038d8ad98cef0a232e349c31a38b3db-3840x2160.jpg") no-repeat center;
	background-size: cover;
}
.ref-43:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://cdn.sanity.io/images/dypgvyhp/production/535863146038d8ad98cef0a232e349c31a38b3db-3840x2160.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-44 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/sillhouette.jpg") no-repeat center;
	background-size: cover;
}
.ref-44:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/sillhouette.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-45 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("../images/wpp.jpg") no-repeat center;
	background-size: cover;
}
.ref-45:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("../images/wpp.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-46 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://stationsquarecondos.ca/wordpress/wp-content/uploads/2016/10/home-banner-compressed-1.jpg") no-repeat center;
	background-size: cover;
}
.ref-46:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://stationsquarecondos.ca/wordpress/wp-content/uploads/2016/10/home-banner-compressed-1.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-55 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://boffo.ca/smithandfarrow/static/media/smith-and-farrow-towers.ed9a4568.jpg") no-repeat center;
	background-size: cover;
}
.ref-55:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://boffo.ca/smithandfarrow/static/media/smith-and-farrow-towers.ed9a4568.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-47 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://www.fostermartin.ca/static/media/image-1.6967ccdb41cde023f6d4.png") no-repeat center;
	background-size: cover;
}
.ref-47:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://www.fostermartin.ca/static/media/image-1.6967ccdb41cde023f6d4.png") no-repeat center;
	background-size: cover;
	
}
.ref-48 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://myriadbyconcert.com/static/homepage/myriad-homepage-hummingbird-1.jpg") no-repeat center;
	background-size: cover;
}
.ref-48:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://myriadbyconcert.com/static/homepage/myriad-homepage-hummingbird-1.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-49 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://www.gilmoreplace.com/media_files/images/52_-_roam.max-1920x1920.jpg") no-repeat center;
	background-size: cover;
}
.ref-49:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://www.gilmoreplace.com/media_files/images/52_-_roam.max-1920x1920.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-50 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://liveatmonaco.ca/images/building2.jpg") no-repeat center;
	background-size: cover;
}
.ref-50:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://liveatmonaco.ca/images/building2.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-51 {
	background:
		linear-gradient(rgba(34, 47, 62, 0.85), rgba(46, 134, 222, 0.4)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.25'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-51:hover{
	background:
		linear-gradient(rgba(34, 47, 62, 0.5), rgba(46, 134, 222, 0.2)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none'%3E%3Crect x='20' y='40' width='35' height='60' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='65' y='20' width='35' height='80' rx='2' stroke='%23ffffff' stroke-width='1.5' opacity='0.35'/%3E%3Crect x='26' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='48' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='60' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='26' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='38' y='72' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='28' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='40' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='52' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='64' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='71' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3Crect x='83' y='76' width='6' height='6' rx='1' fill='%23ffffff' opacity='0.2'/%3E%3C/svg%3E") no-repeat center;
	background-size: cover, 40%;
	background-color: #1a2634;
}
.ref-52 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://anthemgeorgetown.com/wp-content/uploads/2022/08/home-homes-driver@2x.jpg") no-repeat center;
	background-size: cover;
}
.ref-52:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://anthemgeorgetown.com/wp-content/uploads/2022/08/home-homes-driver@2x.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-53 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://polyhomes.com/wp-content/uploads/2022/08/Perla-Hero-tile-Resized-1534x1900-2-960x1189.jpg") no-repeat center;
	background-size: cover;
}
.ref-53:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://polyhomes.com/wp-content/uploads/2022/08/Perla-Hero-tile-Resized-1534x1900-2-960x1189.jpg") no-repeat center;
	background-size: cover;
	
}
.ref-54 {
	background: linear-gradient(rgba(34, 47, 62, 1.0), rgba(46, 134, 222,0.5)),
		url("https://polyhomes.com/wp-content/uploads/2021/06/Cambie_002_2280x1380-1534x928.jpg") no-repeat center;
	background-size: cover;
}
.ref-54:hover{
	background: linear-gradient(rgba(34, 47, 62, 0.6), rgba(46, 134, 222,0.2)),
		url("https://polyhomes.com/wp-content/uploads/2021/06/Cambie_002_2280x1380-1534x928.jpg") no-repeat center;
	background-size: cover;
	
}




/* Carrers */

.position-name {
	grid-area: positionname;
}
.position-req {
	grid-area: req;
}

.position-line-top {
	align-content: center;
	border-top: #222F3E 1px solid; 
	width: 60%;
	left: 20%;
	right: 20%;
	position: relative;
	padding: 30px 0 30px 0;
	
	
}
.position-line-bottom {
	align-content: center;
	border-bottom: #222F3E 1px solid; 
	width: 60%;
	left: 20%;
	right: 20%;
	position: relative;
	padding: 30px 0 30px 0;
	
	
}
.position {
	text-align: left;
	padding-left: 20%;
	padding-right: 20%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: 	"positionname"
							"req"
							"btn";
}


.position h2 {
	letter-spacing: 2px;
	padding-bottom: 8px;
	font-weight: 600;
	color: var(--dark);
	font-size: 1.3rem;
}
.position h3 {
	letter-spacing: 1px;
	padding-bottom: 5px;
	font-weight: 500;
	color: var(--dark-light);
	margin-top: 10px;
}
.position li {
	position: relative;
	left: 40px;
}

.button-carrers button {
	width: 180px;
	padding: 14px 24px;
	margin: 20px;
	border: 2px solid var(--accent);
	background: var(--dark-mid);
	border-radius: var(--radius);
	font-size: 16px;
	outline: none;
	color: var(--text-light);
	letter-spacing: 1.5px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all var(--transition);
}
.button-carrers button:hover{
	cursor: pointer;
	background: var(--accent);
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(74, 158, 255, 0.35);
}
.button-carrers a{
	color: white;
	text-decoration: none;
}

.button-carrers {
	width: 100%;
	padding-top: 40px;
	text-align: center;
	grid-area: btn;
}

/*Products*/

.text-products {
	display: grid;
	width: 90%;
	max-width: 1200px;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 2em;
	padding: 10px 5% 40px;
	margin: 0 auto;
	justify-content: center;
}

.products-0 {
	padding: 40px 5% 20px;
	text-align: center;
	line-height: 1.7;
	color: #4a5568;
	max-width: 700px;
	margin: 0 auto;
}

.products-1,
.products-2,
.products-3 {
	padding: 30px 35px 35px;
	width: 100%;
	background: var(--text-light);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	transition: transform var(--transition), box-shadow var(--transition);
}
.products-1:hover,
.products-2:hover,
.products-3:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-md);
}

.products-1 h2,
.products-2 h2,
.products-3 h2 {
	color: var(--dark);
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent);
}

.products-1 ul,
.products-2 ul,
.products-3 ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
}

.products-1 li,
.products-2 li,
.products-3 li {
	padding: 6px 0 6px 18px;
	position: relative;
	color: #4a5568;
}
.products-1 li::before,
.products-2 li::before,
.products-3 li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background: var(--accent);
	border-radius: 50%;
	transform: translateY(-50%);
}

.products-1 p,
.products-2 p,
.products-3 p {
	color: #6b7c93;
	margin-bottom: 4px;
}









/* Footer */
.footer {
	width: 100%;
	background-color: var(--dark);
	color: var(--text-light);
	text-align: center;
	padding: 50px 20px 20px 20px;
	margin: 60px 0px 0px 0px;
	position: relative;
}
.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.footer h2 {
	font-family: "MartianB";
	font-size: 1rem;
	letter-spacing: 1.5px;
	line-height: 1.8;
	color: var(--text-muted);
	font-weight: 300;
}

.footer h3{
	font-family: "MartianL";
	font-weight: 400;
	padding: 30px;
	font-size: 1rem;
}
.signature{
	color: rgba(255, 255, 255, 0.4);
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
}
.signature a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.4);
	transition: color var(--transition);
}
.signature a:hover {
	color: var(--accent);
}


 


@media only screen and (min-width: 768px) {
	
	
/* Nav */	
	

.nav-wrapper{
	padding: 0px;
	justify-content: space-around;
	width: 100%;
	background: var(--dark);
	height: 60px;
	z-index: 2;
	position: fixed;
	border-bottom: 1px solid rgba(74, 158, 255, 0.1);
}

.menu {
	padding: 8px 0px 0px 0px;
    width: 98%;
	animation-name: moveToLeft;
	animation-duration: 2s;
	animation-delay: 0.3s;
}


.nav-wrapper > .brand > div {
	font-size: 0.9em;
	text-transform: uppercase;

}

.brand {
	display: flex;
	position: fixed;
	width: 40%;
}
.count-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	/* salus */

.salus {
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "text1 logo"
						"text2 logo";


}
	
.salus-text2{
	padding-top: 0px; 
	}


.salus-logo {
		height: 220px;
}
	
	/*Content main pasge */
	
.text-1 {
	grid-column: 2/3;
	grid-row: 1/2;
	padding: 0 15% 0 15%;

}


.icon-1 {

	grid-column: 1/2;
	grid-row: 1/2;

	
}

.icon-2 {

	grid-column: 2/3;
	grid-row: 2/3;

	
}
.text-2 {
	grid-column: 1/2; 
	grid-row: 2/3;
	padding: 0 15% 0 15%;

}

.icon-3 {

	grid-column: 1/2;
	grid-row: 3/4;

}
.text-3 {
	grid-column: 2/3; 
	grid-row: 3/4;
	padding: 0 15% 0 15%;

}

.icon-4 {
	grid-column: 2/3;
	grid-row: 4/5;

}
.text-4 {
	grid-column: 1/2; 
	grid-row: 4/5;
	padding: 0 15% 0 15%;

}
	/* Contact - map and text */
	
.map-wrapper{
	display: flex;
	justify-content: center;
	}
.googlemap{
	padding: 3% 15% 3% 10%;
	width: 50%;

}

.map-text {
	padding: 5% 0% 5% 20%;
	width: 50%;
}

.mapframe {
	width: 100%;
	height: 250px;
}
	
	/* Sevices */
.serv-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	grid-template-areas: 	"text-serv11 img-serv11"
							"img-serv21 text-serv21";
	gap: 30px;
	padding: 20px 5%;
	align-items: start;
}

.text-serv1{
	padding: 20px 10%;
	width: 100%;
	max-width: none;
}

.text-serv2{
	grid-area: text-serv21;
	padding: 20px 10%;
	width: 100%;
	max-width: none;
}

.img-serv1{
	grid-area: img-serv11;
	margin: 1px;
	width: 100%;
	max-width: 400px;
	height: 450px;
}

.img-serv2{
	grid-area: img-serv21;
	width: 100%;
	max-width: 400px;
	height: 450px;
	margin: 1px;
}
	
	/*Referencies*/
	
	.ref-wrapper{
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px; 
	padding-top: 5px;
	
}
	
.present-projects{
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px; 
	padding-top: 5px;
	
	}
	
	
	.ul-ser{
		padding-left: 30%;
		padding-right: 10%;
	}
	
	
	/*Carrers*/
	.position {
	text-align: left;
	padding-left: 20%;
	display: grid;
	grid-template-columns: 250px 300px;
	justify-content: left;
	grid-template-areas: 	"positionname req"
							"btn btn";
}

	/*Products*/
.products-0 {
	padding: 30px 20px 0px 30px;
	
}
.text-products {
	width: 92%;
	grid-template-columns: repeat(3, 1fr);
	
}
.products-2 {
	padding: 20px 30px 0px 30px;
	
}
	.products-3 {
	padding: 20px 30px 0px 30px;
	
}


	
	/*Footer form*/
.contact-form{
		max-width: 768px;
	}
	
.input-fields{
	flex-direction: row;
}

	

	
	
	
	
	
}
@media only screen and (min-width: 1080px) {

	/* Banner */
	.banner h1 {
		font-size: 3.5rem;
	}
	.banner p {
		font-size: 1.8rem;
	}

	/* Nav */

	.burger-nav {
		display: none;
}


	

header nav ul{
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	padding: 0;
	float: right;
	height: 40px;
}	

header nav ul li {
	text-align: centre;
	width: auto;
	display: flex;
	padding: 0em 1em 0em 1em;
	float: left;
	margin: 0;
	text-decoration: none;
	list-style: none;
}
	
header nav ul li a{
	color: var(--text-light);
	text-align: center;
	padding: 10px 0px 5px 0px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1.5px;
	transition: all var(--transition);
}

header nav ul li a:hover{
		border-bottom: 2px solid var(--accent);
		color: var(--accent);
}
	.active-nav-link a {
	color: var(--accent) !important;

}
	.active-nav-link {
	border-bottom: 2px solid var(--accent);
}


.nav-wrapper{
	padding: 0px;
	justify-content: space-around;
	width: 100%;
	background: var(--dark);
	height: 60px;
	z-index: 2;
	position: fixed;
	border-bottom: 1px solid rgba(74, 158, 255, 0.1);
}

.menu {
	padding: 8px 0px 0px 0px;
    width: 98%;
	animation-name: moveToLeft;
	animation-duration: 2s;
	animation-delay: 0.3s;
}
.container{
		height: 75vh;
	}
	
.salus {
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: "text1 logo text2";


}

.salus-logo{
	height: 70px;
	padding-top: 30px;
		
	}
	
.salus-text2{
	padding-top: 12px; 
	}
	
.googlemap{
	padding: 3% 20% 3% 0%;

}

.map-text {
	padding: 5% 0% 5% 20%;
}

.mapframe {
	height: 300px;
	max-width: 400px;
}
	.text {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
	
	
}

.text-1 {
	grid-row: 2;
	grid-column: 1/2;
	padding: 0;
	margin: 0;

}

.icon-1 {
	grid-row: 1;
	grid-column: 1/2;
	
}

.icon-2 {
	grid-row: 1;
	grid-column: 2/3;
	
}

.text-2 {
	grid-row: 2; 
	grid-column: 2/3;
	padding: 0;
	margin: 0;
}

.icon-3 {
	grid-row: 1;
	grid-column: 3/4;
	}
	
.text-3 {
	grid-row: 2;
	grid-column: 3/4;
	padding: 0;
	margin: 0;
}
.icon-4 {
	grid-row: 1;
	grid-column: 4/5;
}
.text-4 {
	grid-row:2;
	grid-column: 4/5;
	padding: 0;
	margin: 0;
}
	
		/*Carrers*/
	.position {
	text-align: left;
	padding-left: 20%;
	display: grid;
	grid-template-columns: 450px 250px;
	justify-content: left;
}
	
		/*Products*/
.products-0 {
	padding: 30px 20px 0px 30px;
	
}
.text-products {
	width: 94%;
	grid-template-columns: repeat(3, 1fr);
	bottom: 0%;
	
}
	


}
	
@media only screen and (min-width: 1630px) {
		/* Sevices */
.serv-wrapper {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: 	"img-serv21 text-serv11 text-serv21 img-serv11";
	gap: 30px;
	padding: 20px 3%;
	align-items: start;
}

.text-serv1{
	padding: 10px 20px;
}

.text-serv2{
	grid-area: text-serv21;
	padding: 10px 20px;
}

.img-serv1{
	grid-area: img-serv11;
	margin: 10px;
	width: 100%;
	max-width: 350px;
	height: 450px;
}

.img-serv2{
	grid-area: img-serv21;
	margin: 10px;
	width: 100%;
	max-width: 350px;
	height: 450px;
}
	
	
	
	
}


@keyframes moveToLeft {
	0% {
		transform: translateX(120px);
		opacity: 0;
	}
	100%{
		transform: translateX(0);
		opacity: 1;		
	}
}

@keyframes moveToRight {
	0% {
		transform: translateX(-120px);
		opacity: 0;
	}
	
	100%{
		transform: translateX(0);
		opacity: 1;		
	}
}

@keyframes SpinToRight {
	0% {
		transform: rotateZ(-120deg);
		opacity: 0;
	}

	100%{
		transform: rotateZ(0deg);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
