@font-face{
    font-family: 'welearn';
    src : url('fonts/BYekan.woff') format('woff');
}
@font-face{
    font-family: 'welearn_s';
    src : url('fonts/BKoodakBold.woff') format('woff')
}    
/**
 * html5doctor.com 
Reset Stylesheet v1.6.1 
 * Richard Clark 
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
body{
    color: #444;
    background: #f3f3f3;
    font: 12px 'tahoma';
    direction: rtl;
}
li{
    list-style: none;
}
:focus{
    outline: 0;
}
.clear{
    clear: both;
}
::selection{
    background: #222;
    color: #fdfdfd;
}
a{
    text-decoration: none;
    transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    color: #2ecc71;
}
.masthead{
    width: 100%;
    height: 50px;
    background: #2c3e50;
    position: relative;
}
.main_masthead{
    width: 1100px;
    margin: 0 auto;
}
.main_masthead > ul > li{
    display: inline-block;
    float: right;
    position: relative;
}
.main_masthead > ul > li > a{
    color: #fdfdfd;
    display: block;
    padding: 12px 15px;
    font: 13px/2 'welearn';
}
.main_masthead > ul > li > a:hover{
    background: #27ae60;
}
.search{
    float: left;
    margin: 5px 0 0 0;
}
.search input{
    background: #23313f url(24_search.png) 3% no-repeat;
    padding: 8px 10px 8px 20px;
    border: 2px solid #23313f;
    color: #fdfdfd;
    direction: rtl;
    text-align: right;
    font: 11px 'tahoma';
     transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;   
}
.search input:focus{
    border: 2px solid #27ae60;
     transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
#main{
    max-width: 1100px;
    margin: 20px auto;
}
#header-nav{
    margin: 0 auto;
}
#header-nav ul > li{
    width: 100px;
    height: 105px;
    background: #ccc;
    float: right;
}
#header-nav ul > li > a{
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fdfdfd;
    font: 13px 'welearn', 'tahome';
}
#header-nav .fa{
    margin: 10px auto;
}
.nav-txt{
    line-height: 15px;
}

.logo{
    float: left;
}
.menu-list > li .fa, .menu-list > li .fab {
    font-size: 54px;
    line-height: 1.3;
}

.menu-list > li .fa, .menu-list > li .fas {
    font-size: 55px;
    line-height: 1.3;
}
.welearn-container{
    widows: 1100px;
    margin: 20px auto;
}
.welearn-post{
    width: 760px;
    float: right;
    margin-bottom: 50px;
}
.ourpost{
    width: 440px;
    height: 250px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 6px solid #e6e6e6;
    float: right;
    margin-bottom: 20px;
}
.ourpost h3{
    background: #222;
    color: aquamarine;
    padding: 7px 15px;
    font: 13px 'welearn'
}
.ourpost ul{
    padding: 0;
}
.ourpost ul li{
    padding: 11px;
    border-bottom: 1px solid #e6e6e6;
}
.ourpost ul li:after{
    content: '';
    display: block;
    clear: both;
}
.ourpost img{
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 15px;
}
.ourpost ul li a{
    color: orange;
    padding: 5px;
}
.ourpost ul li a:hover{
    background: #e74c3c;
    color: #fdfdfd;
}
.ourpost ul li div{
    display: grid;
}
.ourpost span{
    font-size: 11px;    
    padding: 5px;   
}
.ads_in {
    float: right;
    margin-right: 16px;
}
.ads_in img{
    width: auto;
    height: 250px;
}
.post{
    width: 760px;
    margin-bottom: 30px;
    float: right;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 6px solid #e6e6e6;
}
.post-title{
    margin: 5px 15px;
    padding: 5px;
    font: 20px 'welearn_s','myriad pro';
}
.post-title a{
    color: #344;
}
.post-img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.post-content{
    padding: 10px;
}
.post-content p{
    font: 12px/2 'tahoma';
    text-align: justify;
    padding: 10px 15px;
}
.post footer{
    border-top: 1px solid green;
    margin: 15px auto;
}
.post footer div{
    widows: 50px;
    padding: 5px 13px;
    border-left: 1px solid pink;
    float: right;
    font: 12px 'tahoma';
    margin: 0 auto;
    text-align: center;
}
.post footer a{
    color: bisque;
}
.post footer a:hover{
    color: #1abc9c;
}
.more-link{
    width: auto !important;
    float: left !important;
    padding: 3.5px 15px !important;
    background: #2ecc71;
    border-radius: 15px;
    margin: 3.5px 15px !important;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.more-link a{
    color: beige !important;
    font: 13px 'tahoma';
}
.more-link:hover{
    background: #34495e;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.post-meta{
    width: 100%;
    height: 55px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 6px solid #e6e6e6;
}
.post-meta .download{
    width: 100px;
    height: 30px;
    background: #3498de;
    border: 2px solid #3498db;
    display: block;
    margin: 10px;
    color: #fdf;
    font: 13px 'welearn','tahoma';
    border-radius: 2px;
    float: right;
}
.post-meta .download:hover{
    background: none;
    color: #349;
}
.post-meta .help{
    width: 100px;
    height: 30px;
    background: #e74c3c;
    border: 2px solid #e74c3c;
    display: block;
    margin: 10px;
    color: #fdf;
    font: 13px 'welearn','tahoma';
    border-radius: 2px;
    float: right;
}
.post-meta .help:hover{
    background: none;
    color: #e74c3c;
}
.wp-pagenavi a, .wp-pagenavi span{
    background: #9b59b6;
    padding: 5px;
    float: right;
    color: aliceblue;
    margin: 2px;
    border-radius: 15px;
}
.wp-pagenavi span.current{
    background: #344;
}
.left-sidebar{
    width: 300px;
    float: left;
}
.left-sidebar .sidebox, .left-sidebar .ads{
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
}
.left-sidebar .sidebox h3, .left-sidebar .ads h3{
    padding: 8px 20px;
    color: #fdfdfd;
    font: 13px 'welearn';
    background: #34495e;
}
.left-sidebar .sidebox ul{
    margin: 10px auto;
}
.left-sidebar .sidebox ul li a{
    padding: 7px 22px;
    color: #444;
    display: block;
}
.left-sidebar .sidebox ul li a:hover{
    background: #f39c12;
    color: azure;
    display: block;
}
.left-sidebar .sidebox img{
    margin: 10px 20px;
}
.left-sidebar .ads ul li a{
    padding: 5px 10px;
    display: block;
    color: #555;
}
.left-sidebar .ads span{
    display: block;
    margin: 5px 0;
}
.ads_single{
    margin-bottom: 30px;
}

.left-sidebar .ads ul li:nth-child(1) a{
    border-right: 4px solid #e74c3c;
}
.left-sidebar .ads ul li:nth-child(2) a{
    border-right: 4px solid #9b59b5;
}
.left-sidebar .ads ul li:nth-child(3) a{
    border-right: 4px solid #1abc9c;
}
.left-sidebar .ads ul li:nth-child(4) a{
    border-right: 4px solid #3498de;
}
.left-sidebar .ads ul li:nth-child(1) a:hover{
    background: #e74;
    color: bisque;
}
.left-sidebar .ads ul li:nth-child(2) a:hover{
    background: #9b5;
    color: bisque;
}
.left-sidebar .ads ul li:nth-child(3) a:hover{
   background: #1ab;
    color: bisque;
}
.left-sidebar .ads ul li:nth-child(4) a:hover{
    background: #349;
    color: bisque;
}
.footer-nav{
    width: 100%;
    background: #e74c3c;
    margin: 20px auto 0;
    clear: both;
    position: relative;
    font: 13px 'welearn';
    background: #34495e;
}
.main-footer{
    width: 1100px;
    margin: 0 auto;
}
.about{
    width: 300px;
    height: 300px;
    float: right;
}
.about h5, .social h5, .support h5{
    font: 16px 'welearn_s', 'tahoma';
    padding: 5px;
    margin: 10px auto;
    color: #fdfdfd;
}
.about p{
    font: 13px/2 'welearn_s' ,'myriad pro';
    text-align: justify;
    color: #e2e2e2;
}
.social{
    width: 300px;
    height: 300px;
    margin: 0 50px;
    float: right;
}
.social ul li{
    float: right;
    margin: 10px 2px;
}
.support{
    width: 264px;
    height: 300px;
    float: left;
}
.support ul li{
    width: 40px;
    height: 40px;
    margin: 2px;
    border-radius: 2px;
    float: right;
    background: #2c3e50;
}
.footer-bot{
    width: 1100px;
    height: 50px;
    background: #2c3e50;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    clear: both;
}
.footer-bot .copyright{
    color: antiquewhite;
    margin: 18px 20px 0;
    float: right;
}
.footer-bot .ui{
    float: left;
    color: floralwhite;
    margin: 17px 0 0 20px;
}