.rtl .mr-auto, .mx-auto{
    margin-right:15% !important;
}

.ltr .mr-auto, .mx-auto{
    margin-left:15% !important;
}
.lSSlideOuter .img-fluid{
    width:100% !important;
}

.hide{
    display:none;
}.help-block{
    color:red;
}
.content-thumb img{
  
    margin:0 auto;
    display:block;
}
.owl-carousel .owl-item img{
    width:auto;
}
.image-circle{
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.iti{
    display:block;
    width: 100%;
}
.body_ad{
    white-space: pre-wrap;
}

.rtl #header .navbar-nav .nav-item{
    margin-left: 15px !important;
}
.ltr #header .navbar-nav .nav-item{
    margin-right: 15px !important;
}
.header-sticky {
    z-index:1020;
}

.twitter{
    color :#28a1f2;
}
.whatsup{
    color :#25d366;
}
.instgram{
    color :#E1306C;
}
@media (max-width: 992px){
    #header .logo-mobile {
        width: 85px;
    }
    .rtl .mr-auto{
        margin-right:15px !important;
    }
    
    .ltr .mr-auto{
        margin-left:15px !important;
    }
}
@media (max-width: 1024px){
    #header .logo-mobile {
        width: 85px;
    }
    
}

.logo,.logo-mobile {
    z-index:1;
}

.navbar-nav {
    margin-right:15%;
}

 @media(max-width:1400px) {
    #header .navbar-nav .nav-item a {
        font-size:14px !important;
    }
    a.nav-link.dropdown-toggle.btn.btn-secondary,
    a.nav-link.btn.btn-primary {
        padding: 5px 10px !important;
    }
    
    .navbar-nav {
        margin-right:15% !important;
   
    }
    
    #header .logo {
        position: absolute;
        top: -20px;
        background: #fff;
        padding: 10px;
        border-radius: 10%;
    }
}

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}
/* footer social icons */

.facebook{
    color:#1d7dea;
}

.phone-call{
    color:#25d366;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.mpagination .pagination{
    flex-wrap: wrap;
}


@font-face {
  font-family: "DIN";
  src: url("../webfonts/DINNextLTArabic-Bold-3.ttf") format("truetype");
  font-weight: 300;
}
#root {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#root img {
  max-width: 400px !important;
}
@media (max-width: 768px) {
  #root {
    padding: 100px 0;
    text-align: center;
  }
  .buttons-group {
    margin-bottom: 50px;
  }
  img {
    max-width: 100% !important;
  }
}

.jstree-proton .jstree-wholerow-clicked ,
.jstree-proton .jstree-wholerow-hovered
{
    background: none;
}
.jstree-proton .border-color-primary-color.jstree-clicked,
.jstree-proton .border-color-primary-color.jstree-hovered{
    background-image: linear-gradient(to left, #b83b5e, #fe7680);
    border-radius: 20px !important;
    color: #fff;
}

.jstree-proton .border-color-primary-color{
    line-height: 30px;
    margin: 8px 0 2px;
    height: 30px;
    padding: 0px 30px;
    border: 2px solid;
    border-radius: 20px !important;
    color: #222;
}
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -5px -30px;
}

.products .product-box .product-footer ul li{
    display: -webkit-inline-box !important;
}

.slider .slider-background {
    min-height: 500px;
    background-color: #fff1f2;
    position: relative;
    display: flex;
    background-size: cover;
    align-items: center;
    background-position: center center;
}


