*{
  margin: 0px;
  padding: 0px;
}
body{
  background-color: #fff;
}
@font-face {
    font-family: 'Helvetica Neue';
    src:url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#navbar{
  display: block !important;
  position: absolute;
  width: 100%;
}

.navbar {
  background-color: #fff;
  top: -65px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}
.nopad{
  padding: 0px !important;
}
.chairImage{
  position: relative !important;
}
.chairTxt{
  position: relative !important;
  right: 170px;
  z-index: -1000;
  top: 100px;
}
.pad30{
  padding-top: 5%;
}
.padTop40{
  padding-top: 4%;
}
.padTop60{
  padding-top: 6%;
}
.padBtm60{
  padding-bottom: 6%;
}
.padBtm70{
  padding-bottom: 7%;
}
.padTopBtm8{
  padding-top: 5%;
  padding-bottom:15%;
}
.mar-top-30{
  margin-top: 30px;
}
.bg-grey{
  background:#f7f7f7;
}
.sub-heading{
  color: #909090;
  font-weight: lighter;
  font-family: 'Droid Arabic Kufi'; 
}
/****************************************
  IMPORTANT 
*****************************************/
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/top-arrow.png) no-repeat;
}


.topSection{
  background: url("../images/background.jpg") no-repeat;
  padding-bottom: 16%;
  background-size: cover;
}
.language{
  font-family: 'Helvetica Neue';
}
.arabic{
  font-family: 'Droid Arabic Kufi';
}
.language ul li{
  text-decoration: none;
  float: left;
  list-style: none;
  padding: 15px;
}
.language li a{
  color: #000;
}
.active > a{
  color: red !important;
  background: none !important;
  border-bottom: solid 2px #FE2E64 !important;
}
.logo{
  padding-top: 15%;
  padding-bottom: 5%;
}
.logo2{
  padding-top: 1%;
  padding-bottom: 0%;
}
.menu .nav-pills > li > a{
  padding-left: 55px;
  padding-right: 55px;
  font-family: 'Droid Arabic Kufi';
  font-weight: 500;
  border-right: 1px solid red;
  color: #000;
  border-radius: 0px;
  font-size: 15px;
  margin-top: 50px;
}
.menu2 .navbar-default {
  background-color: #fff;
  border: 0px solid transparent;
}

.topArea{
  padding-bottom: 0%;
  /*border-bottom: 1px solid red;*/
}
.menu2 .navbar-nav > li > a{
  /*padding-left: 45px;
  padding-right: 45px;*/
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Droid Arabic Kufi';
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid red;
  font-size: 13px;
  margin-top: 15px;
  margin-left: 10px;
  color: #000 !important;
}
.menu2 .navbar-default .navbar-nav > .active > a{
  color: red !important;
  background: none !important;
  border-bottom: solid 2px #FE2E64 !important;
}

.page-heading h2{
  font-family: 'Droid Arabic Kufi';
  font-size: 70px;
  font-weight: bold;
  padding-top: 1%;
}
.redText{
  color: #ea1d36;
}
.aboutTxt{
  margin-top: 0px;
  padding-bottom: 1%;
}
.aboutTxt p{
  font-family: 'Droid Arabic Kufi', sans-serif;
  font-size: 18px;
  margin-top: 0px;
  line-height: 22px;
}
.aboutTxt2 p{
  font-family: 'Droid Arabic Kufi', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 60px;
  line-height: 30px;
  overflow: auto;
  height: 250px;
}
.cat{
  margin-bottom: 1%;
}
.cat h3{
  font-family: 'Droid Arabic Kufi';
  font-size: 26px;
  color: #ea1d36;
  font-weight: bold;
}
.cat p{
  font-family: 'Droid Arabic Kufi', sans-serif;
  font-size: 16px;
}
.footerbg{
  background: #ea1d36;
  padding: 2px 0px 1px 0px;
}
.cprt p{
  font-family: 'Droid Arabic Kufi', sans-serif;
  color: #fff;
  line-height: 20px;
}
.chairmanImage{
  padding-top: 5%;
}

/*-----------------Scroll bar-----------*/

/* width */
.aboutTxt2{
  direction: rtl;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #444444; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

input[type="text"],input[type="email"],input[type="password"],
select.form-control {
  padding: 20px 5px;
  border:1px solid #e4e4e4;
  line-height: 25px;
  font-family: 'Droid Arabic Kufi';
}
textarea.form-control{
  padding: 5px 5px;
  border:1px solid #e4e4e4;
  line-height: 25px;
  font-family: 'Droid Arabic Kufi';
}
.submit-btn{
  margin: 20px 0;
  background: #ea1d36;
  font-size: 17px !important;
  color: #fff;
  font-weight:500 !important;
  border-radius: 25px;
  padding: 12px 100px !important;
  text-transform: uppercase;
  margin-bottom: 4% !important;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
/*------OWL CSS-----------*/
.owl-nav{
  font-size: 50px;
  text-align: center;
  padding-top: 37px;
}

.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,{
    width:30px;
    height:30px;
}

/*------------------HOVER EFFECT------------------*/
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image01:hover .image {
  padding: 5px;
  cursor: pointer;
}

.image01:hover .middle {
  opacity: 1;
}

.image02:hover .image {
  padding: 5px;
  cursor: pointer;
}

.image02:hover .middle {
  opacity: 1;
}
.image03:hover .image {
  padding: 5px;
  cursor: pointer;
}

.image03:hover .middle {
  opacity: 1;
}
.image04:hover .image {
  padding: 5px;
  cursor: pointer;
}

.image04:hover .middle {
  opacity: 1;
}
.text {
  background-color: #ea1d36;
  color: white;
  font-size: 22px;
  padding: 16px 24px;
  width: 200px;
  border-radius: 5px;
  text-transform: uppercase;
}
/*-------------- MODAL -----------------*/

.modal{
  top: 90px !important;
}
.modal-body{
  font-family: 'Droid Arabic Kufi', sans-serif;
  font-size: 16px;
  line-height: 30px; 
}
.modal-title{
  color: #ea1d36;
  text-transform: uppercase;
  font-size: 32px !important;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.redTxt{
  color: #ea1d36;
}
.modal-header{
  background:#0f0f0f;
}
.modal-header .close{
  color: #fff !important;
  float: left;
}

label{
  font-family: 'Droid Arabic Kufi', sans-serif;
}

/********************************/
/*          Media Queries       */
/********************************/

@media (max-width: 2560px){
  .topSection{
    padding-bottom: 26%;
  }

}
@media (max-width: 1920px){
  .topSection{
    padding-bottom: 24%;
  }
  .menu2 .navbar-nav > li > a{
    font-size: 17px;
  }
}
@media (max-width: 1366px){
  .topSection{
    padding-bottom: 16%;
  }
}
@media (max-width: 1024px){
  .topSection{
    background-size: cover;
  }
  .menu .nav-pills > li > a{
    padding-left: 35px;
    padding-right: 35px;
  }
  .menu2 .navbar-nav > li > a{
    margin-left: 5px;
  }
  .logo2{
    padding-top: 2%;
    padding-bottom: 0;
  }
  .chairTxt{
    top:80px;
  }
}
@media (max-width: 768px){
  .logo img{
    width: 70%;
  }
  .topSection{
    background-size: cover;
  }
  .menu .nav-pills > li > a{
    padding-left: 13px;
    padding-right: 13px;
  }
  .menu2 .navbar-nav > li > a{
    margin-left: 0px;
    font-size: 9px;
    margin-top: 6px;
  }
  .menu2 .navbar{
    margin-bottom: 6px;
  }
  .icon img{
    width: 100%;
  }
  .cat h3{
    font-size: 19px;
    margin: 0px;
    padding: 7px 0px;
  }
  .chairTxt{
    top:60px;
  }
}
@media (max-width: 415px) {
  .logo img{
    width: 100%;
  }
  .menu .nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .menu2 .navbar-nav > li > a{
    font-size: 14px;
  }
  .page-heading h2{
    font-size: 35px;
  }
  .icon img{
    width: 25%;
  }
  .chairTxt{
    top:0px;
    right: 0px;
  }
}
@media (max-width: 376px) {
  .logo img{
    width: 100%;
  }
  .menu .nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .menu2 .navbar-nav > li > a{
    font-size: 14px;
  }
  .page-heading h2{
    font-size: 35px;
  }
  .icon img{
    width: 25%;
  }
  .chairTxt{
    top:0px;
    right: 0px;
  }
}
