@charset "utf-8";
@FONT-FACE {
	font-family: "DroidArabicKufiRegular";
	src: url("DroidKufi-Regular.ttf");
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
        font-family:'DroidArabicKufiRegular';

}
body{
    background-color: #ffffff;
    direction: rtl;
    background-image: url(../images/background.png);
}

a, .btn, button {
  text-decoration: none;
  outline: none;
  color: #fffefe;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
  color: #6094ea;
}

.container{
    margin: 0px auto
}
/*===== Head ====*/
.head {
    min-height: 110px;
    direction: rtl
}

.head .container > div {
    float: right;
}

.head .right{
    margin-top: 15px
}
.head .mid {
    margin-top:12px;
    position: relative;
}

.head .mid img {
    margin: 4px 0 0 0;
    height: 31px;
}

.head .mid  span{
    display: none;
}
.head .mid select{
    background-color:white;
    margin: 0 -5px 0 -5px;
    width: 30%;
    min-width: 110px;
    border: 1px solid #e6e6e6;
    border-left: none;
    text-align: center;
    padding: 0 17px 0 0;
outline: none;
}
.head .mid select:focus{
outline: none;
}
.head .mid select:hover{
outline: none;
}
@-moz-document url-prefix() {
    .head .mid select{
        margin: 0 -5px 0 -5px;
        height: 31px;
        -moz-appearance:none ;
        padding: 0;
    }
    .head .mid  span{
        display: inline;
        position: absolute;
        top:12px;
        right: 165px;
    }
}


.head .mid input::-webkit-input-placeholder { 
  color: #bfbfbf;
  text-align: center;
}
.head .mid input{
    height: 31px;
    min-width: 220px;
    width: 60%;
    border: 1px solid #e6e6e6;
    border-right: none;
    text-align: center;
}

.head .left {
    color: #676767;
    margin-top: 20px; 
    text-align: center;
}


.head .left ul {
    margin:auto;
    direction: ltr;
}
@media (max-width:674px){
    .head .left {
        margin:0 15px 0 0
    }
    .head .left{
        font-size: 12px;
    }
    
}

.head  .left li {
    background-color: #bfbfbf;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.head  .left li:nth-child(1){
    background-color: #3B599C;
}
.head  .left li:nth-child(2){
    background-color:#55ACEF ;
}
.head  .left li:nth-child(3){
    background-color:#E62D28 ;
}
.head  .left li:nth-child(4){
    background-color:#D24F40 ;
}
.head  .left i{
    margin-top: 8px;
}

@media (max-width:576px){
    .head .mid input{
        min-width: 200px;
    }
    .head .mid select{
        min-width: 169px;
        width: 52%
    }
}

@media(min-width:992px){
    .head .left{
        margin-top: 66px;
    }
    .head .mid {
        margin-top: 69px;
    }
}


/*===== Heart Of Site =====*/
/*===== Heart Of Site =====*/

/*====Side====*/
/*====Side====*/
.row{
    padding: 11px 0;
width: 100%;
margin: auto;
}

.side .prod  {
    margin: 13px 0px;
}
.side .prod .title {
    background-color: #FCFCFC;
    padding: 0 15px;
}
.side .prod h4{
    display: inline-block;
    font-size: 14px;
}
.side .prod ul {
    float: left;
    text-align: center;
    margin-top: 8px;
}
.side .title a{
    color: black;
}
.side .part{
    background-color: #fff;
    padding: 15px 10px 35px 10px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}
.side .part span{
    position: absolute;
    top: -10px;
    left: 25px;
}
.side .part h5 {
margin-top: 15px;
color: #ae7827;
font-size: 11.5px;
height: 14px;
overflow: hidden;
}
.side .part h6{
font-size: 10.5px;
color: #575757;
line-height: 16px;
height: 47px;
overflow: hidden;
}
.side .part .item {
float: right;
width: 87px;
margin-top: 9px;
}
/*====Center====*/
/*====Center====*/

#myNavbar{
width: auto !important;
}

/*===Navbar===*/
@media (min-width:992px){
    .navbar-right li{
        float: right;
    }
    
    .navbar .navbar-nav {
      display: inline-block;
      float: none !important;
      vertical-align: top;
width: 100%;
    }

    .navbar .navbar-collapse {
      text-align: center;
    }
}

@media (max-width: 992px) {
  
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0px;
       background-color: transparent;
       border: 0px;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}

/*====Slider====*/
/*====Slider====*/
#myCarousel {
    min-height: 200px
}
#myCarousel .item img{
    width: 100%;
    height: 345px;
}

 #myCarousel .ymen{
    bottom:20px;
    width:3%;
    top: auto;
    left: 55px;
    opacity: 1;
}
#myCarousel .shmal{
    width:3%;
    bottom:20px ;
    top: auto;
    left: 30px;
    opacity: 1
}
#myCarousel .item .carousel-caption  {
    text-align: right;
    right: 53%;
    bottom: auto;
    top: 10%;
    width: 45%;
}
#myCarousel .item .carousel-caption h4 {
    color: #3f589b;
    text-shadow: none;
    font-size: 16px;
}
#myCarousel .item .carousel-caption p{
    color: #747474;
    font-size: 12px;
    text-shadow: none;
    line-height: 2em;

}

#myCarousel .item .carousel-caption button{
    background-color: #323232;
    font-size: 12px;  
    padding: 9px 25px;
}
@media (max-width:480px){
    #myCarousel .item .carousel-caption button{
       padding: 5px 12px; 
    }
}

/*=====Side Menu Hidden ===*/
body > span{
    position: fixed;
    visibility: hidden;
    margin-right: 0px;
    margin-top: 4px;
    z-index: 5;
    font-size:20px !important;
    cursor: pointer;
    color: white;
    background-color: #3A5090;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.5 !important;
}
.hidemenu{
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom:0 ;
    right: -250px;
    z-index: 1;
    background-color: #fff;
    width: 250px;
}

.hidemenu span{
    position: absolute;
    left: -20px;
}
.hidemenu h4 {
    background-color: #3A5090;
    color: white;
    padding: 20px 0;
    margin: 0;
}

.hidemenu * {
    text-indent: 25px;
    color: #646464;
}

.hidemenu ul {
    padding: 0;
    margin: 0
}
.hidemenu li {
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
    background-color: #fff;
    cursor: pointer;
    color: #646464;
    font-size: 13px;
}    
.hidemenu li:hover{
    background-color: #7fa8eb;
    color: white;
}
.hidemenu li:hover a{
    color: white;
}
.hidemenu li i{
    float: left;
    font-size: 15px;
    padding-left: 15px
}
/*=====Side Menu=====*/
.side .menu h4 {
    background-color: rgb(58, 80, 144);
    color: white;
    padding: 16px 0;
    margin: 0;
}

.side .menu * {
    text-indent: 25px;
    color: #9E9E9E;
}

.side .menu ul {
    padding: 0;
    margin: 0;
}
.side .menu li {
    padding: 11px 0;
    border-bottom: 1px solid #F5F5F5;
    background-color: #fff;
    cursor: pointer;
    color: #646464;
    font-size: 13px;
transition: all 0.9s ease 0s;
}    
.side .menu li:hover{
    background-color: #3A5090;
    color: white;
transition: all 0.9s ease 0s;
}
.side li:hover a{
    color: white;
}
.side .menu li i{
    float: left;
    font-size: 15px;
    padding-left: 15px
}

/*===== Blocks =====*/
/*===== Blocks =====*/
.blocks {
    min-height: 180px
}
.blocks > div {
    border: 1px solid #E5E5E5; 
    padding: 0;
    background-color: #fff;
    width: 48%;
    margin: 25px 0 0 0;
}
@media (max-width:768px){
    .blocks > div {
        width: 100%;
        margin: 25px 0;
        padding: 10px;
        margin: 20px 0 0 0;
    }
}
.blocks .right{
    float: right;
}

.blocks > div img {
    float: right;
    padding-left: 5px;
}
.blocks > div h5{
    color: #3f589b;
    margin-top: 30px;
}
.blocks > div p{
    font-size: 11px;
    color: #848484
}
.blocks > div a{
    font-size: 11px;
    color: black
}

/*===== Products =====*/
/*===== Products =====*/
.products .title {
    background-color: #FCFCFC;
    margin: 20px 0;
}
.products  h4{
    display: inline-block;
}
.products ul {
    float: left;
    text-align: center;
    margin-top: 8px;
}

.products ul a{
    color: black;
}

.products .heart {
    text-align:center;
}
.products .heart .part{
    display: inline-block;
    background-color: white;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #F1F1F1;
    min-width: 20%;
    margin:5px 0 0 0;
}
.products .heart .part h6{
    font-size: 11px;
    color: #555555
}
.products .heart .part button{
    border: none;
    padding: 8px 0;
    color: #3f589b;
    font-size: 11px;
    background-color: #FAFAFA;
    width: 95%
}
@media (max-width:550px){
    .products .heart .part{
        margin: 5px 10px 0 0;
        width: 45%
    }
}

/*Hidden Section*/
/*Hidden Section*/
.hsec  {
    margin: 20px 0;

}
.hsec > div {
    float: right;
    min-width: 40%;
    width: 95%;
    margin-right:4%
}
@media(max-width:605px){
    .hsec > div{
        width: 100%;
        margin: auto;
    }
    .hsec .adv{
        margin: 20px auto;
        text-align: center;
    }
    .hsec .adv img{
        width: 90%;
    }
}

.hsec .title {
    background-color: #FCFCFC;
    padding: 0 15px
}
.hsec  h4{
    display: inline-block;
}
.hsec ul {
    float: left;
    text-align: center;
    margin-top: 8px;
}
.hsec .title a{
    color: black;
}
.hsec .part{
    background-color: #fff;
    padding: 15px 10px 35px 10px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}
.hsec .part span{
    position: absolute;
    top: -10px;
    left: 25px;
}
.hsec .part h5 {
    margin-top: 15px;
    color: #B32527;
    font-size: 13px;
}
.hsec .part .item {
    float: right;
    width: 55px;
}

/*===== Footer =====*/
footer{
    border-top: 1px solid #E2E2E2;
    position: relative;
    margin-top: -10px;
}

footer ul {
    padding: 20px 0 0 0;
}
footer ul li{
    cursor: pointer;
    font-size: 12px;
    position: relative;
    color: #808080;
}
footer ul li:hover{
    color: #3A5090;
}
footer ul span{
    position: absolute;
    background-color: #808080;
    width: 1px;
    height: 8px;
    left: -3px;
    top:4px;
}
footer h6{
    color: #808080;
    font-size: 11px;
}
footer a{
    position: absolute;
    left: 0px;
    bottom: -5px;
}


@media(max-width:480px){
    footer a{
        bottom: -40px;
        right: 0;
    }
    body > img:last-of-type{
        margin-top: 50px !important;
    }
}

body > img:last-of-type{
    margin-top: 20px;  
}

.languagebar{
width: 100%;
height: 37px;
background: #fff;
border-bottom: 1px solid #dddddd;
color: #646464;
font-size: 13px;
}
.languagebar a{
color: #646464;
transition: all 0.9s ease 0s;
}
.languagebar a:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}
.clear{
clear: both;
display: block;
}

.languagebarright{
width: 33%;
float: right;
text-align: right;
height: 37px;
border: 0px solid green;
font-family: arial;
}
.languagebarleft{
width: 34%;
float: left;
text-align: left;
height: 37px;
border: 0px solid red;
}

.languagebarrightemail{
width: 59%;
float: right;
height: 19px;
overflow: hidden;
border: 0px solid #00F;
text-align: left;
direction: ltr;
margin-top: 7px;
}
.languagebarrightphone{
width: 39%;
float: left;
height: 19px;
overflow: hidden;
border: 0px solid #00F;
text-align: left;
direction: ltr;
margin-top: 7px;
}
.languagebarrightemail i{
float: left;
margin-right: 5px;
color: #3A5090;
margin-top: 2px;
}
.languagebarrightphone i{
float: left;
margin-right: 5px;
color: #3A5090;
margin-top: 2px;
}
.langblock{
width: 24.9%;
float: left;
border-left: 1px solid #dddddd;
height: 20px;
text-align: center;
font-size: 12px;
margin-top: 7px;
}

.header-srchformstyle{
width: 50% !important;
min-width: 35% !important;
border-left: 1px solid #cccccc !important;
border-top: 1px solid #cccccc !important;
border-bottom: 1px solid #cccccc !important;border-right: 1px solid #cccccc !important;
color: #7D7D7D;
font-size: 13px;
float: right;
text-align: center !important;
padding-top: 2px !important;
}
.header-srchformstyle:after{
outline: none;
transition: all 0.9s ease 0s;
}
.header-srchformstyle:focus{
outline: none;
transition: all 0.9s ease 0s;
}
.header-srchformstyle:hover{
outline: none;
transition: all 0.9s ease 0s;
}
input[type=text]:focus{
outline: none;
}
input[type=select]:focus{
outline: none;
}
.submit{
width: 31px !important;
min-width: 31px !important;
height: 31px !important;
background: #837F7F !important;
color: #fff !important;
cursor: pointer !important;
float: right !important;
position: absolute;
right: 0px;
top: 0px;
z-index: 555555555;
border: 0px !important;
text-align: center;
padding-top: 7px;
transition: all 0.9s ease 0s;
}

#searrch{
height: 32px;
}
#searrch:hover > .submit{
background: #3A5090 !important;
transition: all 0.9s ease 0s;
}

.shoppingnumberbox{
width: 100%;
height: 38px;
border: 1px solid #DBDBDB;
padding: 3px;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
color: #646464;
font-size: 12px;
}
.innershoppingnumberbox{
width: 100%;
height: 30px;
border: 1px solid #DBDBDB;
padding: 0px;
text-align: center;
padding-top: 5px;
font-size: 13px;
}

.menublockicons{
display: none;
}

.menurightmobile{
color: #FFF;
font-size: 15px;
width: auto;
padding-right: 5%;
text-align: right;
padding-left: 15%;
padding-top: 14px;
float: right;
cursor: pointer;
}

.menurightmobile{
display: none;
}

.overwrapper{
display: none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #A7A7A7 !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF !important;
}
.navbar-inverse .navbar-nav>li{
transition: all 0.9s ease 0s;
    background-color: #837F7F !important;
}
.navbar-inverse .navbar-nav>li:hover{
transition: all 0.9s ease 0s;
    background-color: #A7A7A7 !important;
}


#right{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}
#left{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}

#right:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}
#left:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}

.scrollnews {
height: 300px !important;
width: 100% !important;
overflow: hidden !important;
border: 0px solid #F00 !important;
position: relative !important;
}
#newsscope {
	position: absolute !important;
	top: 0px ;
	right: 0px !important;
	width: 100% !important;
height: 252px !important;
}
.homenews{
width: 100% !important;
height: 125px !important;
border-bottom: 0px solid #4D5056 !important;
}

#right2{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}
#left2{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}

#right2:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}
#left2:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}

.scrollnews2 {
height: 300px !important;
width: 100% !important;
overflow: hidden !important;
border: 0px solid #F00 !important;
position: relative !important;
}
#newsscope2 {
	position: absolute !important;
	top: 0px ;
	right: 0px !important;
	width: 100% !important;
height: 252px !important;
}
.homenews2{
width: 100% !important;
height: 125px !important;
border-bottom: 0px solid #4D5056 !important;
}
#mobilepart{
display: none;
}

#myCarousel .item .carousel-caption {
    text-align: right;
    right: 53%;
    bottom: auto;
    top: 10%;
    width: 45%;
    height: 165px !important;
    overflow: hidden;
}

.sectionimage{
max-width: 233px;
max-height: 145px;
float: right;
}
 
.productnamehome{
font-size: 13px;
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}

.productnamehome:hover{
font-size: 13px;
color: #3f589b;
transition: all 0.9s ease 0s;
}

#right4{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}
#left4{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}

#right4:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}
#left4:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}

.scrollnews4 {
height: 451px !important;
width: 100% !important;
overflow: hidden !important;
border: 0px solid #F00 !important;
position: relative !important;
float: right;
}
#newsscope4 {
	position: absolute !important;
	top: 0px ;
	right: 0px !important;
	width: 100% !important;
height: 451px !important;
}

.homenews4{
width: 33.3% !important;
min-width: 33.3% !important;
height: 219px !important;
float: right;
}


#right3{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}
#left3{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}

#right3:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}
#left3:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}

.scrollnews3 {
height: 451px !important;
width: 100% !important;
overflow: hidden !important;
border: 0px solid #F00 !important;
position: relative !important;
float: right;
}
#newsscope3 {
	position: absolute !important;
	top: 0px ;
	right: 0px !important;
	width: 100% !important;
height: 451px !important;
}

.homenews3{
width: 20% !important;
min-width: 20% !important;
height: 219px !important;
float: right;
}



#right5{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}
#left5{
color: #646464;
cursor: pointer;
transition: all 0.9s ease 0s;
}

#right5:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}
#left5:hover{
color: #3f589b;
transition: all 0.9s ease 0s;
}

.scrollnews5 {
height: 450px !important;
width: 100% !important;
overflow: hidden !important;
border: 0px solid #F00 !important;
position: relative !important;
float: right;
}
#newsscope5 {
	position: absolute !important;
	top: 0px ;
	right: 0px !important;
	width: 100% !important;
height: 451px !important;
}

.homenews5{
width: 46.4% !important;
min-width: 46.4% !important;
height: 219px !important;
float: right;
}
.deskprod{
display: block;
}
.tabprod{
display: none;
}
.mobprod{
display: none;
}

.homeclients{
width: 97%;
height: 153px;
border: 0px solid #F00;
margin: auto;
margin-bottom: 15px;
}
.homeclientstitle{
width: 100%;
color: #323232;
font-size: 15px;
padding-right: 2%;
background: none repeat scroll 0% 0% #fcfcfc;
padding-top: 10px;
height: 41px;
border-top: 1px solid #e2e2e2;
}


.slideall11 {
width: 100%;
min-height: 91px;
overflow: hidden;
margin: 0px;
text-align: left;
direction: ltr;
position: relative;
border: 0px solid #F00;
}

 
 

#slides11 {
    min-width: 600000px;
	height: 91px;
	left: 0px;
	top: 0;
	position: absolute;
	padding-left: 0px;
	direction: ltr;
}

.slide11 {
height: 91px;
width: 329px;

border: 0px solid #e9e9e9;
transition: all 0.5s ease 0s;

text-align: center;
display: table-cell;
vertical-align: middle;
}

.slideall12 {
width: 100%;
min-height: 91px;
overflow: hidden;
margin: 0px;
text-align: left;
direction: ltr;
position: relative;
border: 0px solid #F00;
}

 
 

#slides12 {
    min-width: 600000px;
	height: 91px;
	left: 0px;
	top: 0;
	position: absolute;
	padding-left: 0px;
	direction: ltr;
}

.slide12 {
height: 91px;
width: 329px;

border: 0px solid #e9e9e9;
transition: all 0.5s ease 0s;

text-align: center;
display: table-cell;
vertical-align: middle;
}

.slideall13 {
width: 100%;
min-height: 91px;
overflow: hidden;
margin: 0px;
text-align: left;
direction: ltr;
position: relative;
border: 0px solid #F00;
}

 
 

#slides13 {
    min-width: 600000px;
	height: 91px;
	left: 0px;
	top: 0;
	position: absolute;
	padding-left: 0px;
	direction: ltr;
}

.slide13 {
height: 91px;
width: 329px;

border: 0px solid #e9e9e9;
transition: all 0.5s ease 0s;

text-align: center;
display: table-cell;
vertical-align: middle;
}

.deskclients{
display: block;
}
.tabclients{
display: none;
}
.mobclients{
display: none;
}


.footerwebsite{
width:100%;
height: 90px;
background: #e7e7e7;
}

.footerwebsitetop{
width: 96%;
height: 53px;
border-bottom: 1px solid #cccccc;
margin: auto;
}

.footerwebsitetopblock{
width:31%;
float: right;
margin-left: 3.5%;
height: 50px;
border: 0px solid red;
padding-top: 15px;
}

.shopicon{
width: 36px;
height: 23px;
float: right;
margin-left: 3%;
margin-top: 0px;
}

.socialfooter{
width: 31px;
height: 31px;
margin-left: 2px;
border: 0px solid #F00;
float: right;
margin-right: 9px;
margin-top: -3px;
font-family: arial;
}
.youtubeicon{
color: #fff;
font-size: 16px; 
background: #cd191e;
text-align: center;
width: 31px;
height: 31px;
padding-top: 8px;
transition: all 0.5s ease 0s;
}
.youtubeicon:hover{
background: #747373;
transition: all 0.5s ease 0s;
}
.linkedinicon{
color: #fff;
font-size: 16px; 
background: #7ca8dd;
text-align: center;
width: 31px;
height: 31px;
padding-top: 8px;
transition: all 0.5s ease 0s;
}
.linkedinicon:hover{
background: #747373;
transition: all 0.5s ease 0s;
}
.facebookicon{
color: #fff;
font-size: 16px; 
background: #458ccc;
text-align: center;
width: 31px;
height: 31px;
padding-top: 8px;
transition: all 0.5s ease 0s;
}
.facebookicon:hover{
background: #747373;
transition: all 0.5s ease 0s;
}

.googleplusicon{
color: #fff;
font-size: 17px; 
background: #16B06E;
text-align: center;
width: 31px;
height: 31px;
padding-top: 6px;
transition: all 0.5s ease 0s;
}
.googleplusicon:hover{
background: #747373;
transition: all 0.5s ease 0s;
}
.twittericon{
color: #fff;
font-size: 16px; 
background: #09bff2;
text-align: center;
width: 31px;
height: 31px;
padding-top: 8px;
transition: all 0.5s ease 0s;
}
.twittericon:hover{
background: #747373;
transition: all 0.5s ease 0s;
}

.submit2{
width: 27px;
height: 27px;
border: 0px;
background: #00a9e0;
position: absolute;
left: 0px;
top: 0px;
transition: all 0.5s ease 0s;
}
.submit2:hover{
width: 27px;
height: 27px;
border: 0px;
background: #747373;
position: absolute;
left: 0px;
top: 0px;
transition: all 0.5s ease 0s;
}

.footerwebsitebottom{
width: 96%;
height: 37px;
border-bottom: 0px solid #cccccc;
margin: auto;
}
.footerwebsitebottomright{
width: 46%;
float: right;
height: 30px;
margin-top: 6px;
border: 0px solid #F00;
padding-top: 6px;
}

.footerwebsitebottomright a{
color: #585858;
font-size: 11px;
transition: all 0.5s ease 0s;
}
.footerwebsitebottomright a:hover{
color: #3A5090;
font-size: 11px;
transition: all 0.5s ease 0s;
}

.footerwebsitebottomleft{
width: 35%;
float: left;
height: 30px;
margin-top: 6px;
border: 0px solid #008000;
color: #585858;
font-size: 14px;
text-align: left;
font-size: 11px;
padding-top: 6px;
}

.footblock{
width: 15.4%;
float: right;
text-align: center;
border-left: 1px solid #CCC;
}

.texxt{
text-align: right;
font-size: 13px;
direction: rtl;
width: 96%;
margin-right: 2%;
color: #646464;
line-height: 22px;
padding-top: 12px;
margin-bottom: 15px;
}
.texxt li{
margin-right: 2%;
width: 96%;
margin-bottom: 10px;
list-style: circle;
}
#map{
height: 480px;
}

.blllock{
width: 24% !important;
margin-left: 1%;
}

.blllock2{
width: 49% !important;
margin-left: 1%;
}

.innerimgprod{
max-width: 200px;
height: auto; float: left; margin-right: 15px;
}

.mobonly{
display: none;
}
.deskonly{
display: block;
}

@media  screen and (max-width: 720px)  {

.mobonly{
display: none;
}
.deskonly{
display: block;
}

.innerimgprod{
max-width: 143px;
height: auto; float: left; margin-right: 15px;
}


.blllock{
width: 32% !important;
margin-left: 1%;
}

.blllock2{
width: 98% !important;
margin-left: 1%;
}

#map{
height: 200px;
}

.footerwebsitebottom{
width: 100%;
height: auto;
border-bottom: 0px solid #cccccc;
margin: auto;
}
.footerwebsitebottomright{
width: 100%;
float: right;
height: auto;
margin-top: 6px;
border: 0px solid #F00;
padding-top: 6px;
text-align: center;
}

.footblock {
    width: 12.4%;
    float: none;
    text-align: center;
    border-left: 0px solid #CCC;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
}

.footerwebsitebottomleft{
width: 100%;
float: left;
height: 30px;
margin-top: 6px;
border: 0px solid #008000;
color: #585858;
font-size: 14px;
text-align: center;
font-size: 11px;
padding-top: 6px;
}
 

.footerwebsite{
width:100%;
height: auto;
background: #e7e7e7;
}

.footerwebsitetop{
width: 100%;
height: auto;
border-bottom: 0px solid #CCC;
margin: auto;
}

.footerwebsitetopblock{
width: 98%;
float: right !important;
margin-left: 2%;
height: 55px;
border: 0px solid #F00;
padding-top: 15px;
float: auto !important;
border-bottom: 1px solid #cccccc;
border-top: 0px solid #cccccc;
}

.submit2 {
    width: 27px;
    height: 27px;
    border: 0px none;
    background: none repeat scroll 0% 0% #00A9E0;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease 0s;
}



.deskclients{
display: none;
}
.tabclients{
display: block;
}
.mobclients{
display: none;
}

.deskprod{
display: none;
}
.tabprod{
display: block;
}
.mobprod{
display: none;
}
#mobilepart{
display: block;
}
.overwrapper{
position: fixed;
right: 0;
opacity: 1;
top: 0px;
width: 100%;
height: 100%;
z-index: 2147483646;
display: none;
}

.menurightmobile{
display: block;
}
.menublockicons{
width: 200px;
height: 100%;
background: none repeat scroll 0% 0% #fff;
position: fixed;
right: -100%;
opacity: 0;
top: 0px;
transition: all 0.9s ease 0s;
border: 0px solid #F00;
display: block;
z-index: 2147483647;
overflow: scroll;
-webkit-box-shadow: -4px -1px 18px -9px rgba(71,70,71,1);
-moz-box-shadow: -4px -1px 18px -9px rgba(71,70,71,1);
box-shadow: -4px -1px 18px -9px rgba(71,70,71,1);
}

.languagebar{
width: 100%;
height: auto;
background: #fff;
border-bottom: 1px solid #dddddd;
color: #646464;
font-size: 13px;
}
.languagebarright{
width: 100%;
float: right;
text-align: right;
height: 37px;
border: 0px solid green;
font-family: arial;
border-bottom: 1px solid #dddddd;
}
.languagebarleft{
width: 100%;
float: left;
text-align: left;
height: 37px;
border: 0px solid red;
}

.languagebarrightemail{
width: 57%;
float: right;
height: 19px;
overflow: hidden;
border: 0px solid #00F;
text-align: left;
direction: ltr;
margin-top: 7px;
}
.languagebarrightphone{
width: 40%;
float: left;
height: 19px;
overflow: hidden;
border: 0px solid #00F;
text-align: left;
direction: ltr;
margin-top: 7px;
}
#searrch{
width: 60% !important;
float: right;
}
#emaillls{
width: 37% !important;
float: left;
margin-top: 8px !important;
}

#myCarousel .item img{
    width: 100%;
    height: 250px !important;
}

.sectionimage{
max-width: 183px;
max-height: 183px;
float: right;
margin-left: 15px;
}
#mobbbblock{
width: 49.8%;
float: right;
}

#mmmmgn{
margin-top: 40px !important;
max-width: 90%;
}


}

@media  screen and (max-width: 480px)  {

.mobonly{
display: block;
}
.deskonly{
display: none;
}


.innerimgprod{
max-width: 100px;
height: auto; float: left;
display: none;
}

.blllock{
width: 49% !important;
margin-left: 1%;
}

.blllock2{
width: 98% !important;
margin-left: 1%;
}

.footerwebsitebottom{
width: 100%;
height: auto;
border-bottom: 0px solid #cccccc;
margin: auto;
}
.footerwebsitebottomright{
width: 100%;
float: right;
height: auto;
margin-top: 6px;
border: 0px solid #F00;
padding-top: 6px;
text-align: center;
}

.footblock {
    width: 23%;
    float: none;
    text-align: center;
    border-left: 0px solid #CCC;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
}

.footerwebsitebottomleft{
width: 100%;
float: left;
height: 30px;
margin-top: 6px;
border: 0px solid #008000;
color: #585858;
font-size: 14px;
text-align: center;
font-size: 11px;
padding-top: 6px;
}

.deskclients{
display: none;
}
.tabclients{
display: none;
}
.mobclients{
display: block;
}

.deskprod{
display: none;
}
.tabprod{
display: none;
}
.mobprod{
display: block;
}
#mmmmgn{
margin-top: auto !important;
max-width: auto;
}
#mobbbblock{
width: 100%;
}

.sectionimage{
max-width: 120px;
max-height: 120px;
margin-bottom: 16px;
margin-top: 16px;
float: right;
}

.shoppingnumberbox{
margin-top: 15px;
}
.header-srchformstyle{
width: 55% !important;
min-width: 35% !important;
border-left: 1px solid #cccccc !important;
border-top: 1px solid #cccccc !important;
border-bottom: 1px solid #cccccc !important;border-right: 1px solid #cccccc !important;
color: #7D7D7D;
font-size: 13px;
float: right;
text-align: center !important;
padding-top: 2px !important;
}
#searrch{
width: 100% !important;
float: right;
}
#emaillls{
width: 100% !important;
float: left;
margin-top: auto !important;
}
#myCarousel .item img{
    width: 100%;
    height: 200px !important;
}

#myCarousel .item .carousel-caption h4 {
    color: #3f589b;
    text-shadow: none;
    font-size: 13px !important;
}

#myCarousel .item .carousel-caption p {
    color: #747474;
    font-size: 10px;
    text-shadow: none;
    line-height: 2em;
}

#myCarousel .item .carousel-caption {
    text-align: right;
    right: 53%;
    bottom: auto;
    top: 10%;
    width: 45%;
    height: 115px !important;
    overflow: hidden;
border: 0px solid green;
}

}
select::-ms-expand {
    display: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #3f589b !important;
}
.contactform input {
    padding: 8px 5px;
    margin: 5px 0px;
    border: 1px solid #DEDEDE;
    width: 90%;
    background: none repeat scroll 0% 0% transparent;
}
.contactform{
margin-top: 8px;
}
.researchlink{
color: #4E4E4E;
transition: all 0.5s ease 0s;
}
.researchlink:hover{
color: #3A5090;
transition: all 0.5s ease 0s;
}
