     body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: iranyekan;
    font-size: 19px;
    line-height: 1.8em;
    }

  

    .overlay-text {
      position: absolute;
      top: 10%;
      right: 5%;
      width: 40%;
      background-color: rgba(255, 255, 255, 0.75);
      padding: 20px;
      border-radius: 10px;
      color: #333;
      font-size: 14px;
      line-height: 1.8;
    }
	
	.main
	{
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: right;
    justify-content: center;
    align-items: center;
	background: url("../images/back-main.jpg");
	padding-bottom:50px;
	margin:0px 20px;
	
	
	}
 
 .logo
	{
    background: url("../images/logo.png") no-repeat;
	width:533px;
	height:205px;
	background-size:cover;
	margin-bottom: 50px;
	}
 .page1,.page2
 {
	
	max-width:1000px;
    padding-top: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	width:1000px;
 }
 .title-blue
 {
	color: #0054a6;
    font-size: 1.2em;
    font-weight: 500;
 }
 .eng-ads
 {
	font-size: 1.4em;
    color: #0072bc;
    margin-left: -100px;
 }
 
 .persian-ads {
       font-size: 1.8em;
    font-weight: 700;
    color: #0072bc;
    margin-bottom: 15px;
}
.middle-div
{
	margin-bottom: 134px;
    margin-top: -145px;
}
p{
	text-align:justify;
}
.slagon
{
	font-weight:600;
	text-align:center;
}

.title-fct {
        font-size: 23px;
    margin-bottom: 36px;
    margin-top: -29px;
    font-weight: 600;
}
img.img-blck {
    margin: 50px 0px;
}

.cntetn-blck
{
	max-width:420px;
}

footer
{
	width:100%;
	display: flex;
    justify-content: center;
	margin: 25px 0;
}
.socialmedia ul,
.numbers ul
{
	list-style:none;
}

.socialmedia ul li,
.numbers ul li
{
	direction:ltr;
}

.inner-footer
{
	max-width:1000px;
	width:90%;
}

.socialmedia svg,
.numbers svg
{
	  margin: 5px;
    color: white;
    border: 1px solid #24aae1;
    background: #24aae1;
    border-radius: 13px;
    padding: 5px;
    width: 29px;
    height: 29px;
}

.socialmedia ul li  a,
.numbers ul li a
{
	color:black;
	font-weight:500;
}

/* For screens smaller than 1200px */
@media (max-width: 1000px) {
      .page1, .page2  {
        max-width:100%;
       
    }
    
    
    .middle-div,.fact
    {
        flex-wrap:wrap;
    }
    .fact
    {
        max-width:1000px;
        
    }
    .logo {
    
    width: 300px;
    height: 97px;
    }
    .cntetn-blck
    {
        max-width:100%;
    }
    img.img-blck
    {
        width:90%;
    }
    .middle-div {
    margin-bottom: 30px;
    margin-top: 10px;
}

.middle-div div
{
    justify-content: center !important;
    align-items: center !important;
}
.imageinmiddle
{
    width:100% !important;
}
.eng-ads {
    width: 90%;
}
}