/*
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 
*/
:root{
	--redG: linear-gradient(101deg,red,darkred);
	--modernG: linear-gradient(to left, #2f358a, #de244d);
	--blueG:linear-gradient(260deg,#1d5f99,#0be1e1);
	--greenG:linear-gradient(260deg,#4caf50,#0be118);
}

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;
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


clear{clear:both;display: block;}

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



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

.midinline{
	display: inline-block;vertical-align: middle;
}
.hidden{
	display:none !important;
}
.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);
}

.stackless img { 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;}





.stackVid {
    border: 10px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}



.child {
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}

.parent {
    display: table;
    width: 100%;
    height: 100%;
}

.vh {
    height: 100vh;
}

.vw {
    width: 100vw;
}


.ovh {
    min-height: 100vh;
}

.ovw {
    min-width: 100vw;
}


.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}
.w25m {
    width: 23%;
    margin-left:1%;
    margin-right:1%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}
.w55{
	width:55%;
}
.w60 {
    width: 60%;
}

.w65{
	width: 65%;
}

.w67{
	width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}


.force_height img{
	width:unset;
}


.required_star {
    font-family: arial;
    color: darkred;
}

.pad30 {
    width: 70%;
    margin: auto;
}

.pad20 {
    width: 80%;
    margin: auto;
}

.pad10 {
    width: 90%;
    margin: auto;
}


.tab_toggler {
    width: 14%;
    text-align: center;
    padding: 20px;
    background: var(--mainColor);
    color: white;
    font-size: 20px;
	height:125px;
}

.active_tab,.tab_toggler:hover {
    background: orange;
}


#design {
    color: #830d95;
}

#dev {
    color: #0d503d;
}


#provision {
    font-size: 5px;
     text-align: right;
}


#right{
     text-align: left;
}

#provision span {
    display: block;
}



#pv_inside img {
    width: 70px;
    margin-top: 0px;
}

#design {
    color: orange;
    display: inline !important;
}

#dev {
    color: darkorange;
    display: inline !important;
}


.help{display:inline-block;position:relative;margin-left: 5px;z-index:1;}
.help span {
    background: gray none repeat scroll 0 0;
    border: 1px solid lightgray;
    border-radius: 5px;
    color: white;
    display: none;
    padding: 5px;
    position: absolute;
    top: 20px;
    width: 300px;
}
.help:hover span{display:inline-block;}


.p_content img {
    max-width: 100%;
}
.autowidth {
    width: auto !important;
}

.pr20{
	padding-right: 20px;
}


.c {
    text-align:center;
}

.cleft {
    float:left;
	 width: 150px;
}

.ccenter {
    display: inline-block;
    margin:0 auto;
}

.cright {
    float: right;
    width: 150px;
    text-align: right;
}


.alignleft {
    text-align: left;
}


#mob_menu_btn {
    display: none;
    color: white;
    background: #77aea2;
    padding: 5px;
    vertical-align: middle;
    margin-right: 17px;
    font-size: 25px;
}



.filtered {
   background: black;
}

.filtered img {
  mix-blend-mode: screen;
  -webkit-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%) contrast(200%);
  opacity: 1;
}

.mid {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
   
    right: 0;
    bottom: 0;
    
}

.holla:hover {
    filter: brightness(111%) contrast(111%);
    transition: all 0.5s cubic-bezier(.65,.05,.36,1);

}

#tabs {
    margin-bottom: 20px;
}


.attach_icon {
    width: 44px;
}

.attach a {
    padding: 11px;
    display: inline-block;
    background: whitesmoke;
    box-shadow: 0 0 3px #8080805e;
/*    margin-right: 0;*/
    margin-right: 20px;
}

.attach a:hover{
	border-radius: 5px;
	    box-shadow: 0 0 4px black;
	transition:  0.5s ;

}

.attach_head {
    background: purple;
    color: white;
    display: inline-block;
	margin-bottom:10px;
    padding: 5px;
    font-family: tahoma;
}


.noPlaceHolder input::placeholder  {
  color: transparent;
}


.attach_icon img {
    width: 100%;
}

#final {
    background: #131313;
    color: white;
    padding: 10px;
}

.input_counter {
    font-size: 10px;
    padding-left: 2px;
    padding-top: 2px;
}