﻿           
            @font-face
             {
            font-family:'yekan';
            src: url("fonts/BYEKAN.TTF") format("truetype"); 

            }
            @font-face 
            {
            font-family:'roya';
            src: url("fonts/BROYA.TTF") format("truetype"); 

            }

 
.subpage_title {
   text-align: center;
   font-family: yekan;
   font-size: 28px; 
   font-weight: normal; 
   color: #3f3f3f; 
  margin-bottom:1px;
}

.subpage_subtitle {
   vertical-align: top;
   text-align: center;
   font-family: roya;
   font-size: 18px;
   font-weight: normal;
    
}

 .subpage_text {
   vertical-align: top;
   text-align: center;
   font-family: roya;
   font-size: 17px;
   font-weight: normal;
   line-height:33px;
}

 
  .subpage_question_answer {
   vertical-align: top;
   text-align: right;
   font-family: roya;
   font-size: 17px;
   font-weight: normal;
   line-height:30px;
}

.subpage_silver_row_div {
    direction: rtl; 
    width: 100%; 
    background-color: #e5e5e5;

}