﻿@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.woff2') format('woff2'), url('../fonts/Vazir-Bold.eot') format('embedded-opentype'), url('../fonts/Vazir-Bold.ttf') format('truetype'), url('../fonts/Vazir-Bold.woff') format('woff'), url('../fonts/Vazir-Bold.woff2') format('woff2'), url('../fonts/Vazir.eot') format('embedded-opentype'), url('../fonts/Vazir.ttf') format('truetype'), url('../fonts/Vazir.woff') format('woff');
}

* {
    font-family: Vazir,Tahoma;
}

body {
    overflow-x: hidden;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.home-slider {
    min-height: 100vh;
    height:100vh;
    top: 0px;
    left: 0px;
    width: 100%;
    direction:rtl;
}

a.btn.home-slider-first-btn {
    background: #5e5e5e;
    color: white;
}

a.btn.home-slider-second-btn {
    border: 2px solid #5e5e5e;
    background: #ffffff;
    color: black;
}

.carousel .item {
    height: 300px;
}

.carousel-item img {
    height: 100%;
}

.header-menu-section {
    background-color: #263565;
    padding: 10px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 67px;
    z-index: 3;
    border-bottom: 20px solid #ffda03;
}

    .header-menu-section .nav-link {
        color: white !important;
    }

.rtl {
    direction: rtl;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    .site-logo{
        display:block;
        margin:auto;
        margin-top:10px;
    }
}
/* ============ small devices .end// ============ */

.nav__menu .dropdown ul {
    z-index: 1000;
}




.carousel-item {
    height: 100%;
}

.white-color {
    color: white;
}

.main-container {
    margin-top: 100px;
}

ul.pagination li.active a {
    background: #2d3559;
    color: white;
    padding: 0px 8px;
    border-radius: 50%;
}

ul.pagination li a {
    margin-left: 7px;
    text-decoration: none;
}

.site-logo {
    width: 177px;
    height:56px;
}

.white-color {
    color: white;
    text-decoration: none;
}

.btnaccount {
    float: left;
    top: 15px;
    position: absolute;
    left: 20px;
}

#loginSection {
    min-height: 100vh;
}


.article-archive-title {
    text-align: center;
    font-size: 16px;
    background: #064653;
    line-height: 40px;
    color: white;
}
