@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/persian/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/persian/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/persian/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/persian/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/persian/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/persian/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@media only screen and (max-width: 768px) {
    .content {
        width: 100% !important;
    }
    header .navbar-brand>img {
        width: 100px;
        margin-top: -10px;
        padding-top: 0px;
    }
    footer #map img {
        padding: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    section.other-page #other-page-header h3 {
        margin-top: 0;
        padding-top: 10px !important;
        margin-right: 50px;
        font-weight: bold;
        min-width: 80% !important;
        max-width: 95% !important;
        border-bottom: 2px solid #376430;
        padding-bottom: 10px;
        text-align: right;
        font-size: 18px !important;
        color: #376430;
    }
    section.other-page #other-page-header {
        height: 60px !important;
    }
    section.slider nav {
        background: #355eab !important;
    }
    section.slider nav ul {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    section.slider nav ul li {
        display: block !important;
        width: 100%;
        margin-top: 15px;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        background: #fff;
        border-radius: 5px;
        padding-bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    section.slider nav ul li a {
        color: #355eab !important;
    }
    section.slider nav ul li:after {
        content: '' !important;
    }
    #mobile-links {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    #mobile-links li {
        display: block;
        list-style: none;
        background: #fff;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    #mobile-links li a {
        color: #355eab;
        font-weight: bold;
    }
    .navbar-default .navbar-collapse {
        background: #376631;
    }
}

body {
    width: 100%;
    min-height: 600px;
    font-family: 'IRANSans-web';
}

a, a:hover {
    text-decoration: none;
}

header {
    height: 90px;
    width: 100%;
    background: url('../../images/back-header.png') no-repeat;
    background-size: 100% 100%;
}

.navbar-default .navbar-collapse {
    background: transparent;
}

header .navbar-default {
    border: 0;
    background-color: transparent;
}

header .navbar-collapse {
    background: #fff;
}

header .navbar-brand>img {
    width: 155px;
    height: auto;
}

header ul {
    margin-top: 20px !important;
}

header ul li {}

header ul li a {
    color: #fff !important;
    transition: 1s;
}

header ul li a::before {
    content: '●';
    margin-left: 5px;
    color: #9bc63d;
}

header ul li a:hover {
    opacity: 0.5;
    transition: 1s;
}

.content {
    width: 1100px;
    margin: 0 auto;
}

section.slider {
    width: 100%;
    height: auto;
}

section.slider img {
    width: 100%;
}

section.slider nav {
    width: 100%;
    min-height: 30px;
    background: rgb(68, 104, 172);
    padding-top: 20px;
    padding-bottom: 20px;
}

section.slider nav ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

section.slider nav ul li {
    min-width: 50px;
    list-style: none;
    display: inline;
}

section.slider nav ul li:after {
    content: '|';
    margin-right: 10px;
    margin-left: 10px;
}

section.slider nav ul li:last-child:after {
    content: '';
    margin-right: 0;
}

section.slider nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

section.slider nav ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#index-overview {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer {
    margin: 0 !important;
    min-height: 400px;
    border-top: 5px solid rgb(25, 102, 178);
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #1a376d;
    display: block;
}

footer h4, footer h3 {
    color: #fc0202;
    font-weight: bold;
}

footer h3 {
    background: url(../../images/line-footer.png) no-repeat;
    background-position: right bottom;
    background-size: 158px 7px;
    font-size: 18px;
    padding-bottom: 20px;
}

footer h4 {
    background: url(../../images/line-footer.png) no-repeat;
    background-position: right bottom;
    background-size: 158px 7px;
    font-size: 15px;
    padding-bottom: 15px;
}

footer .footer-address li {
    color: #fff;
    list-style: none;
    margin-bottom: 5px;
    padding-right: 22px;
}

footer .footer-address li.title {
    color: #fc0202;
    margin-bottom: 10px;
    font-weight: bold;
    padding-right: 0;
}

footer .footer-address li.title:before{
    content: "●";
    margin-left: 5px;
    color: rgb(252, 2, 2);
font-size: 17px;
}

footer .footer-address li.address {
    background: url('../../images/address_icon.png') no-repeat;
    background-position: right;
}

footer .footer-address li.tell {
    background: url('../../images/tell_icon.png') no-repeat;
    background-position: right;
}

footer .footer-address li.fax {
    background: url('../../images/print_icon.png') no-repeat;
    background-position: right;
}

footer .footer-address li.email {
    margin-top: 15px;
    background: url('../../images/email_icon.png') no-repeat;
    background-position: right;
}

footer #map {
    text-align: center;
}

footer #map img {
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 40px;
}

footer .footer-link {
    padding-bottom: 10px;
    padding-right: 10px;
}

footer .footer-link li {
    margin-bottom: 10px;
}

footer .footer-link li a {
    color: #fff;
}

#copyrigh {
    width: 100%;
    min-height: 20px;
    padding: 10px;
    text-align: center;
    background: rgb(25, 102, 178);
    color: #fff;
    border-top: 2px solid rgb(25, 102, 178);
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0px
}

section.other-page {
    width: 100%;
    min-height: 500px;
}

section.other-page #other-page-header {
    width: 100%;
    background: url('../../images/other_page_bg.jpg') no-repeat;
    background-size: 100%;
    height: 196px;
}

section.other-page #other-page-header h3 {
    margin-top: 0;
    padding-top: 160px;
    margin-right: 50px;
    font-weight: bold;
    min-width: 20%;
    max-width: 82%;
    border-bottom: 2px solid #376430;
    padding-bottom: 10px;
    text-align: right;
    font-size: 20px;
    color: #376430;
}

.paragraph-content {
    width: 90%;
    margin: 20px auto;
}

paragraph-content p {
    line-height: 20px;
}

.required:before {
    content: '* ';
    color: red;
    font-weight: bold;
}

.poll .question {
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #dbdcdc;
}

.poll .question:last-child {
    border-bottom: 0px !important;
}

.poll .answer {}

.poll .answer li {
    list-style: none;
    margin-top: 10px;
}

.poll .answer li label {
    font-weight: 100;
}

.poll .answer-result {
    width: 100%;
}

.poll .answer-result li {
    list-style: none;
    margin-top: 10px;
}

#carousel-city-generic .carousel-inner .item img {
    width: 880px;
    height: 397px;
}

#index-about-news {
    min-height: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#index-about, #index-news {
    border: 1px solid #2569b3;
    min-height: 400px;
    border-radius: 18px;
}

#index-about .about-content {
    width: 100%;
    line-height: 25px;
    text-align: justify;
    margin-top: 15px;
}

#index-about .about-more {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

#index-about h3, #index-news h3 {
    font-size: 15px;
    font-weight: bold;
    background: #355eab;
    padding: 8px;
    width: 30%;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
    margin: 10px -15px 0px 0px;
}

#index-about h3::before, #index-news h3::before {
    content: '●';
    color: #9bc63d;
    font-size: 18px;
    padding-left: 5px;
}

#index-about-news-seperator {
    min-height: 200px;
}

#index-news .news-index-list {
    width: 100%;
}

#index-news .news-index-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#index-news .news-index-list ul li {
    list-style-type: none;
    border-bottom: 2px solid #6abd45;
    float: left;
    margin-top: 20px;
}

#index-news .news-index-list ul li:last-child {
    border: 0;
}

#index-news .news-index-list ul li a {
    width: 100%;
    float: right;
    margin-bottom: 15px;
}

#index-news .news-index-list ul li a img {
    width: 24%;
    height: 24%;
    float: left;
    border: 1px solid #355eab;
    border-radius: 5px;
}

#index-news .news-index-list ul li a h4 {
    float: right;
    width: 74%;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

#index-news .news-index-list ul li a p {
    float: right;
    width: 74%;
    margin-right: 5px;
    font-size: 13px;
}

.carousel-caption {
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    bottom: 0px;
}

.carousel-caption p {
    font-size: 18px;
}

.other-page .paragraph-content {
    line-height: 35px;
}

#news ul li {
    list-style-type: none;
    display: inline-block;
}

#news ul li h3 {
    font-size: 17px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a{
	padding-left: 0;
}


@media (min-width: 1020px){
	.navbar-right {
	    margin-right: 60px !important;

	}
}

body > section.slider > nav > div > ul > li:nth-child(1) > a{
color: #ff0000;
}

body > section.slider > nav > div > ul > li:nth-child(2) > a{
    color: #ffd200;
}

.footer-address{
padding-right: 0;
}

#shamsi-date{
margin-top: 37px;
    color: #9cc73e;
}

#shamsi-date div{
font-family: 'IRANSans-web' !important;
    font-size: 13px !important;
}