@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/DroidKufi/DroidKufi-Regular.eot);
  src: url(assets/fonts/DroidKufi/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
  url(assets/fonts/DroidKufi/DroidKufi-Regular.woff) format('woff'),
  url(assets/fonts/DroidKufi/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(assets/fonts/DroidKufi/DroidKufi-Bold.eot);
  src: url(assets/fonts/DroidKufi/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
  url(assets/fonts/DroidKufi/DroidKufi-Bold.woff2) format('woff2'),
  url(assets/fonts/DroidKufi/DroidKufi-Bold.woff) format('woff'),
  url(assets/fonts/DroidKufi/DroidKufi-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'MO_Nawel';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/mobily.ttf) format('truetype');
}
body{
  background-color: #fff;
  font-family: 'Droid Arabic Kufi',arial ,tahoma;
}
.dir-rtl{
  direction: rtl;
}
/*header*/
header{
  font-family: 'Droid Arabic Kufi',arial ,tahoma;
}
.navbar-default .navbar-nav>li>a{
  color: #186dee;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
  font-weight: bold;
}
.navbar-default .navbar-collapse{
  margin-top: 10px;
}
.navbar-brand {
  float: right;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 84%;
}
.navbar-brand img{
  width:250px !important;
  height: 60px !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color: #009955;
  background: transparent ;
  border-bottom: 3px solid #009955;
}
/*slider*/
#slider{
  min-height: 300px;
  margin-top: 75px;
  position: relative;
}
#slider .item:after{
  position: absolute;
  content: "";
  background: rgba(0, 0 , 0 , 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
  width: 100%;
  height: 800px;
}
.carousel-caption{
  top: 200px;
}
.carousel-caption h1{
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.carousel-caption p{
  width: 70%;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
}
/*aboutus*/
#aboutus{
  background: url(assets/img/bg.png) no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  background-size: cover;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 20px;
}
.sec-hd{
  color: #009955;
  font-family: 'Droid Arabic Kufi',arial ,tahoma;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
.sec-line{
  background: #009955;
  width: 60px;
  height: 2px;
  margin: 5px auto 20px auto;
}
.sec-con{
  text-align: center;
}
.sec-con article{
  width: 80%;
  margin: auto;
  font-weight:bold;
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}
/*sec-circles*/
.sec-circles{
  margin: 20px auto;
}
.sec-circles .row>div{
  float: right;
}
.circle-icon{
  border-radius: 50%;
  width: 102px;
  height: 102px;
  margin: 5px auto;
  background-color: #009955;
  color: #fff;
  line-height: 7em;
}
.circle-name h4, .bold-hd{
  color: #186dee;
  margin: 15px auto;
  font-weight: bold;
}
.circle-txt{
  height: 140px;
}
.circle-txt article{
  font-weight:normal !important;
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}
/*bunches*/
.sec-bunches{
  min-height: 300px;
  background: #8e8e8e ;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 20px auto;
  text-align: center;
}
.bunches-item{
  margin: 10px auto;
}
.sec-bunches .row>div{
  float: right;
  border-left: 2px solid #000;
}
.sec-bunches .row>div:last-of-type{
  border-left: 0;
}
.bunch-name h4{
  background-color: #009955;
  padding: 10px;
  width: 150px;
  color: #fff;
  margin: auto;
  border-radius: 5px;
}
.bunch-salary h3{
  display: inline;
  font-family: impact , tahoma ;
  color: #e0ffe0;
}
.bunch-salary{
  color: #fff;
  font-weight: bold;
  margin: 20px auto 30px auto;
}
.bunch-txt{
  color: #ddd;
  height: 210px;
  padding: 0px 5px;
}
.bunch-txt p{
text-align : center !important;
} 
.bunch-buy a{
  background-color: #009955;
  padding: 5px 15px;
  color: #fff;
  margin: auto;
  border-radius: 5px;
}
.bunch-buy a:hover{
  background-color: #00733f;
  text-decoration: none;
}
.gold{
  background-color: #e2b500 !important;
}
.gold:hover{
  background-color: #bf9900 !important;
}
/*contactus*/
.contact-form{
  text-align: right;
  margin: 20px auto;
}
.form-control{
  background: #fafafa;
  font-family: arial ,tahoma , cursive;
}
.contact-address{
  background-color: rgba(34,34,34, 0.75);
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.address-part{
  background-color: rgba(255,255,255,0.05);
  width: 80%;
  max-width: 770px;
  padding: 50px;
  color: #e7e7e7;
  margin: 5px auto;    
}
.phone-btn{
  display: block;
  width: 82px;
  height: 82px;
  background: rgba(255,255,255,0.05);
  color: #e7e7e7;
  margin: 0 auto;
  line-height: 85px;
  font-size: 35px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.phone-btn:hover{
  background: rgba(255,255,255,0.5);
}
.phone-btn:hover i{
  color: #2b2b2b;
}
.phone-txt{
  padding: 0;
  margin: 15px auto;
  font-size: 45px;
  font-size: 4.5rem;
  color: #fff ;
}
.phone-txt-2{
  padding: 0 10px;
  margin: 15px auto;
  font-size: 25px;
  font-size: 2.0rem;
  color: #e7e7e7;
  line-height: 1.8em;
}
.mail-txt{
  padding: 0;
  margin: 0 auto 15px;
  font-size: 25px;
  font-size: 2.0rem;
  color:  #e7e7e7;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.mail-txt:hover{
  color: #e2b500;
  text-decoration: none;
}
.address-part a.social {
  display: inline-block;
  width: 62px;
  height: 62px;
  color: #e7e7e7;
  line-height: 65px;
  font-size: 27px;
  margin: 2px 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  background: #3a3a3a;
}
.facebook:hover{
  background: #3366cc !important;
}
.twitter:hover{
  background: #4fd5f8 !important;
}
.instagram:hover{
  background: #e1d4b8 !important;
}
.youtube:hover{
  background: #da1818 !important;
}
/*copyright*/
.copyrights{
  background-color: #000;
  text-align: center;
}
.copyrights a{
  color: #fff;
  text-decoration: none;
}
/*up-arrow*/
.up-arrow{
  float: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.3);
  padding: 5px 10px;
  font-weight: bold;
  z-index: 20000;
}
.up-arrow a{
  color: #fff;
}
.up-arrow:hover{
  background: rgba(0,0,0,1);
  cursor: pointer;
}
/*Store CSS*/
#sidebar{
  margin-top: 100px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background: #fafafa;
  margin-bottom: 20px;
}
.txt-line{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.price-filter{
  text-align: center;
  padding-bottom: 5px;
}
#sidebar .bunces-type ul li a , .user-profile-left ul li a{
  font-weight: bold;
  line-height: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
#sidebar .bunces-type ul , .user-profile-left ul {
  padding: 0;
}
#sidebar .bunces-type ul li, .user-profile-left ul li{
  padding: 5px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar .bunces-type ul li:hover , .user-profile-left ul li:hover {
  background: #fff;
}
#sidebar .bunces-type ul li:hover a , .user-profile-left ul li:hover a{
  text-decoration: none;
  color: #186dee;
}
/*offers-sec*/
#offers-sec{
  margin-top: 100px;
  margin-bottom: 20px;
}
#offers-sec>.row>div{
  float: right;
}
.offer-item{
  background: #f7faff;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.offer-img{
  height: 150px;
}
.offer-img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.offer-item:hover img{
  -moz-transform: scale(.95) rotate(-7deg);
  -webkit-transform: scale(0.95) rotate(-7deg);
  -o-transform: scale(0.95) rotate(-7deg);
  transform: scale(0.95) rotate(-7deg);
}
.offer-item:hover {
  background: #edf4ff;
}
.offer-more{
  position: absolute;
  top: 75px;
  left: 36.5%;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  padding: 5px 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.offer-more:hover{
  background: rgba(255,255,255,1);
}
.offer-item:hover .offer-more{
  opacity: 1;
}
.offer-more a{
  color: #000;
}
.offer-more a:hover{
  color: #000;
  text-decoration: none;
}
.text-muted>div{
  text-decoration: line-through !important;
}
.offer-txt {
  text-align: center;
  height: 85px;
}
.offer-salary {
  height: 30px;
}
/*main-partion*/
.main-partion{
  margin-top: 100px;
  margin-bottom: 20px;   
  min-height: 800px;
}
.product-sides-img .carousel-inner>.item>a>img,.product-sides-img .carousel-inner>.item>img{
  width: 100%;
  height: 300px;
}
.product-box , .user-profile{
  background: #f7faff;
  padding: 10px;
}
.product-box .offer-item {
  background: #fff;
  margin: 0 10px;
}
/*basket*/
.bask-img{
  width: 70px;
  height: 50px;
  float: right;
  margin: 2px 0px 5px 10px;
}
#getShoppingContent{
  width: 290px;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
#getShoppingContent p{
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.total-money{
  text-align: center;
  font-family: 'Droid Arabic Kufi',arial ,tahoma;
}
/*loginform*/
.loginform{
  margin-top: 135px;
  margin-bottom: 150px;
  min-height: 430px;
  overflow: hidden;
  padding: 20px;
}
.form-top{
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  padding: 2px 10px 10px 10px;
  margin-bottom: 40px;
  border-radius: 5px;
  color: #fff;
}
.marg-top{
  margin-top: 70px;
}
.registerform{
  margin-top: 20px;
  margin-bottom: 35px;
}
/*buy*/
.inbuying-img{
  width: 100px;
  height: 60px;
  float: right;
  margin: 5px 5px 10px 10px;
}
.pay-img {
  width: 50px;
  margin: 5px;
  height: 28px;
}
.products-inbuy-bas {
  overflow-y: scroll;
  height: 400px;
  margin-bottom: 10px;
}
/*basket*/
.inbasket-img{
  width: 150px;
  height: 100px;
  float: right;
  margin: 10px 20px;
}

.inbasket-img img {
  max-height: 100%;
}
.prod-fin-btn{
  color: #fff !important;
  background: #f05c58 !important;
  border-radius: 5px;
  padding: 10px 15px;
  border-color: #ff3333;
  margin: 10px auto;
  width: 100%;
}
.prod-fin-btn:hover{
  background: #cc3333 !important;
  text-decoration: none;
}
.prod-cont-btn{
  color: #fff !important;
  background: #8BC73D !important;
  border-radius: 5px;
  padding: 10px 15px;
  border-color: #66cc33;
  margin: 10px auto;
  width: 100%;
}
.prod-cont-btn:hover{
  background: #009966 !important;
  text-decoration: none;
}
.products-inbasket {
  overflow-y: scroll;
  height: 690px;
  margin-bottom: 10px;
}
/*profile*/
.user-prof-img {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px auto;
  padding: 5px;
}
.user-prof-hd{
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  padding: 2px 10px 10px 10px;
  margin-bottom: 40px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding-top: 20px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-color: #97bad8;
}
.inbasket-item {
  margin: 20px 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

@media (min-width:768px){
  .navbar-nav>li {
    float: right;
  }
}

@media (max-width:425px){
.carousel-caption{
top:70px;
}
  .navbar-brand img{
    width:150px !important;
    height: 50px !important;
    float:right;
  }
  .navbar-brand{
    width: 60%;
    margin-left: 30px;
    margin-bottom: 33px;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    height: 500px;
  }
  .carousel-caption p{
    width: 90%;
    margin: auto;
  }
  .phone-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mail-txt{
    font-size: 20px;
    font-size: 2.0rem;
  }
  .address-part{
    padding: 20px;
  }
  .offer-img {
    height: 200px;
  }

}




.cd-popup {
  position: fixed;
  top: 30px;
  right: 10px;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 555;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.22);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
  font-family: 'Droid Arabic Kufi' !important
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container  {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  opacity: 1;
  font-size: 13px;
}
.close:hover {
  background: #00d9ff;
}

.pageform{
  margin-top: 50px;
  margin-bottom: 150px;
  min-height: 430px;
  overflow: hidden;
  padding: 20px;
}
.img-brands img{
 width: 150px;
 height: 60px;
 margin-right:10px;
 margin-left:10px;
}
.banner-txt{
    position: fixed;
    bottom: 80px;
    right: 20px;
    padding: 5px 10px;
    z-index: 20000;
    width: 120px;
    height: 230px;
    text-align: center;
    padding: 5px;
    display: table;
}
.banner-txt img{
    width: 100%;
    height: 100%;
}
#close-btn{
    position: absolute;
    top: 1px;
    right:1px;
    z-index: 50;
    font-weight: bold;
    background-color: #777;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
    cursor: pointer;
}
#close-btn:hover{
    text-decoration: none;
    background: #000;
}
.img-offer-btn{
    display: block;
}
#services {
    padding-top: 100px;
}
#bunches {
    padding-top: 100px;
}
p {
 text-align: justify;
 -moz-text-align-last: center;
 text-align-last: center;
}
ul.nav.navbar-nav {
 padding: 0;
}
@media (min-width:900px)and (max-width:1024px){
  .navbar-brand img {
 width: 223px !important;
}
}
@media (min-width:768px)and (max-width:900px){
.navbar-default .navbar-nav>li>a {
 padding: 3px 8px;
}
}