@font-face {
    font-family: oryaniB;
    src: url(../fonts/MyriadPro-Bold.otf);
}
@font-face {
    font-family: oryaniR;
    src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
    font-family: oryaniP;
    src: url(../fonts/B-Nazanin-Bold.ttf);
}
.fa, .fa li, .fa div, .fa h1, .fa p{
	/*font-family: oryaniP !important;*/
	direction: rtl;
	text-align: right !important;
}
.d-fa{
	direction: rtl !important;
	color: #b3b3b3;
}
* {
	font-family: oryaniR;
	word-wrap: break-word;
	direction: ltr;
}
body {
	width: 100%;
	height: auto;
	direction: ltr;
}
a{
	color:#000000;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.para{
	text-align: justify;
	color: #b3b3b3;
}
/*---header---*/
.headerPage{
	width: 80%;
	height: 250px;
	position: relative;
	
}

.headerPage .logoName{
	width: 130px;
	color: #32b8c9;
	position: absolute;
	left: 0px;
	top: 100px;
	direction: ltr;
	cursor: pointer;
}
.headerPage .logoName .name{
	font-family: oryaniB;
	font-size: 20px;	
}
.menu{
	position: absolute;
	width: 85%;
	direction: ltr;
	left: 200px;
	top: 100px;
	
}
.menu ul li{
	position:relative;
	margin:20px 40px;
	display: inline-block;
	list-style: none;
	cursor: pointer;
}
.menu ul li div{
	width:100%;
	background-color: #c7c7c7;
	color: #000;
	z-index: 99;
	height: 13px;
    line-height: 13px;
    padding-left: 1px;
    padding-right: 1px;
    margin:auto;
    transition: width .3s;
}
.menu ul li:hover div{
	background-color: #000;
	color: #fff;
}
.menu ul li:hover div a{
	color: #fff;
}
.menu ul li img{
	position: absolute;
	width: 75px;
	opacity: 0;
	z-index: -9;
}
.menu ul li:hover img{
	transition:all .8s;
	opacity: 1;
}
.menu ul li.menu-works img{
	width: 80px;
    top: -20px;
    left: -20px;
}
.menu ul li.menu-news{
    width: 100px;
    margin-left: 0;
    text-align: center;
}
.menu ul li.menu-news:hover div{
    width: 35px;
    margin: auto;
}
.menu ul li.menu-news img{
	width: 68px;
    top: -20px;
    left: 20px;
}
.menu ul li.menu-text{
    width: 60px;
    margin-left: 0;
    text-align: center;
}
.menu ul li.menu-text:hover div{
    width: 30px;
    margin: auto;
}
.menu ul li.menu-text img{
    width: 65px;
    top: -36px;
    left: 12px;
}
.menu ul li.menu-biography{
    width: 90px;
    margin-left: 0;
    text-align: center;
}
.menu ul li.menu-biography:hover div{
    width: 62px;
    margin: auto;
}
.menu ul li.menu-biography img{
    width: 75px;
    top: -25px;
    left: 8px;
}
.menu ul li.menu-contact{
    width: 90px;
    margin-left: 0;
    text-align: center;
}
.menu ul li.menu-contact:hover div{
    width: 51px;
    margin: auto;
}
.menu ul li.menu-contact img{
    width: 60px;
    top: -19px;
    left: 18px;
}
.menu .menuWork{
	position: absolute;
	top: 65px;
	display: none;
	opacity: 0;
	width: 0;
	height:50px;
	
	overflow: hidden;
	
}
.menu .menuWork li{
	display: inline-block;
	list-style: none;
	cursor: pointer;
}
.menu .menuWork li+li{
	margin-left: 0;
	margin-right: 35px;
}
.menu .menuWork li:hover a{
	color: #32b8c9;
}
/*---header---*/
.mainPage{
	width: 80%;
	height: auto;
	position: relative;
}
.maxW{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*--footer--*/
.line{
	width: 97.5%;
	left:1.25%;
	height: 1px;
	position: relative;
	top: 100px;
	background-color: #cccccc;
}

.ofooter{
	width: 97.5%;
	left:1.25%;
	height: 180px;
	position: relative;
}
.ofooter .copyR{
	position: absolute;
	left: 5px;
	top: 110px;
	direction: ltr;
	font-size: large;
}
.ofooter .flow{
	position: absolute;
	right: 5px;
	top: 110px;
	
}
.ofooter .flow img{
	margin: 0px 5px;
	cursor: pointer;
}
.ofooter .flow .avat{
	position: absolute;
	right: 50%;
	top: 110px;
	color: #cccccc;
}
.ofooter .flow .avat:hover{
	color: #cccccc;
}
.footer{
	position:relative;
	top:0;
	width: 97.5%;
	right:1.25%;
}
.footer-down{
	
	padding:10px 25px;
	text-align:center;
}
.footer-down .copy{
	color:#F9F9F9;
	line-height:15px;	
}

.footer-down .copy h1{
	font-size:12px;
	margin:2px;
	font-weight: normal;
}

.footer-down .copy h2{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:10px;
	margin:2px;
}

.footer-down a{
	color:#838383;
	float:left;
	margin-top:-30px;
	font-size: 10px;
	text-decoration: none;
}

.footer-down a .Davat{
	visibility: visible;
  	opacity: 1;
  	transition: visibility 0s, opacity 1s linear;	
}

.footer-down a .Savat{
	position:absolute;
	left:25px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear;	
}

.footer-down a:hover .Davat{
	
	visibility: hidden;
  	opacity: 0;
}

.footer-down a:hover .Savat{
	
	visibility: visible;
  	opacity: 1;
}
.o-wrapper{
	transition:transform .3s
}
::-webkit-scrollbar {
    width: 14px;
}
::-webkit-scrollbar-thumb {
    
    background-color: rgba(180,181,182,0.7); 
}