body {
    direction: rtl;
}

.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.right.control-carousel {
    left: 0;
    right: auto;
}

.left.control-carousel {
    right:0; 
    left: auto;
}

.left-sidebar {
  
}


.left-sidebar h3 {
    text-align: right;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    padding-right: 25px;
    padding-left: 20px;
}

.wel {
    padding: 20px 30px 30px 5px;
}

.product-information h2 {
    text-align: left;
}

.navbar-default
{
    
    background-color: #ffffff;    
    
}
.navbar-fixed-top
{
    
   top: 42px;
   
    
}

.feature-wrap i{
    font-size: 53px;
    margin: 3px;
    line-height: 30px;
    text-align: center;
    color: #fe980f;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    padding: 19px;
    margin-top:19px;
    
}
.feature-wrap i:hover{
    font-size: 53px;
    margin: 3px;
    line-height: 63px;
    text-align: center;
    color: white;
    transition: 0.9s;
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    padding:2px;
    
}
.feature-wrap
{
    
    margin-bottom: 35px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
}
.feature-wrap h2
{
    
    font-family: 'Abel' !important;
    font-size: 29px;
    color: #ffffff;
    font-weight: 600;
}
.feature-wrap h3
{
    
    font-family: 'Abel';
    font-size: 1.4em;
    color: #ffffff;
    line-height: 1.2em;
    margin-top: 7px !important;
}
#catg
{
    
    padding-top: 130px;


    
}

.zoom {
 
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(.5); /* IE 9 */
  -webkit-transform: scale(.5); /* Safari 3-8 */
  transform: scale(.5); 
}
