﻿

<style >
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

footer.nb-footer {
    background: #222;
    border-top: 4px solid #b78c33;
}

    footer.nb-footer .about {
        margin: 0 auto;
        margin-top: 40px;
        max-width: 1170px;
        text-align: center;
    }

        footer.nb-footer .about p {
            font-size: 13px;
            color: #999;
            margin-top: 30px;
        }

        footer.nb-footer .about .social-media {
            margin-top: 15px;
        }

            footer.nb-footer .about .social-media ul li a {
                font-size: 16px;
                color: #b78c33;
            }

                footer.nb-footer .about .social-media ul li a:hover {
                    background: #b78c33;
                    color: #fff;
                    border-color: #b78c33;
                }

    footer.nb-footer .footer-info-single {
        margin-top: 30px;
    }

        footer.nb-footer .footer-info-single .title {
            color: #aaa;
            text-transform: uppercase;
            font-size: 16px;
            border-left: 4px solid #b78c33;
            padding-left: 5px;
        }

        footer.nb-footer .footer-info-single ul li a {
            display: block;
            color: #aaa;
            padding: 2px 0;
        }

            footer.nb-footer .footer-info-single ul li a:hover {
                color: #b78c33;
            }

        footer.nb-footer .footer-info-single p {
            font-size: 13px;
            line-height: 20px;
            color: #aaa;
        }

    footer.nb-footer .copyright {
        margin-top: 15px;
        background: #111;
        padding: 7px 0;
        color: #999;
    }

        footer.nb-footer .copyright p {
            margin: 0;
            padding: 0;
        }

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 22px;
    width: 100%;
    border: 1px solid #000000;
    text-align: center;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    float: left;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

.panel {
    padding: 0 18px;
    display: none;
    background-color: #fcf902;
    overflow: hidden;
}

.col-xs-12 {
    float: right;
}

th {
    text-align: center;
}

.bio {
    padding: 9px;
}

body {
    font-family: IRANSans;
    background-color: #34e082;
}

#dess {
    font-family: IRANSans;
}

img {
    max-width: 100%;
    height: auto;
}


.container {
    width: 100%;
}

video {
    height: auto !important;
    width: 100% !important;
}

</style >
