@font-face {
    font-family: IRSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

MASOUD {
}

body {
    direction: rtl;
    background: #fff;
    font-family: IRSans;
    height: 100vh;
}

::selection {
    background: #CC3333;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    font-family: IRSans;
    color: #444;
}

    a:hover {
        text-decoration: none;
        color: #808080
    }

.imgLink {
    flex: auto;
    color: #808080;
    border: 2px solid #d2d2d2;
    font-size: 10px !important
}

    .imgLink p {
        font-size: 11px
    }

.green {
    color: rgb(0, 186, 0);
}

.black {
    color: #444;
}

.orange {
    background: rgb(254, 217, 129)
}

.pink {
    background: rgb(255, 125, 178)
}

.blue {
    background: rgb(126, 190, 238)
}

.purper {
    background: rgb(204, 128, 254)
}

.bgreen {
    background: rgb(130, 204, 153)
}

.red {
    background: rgb(238, 126, 125)
}

.inputbox {
    border-radius: 5px
}

ul {
    list-style: none;
}

p {
    text-align: justify;
    font-size: 13px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2,
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11,
.col-xl-12, .col-xl, .col-xl-auto {
    display: inherit;
    flex-direction: column;
}
/*=============================index===========================*/
header {
    position: absolute;
    top: 10px;
    ;
    z-index: 10;
    right: 0;
    left: 0;
}

.brand {
    width: 100px;
}

.line {
    margin-top: 15px;
    height: 3px;
    background: #52254b;
}

.imageSelect {
    position: relative;
    height: calc(100vh - 53px);
}


.bg1 {
    background: url("101026.jpg");
    background-size: cover;
    background-position: center;
}

.bg2 {
    background: url("101202.jpg");
    background-size: cover;
    background-position: center;
}

a .imageSelect .infoSelecet {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5)
}

    a .imageSelect .infoSelecet:hover {
        background: rgba(0, 0, 0, 0.1)
    }

        a .imageSelect .infoSelecet:hover h3 {
            color: #fff !important;
            text-shadow: 0 0 0 !important;
        }

    a .imageSelect .infoSelecet h3 {
        text-shadow: 0 0 5px #fff;
    }

footer {
    background: #52254b;
}
