@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: IRANSansRegular;
    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: IRANSansRegular !important;
   -webkit-font-smoothing: antialiased;
   direction: rtl;
}
div, li, input, p, span, h1, h2, h3, h4, h5, h6{
   font-family: IRANSansRegular !important;
   -webkit-font-smoothing: antialiased;
}
.title-main{
	font-weight: bold;
	font-size:x-large;
	color: white;
}
.title{
	font-weight: bold;
	font-size:large;
	color: white;
}
.desc1{	
	font-size:medium;	
}
.desc{
	direction: rtl;
	font-size:small;
	overflow-y: auto;	
}
.parag{	
    direction: rtl;
	text-align: center !important;
	margin: 0 auto !important;
	left: 0 !important;
	float: none !important;
}
.parag-about{
	font-size: medium;
	direction: rtl;
	text-align: center !important;
	margin: 0 auto !important;	
	float: none !important;	
	overflow-y: scroll !important;
	padding:5px !important;
}
.inners1{
  animation-duration: 1.2s;
  animation-delay: 0.8s;
}
.inners2{
  animation-duration: 1.2s;
  animation-delay: 1.2s;
}
.inners3{
  animation-duration: 1.2s;
  animation-delay: 1.6s;
}
.inners4{
  animation-duration: 1.2s;
  animation-delay: 0.4s;
}
.ggskin_scrollarea, .ggskin_cloner {
	position: relative !important;
	margin: 0 auto !important;
}
.ggskin_scrollarea > div{
	position: relative !important;
}
@media only screen and (max-width: 900px) {
 .parag{	
    font-size:x-small;
 }
 .parag-about{	
    font-size:small;
 }
}
.desc10:after{
    top: 20px;
    left: 0;
    background-image: url('images/drag.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
.desc11:after{
    top: 25px;
    left: 0;
    background-image: url('images/zoom.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
.desc12:after{
    top: 25px;
    left: 0;
    background-image: url('images/node.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 800px) {
.desc10:after{
    top: 30px;
    left: 0;
    background-image: url('images/drag.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
.desc11:after{
    top: 35px;
    left: 0;
    background-image: url('images/zoom.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
.desc12:after{
    top: 35px;
    left: 0;
    background-image: url('images/node.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
}
@media only screen and (max-width: 400px) {
.desc10:after{
    top: 45px;
    left: 0;
    background-image: url('images/drag.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
.desc11:after{
    top: 50px;
    left: 0;
    background-image: url('images/zoom.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
.desc12:after{
    top: 50px;
    left: 0;
    background-image: url('images/node.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
}
}
@media only screen and (max-width: 250px) {
.desc10:after{    
    background-image: none;
}
.desc11:after{   
    background-image: none;
}
.desc12:after{   
    background-image: none;
}
}
