<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BIM 360 Module */

.module_bim_360 {
	width: 100%;
	padding: 20px 0 20px 0;
	overflow: hidden;
	background: rgb(4, 118, 189);
	background: linear-gradient(-90deg, rgba(4, 118, 189, 1) 0%, rgba(4, 118, 189, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.module_bim_360:lang(ar) {
	background: rgb(4, 118, 189);
	background: linear-gradient(90deg, rgba(4, 118, 189, 1) 0%, rgba(4, 118, 189, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

@media screen and (max-width:576px) {
	.module_bim_360 {
		background: white !important;
	}
	
	.module_bim_360 .negative {
		background: rgb(4, 118, 189) !important;
		padding-top: 30px !important;
		margin-top: -60px !important;
	}
}

.module_bim_360 h1 {
	text-align: left;
	background: linear-gradient(45deg, rgba(4, 118, 189, 1) 0%, rgba(20, 154, 82, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.module_bim_360:lang(ar) h1 {
	text-align: right;
}

.module_bim_360 h3 {
	text-align: left;
}

.module_bim_360:lang(ar) h3 {
	text-align: right;
}

.module_bim_360 .negative h1 {
	color: #fff;
	background: transparent;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}

.module_bim_360 .negative h3 {
	color: #eee;
}

.module_bim_360 .btn {
	border: 0;
}


/* Video */

.module_bim_360 .module_video .image_container {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

.module_bim_360 .module_video .image_container:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid white;
	pointer-events: none;
}

.module_bim_360 .module_video .image_container .image {
	width: 100%;
	padding-top: 70%;
	background-size: cover;
	background-position: center center;
	transition: transform 0.5s ease;
}

.module_bim_360 .module_video .image_container .image .overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(4, 118, 189);
	background: linear-gradient(135deg, rgba(4, 118, 189, 0.8) 0%, rgba(20, 154, 82, 0.8) 25%, rgba(4, 118, 189, 0.2) 50%, rgba(20, 154, 82, 0.2) 100%);
	background-size: 200% 200%;
	background-position: 100% 100%;
	transition: background-position 0.5s;
}

.module_bim_360 .module_video .image_container .image .overlay .glyphicon-play {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background: rgba(255, 255, 255, .5);
	color: #fff;
	border: 4px solid #fff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	transition: transform 0.5s;
}

.module_bim_360 .module_video:hover .image_container .image .overlay {
	background-position: 0 0;
}

.module_bim_360 .module_video:hover .image_container .image {
	transform: scale(1.05);
}

.module_bim_360 .module_video:hover .image_container .image .overlay .glyphicon-play {
	transform: scale(1.15);
}


/* Images Module */

.module_bim_360 .tablet {
	margin-bottom: 30px;
	background: rgb(237, 237, 237);
	background: linear-gradient(135deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 237, 237, 1) 100%);
	padding: 30px;
	border-radius: 20px;
}

.module_bim_360 .gallery-top .swiper-slide .image {
	width: 100%;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.module_bim_360 .gallery-thumbs {
	margin-bottom: 10px !important;
}

.gallery-thumbs .swiper-wrapper {
	transform: initial !important;
	margin: 0 -5px -10px -5px;
	width: calc(100% + 10px);
	display: flex;
	flex-wrap: wrap;
}

.gallery-thumbs .swiper-slide {
	display: block;
	width: calc(25% - 10px);
	margin: 0 5px 10px 5px;
	cursor: pointer;
}

.module_bim_360 .gallery-thumbs .swiper-slide .thumb {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	opacity: 0.75;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
}

.module_bim_360 .gallery-thumbs .swiper-slide-active .thumb {
	opacity: 1;
}

@media screen and (max-width:576px) {
	.module_bim_360 .gallery-thumbs .swiper-slide {
		width: calc(33.33% - 10px);
		height: 70px;
	}
}</pre></body></html>