 /*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DroidKufi-Regular.eot");
  src: url("../fonts/DroidKufi-Regular.eot?#iefix") format('embedded-opentype'),
       url("../fonts/DroidKufi-Regular.woff2") format('woff2'),
       url("../fonts/DroidKufi-Regular.woff") format('woff'),
       url("../fonts/DroidKufi-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DroidKufi-Bold.eot");
  src: url("../fonts/DroidKufi-Bold.eot?#iefix") format('embedded-opentype'),
       url("../fonts/DroidKufi-Bold.woff2") format('woff2'),
       url("../fonts/DroidKufi-Bold.woff") format('woff'),
       url("../fonts/DroidKufi-Bold.ttf") format('truetype');
}

/*
 * Droid Arabic Naskh (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DroidNaskh-Regular.eot");
  src: url("../fonts/DroidNaskh-Regular.eot?#iefix") format('embedded-opentype'),
       url("../fonts/DroidNaskh-Regular.woff2") format('woff2'),
       url("../fonts/DroidNaskh-Regular.woff") format('woff'),
       url("../fonts/DroidNaskh-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DroidNaskh-Bold.eot");
  src: url("../fonts/DroidNaskh-Bold.eot?#iefix") format('embedded-opentype'),
       url("../fonts/DroidNaskh-Bold.woff2") format('woff2'),
       url("../fonts/DroidNaskh-Bold.woff") format('woff'),
       url("../fonts/DroidNaskh-Bold.ttf") format('truetype');
}




body {
    
    font-family: 'Droid Arabic Naskh',Arial,sans-serif;
	background-color:#ebebeb;
    
}

a {
    font-family: 'Droid Arabic Kufi', Arial,sans-serif;
}
a:hover, a:focus {
    font-family: 'Droid Arabic Kufi', Arial,sans-serif;
}
a:focus {
    font-family: 'Droid Arabic Kufi', Arial,sans-serif;
}
.block-title{
 font-family: 'Droid Arabic Kufi', Arial,sans-serif;
}
.pane-title{
 font-family: 'Droid Arabic Kufi', Arial,sans-serif;
}

 .tb-megamenu .nav > li{
 float:right;
}
.tb-megamenu .nav > li > a{
 font-family: 'Droid Arabic Kufi', Arial,sans-serif;
}
.tb-megamenu .dropdown-menu{
 right:0 !important;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    background-color: none;
    background-image: none;
    color: #6f5499;
    
}


.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    background-color: #fff;
    
}

.navbar-collapse{
 margin-right:150px !important;
}
.navbar-header{
 float:right;
 
}

.md-object{
  font-family: 'Droid Arabic Kufi', Arial,sans-serif;
}

.container footer{
 background-color: #000;
}
@media screen and (max-width:768px){
.navbar-collapse{
 margin-right:0px !important;
}
}

