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 {
    direction: rtl;
}


.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: right;
}

.navbar-default
{
    
    background-color: #ffffff;    
    
}
.navbar-fixed-top
{
    
   top: 44px;
    
}
.feature-wrap:hover
{
    
     border-bottom: #8ec444 solid 2px;   
     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;
    
    
} 
.feature-wrap i{
    font-size: 95px;
    margin: 3px;
    text-align: center;
    color: #002e5e;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    
}

.feature-wrap
{

   border-bottom: #012f5f solid 2px;
    margin-bottom: 35px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
        border-right: #e7e9ea solid 2px;
    border-left: #e7e9ea solid 2px;
    border-top: #e7e9ea solid 2px;
    padding: 6px;
}

.feature-wrap h2
{
    
    font-family: inherit;
    font-size: 23px;
    color: #062b63;
    font-weight: 600;
}
.feature-wrap h3
{
    
    font-family: inherit;
    font-size: 15px;
    color: #062b63;
    line-height: 1.3em;
}
#catg
{
    
    padding-top: 188px;
    padding-bottom: 28px;
    background: #123a5a;
    background-color: transparent;
    background-image: linear-gradient( 
180deg, #53d120 0%, #2F7C41 100%);
   
    
}

.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); 
}


@media only screen and (max-width : 906px)
{
.navbar-fixed-top
{
    
    top:82px;
    
}

#slider
{ 
    padding-top: 192px;
}
}





