﻿@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/iranyekanwebboldfanum.eot');
    src: url('../fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/eot/iranyekanwebthinfanum.eot');
    src: url('../fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebthinfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/iranyekanweblightfanum.eot');
    src: url('../fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/iranyekanwebregularfanum.eot');
    src: url('../fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/iranyekanwebmediumfanum.eot');
    src: url('../fonts/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/eot/iranyekanwebextraboldfanum.eot');
    src: url('../fonts/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/iranyekanwebblackfanum.eot');
    src: url('../fonts/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebblackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/eot/iranyekanwebextrablackfanum.eot');
    src: url('../fonts/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebextrablackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}

html,body{
    padding:0px;
    margin:0px;
}

* {
    font-family: iranyekan;
}

h1 {
    color: white;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding: 20px;
    font-size: 30px;
}

.header {
	background-image: linear-gradient(0deg, #1a1a1a 0%, #101010 100%);
	background-color: #f7f8fc;
	font-family: iranyekan;
	font-size: 0.9rem;
	border-bottom-left-radius: 13rem;
	border-bottom-right-radius: 13rem;
	padding-bottom: 12rem !important;
	padding: 40px;
	padding-top: 0px;
	border: 11px solid #c4b483;
	border-top: 0px;
}

.search-text-box {
    font-size: 15px;
    background-color: white;
    color: #0a0a0a;
    line-height: 4rem;
    height: 5rem !important;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(33, 48, 104, 0.3);
    border-radius: 0px 30px 30px 0px !important;
    width: 75%;
    text-align: center;
    float: right;
    border:0px;
}

.search-button {
	background: #c4b483;
	width: 25%;
	float: right;
	border: 1px;
	height: 5rem !important;
	font-size: 14px;
	color: white;
	border-radius: 30px 0px 0px 30px !important;
	font-weight: 600;
}

.np{
    padding:0px !important;
}

.ca{
    text-align:center;
}

.alert-danger {
    color: #fff;
    background-color: #8e1743;
    margin-top: 30px;
    text-align: justify;
    font-weight: 400 !important;
    border-radius: 10px !important;
}

.top-menu {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.top-menu li {
    display:inline-block;
}

    .top-menu li a {
        display: inline-block;
        color: white;
        font-size: 14px;
        padding: 10px 14px;
    }

.margin-bottom-70 {
    margin-bottom: 70px;
}

.header h3 {
    color: #fef3ff;
    font-size:;
    text-align: justify;
    font-weight: 700;
    margin-top: 80px;
    font-size: 20px;
}

.header p {
    color: #fcdeff;
    font-size: 15px;
    text-align: justify;
    font-weight: 300;
}

.section-block {
	background: #c4b483;
	border-radius: 20px;
	padding: 40px;
	text-align: center;
	margin-bottom: 25px;
}

    .section-block h2 {
        padding: 0;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

.section-block p {
	color: #000;
	text-align: justify;
	padding: 0px;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

    .section-block img {
        margin: auto;
        width: 80px;
        margin-bottom: 20px;
    }

    .section-block-row {
        position: absolute;
    }

.margin-bottom-15
{
    margin-bottom:15px;
}

.control-label {
    color: white;
    text-align: right;
    display: block;
    font-size: 14px;
    padding: 2px 0px;
}

option{
    font-family:iranyekan;
}

.input-error {
    background: #f4a0a0;
    border-color: #eb0505;
    border-width: 2px;
}

.control-error {
    display: block;
    padding: 8px 2px;
    text-align: right;
    font-size: 12px;
    color: #ff9494;
    text-shadow: -1px 1px 1px #630000;
}

.alert-success img.ok {
    display: block;
    width: 70px;
    margin: auto;
    margin-bottom: 12px;
}

.alert-success {
    color: #00592f;
    background-color: #fff;
    border-color: #d6e9c6;
    font-weight: 600 !important;
    line-height: 30px;
}

.btn-success {
    color: #fff;
    background-color: #3ec177;
    border-color: #4cae4c;
}



input[type='text'], textarea {
    font-size: 1em;
}

