<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ProVision Co.
-------------
This web application design and development by ProVision Co.

All source files, presentable or core, graphics and layout are owned/controlled by ProVision, and no one, entity or individual, can use/modify/destribute at anytime or to anywhere without a written approval from ProVision.

This website/web app is based on LegionCMS engine, which is a MVC platform built completely from scratch by ProVision's team.

-We know that you like this code, if you are interested joing our team, dont hesitate sending your CV to us.
--------------
Omar Shamali
https://provision.ps 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



* {    position: relative;
    -webkit-overflow-scrolling: touch;
			box-sizing: border-box;
		}

.bidi{
	  unicode-bidi: plaintext;
}

a:visited, a:link{
	color: inherit; 
	text-decoration: none;
}
.hidden{
	display:none;
}

.clear{clear:both;}

.pointer{cursor: pointer;}
.inline{display: inline-block;vertical-align: top;}



img{object-fit: cover;    object-position: center;}

.midinline{
	display: inline-block;vertical-align: middle;
}
.width{width:100%;}
/*fixes*/
.fancybox-caption {
    direction: rtl !important;
}
.noselect {

           -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}


.half_vid {
    width: 50%;
    height: 33.3vh;
}

.full_vid {
    width: 100%;
    height: 33.3vh;
}

 
/* Image styles */
.stack img {  border: 10px solid #fff; border-radius: 3px;
   
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.fluid{
	width:100vw;
	min-height: 100vh;
}


body, html {
    margin: 0;
	 height: 100%;
    padding: 0;
}

picture {

    display: inline-block;

}
picture img{
	width:100%;
	height:100%;
}

.autoheight {
    height: auto;
    min-height: auto;
}


.half{width:50%;padding: 20px;}

</pre></body></html>