@charset "utf-8";
@font-face {
    font-family: "Yekan";
    src: url( "fonts/Sahel-Light-FD.woff" ) format('woff');
}
*{
	font-family:'Yekan',tahoma;
	font-size:13px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body{
	background-color: black;
	font-family:'Yekan',tahoma;
	direction: rtl;
	overflow-x: hidden !important;
	margin: 0;
  padding: 0;
}
body, html {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
	
}
ol,ul{
	margin: 0;
	padding: 0;	
}
li{
	list-style: none;
}
a,a:hover,a:focus,figure,figure:hover,figcaption,i,i:hover,img,i{
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
canvas{
  position: absolute;
}
img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
figure{
	overflow: hidden;
}
.owl-nav,.owl-dots{
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
    background: #16a085;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #333;
    font-size: 12px;
}
.owl-theme .owl-dots .active{
    color: #000;
}

i{
  padding-left: 5px;
}


h1,
.h1 {
  font-size: 22px !important;
  line-height: 1.5;
	font-family:'Yekan',tahoma;  
}
h2,
.h2 {
  font-size: 20px !important;
  line-height: 1.5;  
  font-family:'Yekan',tahoma;
}
h3,
.h3 {
  font-size: 18px !important;
  line-height: 1.5; 
  font-family:'Yekan',tahoma;
}
h4,
.h4 {
  font-size: 16px !important;
  line-height: 1.5;  
  font-family:'Yekan',tahoma;
}
h5,
.h5 {
  font-size: 14px !important;
  line-height: 1.5; 
  font-family:'Yekan',tahoma; 
}
h6,
.h6 {
  font-size: 12px !important;
  line-height: 1.5; 
  font-family:'Yekan',tahoma; 
}
button,a,i,li:focus{
	outline: 0;
}
.shadow{
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 1px rgba(0,0,0,0.1);
    border:1px solid #f4f4f4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.nopadding{
  padding: 0;
}
.title{
  width: 100%;
  padding: 5px 0 20px 0;
  text-align: center;
}
.title span{
  display: block;
  font-size: 18px;
  color: #21aeea;
}


.logo{
  text-align: left;
}




.top-bar{
  width: 100%;
  background-color: #21aeea;
  height: 40px;
  color: #192517;
  position: relative; 
  z-index: 1;
}
.top-bar .top-phone{
  padding: 11px 0;
}
.top-bar .top-phone span{
  margin: 0 5px;
}

.top-bar .top-phone span i{
  padding-left: 5px;
}


.top-menu{
  height: 70px;
  background-color: #fdfdfd;
}
.main-menu{
  width: 100%;
  padding: 12px 0;
}
.main-menu ul{
	float: right;
	padding:8px;
}
.main-menu ul li{
	display: inline-block;
	float: right;
	margin: 5px 10px;
	position: relative;
	font-family: 'sans',FontAwesome;
}
.main-menu > ul > li:before{
  content: "";
  position: absolute;
  right: -15px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #192517;
  border-radius: 50%;
}
.main-menu > ul > li:first-child:before{
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
}
.main-menu ul li a{
  color: #192517;
  padding: 24px 10px;
  font-size: 14px;
  position: relative;
}
.main-menu ul li a:hover{
  color: #21aeea;
}
.main-menu ul > li > ul{
	background-color: #2b1414;
	position: absolute;
	width: 170px;
	right: 0;
	top: 45px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 10;
}
.main-menu ul > li:hover > ul{
	top: 45px;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li{
	width: 100%;
	margin: 2px 0px;
}
.main-menu ul li ul li a{
	display: block;
  padding: 8px;	
  color: #82d02c;
}
.main-menu ul li ul li a:before{
  content: "\f104";
  font-family: FontAwesome;
  padding-left: 5px;
}
.main-menu ul > li > ul > li > a:hover{
	background-color: #e6ffe3;
	color: #1d1d1d;
}
.main-menu ul > li > ul > li > ul{
	right: 100%;
	top: 0 !important;
}


.logo img{
  max-width: 100%;
  height: 70px;
  object-fit: contain;
}
.slider{
  width: 100%;
  margin-bottom: 30px;
}



.index-sidebar{
  text-align: center;
  border:1px solid #f4f4f4;
  padding-bottom: 10px;
  box-shadow: 0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  -o-box-shadow: 0 0 15px #eee;
  margin-bottom: 30px;
}
.index-sidebar span{
  display: block;
  padding: 27px 0 15px 0;
}
.search form{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.search form input{
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  padding-right: 10px;
}
.search form button{
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  border: 0;
  outline: 0;  
  background-color: #dbe848;
  color: #21aeea;
}
.sink1,.sink2{
  text-align: center;
}
.sink1 h2,.sink2 h2{
  font-size: 15px !important;
  color: #555;
  margin: 5px 0;
}
.index-offer{
  text-align: center;
  border:1px solid #f4f4f4;
  padding: 15px;
  box-shadow: 0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  -o-box-shadow: 0 0 15px #eee;
  margin-bottom: 30px;
}
.index-offer .offer-title{
  display: block;
  position: relative;
  font-size: 15px;
  color: #ff575f;
  margin-bottom: 30px;
}
.index-offer .offer-title:before{
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #21aeea;
  box-shadow: 0 0 3px #eee;
}
.index-offer img{
  padding: 25px 15px;
  max-width: 100%;
  margin: 0 auto;
  height: 200px;
  object-fit: contain;
}
.index-offer p{
  font-size: 22px;
  padding-bottom: 8px;
}
.index-offer del{
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
}
.index-offer h4{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 12px;
}
.index-offer .counter{
  display: table;
  margin: 15px auto;
}
.index-offer .counter div{
  float: left;
  font-size: 25px;
  color: #82d02c;
}
.index-blog{
  border:1px solid #f4f4f4;
  padding: 15px;
  box-shadow: 0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  -o-box-shadow: 0 0 15px #eee;
  margin-bottom: 30px;
}
.index-blog .blog-title{
  display: block;
  position: relative;
  font-size: 15px;
  color: #ff575f;
  text-align: center;
  margin-bottom: 10px;
}
.index-blog .blog-title:before{
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #21aeea;
  box-shadow: 0 0 3px #eee;
}
.index-blog ul{
  padding: 15px 0 0 0;
}
.index-blog ul li{
  width: 100%;
  margin: 4px 0;
  border-bottom: 1px solid #faf4f4;
}
.index-blog ul li:last-child{
  border-bottom: 0; 
}
.index-blog ul li a{
  display: block;
  padding: 6px 0 11px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-blog ul li a:before{
  content: "\f104";
  font-family: FontAwesome;
  padding-left: 5px;
}
.index-blog ul li a:hover:before{
  content: "\f100";
  font-family: FontAwesome;
  padding-left: 5px;
}










.introduct{
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 15px #eee;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.introduct h1{
  color: #21aeea;
}
.products{
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 15px #eee;
  line-height: 2;
  margin-bottom: 30px;
  position: relative;
}
.pr-perma-all{
  position: absolute;
  top: 0;
  left: 0;
}
.pr-perma-all a{
  display: inline-block;
  padding: 10px 20px;
}
.product-body{
  border-radius: 3px;
  border:1px solid #f4f4f4;
  padding: 8px;
  margin-bottom: 30px;
}
.product-body figure{
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.product-body figure figcaption{
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  left: 70%;
  background-color: #faf4f4;
  opacity: 0.3;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.product-body figure:hover figcaption{
  left: 60%;
  transition: all 0.3s;
}
.product-body img{
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin: 0 auto;
}
.product-body h3{
  width: 100%;
  text-align: center;
  font-size: 15px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #21aeea;
}
.product-body span{
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}






.footer {
  background-color: #1d1d1d;
  padding: 15px 0;
  position: relative;
}
.footer-services{
  padding: 10px 20px 20px 20px;
  text-align: center;
  display: flex;
}
.footer-services i{
  font-size: 40px;
  color: #584545;
  margin-bottom: 10px;
}
.footer-services span{
  display: block;
  font-size: 18px;
  color: #584545;
}
.footer-services i,.footer-services span{
  display: block;
}
.footer-box{
  padding: 5px 0;
  margin-top: 10px;
}
.footer-box .footer-box-title{
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #3d3d3d;
  color: #999;
  position: relative;
  margin-bottom: 10px;
}
.footer-box .footer-box-title:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background-color: #21aeea;
}
.footer-box p{
  line-height: 2.4;
  color: #886969;
  font-size: 13px;
  text-align: justify;
}
.social ul li{
  margin: 10px 0;
  color: #fff;
}
.social ul li span{
  position: relative;
  right: 5px;
  top: -5px;
  font-size: 12px;
  color: #886969;
}
.social ul li a{
  display: inline-block;
  border-radius: 50%;
  text-align: center;;
  width: 25px;
  height: 25px;
  line-height: 31px;
  font-size: 18px;
  text-align: center;
  background-color: rgba(74, 64, 64, 0.88);
  color: #1d1d1d;
}
.social ul li a:hover{
  background-color: #21aeea;
  color: #1d1d1d;
}
.social ul li a i{
  padding: 0;
}

.copy-r{
  width: 100%;
  background-color: #111;
  color: #886969;
  text-align: center;
  padding: 15px 0 10px 0;
}




/*7.page-baner*/
.page-baner{
	width: 100%;
}
.page-baner figure{
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.page-baner figure img{
	width: 100%;
	margin: 0 auto; 
	height: 150px;
	object-fit: cover;
}
.page-baner figure .page-baner-fig1{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.2;
	width: 100%;
	height: 100%;
}
.page-baner figure .page-baner-fig2{
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 33px;
	opacity: 1;
}
.page-baner figure .page-baner-fig2 h1{
	color: #000;		
}





/*16.single-portfolio*/
.single-portfolio-excerpt header,.single-portfolio-detail header,.single-portfolio-gallery header{
	border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    display: block;
}
.single-portfolio-excerpt,.single-portfolio-detail,.single-portfolio-gallery{
	padding: 5px 0;
	margin-bottom: 30px;
}
.single-portfolio-excerpt span{
	display: block;
	padding: 5px;
	color: #82d02c;
}
.single-portfolio-excerpt span i{
	padding-left: 5px;
	color: #515151;
}
.single-portfolio-excerpt p{
	line-height: 2;
	text-align: justify;
	color: #515151;
}
.single-portfolio-excerpt .single-price{
  display: block;
  padding: 8px 0;
  font-size: 20px;
  text-align: center;
  color: #55881e;
}
.single-portfolio-excerpt .single-price-wow{
  display: block;
  padding: 8px 0;
  font-size: 18px;
  text-align: center;
}
.single-portfolio-detail span{
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 3px;
	line-height: 2;
}
.single-portfolio-detail span i{
	padding-left: 5px;
	color: #82d02c;
}
.single-portfolio-gallery{
  text-align: center;
  padding-right: 10px;
}
.single-portfolio-gallery .single-portfolio-image img{
	max-width: 100%;
	margin:0 auto;
	margin-bottom: 1px;
}
.single-portfolio-gallery figure{
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  border: 1px solid #f4f4f4;
}
.single-portfolio-gallery figure img{
	width: 100%;
	height: 80px;
	object-fit: cover;
}
.single-portfolio-gallery figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-o-opacity: 0.2;
	text-align: center;
	color: #fff;
	padding-top: 27px;
	font-size: 30px;
}
.single-portfolio-text{
	border-top: 1px solid #8d9717;
	line-height: 2.2;
  padding:8px 0;
  font-size: 15px;
  color: #1d1d1d;
}








.category-box{
  text-align: center;
  margin-bottom: 30px;
}
.category-box figure img{
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin: 0 auto;
}
.category-box h3{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px !important;
  color: #00BCD4;
}
.category-box span{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #21aeea;
}







.paginate-links{
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}
.paginate-links a{
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #21aeea;
  color: #fff;
  border:1px solid #21aeea;
}
.paginate-links a.current{
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #fff;
  color: #21aeea;
  border:1px solid #21aeea;
}
.paginate-links a:hover{
  border-radius: 4px;
  background-color: #fff;
  color: #21aeea;
  border:1px solid #21aeea;
}





.index-body{
  padding: 10px;
  margin-bottom: 15px;
  line-height: 2;
  border-bottom: 1px dashed #61945c;
}
.index-body-img{
  text-align: center;
}
.index-body-img img{
  max-width: 100%;
  margin: 0 auto;
  height: 180px;
  object-fit: cover;
  border-radius: 3px;
}
.index-body-text h4{
  padding: 0 0 8px 0;
  margin: 0 0 10px 0 ;
  border-bottom: 1px dashed #82d02c;
  color: #61945c;
}







.page-body{
  border:1px solid #f4f4f4;
  padding: 15px;
  box-shadow: 0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  -o-box-shadow: 0 0 15px #eee;  
}
.page-img{
  text-align: center;
  margin-bottom: 15px;
}
.page-img img{
  max-width: 100%;
  margin:0 auto;
}
.page-meta{
  background-image: linear-gradient(to right ,#f5ff87,#fff);
  color: #1d1d1d;
  padding: 5px 10px;
  line-height: 2;
  margin-bottom: 15px;
  border-radius: 2px;
}
.page-meta h2{
  color: #555;
}
.page-body p{
  line-height: 2;
  font-size: 15px;
  color: #1d1d1d;
}







.single-body{
	width: 100%;
	background-color: #fff;
	position: relative;
	top: -10px;
	padding:15px;
  border-radius: 5px;
  border:1px solid #f4f4f4;
  padding: 15px;
  box-shadow: 0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  -o-box-shadow: 0 0 15px #eee;    
}
.single-content .single-img{
	text-align: center;
	position: relative;
	margin: 0 30px;
}
.single-content .single-img img{
	max-width: 100%;
	margin: 0 auto;
}
.single-content .single-img ul{
	position: absolute;
	left: 100%;
}
.single-content .single-img li i{
	color: #00BCD4;
	background-color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: 1px solid #f1e9e9;
    position: relative;
    z-index: 99;
}
.single-content .single-img .single-cats{
	display: block;
    padding: 15px 12px;
    font-size: 14px;
    padding-bottom: 0;
}
.single-content h2{
	margin: 8px 0;
	font-size: 17px !important;
	position: relative;
  padding-right: 5px;
  color: #21aeea;
  margin-bottom: 15px;
}
.single-content h2:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #21aeea;
    right: -3px;
    top: 9px;
}
.single-content h2 i{
	padding-left: 5px;
}
.single-content .single-meta{
	position: relative;
}
.single-content .single-meta span{
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #faf4f4;
}
.single-content .single-meta span i{
	padding-left: 5px;
}
.single-content p{
	line-height: 2.2;
	font-size: 15px;
  color: #1d1d1d;
  text-align: justify;
}
.single-paginate{
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: center;	
}
.single-paginate a{
	display: block;	
	font-size:16px;	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #82d02c;	
}
.single-content .single-tags{
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}
.single-content .single-tags i,.single-content .releated-posts i{
	padding-left: 5px;
}
.single-content .releated-posts{
	margin-bottom: 20px;
	padding-bottom: 20px;	
  padding: 5px 10px;		
}
.single-content .releated-posts li a{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px;
    font-size: 15px;
    display: block;
    box-shadow: 0 0 1px;
    -webkit-box-shadow: 0 0 1px;
    -moz-box-shadow: 0 0 1px;
    -o-box-shadow: 0 0 1px;
    margin: 5px 0;
    border-radius: 3px;
    color: #21aeea;
}
.single-content .releated-posts li a:hover{
	background-color: #dbe848;
	color: #fff;
	padding-right: 10px;
}
.comments{
	margin-bottom: 20px;
	padding-bottom: 20px;		
}





.tag-box,.search-resault{
	background-color: #fff;
	border:1px solid #f4f4f4;
  box-shadow: 0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  -o-box-shadow: 0 0 15px #eee;  
	padding: 15px;
	margin-bottom: 15px;
  border-bottom: 3px solid #21aeea;	
  
}
.tag-box h5{
	padding: 1px 0 8px 0;
	margin: 0;
  border-bottom: 1px dashed #21aeea;
  color: #82d02c;
}
.tag-box h5 i{
	padding-left: 5px;
}
.tag-box p{
	line-height: 2;
	padding: 5px 10px 7px 10px;
}
.tag-box .tag-box-meta{
	text-align: center;
    padding: 4px 0 8px 0;
}
.tag-box .tag-box-meta i{
	padding-left: 4px;
	float: right;
}
.tag-box .tag-box-meta span{
	padding: 0 8px;
	float: right;
}
/*12.search*/
.search-resault figure{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    top: 15px;
    border-radius: 5px;
}
.search-resault figure img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.search-resault figure figcaption{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    text-align: center;
    padding-top: 60px;
    font-size: 25px;
    object-fit: cover;
}
.search-resault figure:hover figcaption{
	opacity: 0.3;
}
.search-resault span{
	text-align: center;
	display: block;
	position: relative;
	top: 20px;
    font-size: 13px;
}
.search-resault h5{
	margin: 5px auto;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search-resault h5 i{
	padding-left: 5px;
}
.search-resault p{
    line-height: 1.8;
    text-align: justify;
    font-size: 12px;
    height: 105px;
    overflow: hidden;
}
.search-resault .read-more{
	text-align: left;
	padding: 5px 0 0 0;
	border-top: 2px solid #21aeea;
}
.search-resault .read-more a{
    display: inline-block;
    color: #fff;
    background-color: #21aeea;
    padding: 5px 8px;
    border-radius: 4px;
}
.search-resault .read-more a:hover{
    background-color: #8d9717;
}





/*17.comments*/
/*18.responsive*/
/*
@media screen and (max-width: 1024px) {
.main-menu ul{
	display:none;
}
}
*/