@charset "utf-8";
@font-face {
    font-family:Homa;
    src: url('../fonts/Homa.eot');
    src: url('../fonts/Homa.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Homa.woff2') format('woff2'),
        url('../fonts/Homa.woff') format('woff'),
        url('../fonts/Homa.ttf') format('truetype'),
        url('../fonts/Homa.svg#Homa') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.main{
	background-image:url("../images/about-us/history-bg.jpg");
	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-size: cover;

}
.about-us-p{
	font-family:Homa;
	font-size: 1.2em;
	color:#777;
}
figcaption{
	text-align: center;
	font-family: nazanin;
	font-size: 1.2em;
	color:#777;
}


