/* Minification failed. Returning unminified contents.
(1010,1): run-time error CSS1019: Unexpected token, found '@import'
(1010,9): run-time error CSS1019: Unexpected token, found 'url(fontiran.css)'
 */
.span-block {
    display: inline-block;
}

.contact-text {
    position: relative;
    top: -17px;
}

.font-input-size {
    font-size: 0.8rem;
}



.side-menu{
    position: absolute;
    top: 40px;
    background-color: beige;
    width: 300px;
    right: 0px;

}


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#wrapper.toggled {
    padding-right: 0px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#ffffff;
	
 
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    height:calc(100vh );
    top:0px;
}


#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: right;
}



.sidebar-nav li a .active a, .sidebar-nav li a:focus {
    text-decoration: none;

}
.nav-link.dropdown-item.active, .nav-link.dropdown-item:active {
    color: #f09027 !important;
    background-color: #e8e8e8 !important;
}



.sidebar-nav li a .active, .sidebar-nav li .active , .sidebar-nav .active a,  .sidebar-nav li a .active,  .sidebar-nav li a:focus, .sidebar-nav li a:focus i, .sidebar-nav li a:hover, .sidebar-nav li :hover i {
    color: #f09027;
    background-color: #e8e8e8;
}


#sidebar-wrapper::-webkit-scrollbar {
    width: 4px;
}


/* Track */
#sidebar-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}
 
/* Handle */
#sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #F0883D;
    border-radius: 10px;
}

/* Handle on hover */
#sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background: #d2c8c8;
}

.bg-lightgray {
    background-color: #EBECED;
}

.text-info-learning {
    position: absolute;
    right: calc(50% - 35px);
    bottom: -26px;
}

.trainer-img {
    width: 120px;
    height: 120px;
}

.index-border {
    width: 20px;
    height: 20px;
    border-radius: 35px;
    position: absolute;
    right: -12px;
}

.learning-border-size {
    border-right-width: 3px !important;
}

.teaching-card-img {
    height: 185px;
    width: auto;
    object-fit: cover;
}
.badge-success2 {
    color: #fff;
    background-color: #8BCA49;
}
.badge-success2[href]:hover, .badge-success2[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6cc900;
}
.text-pink{
    color: #f52779 !important;
}
a.text-pink:hover, a.text-pink:focus {
    color: #ed0061 !important;
}

.font-normal {
    font-size: 14px;
}
.text-success2 {
    color: #8BCA49 !important;
}
a.text-success2:hover, a.text-success2:focus {
    color: #6cc900 !important;
}
.card-course {
    height: 415px;
}
.svg-sticker {
    position: absolute;
    height: 55px;
    width: 55px;
    left: 0px;
    top: 28px;
}

.cls-101 {
    fill: red;
    stroke: #ADADAD;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}
.font-small2 {
    font-size: 0.7rem;
}
.font-small {
    font-size: 0.71rem;
}
.card-info-hover {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    background-color: rgba(123,123,123,0.59);
    color: #CDCDCD !important;
    font-size: 12px;
    display: block;
    transition: opacity 2s ease-out;
    opacity: 1; 
}
.card-img-overlay:hover .card-info-hover{
    opacity: 1;
    display: block;
  
}
.card-image-hover2 {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}
.card-image-hover2:hover {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}  

@media only screen and (min-width: 1095px) {
    .grid .list-unstyled .list-item{
        width: 25%;
        padding: 0px;
        margin: 0px;
    }
}
@media only screen and   (max-width:1094px) and (min-width: 756px){
    .grid .list-unstyled .list-item{
        width: 33.333%;
        padding: 0px;
        margin: 0px;
    }
}
@media only screen and (max-width:756px) and (min-width: 418px) {
    .grid .list-unstyled .list-item{
        width: 50%;
        padding: 0px;
        margin: 0px;
    }
}
@media only screen and (max-width:417)  {
    .grid .list-unstyled .list-item{
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}
* {
    padding: 0px;
    margin: 0px;
    font-family: "IRANSans";
}

a:link {
    text-decoration: none;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Black.eot');
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), url('../Bootstrap4/Font/WebFonts/fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), url('../Bootstrap4/Font/WebFonts/fonts/woff/IRANSansWeb_Black.woff') format('woff'), url('../Bootstrap4/Font/WebFonts/fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../Bootstrap4/Font/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../Bootstrap4/Font/WebFonts/fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../Bootstrap4/Font/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../Bootstrap4/Font/WebFonts/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../Bootstrap4/Font/WebFonts/fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../Bootstrap4/Font/WebFonts/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Light.eot');
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../Bootstrap4/Font/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../Bootstrap4/Font/WebFonts/fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../Bootstrap4/Font/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), url('../Bootstrap4/Font/WebFonts/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../Bootstrap4/Font/WebFonts/fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('../Bootstrap4/Font/WebFonts/fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb.eot');
    src: url('../Bootstrap4/Font/WebFonts/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../Bootstrap4/Font/WebFonts/fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../Bootstrap4/Font/WebFonts/fonts/woff/IRANSansWeb.woff') format('woff'), url('../Bootstrap4/Font/WebFonts/fonts/ttf/IRANSansWeb.ttf') format('truetype');
    font-display: swap;
}

.myharris-header {
    min-height: calc(70vh - 100px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../image/myharris1.jpg');
    overflow: hidden;
}

.text-purple {
    color: #40026F;
}

.text-normal {
    font-size: 0.9rem;
}

.parallax2 {
    background-image: url('../../../image/harrisPlus/back.jpg');
    height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.side-menu {
    position: absolute;
    top: 40px;
    background-color: beige;
    width: 300px;
    right: 0px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-right: 0px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    height: calc(100vh);
    top: 0px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #000;
            text-align: right;
        }

            .sidebar-nav li a .active a,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

.nav-link.dropdown-item.active,
.nav-link.dropdown-item:active {
    color: #f09027 !important;
    background-color: #e8e8e8 !important;
}

.sidebar-nav li a .active,
.sidebar-nav li .active,
.sidebar-nav .active a,
.sidebar-nav li a .active,
.sidebar-nav li a:focus,
.sidebar-nav li a:focus i,
.sidebar-nav li a:hover,
.sidebar-nav li:hover i {
    color: #f09027;
    background-color: #e8e8e8;
}

#sidebar-wrapper::-webkit-scrollbar {
    width: 4px;
}

#sidebar-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #F0883D;
    border-radius: 10px;
}

    #sidebar-wrapper::-webkit-scrollbar-thumb:hover {
        background: #d2c8c8;
    }

.text-table {
    font-size: 0.78rem;
}

#planTable tr td:first-child {
    color: #0161AB;
    background-color: #EAECF5;
    position: sticky;
    right: -1rem;
    z-index: 2;
    min-width: 120px;
}

#planTable tr:first-child {
    background-color: #F8F8F8;
}

#planTable tr:nth-child(even) {
    background-color: #FFFFFF;
}

#planTable tr:nth-child(3) {
    background-color: #F0FFF6;
    color: #00C710;
}

#planTable tr:last-child a {
    font-size: 0.8rem !important;
}

#planTable {
    overflow-x: auto;
    width: 100%;
}

.table-container {
    max-width: 1000px;
    overflow-x: scroll;
    position: relative;
}

    .table-container::-webkit-scrollbar {
        width: 4px !important;
        height: 6px;
    }

    .table-container::-webkit-scrollbar-track {
        box-shadow: inset 0 0 4px grey;
        border-radius: 4px;
    }

    .table-container::-webkit-scrollbar-thumb {
        background: #38598b;
        border-radius: 4px;
    }

        .table-container::-webkit-scrollbar-thumb:hover {
            background: #38598b;
        }

#navbarMain .navbar-nav .active > .nav-link,
#navbarMain .navbar-nav .nav-link.active,
#navbarMain .navbar-nav .nav-link.show,
#navbarMain .navbar-nav .show > .nav-link,
#navbarMain .navbar-nav .nav-link:focus,
#navbarMain .navbar-nav .nav-link:hover {
    color: #FB7906 !important;
}

#navbarMain .navbar-nav .dropdown-menu-right {
    right: auto;
    left: auto;
    color: #77777E !important;
    font-size: .75rem !important;
    font-weight: bold;
}

#navbarMain .nav-link {
    text-align: center !important;
    color: #77777E !important;
    font-size: .76rem !important;
    font-weight: bold;
}

#navbarMain .navbar-expand-lg,
#navbarMain .collapse,
#navbarMain .navbar-collapse,
#navbarMain .navbar-toggler,
#navbarMain .navbar-toggler-icon {
    color: #77777E !important;
}

.font-btn {
    font-size: 0.67rem !important;
}

body {
    direction: rtl;
}

*::selection {
    background: #87a8d0;
}

a,
.btn {
    cursor: pointer !important;
}

    a:link {
        text-decoration: none;
    }

.bg-aliceblue {
    background-color: #eff3f5 !important;
}

.bg-sun {
    background-color: #F0883D !important;
}

.text-sun {
    color: #F0883D !important;
}

.bg-solitude {
    background-color: #eff3f5;
}

.text-strong {
    font-weight: bold !important;
}

.highlighted {
    background-color: #eaf5ff;
    z-index: 1;
}

.text-orange {
    color: #F37921;
}

.font-small {
    font-size: 12px;
}

.bg-black {
    background-color: #0F0E0E !important;
}

.ico-instagram:hover {
    color: #E1306C !important;
}

.ico-telegram:hover {
    color: #0088cc !important;
}

.ico-aparat:hover {
    color: #ED145B !important;
}

.btn-darkblue {
    color: #FFFFFF;
    background-color: #0C6693;
    background-image: none;
    border-color: #C1C1C1;
}

.text-darkgray {
    color: #38598b;
}

.btn-darkgray {
    background-color: #38598b;
    color: #FFFFFF;
}

    .btn-darkgray:hover {
        background-color: #38598b;
        color: #FFFFFF;
    }

.yekparchegi {
    background-image: url('../../../image/Yekparchgi.jpg');
    background-size: 100% 100%;
    min-height: 354px;
}

.janbi {
    background-image: url('../../../image/janebi.jpg');
    background-size: 100% 100%;
    min-height: 354px;
}

.lbl-password {
    font-size: 0.8rem !important;
}

.video-style {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.partner-card-img {
    width: 100px;
    height: 90px;
}

.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    height: auto;
}

#customerTab .active > .nav-link,
#customerTab .nav-link.active,
#customerTab .nav-link.show,
#customerTab .show > .nav-link,
#customerTab .nav-link:focus,
#customerTab .nav-link:hover {
    color: #FB7906 !important;
}

#customerTab .nav-link {
    color: #282828 !important;
    font-size: 0.8rem;
}

.slider-direction {
    direction: ltr !important;
}

.slick-prev::before {
    content: "\2039" !important;
    font-size: 65px !important;
    color: #c8a483 !important;
    position: relative;
    top: -32px;
}

.slick-next::before {
    content: "\203A" !important;
    font-size: 65px !important;
    color: #c8a483 !important;
    position: relative;
    top: -32px;
}

.partner-card {
    max-width: 100px !important;
    margin: 15px 28px;
}

.slider-display {
    display: none;
}

.stylish-input-group button,
.stylish-input-group button:focus,
.stylish-input-group button:active,
.stylish-input-group button:focus,
.stylish-input-group .input-group-prepend:active,
.stylish-input-group > .input-group-prepend .btn.focus,
.stylish-input-group > .input-group-prepend .btn:focus {
    background: transparent;
    border-color: transparent !important;
    outline: 0;
    border-width: 0px;
    padding: 0px !important;
}

.form-control-search {
    height: 25px !important;
}

.font-search {
    font-size: 0.7rem !important;
    height: 27px;
}

.font-small {
    font-size: 0.71rem;
}

.login-logo img {
    height: 25px;
}

.harris-logo {
    height: auto !important;
    width: 140px !important;
}
@media only screen and (max-width: 800px){
    .harris-logo{
        width:110px !important;
    }
} 

#particles-js {
    position: absolute; width: 100%; height: 100%; background-color: rgba(41, 41, 41, 0.45); background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.slider-main {
    position: relative;
    min-height: calc(80vh);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../../image/bgslider.jpg');
    overflow: hidden;
}

.st0 {
    fill: #ffffff;
}

.svg-slide {
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 100.7%;
}

.filter-slider {
    height: 100% !important;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: rgba(101, 24, 152, 0.3);
    position: relative;
    min-height: calc(70vh);
}

.slider-text {
    position: absolute;
    z-index: 4;
    top: calc(30vh - 50px);
}

.text-black,
.text-black a {
    color: #2D2D2D;
}

.btn-harris {
    background-color: #5C1A7D;
    width: auto;
    color: #FFFFFF;
    position: relative;
}

.btn-txt {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.btn-harris:before {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    content: '';
    background: #fffeec;
    opacity: 1;
    transition: all 0.5s;
    z-index: 1;
}

.btn-harris:hover:before {
    width: 100%;
}

.btn-harris:hover {
    color: #5C1A7D;
    font-weight: bold;
}

.demo-logo {
    width: 80px;
    height: auto;
}

.comment-img {
    height: 170px !important;
    width: auto;
}

.introContainer {
    background-color: #201D51;
}

.IconPlayer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
}

.video-container {
    position: relative;
    background-color: black;
    height: auto;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.footer-top {
    background-color: #151517 !important;
}

.text-orang2 {
    color: #FB7906;
    font-weight: bold;
    font-size: 0.8rem;
}

.text-cream {
    color: #E8DBC7 !important;
}

    .text-cream:hover {
        color: #E8DBC7 !important;
    }

.bg-orange {
    background-color: #FB7906;
}

.bg-blue {
    background-color: #43647c !important;
}

.white-placeholder::placeholder {
    color: #a3bdcc;
}

.white-placeholder:focus {
    border: 1px solid #FFFFFF !important;
}

.white-placeholder {
    border: 1px solid #a3bdcc !important;
}
.divider { /* minor cosmetics */
    display: table;
    font-size: 24px;
    text-align: center;
    width: 75%; /* divider width */
    margin: 40px auto; /* spacing above/below */
}

    .divider span {
        display: table-cell;
        position: relative;
    }

        .divider span:first-child, .divider span:last-child {
            width: 50%;
            top: 18px; /* adjust vertical align */
            -moz-background-size: 100% 2px; /* line width */
            background-size: 100% 2px; /* line width */
            background-position: 0 0, 0 100%;
            background-repeat: no-repeat;
        }

        .divider span:last-child { /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
            background-image: -webkit-linear-gradient(180deg, transparent, #000);
            background-image: -moz-linear-gradient(180deg, transparent, #000);
            background-image: -o-linear-gradient(180deg, transparent, #000);
            background-image: linear-gradient(90deg, transparent, #000);
        }

        .divider span:nth-child(2) {
            color: #000;
            padding: 0px 5px;
            width: auto;
            white-space: nowrap;
        }

        .divider span:first-child { /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
            background-image: -webkit-linear-gradient(180deg, #000, transparent);
            background-image: -moz-linear-gradient(180deg, #000, transparent);
            background-image: -o-linear-gradient(180deg, #000, transparent);
            background-image: linear-gradient(90deg, #000, transparent);
        }
@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    background-color: #E2E2E2;
    margin: 0;
    
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans !important;
}
h1 {
	font-weight: bold;
}
.wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.ltr {
	direction: ltr;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: 0.8em;
}
.text-xsmall {
	font-size: 0.6em;
}
.text-large {
	font-size: 1.2em;
}
.text-xlarge {
	font-size: 1.4em;
}
.text-underline {
	text-decoration:underline;
}
.text-ultralight {
	font-weight: 200;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: normal;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}
.text-black {
	font-weight: 900;
}
blockquote {
	font-weight: 500;
	padding: 10px;
	border: 1px dashed #666666;
}

.mainbox {
	width: 100%;
	background-color: #EFEFEF;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
}

.mainboxnegativ {
	width: 100%;
	background-color: #000000;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
	color: #F9F9F9;
}

.mainbox2 {
	font-size: 1em;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbox3 {
	width: 100%;
	background-color: #b8b8b8;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	padding-right: 20px;
}

.farsiparagraph {
	font-size: 1em;
	width: 47%;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.englishparagraph {
	font-size: 1em;
	width: 47%;
	float: left;
	direction:ltr;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;


}
.rightbox {
	width: 60%;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F7F7F7;

}

.titelbox {
	width: 60%;
	padding-right: 25px;
	padding-left: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F2F2F2;
	color: #4B4B4B;
}


.lefttbox {
	
	padding-right: 20px;
	padding-left: 4px;
	float: right;
	margin-bottom: 10px;
	min-width: 0px;
}

.alphabet {
	width: 35%;
	float: left;
	font-size: 21em;
	text-align: center;
	font-weight: 500;
	color: #999999;
}

.alphabet2 {
	width: 35%;
	float: left;
	direction: ltr;
	font-size: 1.6em;
	text-align: left;
	font-weight: 500;
	color: #333333;
	margin-top: 100px;
}
.footer {
	font-weight: 300;
	font-size: 0.7em;
	text-align: center;
	direction: ltr;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

