@font-face {
    font-family: 'IRANSansWeb';
    src: url('/font/IRANSansWeb.ttf');
}



html, body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: IRANSansWeb , tahoma ;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}



main {
    width: 100%;
    text-align: center;
    float: right;
}

.master {
    width: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}




.title-section {
    position: absolute;
    top: 5%;
    right: 4%;
}

a {
    text-decoration: none;
    transition: .5s ease-out;
}

figure {
    margin: 0;
    padding: 0;
}

span {
    display: inline-block;
}



.col-2{
  width:16%,
}



.col-3 {
    width: 25%;
}


.col-4 {
    width: 33%;
}

.col-6 {
    width: 49%;
}

.master-container-content h3{
	text-align: center;
 	 margin: 0;
}


.logo-place {
    float: right;
    line-height: 0;
    margin: 10px;
}

.logo-place img {
    max-width: 100%;
    max-height: 100px;
}

.menu {
    float: right;
    
}


.phone{
    float: left;
    padding: 2%;
}
.phone i{
font-family: Aldrich-Regular;
    font-size: 1.5rem;
}

    .menu i {
        display: none;
    }

.menu-place {
}


.banner-place {
    float: right;
    width: 100%;
  position:relative;
  
}

    .banner-place figure {
        padding: 0;
        margin: 0;
    }

.banner {
    width: 100%;
    display: none;
    float: right;
  line-height: 0;
}

header{
width: 100%;
float: right;
background-color: white;
  padding: 0 3%;
}

.bottom-header{
   float: right;
width: 100%;
}
.banner-place img {
    width: 100%;
  height: 600px;
}

.banner:nth-child(1) {
    display: inline;
}

.arrow-place .icon-right {
    position: absolute;
    width: 4%;
    right: 4%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    padding-top: 1%;
    margin: 1%;
}


.containers-about-us{
display: flex;
width: 100%;
float: right;
background:#f7f7f7;
padding: 1% 0;
  padding-bottom: 0;
}

.containers-about-us .containers-pic{
  width:100%;
    padding:2%;
  position:relative
}

.containers-about-us img {
   max-width: 100%;
    height: 400px;
    object-fit: cover;
    transition: .5s ease-out;
}

.containers-about-us .containers-text h4 a:hover {
    color: 
#44af0d;
border: 1px solid
    #44af0d;
}

.containers-about-us .containers-text h4 a{
  background:#000;
color: #fff;
padding: 2% 5%;
}
.containers-about-us img:hover{
transform: scale(1.05);
  }

.containers-about-us .containers-text {
   
   width: 100%;
text-align: right;
padding: 5%;
}

div.containers-about-us .containers-text h2{
    font-size: 1.6em;
    padding: 4% 0;
}

div.containers-about-us .containers-text p{
    line-height: 2;

}



.arrow-place .icon-left {
    position: absolute;
    width: 4%;
    left: 4%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 1%;
    margin: 1%;
}

    .top-footer p {
    text-align: justify;
    padding: 0 7%;
    color: #fff;

}

.container {
   width: 100%;
display: flex;
flex-wrap: wrap;
padding: 1%;
}

hr {
    width: 100px;
}

i {
    cursor: pointer;
}

.top-header {
    width: 98%;
    padding: 8px 1% 0;
    float: right;
}

header .social-place {
    float: left;
    padding: 2%;

}

.social-place{
    font-size: 1.2em;
}
.social-place a {
        margin: 0 1px;
    }

.top-header .phon {
    float: left;
}
.btn_banner {
    height: 40px;
    width: 20%;
    position: absolute;
    top: 65%;
    left: 40%;
    right: 40%;
    padding: 5px 3px 3px 0;
}

    .btn_banner:hover {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }
.caption {
   position: absolute;
top: 50%;
width: 80%;
background-color: #0006;
left: 10%;
right: 10%;
  color: white;
  line-height: 2;
}

.caption h2{
font-size: 2em;
}

.content-1 ,.content-2, .content-3, .content-4{
    float: right;
    width: 100%;
}

.content-1 p ,.content-2 p {
    font-size: 1.5rem;
}
..content-2{
padding: 1%;
}

.right-top{
    float: left;
    padding: 3% 1%;
    color: black;
  }

.right-top span a{
color: #67bb1a;
}
.content-1 h2 ,.content-2 h2, .content-3 h2, .content-4 h2{
    font-size: 2rem;
    color: black;
  margin-bottom: 0;
}


.container .col-4 h3 {
    padding: 0;
    margin: 0;
}

.container .col-4 div {
    padding: 10px;
    min-height: 150px;
    margin: 1% 4%;
    border-radius: 4px;
  transition-duration: 0.3s;
}

.container .col-4 div article {
    text-align: justify;
}

.container .col-4 div h3 {
    text-align: right;
}
.container .col-4 div a { 
    color:#393939;
}

.container .col-4 div:hover {
    transition: all 1s ease;
  transform: translateY(-5px);
}
.container .col-4 div a:hover, .project h3 a:hover {
    color: #96958d;
}

.container_1 .col-4 img {
    max-width: 100%;
    transition: .5s ease-out;
    max-height: 250px;
    min-height: 260px;
}

.container_1 .col-4 img {
    max-width: 100%;
    transition: .5s ease-out;

}

.container_2 {
   text-align: center;
padding: 2% 5%;
width: 100%;
display: flex;
flex-wrap: wrap;
      padding-top: 0;
  justify-content: center;
}



.container_2 h4{
font-size: 1.4em;
margin-top: 0;
}

.container_2 .product {
width: 48%;
margin: 1%;
background-color: white;
transition: .5s ease-out;
display: flex;
  flex-wrap: wrap;
  min-height: 300px;
padding: 2%;
    }
.content-3{
background-color: #f7f7f7;
}
.container_2 .product:hover {
box-shadow: 1px 1px 10px 1px #cccccc;
}
.product-text{
  width: 50%;
}



.container_2 .col-4:hover{
  transform: scale(1.03);
  
}

.container_1 .col-4 h4 {
     margin: 0px;
    padding: 10px;
    min-height: 60px;
}

.mid_content {
    width: 100%;
    padding: 5% 0 0 0;
    float: right;
}

.mid_content h4 a{
  
  color:#fff;
}

.mid_content img {
        width: 100%;
        height: 100%;
    }

.mid_content h1 {
       text-shadow: 1px 2px 10px #80ad79;
    }


.secend-container .shopping > .bindpic {
    position: relative;
    height: 320px;
}

div.secend-container .shopping img{
object-fit: cover;
max-width: 100%;
position: absolute;
top: 0;
left: 0;
padding: 10%;
  
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

div.secend-container .shopping > div img {
    transition: opacity 1s;
}

div.secend-container .shopping > div {
    position: relative;
}
div.secend-container .shopping:hover > div img:nth-child(2) {
    opacity: 0;
}
div.secend-container .shopping > div img:nth-child(1) {
    opacity: 0;
}
div.secend-container .shopping:hover > div img:nth-child(1) {
    opacity: 1;
}

div.secend-container .shopping{
       width: 24%;
    padding: 1%;
    margin: 0.5%;
    box-shadow: 1px 1px 30px 5px #e4e4e4ad;
}


.mid_content div {
    width: 100%;
    text-align: center;
    padding: 0 4%;
}

footer .social-place{
    padding: 5% 0;
}
    .mid_content section h4 {
    background:#f94e4e;
    color: #fff;
    border-radius: 4px;
    width: 200px;
    padding: 0.5%;
    text-align: center;
    margin: auto;

}

.layer {
    padding: 0;
    margin: 0;
}
section.product .layer{
width: 50%;
  
}
    .layer img {
      max-width: 100%;
transition: .5s ease-out;
height: 250px;
object-fit: cover;
    }


.layer > div {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
}

.layer > div:hover {
        opacity: 0.4;
        transition: all 0.8s ease-in-out;
    }

 .clients-section {
    padding: 2%;
    width: 25%;

}


.basket-place {
  padding: 5%;
    background-color: #67bb1a;
  CURSOR: POINTER;
}

.butten{
       padding: 2%;
    float: left;
  padding-bottom: .2%;
  
}
.basket-place span{
    float: left;
    padding: 4px 12px 0;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.4s;
}

.lang-btn{
    color: black;
}

.lang-btn a{
    color: black;
}

    .clients-section figure {
        transition: .5s ease-out;
    }
 .clients-section figure:hover {
       padding-right: 10px; 
    }

footer {
    margin-top: 5%;
    text-align: right;
    float: right;
    width: 100%;
  list-style-type: none;
  background-color: #f7f7f7;
}

.top-footer {
width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
  
  border-top: 1px #b7b3b3 solid;
}

 .top-footer ul{
    margin: 6% 0;
}


.top-footer figure img{
    max-width: 100%;
    max-height: 100px;
    padding: 0 5%;
}


footer .top-footer ul li p{
  width:100%;
  margin:4px;
  padding:0
  
}
footer ul {
    list-style-type: none;
    padding: 0;
}

footer img{
padding: 0 1%;
    max-width: 100%;
    max-height: 100px;

}


footer li{
      padding: 0.5%;
    display: flex;
}
.top-footer section {
    padding-top: 2%;
    display: inline-block;
  vertical-align: top;
}

.top-footer section:nth-child(2) {
	text-align:left
}


.bottom-footer {
    width: 100%;
    float: right;
  background-color: #f2f2f2;
}

    .bottom-footer .social-place {
        float: left;
        text-align: left;
        padding: 16px 0 0 10px;
    }



.rules {
    text-align: center;
    float: right;
    font-size: 0.7em;
    width: 100%;
  border-top: 1px #8c8c8c2b solid;
}

.karik {
    padding: 5px;
}

.privacy {
padding: 0.5%;
  color: #aeadad;
}


.col-4 > div > i {
    float: right;
}
.container .col-4 div span {
    float: right;
  padding: 0 2%;
}

.master-container-title {
   
    width: 100%;
    float: right;
    padding: 0 3%;
  background-color: #514e4b;
  
}

.container .col-4 article {
    text-indent: 1%;
    margin-top: 3%;
    padding: 5px;
}
.icon-up-big::before {
    padding: 6px 3px;
}


.content-2 p{
  margin-bottom: 0;
}
  

.circle-place {
    width: 100%;
    float: right;
    position: absolute;
    z-index: 2;
    bottom: 10px;
}
.circle-place i {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #F5D114;
    display: inline-block;
    margin: 0 5px;
    transition: .3s ease-out;
}


.news_box_title h3{
  text-align:right;
  
}

.contact_us li:last-child p{
  min-height: 70px;
}



/* colors */

body{
    background-color: #fff;
}
body , .latest-box a , .color4 {
    color: #3a3c3e;
}
i, hr ,.more-date , .news-box a:hover , .latest-box a:hover, .download a:hover , .section-text a , .section-text h4 , .pathurl a:hover , footer li:hover , .master-container-title h1 , .last-news ul li::before {
    color: #83e628;
}
.container-view , .bottom-new {
    color: white;
}
.contact-text div:nth-child(odd) , .label-bot a , .contact-text div:nth-child(even) , .Proven-section-place section:hover{
    background-color:#dddddd;
}



.color_title , .pageing , .master-container-content .container_1 .col-4 h4 , .fixed , .contact-text i, .container .col-4 div:hover , .container-view ,.container_1 .col-4 h4  {
        background-color: #fff;
    }

i:hover,  i:hover , .contact-text i , .container-view , .social-place , .label-bot a, .up:hover, .btn_banner:hover , footer a , .top-header {
        color:#938980;
    }

.menu i , .last-news , .master-container-content h2 , .master-container-content h3 , .master-container-content .last-news a , .container-product-box-text a , .label-bot a , .label-bot a , .news-box a , .master-container-content , .pathurl , .section-text a:hover ,  .download a  {
    color: #000;
}
.footer ,.container-view {
    background-color: #151515;
}
.container-welcome section:hover  , .bottom-new {
    background-color: #1f1f1f;
}
.download a:hover {
    border-bottom-color: #f5d114;
}
.up {
    background-color: rgb(105, 104, 92,0.5);
}
a:link , a , a:visited {
 
}

.master-container-content .contact_us a:link , .master-container-content .contact_us a
,.master-container-content .contact_us a:visited{
  
 color:black;
}
.master-container-content .contact_us a:hover{
  color:#f94c4c;
}
.banner-place:hover,.bottom-header:hover, .menu-place:hover,.containers-about-us:hover,
.content-1:hover,.container:hover,.content-2:hover,
.container-project:hover,.content-3:hover,.container_2:hover,.content-4:hover,header:hover{
  
color: #2b231a;
}

,
.mid_content a:link ,.mid_content a:visited{
  color:white;
}


footer a:hover, .mid_content a:hover{
color: #938980;
}

.banner-place a:link , .banner-place a:visited,.containers-about-us a:link ,
.containers-about-us a:visited,.content-1 a:link ,.content-1 a:visited,.content-1 a:link ,.content-1 a:visited,
.container-project a:link ,.container-project a:visited
,.content-3 a:visited,.container_2 a:link ,.container_2 a:visited
,.content-4 a:link ,.content-4 a:visited,header a:link {


 color: #b5b5b5; 
}

.container_1 a:link ,.container_1 a:visited,.container_1 a:visited{
  
 color: #000;  
}
.container_1 h4{
  
  font-size: 1.2em;
}

.content-2 a,.content-2 a:link ,
.content-2 a:visited{
  color:black;
}
.container_2 a:link ,.container_2 a:visited,.content-3 a:link {
  
   color: #000;
}

.right-top span a{
color: #67bb1a;
}
.product .product-text div.butten-order div {
   margin: 10% 25%;
padding: 5% 10%;
}

div.butten-order {
  text-align: center;
}
 
.product .product-text div.butten-order .order{
background-color: #6fa839;
  transition: .5s ease-out;
  cursor:pointer;
  
border: 1px solid #000;
}
.buy-bottom a {
    background-color: #67bb1a;
}

.buy-bottom a:hover {
    background-color: #8cde40;
}

.product .product-text div.butten-order div.order:hover {
  box-shadow: 1px 1px 10px 1px #cccccc;
}

.top-footer a  ,.top-footer a:link,.top-footer a:visited,footer a ,footer a:link , footer a:visited {
  color:black;
}


.top-footer a:hover {
color: #938980;
  
}

.btn_banner a{
  color:#393939
}
.btn_banner a:hover , .btn_banner:hover a{
  color:#fff
}


.orange-c{
  
  color: #83e628;
}


/* End Colors */


/* English Section */

html :lang(en),html :lang(en) body {
    direction:ltr;
    font-family: Arial, Helvetica, sans-serif;
}
html :lang(en).persian{
	font-family: 'IRANSansWeb';
}
html :lang(en) #master {
    float: left;
}

html :lang(en) .up {
    left: 30px;
}

html :lang(en) .title-place {
     text-align: right;
}
html :lang(en) .back-place {
    float:right;
}
html :lang(en) .master-container-content {
    float: left;
}
html :lang(en) .master-container h1 {
    float: left;
    text-align:left;
}

html :lang(en) header {
    float: left;
}
html :lang(en) .header-1 {
    float: left;
 }
 html :lang(en) .menu-place {
    float: left;
}
html :lang(en) .contact-place {
    float: right;
}
html :lang(en) .header-2 {
    float: right;
    width: 98%;
    margin: 0 1%;
}
html :lang(en) .header-2-box {
    float: right;
}

html :lang(en) .header-2 .header-2-box:first-child {
    text-align: left;
    float: left;
}
html :lang(en) .banner-place {
    float: left;
   }

   html :lang(en) .circle-place {
    float:left;
 
}
html :lang(en) .logo-place {
    float: left;
}
html :lang(en) .right-top {
    float: right;
}
html :lang(en) .containers-about-us .containers-text {
    text-align: left;
}
html :lang(en) .banner-box-place {
    float: left;
}
html :lang(en) .banner-box-caption {
    text-align: left;
 }
 html :lang(en) .container-welcome {
    float: left;
 }
 html :lang(en) .welcome-box {
    float: left;
}
html :lang(en) .containers {
    float: left;
}
html :lang(en) .container-picture-text-1 {
    float:left;
}
html :lang(en) .container-picture-text-2 {
    float:left;
}
html :lang(en) .containers-box-img{
  float:left;
}
html :lang(en) .container-picture-text-2 .containers-box:nth-child(2) {
	float: right;	
}
html :lang(en) .containers-box-text {
    margin-left: 5%;
    text-align: left;
    margin-right: 5%;
}
html :lang(en) .container-text {
    float: left;
   }


html :lang(en) .top-footer section strong {
    float: left;
    text-align: left;
}

   html :lang(en) .container-text-box {
    float:left;
    text-align:left;
}
html :lang(en) footer {
    float: left;
  }


  html :lang(en) .lan {
  float: right;

}

/* Under 800px	*/
@media (max-width: 900px) {

    html :lang(en) .menu {
    text-align: left;
    float: left;
     
    }

    html :lang(en) .menu-place {
      right: unset;
        left: -380px;
     
    }
  html :lang(en) .menu-place {
    top: 40px;
}

}

/* Under 600px	*/
@media (max-width: 700px) {
    html :lang(en) .dropdown ul {
    padding-left: 0px;
}

}
/* Under 412px	*/
@media (max-width: 500px) {

    html :lang(en) .brand-slogan {
    margin-left: 58px;
}

}
/* Under 360px	*/
@media (max-width: 400px) {

    html :lang(en) .containers-box-text {
    margin-left: 20px;
}

html :lang(en) .brand-slogan {
    margin-left: 30px;
}

}

/* master-	*/


.contact-text {
    float: right;
    width: 40%;
    min-height: 100px;
    margin-bottom:20px
}
.master-container {
    float: right;
    width: 100%;
}
.contact-text div {
	text-align:right;
	min-height:35px;
	padding:5px;
	border-radius: 5px;
	margin:2px;
	float:right;
	width:96%;
}
.container_1 .col-4 h4 {
    background-color: #999;
}

.master-container-title h1 {
    
    text-align: right;
    float: right;
    /*margin: 5px 0;*/
    padding: 5px 0;
  	font-size: 1.3em;
}
.master-container-text {
    border-bottom: 1px dotted #a7a7a7;
}
.last-news ul li {
    border-bottom: 1px dotted #ccc;
}
.back-place {
    padding-top: 1.5%;
    float: left;
}
.back-place a {
    float: left;
    margin: 5% 0;
    transition: .3s ease-out;
}

.master-container-content {
    text-align: justify;
    min-height: 600px;
    margin: 3% 0;
    width: 100%;
    float: right;
  line-height: 2;
  padding: 1%;
  }
.master-container-content .content p{
  text-align: right;
}
.secend-container{
  text-align: center;
width: 100%;
display: flex;
float: right;
flex-wrap:wrap;
  padding-bottom: 2%;
}
.container-product-gp{
  text-align: center;
width: 100%;
display: flex;
float: right;
flex-wrap:wrap;
}

.product-gptext{
    position: absolute;
    top: 0%;
    padding: 4%;
  color: white;
  width: 60%;
}


.container-product-gp .product-gp div.product-gptext div {
    padding: 10% 5%;
    background: #fff;
    margin: 0 7% 0 0;
    transition: all 0.5s;
}
.container-product-gp .product-gp div.product-gptext div a:hover{
color: #f94c4c;}
.container-product-gp .product-gp div.product-gptext div a{
  color: #000;
}

.product-gptext a,.product-gptext h3{
transition: all 0.5s;
}
.container-product-gp section{
   width: 25%;
  position: relative;
  overflow: hidden;
  
}

.container-project section{
   width: 23%;
margin: 1%;
  position: relative;
  overflow: hidden;
  
}

.container_1{
padding: 1% 8%;
text-align: right;
width: 100%;
display: flex;
float: right;

}

div.container-project section img{
  max-width:100%;
  transition: all 0.5s;
}

div.container-product-gp section img{
  max-width:100%;
  transition: .5s ease-out;
}

div.container-product-gp section img:hover {
    opacity: 0.6;
}
div.container-project section figure img:hover {
   bottom: 30px;
}

div.container-project section h3:hover, div.container-project section a:hover{
    letter-spacing: 2px;
}
div.container-project section a{
    padding: 5%;
    background: #fff;
    margin: 0 7% 0 0;
    transition: all 0.5s;
}
div.container-project section .project-hover{
text-align: center;
background: #ffffff;
position: absolut;
left: 25px;
bottom: -500px;
width: calc(100% - 50px);
padding: 25px 15px;
transition: all, 0.5s;

  position: absolute;
  bottom:-50px;
  display:none;
}

 .margin_pig_page .project h3{
    padding: 2%;
}


.product-pic{
    text-align: left;
    float: left;
    padding: 2%;
}

.pic-center2{
    margin: 2%;
	text-align: center;
}
div.product-pic2 h4{
text-align: center;
width: 100%;
  padding: 1%;
background-color: #e6e6e6;
}

.pic-center2 img{
        max-height: 300px;

}
.contact-text i {
	float:right;
	width:30px;
	height:30px;
	margin:2px 2px 2px 10px;
	border-radius: 5px;
}

.contact-left {
    float: left;
    width: 55%;
}
.contact-left img {
	max-width:100%
}
.container-welcome section {
    transition: 0.4s all ease;
    padding-bottom: 3%;
}

.Proven-section-place section p {
    margin: 10px 10px !important;
	text-align: justify;
	min-height: 150px;
	}

.section-text h4 {
    margin: 10px 0;
    line-height: 25px;
    min-height: 50px;

}
.section-text span {
	float:left;
    text-align: left;
}
.master-container-content .master-container-text hr{
      margin-top: 5%;
    width: 70%;
}


.master-container-text {
    width: 100%;
    float: right;
    /*min-height: 250px;*/
    display: flex;
    margin: 1% 0;
}
.master-container-text-news_3{
    width: 100%;
    float: right;
    border: 1px dotted #c8c5c5;
    padding: 2px;
    margin-bottom: 2px;
    text-align: right;
  	display: flex;

}
.master-container-text-news_3 a{
    float: right;
    padding: 0 5px;
    
}
.master-container-text-news_3 a img{
    max-width: 100px;
  	max-height: 70px;
}
.master-container-text-news_3 h3{
    float: right;
    margin:0;
  	font-size:1em;
}
.master-container-text-news_3 h4{
    float: right;
    margin: 0;
    
}
  .master-container-text-news_4 {
    width: 100%;
    float: right;
    margin-bottom: 1%;
    margin-top: 3%;
    
}
.margin_pig_page{
  margin-top:2%;
}

div.container_1 .margin_pig_page {
    margin-top: 2%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
}

div.container_1 .margin_pig_page .clients-section {
    margin: 1%;
    width: 23%;
}
.master-container-text-news_4  span h3{
   margin-top:0;
}
.master-container-text-news_4-1{
    width: 100%;
    float: right;
    margin-bottom: 1%;
}
.master-container-text-news_4-1 section img{
    max-width: 100%;
    /*min-height: 480px;*/
	max-height: 360px;
  float: left;
}
.master-container-text-news_4-1 .col-6{
    vertical-align: top;
}
.master-container-text-news_5{
    width: 100%;
    float: right;
    padding: 5px;
    margin-bottom: 1%;
}
.master-container-text-news_5 .col-4{
    width: 28.33%;
    margin: 2%;
  display: inline-block;

}
.master-container-text-news_5 img{
    max-width: 100%;
    max-height: 250px;
}

.master-container-text-news_4 section img{
    width: 100%;
    max-height: 360px;
    max-width: 480px;;
}
.master-container-text-news_4 >span{
    width: 49%;
    display: inline-block;
}

.master-container-content .master-container-text-news_4:nth-child(odd) span {
    float: left;
}
.master-container-content .master-container-text-news_4:nth-child(odd) div {
    float: right;
    text-align:center;
}
.master-container-content .master-container-text-news_4:nth-child(even) span {
    float: right;
}

.master-container-content .master-container-text-news_4:nth-child(even) div {
    float: left;
  text-align: center;
}

.master-container-text-news_4 div{
    width: 48%;
    /*margin: 0 0 0 1%;*/
    display: inline-block;
}
.master-container-text-news_4 div img{
        max-width: 100%;
        max-height: 360px;
     /*   min-height: 480px;*/
}
.master-container-text-news_4 span{
    width: 50%;
    padding: 0;
}
.manufactor-box-place img {
    transition: .3s all ease;
    margin:20px
}

.manufactor-box-place img:hover {
    transform: scale(1.08);
}

.latest-box {
    display: inline-block;
    width: 92%;
    margin: 0 4%;
}

.latest-box .col-4 {
    float: right;
}

.section-pic {
    width: 100%;
    line-height: 0;
    float: right;
    overflow: hidden;
}

.section-pic img {
    width: 100%;
    max-width: 100%;
    transition: .5s ease-out;
}
.master-container-content section.col-4 {
    width: 30.3%;
margin: 1.5%;
  text-align: center;
  box-shadow: 0 15px 60px rgba(67, 69, 70, 0.14);
}
.master-container-content .container_1 .col-4 h4 {
    margin: 0px;
    padding: 5px;
    min-height: 70px;
}
.section-pic img:hover {
    transform: scale(1.08);
}

.section-text {
    float: right;
    padding: 2% 5%;
    text-align: right;
    min-height: 220px;
    width: 90%;
}

.products-box-picture {
    float: left;
    margin: 10px 10px 0 0 !important;
    width: 250px !important;
    min-height: 250px !important;
}

.products-box-picture img {
   	max-width:100%
    }


.news-box-place {
    float: right;
    width: 100%;
}
.news-box {
    float:right;
    text-align:justify;
    vertical-align:top;
}

.news-box h4 {
    margin: 3% 0 0 0;
    min-height:60px
}
.news-box p{
    margin:0;
}
.master-container-text .news-box-picture {
    float: right;
    margin:0 0px 10px 10px;
    
}
.news-box-picture {
    line-height: 0;
    overflow: hidden;
}

.news-box-picture img {
    
    max-width: 100%;
    max-height: 250px;
    transition: .5s ease-out;
}

.news-box-picture img:hover { 

   transform: scale(1.05);
}
.news_3-box-picture{
    width: 11%;
    float: right;
    padding: 1px;
    line-height: 0;
    }
.master-container-text .news_box_title {
    width: 100%;
    text-align: right;

}

.master-container-text .news_box_title a,.master-container-text .news_box_title a:link 
,.master-container-text .news_box_title a:visited{
  color: #f94c4c;
}


.master-container-text .news_box_title a:hover
  color: #555
  
}
.master-container-text .news_box_title h3{
    text-align: right;

}

.news_box_title {
    text-align: right;
	float: right;
}
.news_3-box-picture img{
  transition: .5s ease-out;
  max-height: 100px;
  max-width: 100%;
}

.master-container-text hr{
    width: 80%;
    margin-top: 4%;
}



.label-bot {
    float: right;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}
.label-bot a {
    float: right;
    height: 25px;
    border-radius: 5px;
    padding: 0px 5px;
    margin: 5px;
}

.container-view {
    float: right;
    width: 100%;
    font-weight: bold;
    padding: 5px;
}
.container-view ul {
    list-style:none;
    margin: 0 ;
    padding-right:0;
}
.container-view ul li{
    float:right;
    text-align:right;
}
.container-view ul li i{
    cursor:pointer;
}
.container-view ul li:nth-child(3){
    text-align:left;
}


.container-project-box {
    width: 100%;
    float: right;
}

.container-project-box figure {
    float: right;
    overflow: hidden;
    line-height: 0;
    position: relative;
    border-bottom: 10px solid #4e4e4e;
}

.container-project-box img {
    transition: .5s ease-out;
    width: 100%;
}

.container-project-box img:hover {
    transform: scale(1.2);
}
.last-news{
  line-height: 150%;
  padding: 15px;
  text-align: justify;
  font-weight: normal;
  margin-bottom: 20px;
}
.last-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
   
  }

.last-news ul li{
    line-height: 1;
    padding: 5px 0;
   
  
  }
  .last-news ul li::before{
    content: "•";
   font-size: 50px;
    margin-right: 5px;
    position: relative;
    top: 11px;
}

.up {
    cursor: pointer;
    position: fixed;
    bottom: 33px;
    right: 20px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition: .3s ease-out;
}
.up i {
    transition: .3s ease-out;
}

.icon-up::before {
  content: '\e830';
  margin-top: 13px;
  color: black;
}
.privacy p{
  margin:0;
  padding:0;
}
.container-product-box.col-3{
  width: 31%;
  margin: 1%;
  display: inline-block;
}

.container-product-box {
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    outline: 1px solid #d7d7d7;
}
.container-product-box-image {
    margin: 1%;
    position: relative;
    border-bottom: 2px #e1e1e1 solid;
  min-height: 270px;
}
.container-product-box-image img{
    max-height: 250px;
	min-height: 200px;
  
}
.bottom-new {
    position: absolute;
    z-index: 1;
    top: 3%;
    padding: 2px 20px;
    font-weight: bold;
    right: 3%;
    line-height: initial;
}
.container-product-box-text {
    margin: 1%;
}
.container-product-box-text a {
    transition: .3s ease-out;
}
.color_title {
    font-weight: bold;
    padding: 5%;
}
.container-product-box-text h3{
  min-height: 60px;
}
.product-pic_except{
  text-align: center; 
}

.karik {
    padding: 5px;
}

.shopping h3 {
    text-align: center;
    }

.container-product-box-text .products{
  text-align:center;
}

.container_1 .col-4 img:hover {
  transform: scale(1.08);
}

.container_1 .col-4 img:hover {
  background-color: rgba(0,0,0,0.3);
  max-width: 100%;
}

.master-container-content img{
  max-width: 100%;
}

.container_1 .col-4 article {
   padding: 10px;
}
.master-container-content .master-container-text-news_4 h2{
  text-align: right;
}
.container_1 .col-4 figure {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden
}
.master-container-content h2 {
    margin-top: 0;
  color: #000;
}
.color_title{
    background-color: #999;
}


.master-container-content ul.contact_us {
    list-style-type: none;
    float: right;
    width: 48%;
    margin: 0 1%;
    padding: 0;
}
.google-section {
    float: right;
    width: 48%;
    margin: 0 1%;
    padding: 0;
}
.master-container-content ul.contact_us li {
    margin: 1% 0;
    background-color: #d5d5d5;
    padding: 0;
    width: 100%;
    color: #000;
    float: right;
    display: flex;
}
.master-container-content ul li span:nth-child(1) {
   
   padding: 0 5px;
    margin: 0;
    
    padding:5px

}
.master-container-content ul li span:nth-child(2) {
    float: left;
    text-align: left;
    
}
.master-container-content ul.contact_us li:last-child span:nth-child(2) {
   float: right;
  text-align: right;
}

.master-container-content .contact_us p {
    display: inline-block;
    padding: 0;
    margin: 5px;
    text-align: right;
}
.master-container-content a {
  
    text-decoration: none;
    transition: all 0.4s;
}

.master-container-content .container-product-box-text h3 {
    text-align:center;
}



/* Under 800px	*/
@media (max-width: 820px) {
  .containers-about-us .containers-text {
    text-align: center;
  }
  
  .master-container-content {
    padding: 4%;
}
  
  div.secend-container .shopping {
    width: 100%;
  }
.container_2 .product {
    width: 100%;
}
  .container-product-gp section {
    width: 100%;
  }
  .container {
    display: inline-block;
  }
  
  .container-project section {
    width: 50%;
    padding: 1%;
    margin: 0;
  }

  
div.container_1 .margin_pig_page .clients-section {
    padding: 1%;
    width: 50%;
    margin: unset;
}
  
  
  .container section.col-4 {
    display: inline-block;
}
  
  .container_1 {
    
    display: flex;
    flex-wrap: wrap;
}
  .clients-section {
    padding: 2%;
    width: 50%;
    margin: 0;
    text-align: center;
}
  
  .containers-about-us {
   
    display: flex;
    flex-wrap: wrap;
}
  
  .containers-about-us .containers-text {
    text-align: center;
    padding: 5%;
    width: 100%;
}
  

  .google-section {
    width: 100%;
    margin: 0;
  }
  
  .master-container-content ul.contact_us {
    width: 100%;
    margin: 0;
  }
  
  .master-container-title h1 {
    width: 100%;
}
  
  .master-container-title {
    display: flex;
}
  
  .back-place {
    display: none;
  }
  
  
  .banner-place img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
  .caption {
    top: 20%;
  }
  .menu {
      	display: inline-block;
        margin: 0;
        float: right;
        width: 100%;
        text-align: right;
        line-height: 0;
        padding: 5px 0;
    background-color: #0d0d0ce8;
       
    }
    .menu i {
            display: inline;
            font-size: 1.3em;
      color: white;
        }

    .menu-place {
        position: absolute;
        width: 0%;
        right: -380px;
        top: 40px;
      display:none;
    }

    .logo-place {
    float: right;
}
    
    section.col-4 {
        width: 44%;
    }

    .container_1 .project {
        width: 50%;
        padding: 4% 2%;
    }

    .last-section {
        margin: 0 25%;
    }

    .mid_content div {
    top: 17%;
    left: unset;
    padding: 3%;
}

  
  
  .content-1 h2, .content-2 h2, .content-3 h2, .content-4 h2 {
    font-size: 1.5rem;
    
  }
  
  
  
    .col-3 {
        width: 45%;
        margin: 2%;
    }

   
    .container_2 .col-3 {
        width: 41%;
    }

    .container_1 .col-4 img {
        max-height: none;
    }

    .layer img {
        max-height: none;
    }

    .top-footer p {
        padding: 0;
        margin: 10px 0 0 0;
    }

   
   footer section.col-4 {
        width: 100%;
        padding: 4%;
    }


    .top-footer p {
        width: 100%;
    }
  .menu-box {
    width: 100%;
    float: right;
    background-color: #e6e6e6;
}
  
.Proven-section-place section p {
    margin: 10px 10px !important;
    text-align: justify;
    min-height: 180px;
}
.master-container-text-news_4 section img {
    max-width: 330px;
    
}
.master-container-text-news_4 .col-6 {
    text-align: justify;
    vertical-align: baseline;
}
.master-container-text-news_4{
    padding: 0;
}
.master-container-text-news_4 span{
    width: 96%;
  }
  .master-container-text-news_4 div{
    width: 100%;
  }
  .master-container-text-news_4 div img {
    max-height: none;
}
.master-container-text-news_5 .col-4 {
    padding: 0;
}
  .news_3-box-picture {
    width: 15%;
   }
  .news_box_title {
    width: 84%;
 
}
.container-product-box.col-3 {
    width: 100%;
    padding: 2%;
    margin: 0;
}
  .container_2 .col-3 {
    width: 41%;
}
 .container_1 .col-4 img {
   min-height: 0;
}
  .master-container-text-news_4-1 section img {
    min-height: 0;
  }
  
.master-container-content section.col-4 {
    width: 33%;
    padding: 0 2%;
    margin: unset;
}

}
  


/* Under 600px	*/
@media (max-width:620px) {
 .pic-center2 {
    float: unset;
    text-align: center;
   margin: 0 0 2% 0;
}
  .product-text {
    width: 100%;
}
  
  
  .top-footer section:nth-child(2) {
    text-align: center;
}
  
  
  
  header .social-place {
    display: none;
}
  
  section.product .layer {
    width: 100%;
}
  div.container_1 .margin_pig_page .clients-section {
    margin: 1%;
    width: 100%;
}
  
  .logo-place {
    float: right;
padding: 0 8px;
  }
  .container-project section {
    width: 100%;
  }
  
  .container_2 .col-4 {
    width: 100%;
    
  }
  
  .container_1 {
    display: flex;
    flex-wrap: wrap;
}

  
  .container section.col-4{
    width: 100%;
    
  }
  

  
  
  .phone i {
    font-size: 1rem;
}
  
  .arrow-place .icon-right {
        width: 7%;
        right: 1%;
        padding-top: 2%;
    }

    .arrow-place .icon-left {
        width: 7%;
        left: 1%;
        padding-top: 2%;
    }

    .container_1 .col-4 article {
        min-height: auto;
    }

    .container_1 .project {
        width: 96%;
    }

    section.col-4, .last-section {
        width: 96%;
        padding: 0 2%;
        margin: 0;
    }

        section.col-4 div {
            margin: 0 4%;
        }

    .col-3 {
        width: 100%;
    }

    .clients-section {
        width: 100%;
        padding: 2%;
    }

    .master-container-title hr {
        width: 10%;
    }


    .layer img {
        max-height: none;
    }

    .container_2 .col-3 {
        width: 96%;
    }

    .layer {
        max-height: none;
        
    }

    .content hr {
        width: 10%;
    }

    .arrow-place {
        top: 40%;
    }

    .container .col-4 div {
        min-height: auto;
    }

    .container_1 .col-4 img {
        min-height: 0;
    }
  
.contact-text {
    width: 100%;
} 
.contact-left {
    width: 100%;
}
.pathurl {
    margin-top: 20px;
}

.col-6 {
    width: 94%;
    margin: 3%;
    text-align: center;
}
.master-container-text-news_4 section img {
    max-width:none; 
    max-height: none;   
}
.master-container-text-news_5 :nth-child(2n) img {
    width: 90%;
    margin: 5%;
}
.master-container-text .news-box-picture {
    width: 100%;
    text-align: center;
  margin: 0;
}
.master-container-text .news-box-picture img{
    max-height: none;

}
.master-container-text-news_5 img {
    max-height: none;
}
.master-container-text-news_5 .col-4 {
    width: 86%;
    margin: 0 7%;
}
 .container_1 .project {
    width: 96%;
   
}
  .container_2 .col-3 {
    width: 96%;
    
}
.layer img {
    max-height: none;
}
  .master-container-content section.col-4 {
    width: 96%;
    margin: 2% 0;
    padding: 0;
}
  .master-container-text {
    display: inherit;
 
}
.master-container-content h3 {
    margin: 2% 0;
}
 .master-container-content .container_1 .col-4 h4 {
     min-height: 0;
} 
  .container_1 .col-4 article {
    min-height: 0;
    padding: 0 10px;
}
  .master-container-text-news_4-1 section img{
  
  float: unset;
}
}

/* Under 360px	*/
@media (max-width: 380px) {

  
  
  
  
  
}

/* English Section */

html :lang(en) .contact-text {
    float: left;
}
html :lang(en) .master-container {
    float: left;
}
html :lang(en) .contact-text div {
	text-align:left;
	float: left;
}
html :lang(en) .master-container-title {
    float: left;
  
}
html :lang(en) .master-container-title h1 {
    
    text-align: left;
    float: left;
}

html :lang(en) .back-place {
    float: right;
}
html :lang(en) .back-place a {
    float: right;
}
html :lang(en) .master-container-content {
    float: left;
 
  
}
html :lang(en) .master-container-content ul.contact_us {
    float: left;
}
html :lang(en) .master-container-content .content p{
  text-align: left;
}

html :lang(en) .contact-text i {
	float:left;

}

html :lang(en) .contact-left {
    float: right;
}
html :lang(en) .pathurl {
	float: left;
	text-align: left;

}

html :lang(en) .master-container-content ul.contact_us li:last-child span:nth-child(2) {
   float: left;
  text-align: left;
}

html :lang(en) .pathurl a  {
	padding-left: 20px;
	padding-right: 5px;
	text-align: left;
	float: left;
}
html :lang(en) .pathurl a:before {
	margin-right: 5px;
}

html :lang(en) .Proven-section-place section {
    float: left;
}
html :lang(en) .section-text span {
	float:right;
    text-align: right;
}
html :lang(en) .welcome-text {
	float:left;
	width:90%;

}
html :lang(en) .download a {
    float: left;
    padding-left: 3%;
}

html :lang(en) .download span {
	float:right;
}

html :lang(en) .master-container-text {
    float: left;

}
html :lang(en) .master-container-text-news_3{
    float: left;
    text-align: left;

}
html :lang(en) .master-container-text-news_3 a{
    float: left;
    }
    html :lang(en) .master-container-text-news_3 h3{
    float: left;
}
html :lang(en) .master-container-text-news_3 h4{
    float: left;
    
}
html :lang(en) .master-container-text-news_4 {
    float: left;
}

html :lang(en) .master-container-text-news_4-1{
    float: left;
}
html :lang(en) .master-container-text-news_4-1 section img{
  float: right;
}
html :lang(en) .master-container-text-news_5{
    float: left;
}
html :lang(en) .manufactor-box-place {
	float:left;
}

html :lang(en) .master-container-content .master-container-text-news_4:nth-child(odd) span {
    float: right;
}
html :lang(en) .master-container-content .master-container-text-news_4:nth-child(odd) div {
    float: left;
}
html :lang(en) .master-container-content .master-container-text-news_4:nth-child(even) span {
    float: left;
}

html :lang(en) .master-container-content .master-container-text-news_4:nth-child(even) div {
    float: right;
}
html :lang(en) .latest-box .col-4 {
    float: left;
}

html :lang(en) .section-pic {
    float: left;
}
html :lang(en) .section-text {
    float: left;
    text-align: left;

}
html :lang(en) .products-box-picture {
    float: right;
 }
 html :lang(en) .news-box-place {
    float: left;
}
html :lang(en) .news-box {
    float:left;
}
html :lang(en) .product .product-text div.butten-order .order {
}
html :lang(en) .basket-place {
    display: none;
}

html :lang(en) .product .product-text div.butten-order .order,html :lang(ar) .product .product-text div.butten-order .order {
    display: none;
}

html :lang(en) .product .product-text div.butten-order div {
    padding: 5% 40%;
}

html :lang(en) .master-container-text .news-box-picture {
float: left;
}
html :lang(en) .news_3-box-picture{
float: left;
}
html :lang(en) .master-container-text .news_box_title {
text-align: left;
}
html :lang(en) .news_box_title {
    text-align: left;
	float: left;
}
html :lang(en) .pageing{
    float: left;
}
html :lang(en) .more-text {
    float:left;
}
html :lang(en) .more-date {
    float: right;
}
html :lang(en) .label-bot {
    float: left;
    text-align: left;
}
html :lang(en) .label-bot a {
    float: left;
  }
  html :lang(en) .label-bot span {
    float: left;
}
html :lang(en) .container-view {
    float: left;
}
html :lang(en) .container-view ul {
    padding-left:0;
}
html :lang(en) .container-view ul li{
    float:left;
    text-align:left;
}
html :lang(en) .container-view ul li:nth-child(3){
    text-align:right;
}
html :lang(en) .container-project-box {
    float: left;
}
html :lang(en) .last-news ul li::before{
    margin-left: 5px;
}
html :lang(en) .up {
    left: 20px;
}
html :lang(en) .bottom-new {
    left: 3%;
}
html :lang(en) .master-container-content h3{
	text-align: left;
}

html :lang(en) .butten {
    float: right;

}
html :lang(en).master-container-content .contact_us p {
    text-align: left;
}








