.home #contentwrapper {border-top:none;}


@font-face {font-family:"topic"; src:url("../fonts/TopicShorooq.ttf");}
@font-face {font-family:"topicLight"; src:url("../fonts/TopicHacenLinerScreen.ttf");}
@font-face {font-family:"adv3"; src:url("../fonts/advertising.ttf");}
@font-face {font-family:"adv4"; src:url("../fonts/AdvertisingBold.ttf");}
@font-face {font-family:"hawi"; src:url("../fonts/Hawi.ttf");}
@font-face {font-family:"droid1"; src:url("../fonts/DroidKufi.ttf");}
@font-face {font-family:"droid2"; src:url("../fonts/DroidKufiBold.ttf");}
@font-face {font-family:"bahig"; src:url("../fonts/bahij-insan.ttf");}
@font-face {font-family:"title"; src:url("../fonts/TitleHacenEgypt.ttf");}



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material_icons.woff2") format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  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;
}





*{	line-height:1.2; font-family : droid1; }



a:link, a:visited { text-decoration:none; }

hr{	border:0;
	border-top:1px solid #aaa ;
	margin:5px 0; }

html,body{
    background-color : #f6f9ff;
	font-family : sans-serif , Verdana; /*droid1,topic,*/
	margin:0;
    min-height: 100%;
}


/* table head */
.tableheadcolor , table  thead  td , table  thead  th  {  background: #2980b9!important; background-color: #2980b9!important;  color:white!important; text-align: right!important;}
.hidden-head-text { color: #2980b9!important; }
td , th { vertical-align: middle; }
thead > tr > th {    font-weight: normal;}

/*background-color: #5568e9!important;*/




#preloaderkh {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9000;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    padding-top: 40vh;
    line-height:3;
}







.puttextonimg {  position: relative;  line-height:0.4; over-flow:hidden;}
.textonimg{   width:100%; height:100%; position: absolute;top:0; color:white;  font-size: 18pt; 
background: rgba(0, 0, 0, 0.5);  transition:0.2s; 
display:flex; flex-direction:column;justify-content:center;align-items:center;text-align:center;
}




.indigobutton{ background:indigo; color:white; }


.left {text-align:left}
.right {text-align:right}
.center {text-align:center;}





.white { color: white;}
.orangeBG { background-color: orange;}






/* progress */
#msform {
	width: 400px;
	margin: 20px auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;

}
#progressbar li {
	list-style-type: none;
	color: #2183DD;
	text-transform: uppercase;
	font-size: 14px;
	width: 33.33%;
	float: right;
	position: relative;
	line-height: 1.4;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 35px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	border: solid #2183DD 3px;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #2183DD; /*blue*/
	position: absolute;
	right: -50%;
	top: 13px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before{ /*, #progressbar li.active:after*/
	background: #27AE60; /*green*/
	color: white; 
		z-index: -1; /*put it behind the numbers*/

}

#progressbar li.active { color: #222; }

/* End progress */


/*h1 : h6 */
.h1,h1{font-size:36px;}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{font-weight:600;}









/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-left: 10px; /*ar*/
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px; /*ar?*/
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1; /*ar?*/
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}





