@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/IRANSansWeb_Black.eot');
	src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb.eot');
	src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
body{
    font-family: iransans;
    direction: rtl;
    padding: 0px;
    margin: 0px;
}
img{
	max-width: 100%;
}
.saz-container{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}
/*****************/
.saz-socials{
	background: #111C49;
	color: #fff;
	position: relative;
	padding: 55px 40px 30px;
}
.saz-socials-play-bg{
	position: absolute;
    top: -49px;
    left: 50%;
    transform: translate(-50%,0%);
}
.saz-socials-play{
	position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #1E85C3;
    border: 4px solid #16A7BF;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 5px;
    border-radius: 50%;
    transition: 300ms;
}
.saz-socials-play:hover{
	transform: translate(-50%,-50%) scale(1.1);
	box-shadow: 0px 5px 15px -1px rgba(0,0,0,0.5);
}
.saz-socials-play img{
	width: 40px;
}
.saz-grid{
	display: flex;
	flex-wrap: wrap;
}
.saz-flex-middle{
	align-items: center;
}
.saz-grid-small{
	margin-right: -30px;
}
.saz-grid-small > *{
	padding-right: 30px;
}
.saz-child-width-1-2 > *{
	width: 50%;
	box-sizing: border-box;
}
.saz-child-width-1-6 > *{
	width: 16.666%;
	box-sizing: border-box;
}
a.saz-social{
	display: inline-block;
	position: relative;
	color: #fff;
	transition: 300ms;
}
a.saz-social:hover{
	transform: scale(1.07);
	box-shadow: 0px 5px 15px -1px rgba(0,0,0,0.5);
}
a.saz-social:before{
	content: " ";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border-radius: 6px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
a.saz-social-youtube:before{
	background: linear-gradient(90deg, rgba(214,18,34,0.2) 0%, rgba(214,18,34,1) 100%);
}
a.saz-social-telegram:before{
	background: linear-gradient(90deg, rgba(57,157,230,0.2) 0%, rgba(57,157,230,1) 100%);
}
a.saz-social-instagram:before{
	background: linear-gradient(90deg, rgba(67,27,129,0.2) 0%, rgba(67,27,129,1) 100%);
}
a.saz-social-whatsapp:before{
	background: linear-gradient(90deg, rgba(19,157,100,0.2) 0%, rgba(19,157,100,1) 100%);
}
a.saz-social-linkedin:before{
	background: linear-gradient(90deg, rgba(73,127,172,0.2) 0%, rgba(73,127,172,1) 100%);
}
a.saz-social-pinterest:before{
	background: linear-gradient(90deg, rgba(216,55,77,0.2) 0%, rgba(216,55,77,1) 100%);
}

a.saz-social img.saz-social-bg{
    display: block;
    width: 100%;
}
a.saz-social .saz-social-main{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}
a.saz-social img.saz-social-logo{
	display: inline-block;
	vertical-align: middle;
}
a.saz-social .saz-social-title{
	display: inline-block;
    vertical-align: middle;
    border-right: 1px dashed #fff;
    margin-right: 5px;
    padding: 10px;
}
/*****************/
.saz-statistics{
	padding: 30px;
	text-align: center;
}
.saz-statistic{
	padding: 25px 0px;
}
.saz-stat-top{
	background: #eee;
	padding: 10px;
	border-radius: 50%;
	width: 80px;
    height: 80px;
    box-sizing: border-box;
    margin: 0px auto 40px;
    position: relative;
}
.saz-stat-satrap{ background: linear-gradient(45deg, #359be6 0%, #e6d3f0 85%); }
.saz-stat-mosabeqat{ background: linear-gradient(45deg, #449685 0%, #e6d3f0 85%); }
.saz-stat-users{ background: linear-gradient(45deg, #E72FC6 0%, #e6d3f0 85%); }
.saz-stat-articles{ background: linear-gradient(45deg, #33E38F 0%, #e6d3f0 85%); }
.saz-stat-ideas{ background: linear-gradient(45deg, #E73133 0%, #e6d3f0 85%); }
.saz-stat-kasbokar{ background: linear-gradient(45deg, #E7DD32 0%, #e6d3f0 85%); }
.saz-stat-drik{ background: linear-gradient(45deg, #E79132 0%, #e6d3f0 85%); }
.saz-stat-shamse{ background: linear-gradient(45deg, #5131E6 0%, #e6d3f0 85%); }
.saz-stat-sherkatkonandegan{ background: linear-gradient(45deg, #76E231 0%, #e6d3f0 85%); }
.saz-stat-tarhname{ background: linear-gradient(45deg, #E73072 0%, #e6d3f0 85%); }
.saz-stat-jobs{ background: linear-gradient(45deg, #A5BDD3 0%, #e6d3f0 85%); }
.saz-stat-countries{ background: linear-gradient(45deg, #32C4E6 0%, #e6d3f0 85%); }

.saz-stat-top:before{
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 40px;
	width: 1px;
	border-left: 1px dashed #999;
}
.saz-stat-top-white{
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	width: 60px;
    height: 60px;
    box-sizing: border-box;
}
.saz-stat-top-white img{

}
.saz-stat-circle{
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0px auto 10px;
	position: relative;
}
.saz-stat-circle:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 9px;
	height: 9px;
	background: #AEBFEA;
	border-radius: 50%;
}
.saz-stat-content{
	font-weight: bold;
}
/*****************/
.saz-video-section{
	background: url(../img/about/bg.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 40px;
    position: relative;
}
.saz-video-section:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0,0,0,0.55);
	z-index: 0;
}
.saz-video-section > *{
	position: relative;
	z-index: 2;
}
.saz-video-section .title{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
    margin: 0px 0px 15px;
}
.saz-video-section .desc{
	color: #fff;
	margin: 0px 0px 40px;
}
.saz-video-main{
	position: relative;
	width: 650px;
	margin: 0px auto;
}
.saz-video-main img{
	width: 635px;
}
.saz-video-main video{
	position: absolute;
    width: 470px;
    left: 90px;
    top: 20px;
    height: 300px;
    background: #000;
}
/**********************/
.saz-topitems-section{
	padding: 70px 0px;
}
.saz-topitems-left{
	text-align: center;
}
.saz-topitems-left img{
	width: 400px;
}
.saz-topitems-right{
	position: relative;
}
.saz-topitems-circle{
	position: absolute;
    top: 50%;
    height: 440px;
    transform: translateY(-50%);
    left: -190px;
}
.saz-topitem{
	position: relative;
	height: 110px;
	background: #121C46;
    color: #fff;
    display: flex;
    align-items: center;
    width: 550px;
    box-sizing: border-box;
    padding: 15px 0px 15px 20px;
    border-radius: 70px 0px 0px 70px;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
}
.saz-topitem:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #121C46;
	border-width: 55px;
    margin-top: -55px;
}
.saz-topitem-txt{
	padding-left: 20px;
}
.saz-topitem-img{
	/*border-radius: 50%;*/
	min-width: 75px;
	display: block;
}
.saz-topitem-1,
.saz-topitem-4{
	margin-right: 70px;
}
.saz-topitem-arrow{
	position: absolute;
    top: 50%;
    right: 98%;
    height: 7px;
    margin-top: -3px;
    background: #121C46;
    transform-origin: center right;
}
.saz-topitem-arrow:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -5px;
	background: #121C46;
	border-radius: 50%;

}
.saz-topitem-1 .saz-topitem-arrow{
	transform: rotate(-35deg);
    width: 83px;
}
.saz-topitem-2 .saz-topitem-arrow{
	transform: rotate(-10deg);
    width: 83px;
}
.saz-topitem-3 .saz-topitem-arrow{
	transform: rotate(10deg);
    width: 79px;
}
.saz-topitem-4 .saz-topitem-arrow{
	transform: rotate(35deg);
    width: 68px;
}
/**** responsive ******/
@media (max-width: 1140px) { /* width from 0px to 1140px */
	.saz-topitems-section .saz-child-width-1-2 > *{
		width: 100%;
	}
	.saz-topitems-left{
		order: -1;
		margin-bottom: 30px;
	}
	.saz-topitems-circle,
	.saz-topitem-arrow{
		display: none;
	}
	.saz-topitem{
		width: auto;
	    margin-right: 90px;
	    margin-left: 30px;
	}
	.saz-socials .saz-child-width-1-6 > *{
		width: 33.333%;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 980px) { /* width from 0px to 980px */
	.saz-statistics .saz-child-width-1-6 > *{
		width: 25%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) { /* width from 0px to 768px */
	.saz-socials .saz-child-width-1-6 > *{
		width: 50%;
	}
	.saz-statistics .saz-child-width-1-6 > *{
		width: 50%;
	}
	.saz-video-main{
		width: auto;
	}
	.saz-video-main img {
	    display: none;
	}
	.saz-video-main video{
		position: relative;
	    top: unset;
	    left: unset;
	    width: auto;
	    max-width: 100%;
	    height: auto;
	    margin: 0px auto;
	}
	.saz-topitem{
		height: auto;
	}
}
@media (max-width: 550px) { /* width from 0px to 550px */
	.saz-socials .saz-child-width-1-6 > *,
	.saz-statistics .saz-child-width-1-6 > *{
		width: 100%;
	}
}
.transparent-header .nav {
	background: #1f1b32 !important;
}