@import url('font-awesome.min.css');
.mweb {
	align-items: center;
	display: flex;
	justify-content: center;
}
.mweb a img {
	display:inline-block
}
a {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
}

.mwfc_tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300;
}

/* Nav */

.mwfc_tabs nav {
    text-align: center;
}

.mwfc_tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.mwfc_tabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}

.mwfc_tabs nav li.tab-current {
    border: 1px solid #47a3da;
    box-shadow: inset 0 2px #47a3da;
    border-bottom: none;
    z-index: 100;
}

.mwfc_tabs nav li.tab-current:before,
.mwfc_tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}

.mwfc_tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.mwfc_tabs nav a {
    color: #becbd2;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}

.mwfc_tabs nav a:hover {
    color: #768e9d;
}

.mwfc_tabs nav li.tab-current a {
    color: #47a3da;
}

/* Icons */

.mwfc_tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

/* Content */

.content section {
    font-size: 1.25em;
    padding: 3em 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}

/* Fallback example */

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}

.content section.content-current {
    display: block;
}

.mediabox {
    float: left;
    width: 33%;
    padding: 0 25px;
}

.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mediabox h3 {
    margin: 0.75em 0 0.5em;
}

.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
    .mwfc_tabs nav a span {
        display: none;
    }

    .mwfc_tabs nav a:before {
        margin-right: 0;
    }

    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }

    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }

    .mediabox h3 {
        margin-top: 0;
    }

    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }

    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }

    .mediabox:after {
        clear: both;
    }
}

@media screen and (max-width: 32em) {
    .mwfc_tabs nav ul,
    .mwfc_tabs nav ul li a {
        width: 100%;
        padding: 0;
    }

    .mwfc_tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px;
    }

    .mwfc_tabs nav ul li:last-child {
        border-right: none;
    }

    .mediabox {
        text-align: center;
    }

    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .mediabox h3 {
        margin: 1.25em 0 1em;
    }

    .mediabox p {
        margin: 0;
    }
}

.container > header {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0 0 0.6em 0;
    float: left;
    font-weight: 400;
}

.container > header > span {
    display: block;
    position: relative;
    z-index: 9999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
    width: 30px;
    height: 30px;
    left: -12px;
    font-size: 50%;
    top: -8px;
    font-size: 75%;
    position: relative;
}

.container > header > span span:hover:before {
    content: attr(data-content);
    text-transform: none;
    text-indent: 0;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 110%;
    padding: 0.8em 1em;
    line-height: 1.2;
    text-align: left;
    left: auto;
    margin-left: 4px;
    position: absolute;
    color: #fff;
    background: #47a3da;
}

.container > header nav {
    float: right;
    text-align: center;
}

.container > header nav a {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.1em;
    border: 4px solid #47a3da;
}

.container > header nav a > span {
    display: none;
}

.container > header nav a:hover:before {
    content: attr(data-info);
    color: #47a3da;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    pointer-events: none;
}

.container > header nav a:hover {
    background: #47a3da;
}

.bp-icon:after {
    font-family: 'bpicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #47a3da;
    -webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    text-indent: 0;
}

.container > header nav a:hover:after {
    color: #fff;
}

.bp-icon-next:after {
    content: "\e000";
}

.bp-icon-drop:after {
    content: "\e001";
}

.bp-icon-archive:after {
    content: "\e002";
}

.bp-icon-about:after {
    content: "\e003";
}

.bp-icon-prev:after {
    content: "\e004";
}

p.info {
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 55em) {

    .container > header h1,
    .container > header nav {
        float: none;
    }

    .container > header > span,
    .container > header h1 {
        text-align: center;
    }

    .container > header nav {
        margin: 0 auto;
    }

    .container > header > span {
        text-indent: 30px;
    }
}


.bodyparsi {
    font-size: 10pt;
    color: #787878;
    direction: rtl;
    text-align: right;
    margin: 0 auto;
    width: 72%;
    padding: 0px;
    border: 5px solid #1abc9c;
    border-radius: 15px;
}

.errorwppafe {
    width: 88%;
    border: 1px #d3400d solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-align: center !important;
    display: block !important;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    background: yellow !important;
    margin-top: 15px !important;
}

.okwppafe {
    width: 94%;
    border: 1px #a1cb45 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 5px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background: #eaf8cc;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.contentparsi h2 {
    background-color: #1abc9c;
    border-radius: 5px;
    padding: 15px;
    color: rgb(255, 255, 255);
}

#mainparsi {
    margin: 10px;
}

.clear {
    clear: both
}

form {
    margin: 0px;
    padding: 0px;
}

input,
select {
    padding: 5px;
    font-size: 10pt;
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

input[type="submit"] {
    padding: 15px;
    font-size: 11pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

input[type="submit"]:hover {
    background: #f1c40f;
}

.contentparsi {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 50px 0 0 0;
    padding: 10px;
    text-align: center;
}

.formsparsi {
    direction: rtl;
    padding-right: 20px;
    text-align: right;
}

.formsparsi h2 {
    padding: 8px 2px;
    border-bottom: 1px solid #CCC;
}

.formsparsi label:hover {
    background: #f1c40f;
}

.formsparsi label {
    width: 50%;
    background: #16a085;
    text-align: center;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    background-color: #1abc9c;
    border-radius: 5px;
    padding: 15px;
    color: rgb(255, 255, 255);
}

.formsparsi .formparsi,
.formsparsi .form-ltr {
    width: 300px;
    float: right;
    padding: 2px;
    margin: 5px 0;
}

.formsparsi .form-ltr {
    direction: ltr;
    text-align: left;
}

.formsparsi.text {
    width: 250px;
    height: 100px;
    overflow: auto;
}

.submitbot {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #16a085;
    cursor: pointer;
    color: #fff;
}

.submitbot:hover {
    font-size: 11pt;
    background: #1abc9c;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.textare2:hover {
    border: 1px solid #6295f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.textare2 {
    width: 96%;
}

.textare1:hover {
    border: 1px solid #6295f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.textare1 {
    width: 96%;
    padding: 5px;
    font-size: 10pt;
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.pptitle {
    margin-top: 40px;
    font-size: 50px;
    text-align: center;
    line-height: 70px;
}