@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/woff/IRANSansX-Bold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/woff/IRANSansX-Regular.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Regular.woff2') format('woff2');	
}




.logo-farhang{
    width: 60%;
}
.farhangbtn{
    
    background-color: #FFAE00 !important;
    color: white !important;
    border-radius: 25px !important;
    margin-bottom: 20px;
    min-width: 320px;
    font-family: IRANSansX !important;
    font-size: 20px  !important;
}
.mb-0{
    font-family: IRANSansX !important;
    font-size: 11px;
}


.tm-site-header.media{

    justify-content: center;
}

::marker {
    color: #fff0;
}


@media screen and (min-width:769px) {
    .logo-farhang{
        padding-top: 30%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .btnsf{
        margin-top: -40%;
    }    
}
@media screen and (max-width:768px){
    .farhangbtn{
        font-size: 1em  !important;
        min-width: 100%;

    }


}