﻿@font-face {
    font-family: 'IRANSansLight';
    src: url('../fonts/IRANSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansMedium';
    src: url('../fonts/IRANSansMedium.ttf') format('truetype');
}

.iransans_l {
    font-family: IRANSansLight;
}

.iransans_m {
    font-family: IRANSansMedium;
}

body, html {
    background-image: url(../image/back3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    direction:rtl;
}

.box1 {
    float: none;
    margin: 10% auto 0 auto;
}

    .box1 .boxphonetext {
        color: red;
        font-size: 25px;
        margin-bottom: 30px;
        margin-top: 15px;
    }

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
}

.boxBtn {
    margin-bottom: 10px;
}

    .boxBtn a {
        display: block;
        background-color: #FFF;
        border: 2px solid #FFF;
        color: #b50a0a;
        transition: background-color .5s;
    }

        .boxBtn a:hover {
            background-color: #cdd939;
            color: #b50a0a;
        }

.boxTXT {
    float: none;
    margin: 10px auto 0 auto;
    text-align:justify;
    color: #FFF;
}
