/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  background-color: #fff;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  direction: rtl;
}

.sidebar-nav li {
  line-height:14px;
  text-align: center
}
.sidebar-nav li span {
  font-size: 12px;
}

.sidebar-nav li a {
  padding-bottom: 8px ;
  padding-top: 8px ;
  display: block;
  text-decoration: none;
  color: #999999;
  border-bottom: solid 1px #e1e1e1;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav .sidebar-brand {
  height: 80px !important;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav .sidebar-brand a {
  text-align: center;
  color: #999999;
}

.sidebar-nav .sidebar-brand img{
  align-self: center;
  width: 110px;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
/* ----------------------aml arriany------------------------------------ */

@font-face {
    font-family: 'myf29-bold';
    src: url('../../cus_libs/css/fonts/29ltbukrabold.ttf') format('truetype');
}
@font-face {
    font-family: 'myf29-light';
    src: url('../../cus_libs/css/fonts/29ltbukralight.ttf') format('truetype');
}
@font-face {
    font-family: 'myf29-regular';
    src: url('../../cus_libs/css/fonts/29ltbukraregular.ttf') format('truetype');
}
@font-face {
    font-family: 'myfb';
    src: url('../../cus_libs/css/fonts/thesans-bold.otf') format('truetype');
}
@font-face {
    font-family: 'myfp';
    src: url('../../cus_libs/css/fonts/thesans-plain.otf') format('truetype');
}


html,body{
  font-family: 'myfp';
  font-size: 16px;
  background-color: #fff;
}

/* nav style */

#sidebar-wrapper{
  background-color: #f3f3f3;
  color: gray;

}
.sidebar-nav li a{
  direction: rtl;
  text-align: center;
  padding-bottom: 8px ;
  padding-top: 8px ;

}
.sidebar-nav li a:hover{
  color: #000;
  background: #dddd;

  border-right: solid 3px #fec700;
  border-left: solid 7px #fec700;
}
.sidebar-nav li a:hover{
  color: #000;
}


.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
  margin-bottom: 30px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fec770;
  background: none;
}


/* head style */


.head-background{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/default-min.jpg') ;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 25px;
  width: 100%;

}

.company-head{
  height: 250px;
  width: 100%;
}

.company-head a{
  color: #fff;
  text-decoration: none;
}

.company-head a:hover , .company-head a:active {
  color: #fec700 !important;
  text-decoration: none;
}

.sidebar-toggle{
  font-size: 28px;
}

.company-head .click-back{
  float: right;
  font-size: 16px;
  color: #fff;
}

.co-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #f1f1f1;
  font-size: 32px;
}

.title-animation{
  -webkit-animation-name: title-moveup; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  animation-name: title-moveup;
  animation-duration: 2s;
}


@keyframes title-moveup {
  from   {
    margin-top:-35px;
    opacity: 0.5;
  }
  to  {
    margin-top: 0px;
    opacity: 1;
     }
}

.co-title hr{
  position:relative;
  margin-top: 15px !important;
  width: 70%;
  border-color: #fff !important;
}

.logo-block {
  margin-top:165px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  border: solid 1px #fec700;
  z-index: 999;
  padding: 35px;
}

.logo-block img{
  width: 100%;
}



.logo-animation{
  -webkit-animation-name: logo-moveup; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  animation-name: logo-moveup;
  animation-duration: 2s;
}


@keyframes logo-moveup {
  from   {
    margin-top: 185px;
    opacity: 0.5;
  }
  to  {
    margin-top: 165px;
    opacity: 1;
     }
}



.main-content{
  position:relative;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  /* background-color: #fff; */
  margin-top:385px;
  padding: 35px; */
  height: 100%;
  width:100%;
  text-align: justify;
  -moz-text-align-last: center; /* Code for Firefox */
  text-align-last: center;
  direction: rtl;

}

.company-footer{
  font-size:12px;
  color:gray;
  padding-bottom:20px;
}
.company-footer img{
  width:150px;
}
.company-footer .rights {
  float:right;
  text-align:right;
  direction:rtl;
}


/* ------- general style --------------------*/


/* ALSHAHD Styles */

.head-alshahd{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/elshahd-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-alshahd{
  border: solid 1px #ff071e;
}


/* Diwan Almutawassit for training */
.head-datr{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/da_tr-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-datr{
  border: solid 1px #011381;
}

.logo-block-datr img{
  width: 160%;
  margin-left: -28%;
  margin-top:-14%;
}


/* Fast Wings food */
.head-fwf{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/fw_f-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-fwf{
  border: solid 1px #4d161c;
}

.logo-block-fwf img{
  width: 140%;
  margin-left: -18%;
  margin-top:-14%;
}

/* Aldiqqa almutanahya midcen*/
.head-aam{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/aa_m-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-aam{
  border: solid 1px #d5de23;
}

.logo-block-aam img{
  width: 137%;
  margin-left: -17%;
  margin-top:-13%;
}

/* Diwan Almutawassit for elecricty*/
.head-dae{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/da_e-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-dae{
  border: solid 1px #d8212b;
}

.logo-block-dae img{
  width: 140%;
  margin-left: -18%;
  margin-top:-14%;
}

/* Diwan Almutawassit for transpoert*/
.head-dat{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/da_t-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-dat{
  border: solid 1px #fcb134;
}

.logo-block-dat img{
  width: 124%;
  margin-left: -10%;
  margin-top:-8%;
}


/* Fast Wings food */
.head-fwc{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/fw_c-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-fwc{
  border: solid 1px #0091d0;
}

.logo-block-fwc img{
  width: 136%;
  margin-left: -16%;
  margin-top:-12%;
}

/* Aldiqqa almutanahya midcen*/
.head-aas{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/aa_s-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-aas{
  border: solid 1px #7a1c1c;
}

.logo-block-aas img{
  width: 134%;
  margin-left: -16%;
  margin-top:-8%;
}


/* Diwan Almutawassit for comuinicatin*/
.head-dac{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/da_c-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-dac{
  border: solid 1px #fcb134;
}

.logo-block-dac img{
  width: 126%;
  margin-left: -10%;
  margin-top:-8%;
}


/* golden */
.head-gof{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/go_f-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-gof{
  border: solid 1px #fcb134;
}

.logo-block-gof img{
  width: 126%;
  margin-left: -15%;
  margin-top:-6%;
}


/* golden */
.head-goc{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/go_c-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-goc{
  border: solid 1px #fcb134;
}

.logo-block-goc img{
  width: 126%;
  margin-left: -14%;
  margin-top:-8%;
}

/* Diwan Almutawassit for comuinicatin*/
.head-das{
  background: linear-gradient( rgba(0,0, 0, 400), rgba(0,0, 0, 0.5) ), url('../img/da_s-min.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute !important;
}

.logo-block-das{
  border: solid 1px #b51b5c;
}

.logo-block-das img{
  width: 126%;
  margin-left: -14%;
  margin-top:-8%;
}





/* mobile style */

@media only screen and (max-width: 992px) {
  .co-title h1{
    font-size: 20px !important;
  }
  .co-title h5{
    font-size: 14px !important;
  }
  .click-back{
    margin-top: 9px !important;
    font-size: 12px !important;

  }
  .sidebar-toggle{

    font-size: 22px !important;
  }
  .main-content{
    font-size: 14px;
    line-height: 22px;
  }


  .sidebar-nav li {
    text-indent: 16px;
    line-height: 30px;
  }


}
