@charset "utf-8";
/* CSS Document */
@import url(fontiran.css);

:root{
	--dark-blue: #062e88;
	--light-green: #a4df46;
	--light-blue: #6c99ff;
	--vlight-blue:#dbe6ff;
	--light: #fff;
	--light-green:#a2e142;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
}
html{
	background-color:#062e88 !important;
}
body{
	font-family:IRANSansXFaNum !important;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px !important;
	background-color:#062e88 !important;
	color:#FFFFFF;
	background-image: url(../Images/background_body_bot.png);
	background-repeat: no-repeat;
	background-position: bottom center;	

}
::selection{
	background-color: #001646;
	color: var(--light-blue);
}
*, ::after, ::before {
  box-sizing: border-box;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
.text-c1{
	color: #5f3a36;
}
#Header{
	border-top:2px solid #6c99ff;
	z-index: +10;
	background-color:#002c8f;
	-webkit-box-shadow: 0 6px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 5px rgba(0,0,0,.1);
	-ms-box-shadow: 0 6px 5px rgba(0,0,0,.1);
	-o-box-shadow: 0 6px 5px rgba(0,0,0,.1);
	box-shadow: 0 6px 5px #0000001a;
	-webkit-transition: top .45s ease;
	-moz-transition: top .45s ease;
	-ms-transition: top .45s ease;
	-o-transition: top .45s ease;
	transition: top .45s ease;
	  position: sticky;
  
  top: 0px;
}
#top-menu{
	transition: transform .3s,-webkit-transform .3s;
	min-height: 36px;
	color: #404166;
	/*background-color:#f4c505;*/


  z-index: +12;
}	
.top-menu-body{
	background-color:transparent !important;
	border-radius:0px !important;
	
}

#top-menu ul li{
	font-size: 1rem;
}
.send-pack-to{
	font-size: 0.85rem;
	color: #404166;
}
.basket-icon i,
.user-icon i
{
	font-size: 1.4rem;
}

#icon-row .caption{
	font-size: 0.9rem;
}


#icon-row-2 .caption{
	font-size: 0.75rem;
}


#icon-row-1 .bee-box h2{
	font-size:1.2rem;
	font-weight:bold;
	color:var(--light);
}

#icon-row-1{
	background-color: var(--dark-blue);
/*	
	background-image:url(../Images/qanat.jpg);
	background-blend-mode: soft-light;
	background-position: 50% -49px;
	background-attachment: fixed !important;
	background-size: cover;
*/
}
#icon-row-1 h2{
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--light)
		
}
#icon-row-1 span{
	color:var(--light-blue)
}
.img-box{
	/*background-image: url(../Images/box.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	  aspect-ratio: 1/1;	
	
	*/
	  width: 100%;
	  height: auto;

}
.card-bee:hover .img-box{
}


#shegeft-angiz{
	
}
.bg-fresh-700 {
  background-color: var(--color-fresh-700);
}
#shegeft-market .caption{
	font-size: 0.8rem;
}
#shegeft-market .list-group-item img{
	border-radius: 50%
}

#shop-cats h3{
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 40px;
}


.box{
	width: 100%;
	background-color: #fff;
	margin-bottom: 17px;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;	
	border: 1px solid #e0e0e6;
}
#shop-cats-box{
	font-size: 1.1rem;
	font-weight: 600;
}
#shop-cats-box h3{
	color: #4D4D4D
}
#shop-cats-box .category-box i {
  font-size: 35px;
	color: #17a2b8 !important;  
  margin:0 auto;
}
#shop-cats-box .category-box .cycle {
	text-align: center
}
#shop-cats-box .category-box .caption {
	font-size: 13px;
	margin-top: 10px;
}
#shop-cats-box .category-box .caption span{
	display: block;
	margin-bottom: 10px;
	color: #4F4F4F;
	font-weight: 500
}
#shop-cats-box .category-box .caption span:last-child{
	color: #17a2b8;
	font-weight: 300
	
}

#row-statistics{
	
	/*
	background-color: var(--dark-blue);
	background-image: url(../Images/background_policy_e335b7aa-428a-4011-b236-6a91fe4f5d31_1902x.webp);
	background-repeat: no-repeat;
	/*background-color: #062e88;
	background-position: top center;	
		  */
		  
}
 #row-statistics .Item{
 margin-bottom:30px;
}
#row-statistics h3{
	color: rgba(255,255,255,1.00);
	font-size: 1.9rem;
	text-align: center
}
#row-statistics .count{
	font-size: 1.6rem;
	color: #FFD832;
	font-weight: bold;

	
}
/*
#bot-row-dark::before{
	background-color:rgba(44,46,58,.9);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
	z-index: -1
	
	
} 
*/
#bot-row-dark {
	position: relative;
	background-color:var(--dark-blue);
	/*background-image:url(../Images/close-up-hand-holding-tube-scaled.jpg);
	background-size: cover;
	
	*/
	z-index: 1;
	color: #dbe6ff;
	

}
#bot-row-dark h2,
#bot-row-dark h4{
	color: var(--light-blue);
	font-size: 1.0rem;
	font-weight: bold
}
#bot-row-dark p{
	line-height: 1.9rem !important;
	text-indent: 0px;
	font-size: 0.95rem;
	color: var(--vlight-blue);	
}
#bot-row-dark ul{
	margin: 0;
	
	
}
#bot-row-dark .box{
	background-color:#0062A0;

	
}


#bot-agreemnets h3{
	font-size: 1.2rem;
	font-weight: 500;
	color: #4D4D4D;
	margin-bottom: 10px;
}
#bot-agreemnets p{
	text-align: justify;
	text-indent: 10px;
	line-height: 1.7;
	font-size: 0.9rem;
}





/***********SEARCH****************/
.nav-search:focus {
	width: 100%;
}
.nav-search input:focus{
	border: 1px solid #FFFFFF;
	outline: none;
}
.nav-search.search-open {
	width: 100%;
	background-color: var(--light);
	color: #333;
}
.nav-search {
	border: 1px solid #fff;
	border-radius: 50px;
	width: 28px;
	height: 28px;
	color: #fff;
	overflow: hidden;

	-webkit-transition: 200ms all ease;
	-o-transition: 200ms all ease;
	transition: 200ms all ease;
	position: relative;
	top: 0;
	left: 3px;
	z-index:10;
	float: left;
	background-color: #fff;	
}
.parent-search {
	width: 100%;

}
.nav-search input {
	height: 28px;
	padding: 2px 10px 2px 0;
	line-height: 1.2;
	width:100% !important;
	font-size: 12px;
	font-family: IRANSansX;
	border:1px solid #f1f1f1;
	position: absolute;
	
	
}
.parent-search  i {
	line-height: 1.5;
	cursor: pointer;
	width: 32px;
	font-size:18px;
	text-align: center;
	background-color: transparent;
	color:#333333
}
.parent-search  button {
	height: 28px;
	width: 31px;
	padding: 0;
	line-height: 0;
	display: block;

}
.parent-search .submit_icon i{line-height: 0;color:#333; font-size: inherit}
.nav-search input, .nav-search button {
	background: transparent;
	border: 0 none;
}
.nav-search button:hover {
	opacity: .7;
}
.search-open i{order:3;}
.search-open button{order:2}
.search-open input{order:1}
.search label{margin-left: 5px;}
.search legend{border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.search fieldset{padding:10px 0px 10px 0px;}
	
	
	
.search-result	.contents-table{
	direction:rtl;
}
#About-row h3{
	color: var(--light-blue);
	font-size: 1.3rem;
}
#About-row h2{
	color: var(--light-blue);
	font-size: 1.5rem;
	font-weight: bold;
}
#About-row p{
	color: #fff
}
#About-row ul{
	padding-right: 38px;
}
#About-row ul li{
	line-height: 2.2rem;
	color:var(--light)
}
#About-row  ul.ul-arrow.check li::before, 
#About-row  ul.arrow.check li::before, 
#About-row  ul.disc.check li::before, 
#About-row  ul.check.check li::before {

	padding: 6px;
	background-color: var(--light-blue) !important;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
}
#About-row ul.ul-arrow li::before, 
#About-row ul.arrow li::before, 
#About-row ul.disc li::before, 
#About-row ul.check li::before {
	content: "";
	display: inline-block;	
  color: var(--dark-blue);
}
#About-row ul.ul-arrow li::before,
#About-row ul.arrow li::before, 
#About-row ul.disc li::before,
#About-row ul.check li::before {
  content: "\f00c";
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  position: absolute;
  margin: 0px -35px 0 0px;
}

#slider{
	position: relative;
	z-index: +1;
	background-image:url("../Images/bbg_04363e99-fa82-4232-8a21-93790557dd2b_1902x.webp");
background-repeat: no-repeat;
background-position: bottom center;
background-color:var(--dark-blue)

	

}
.owl-stage-outer{
	/*min-height:100vh;*/
}
.owl-carousel .owl-item img{
	/*display:none !important */
}
.slider-contents h2{
	font-weight:bolder;
	color:var(--light-blue);
	font-size:1.8rem;
}
.slider-contents p{
	text-align: justify;
	color:var(--light)
	
}
.slider-contents .common-btn{
	float: left
}
#slider .slider-contents{
position: absolute;
	width:100%;
	z-index: +99
}

#News-row h2{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 25px;
}
#News-row .content h3{
	font-size: 1rem;
	color: var(--light-blue);
	font-weight: bold;
}
#News-row .content p{
	color:var(--bs-gray-400);
	font-size: 0.95rem;
}
#News-row .content .date{
	color: var(--light-green);
	font-size: 0.85rem;
}
#News-Grid h3{
font-weight: bold;
font-size: 1.2rem;
	color:var(--light)
}
#News-Grid .item_title{
	margin-top:10px;
	}
#News-Grid .item_title a{
	color:var(--dark-blue) !important;
	margin-top:10px;
	font-weight:bold;
}
#News-Grid .item_info{
	color:var(--bs-gray-500);
	font-size:0.9rem;
}
#News-Grid .item_text{
	
	color:var(--bs-gray-800);
	text-align:justify;
	text-indent:10px;
	font-size:0.95rem;
	margin-top:8px;
}	
#News-Grid .readmore{
	margin-bottom:-20px;
}
#News-Grid  .item .image-container{
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#News-Grid  .item  img{
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	}
#News-Grid img:hover{
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
#mag-row{
	background-color:var(--light-blue)
}
#mag-row h2{
	font-size: 1.5rem;
	color:var(--dark-blue);
	font-weight: bold;
	
}
#mag-row p{
	color:#363636
}

.row-scroll h3{
	font-weight: bold;
	font-size: 1.2rem;
}


#Footer{
		background-color:#001c5b;

}



.icons  ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  float: left;
	font-size: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: #000;
	border-radius: 10px;
}
.icons  ul li i{
	padding: 7px;
}
.top-icons{
	float: right;
	width: 35px;
}
.top-icons li{
	margin-bottom: 3px;
	font-size: 0.9rem
}
.top-icons li a{
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
	font-size: 20px;
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #114776;
	border-radius: 10px;
	color: rgba(255,255,255,1.00);
		
}
.top-icons li i{
	padding: 5px;
	font-size: 0.95rem;
	padding-top: 10px;
}



.dev3-243ztdnf8yww0 > li > a{
	color:#fff !important;
}



#hamkaran-row{
	
}
#hamkaran-row h3{
	font-weight: bold;
	font-size: 1.2rem;
	color:var(--light)
}
