@import url("../bootstrap/css/bootstrap-icons.css");

@keyframes stretch {
    0% {
        transform: scale(.5);
        background-color: green;
        border-radius: 100%;
    }
    
    50% {
        background-color: orange;
    }
    
    100% {
        transform: scale(2.0);
        background-color: red;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1.5);
    }
    
    100% {
        transform: scale(1);
    }
}
@keyframes wawe {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1.2);
    }
    
    100% {
        transform: scale(1);
    }
}

@font-face {
    font-family: 'iransans';
    src: url('../font/IRANSansWeb.eot?v=1.0');
    src: url('../font/IRANSansWeb.eot?v=1.0#iefix') format('embedded-opentype'),
    url('../font/IRANSansWeb.woff?v=1.0') format('woff'),
    url('../font/IRANSansWeb.ttf?v=1.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.noselect, .noselect * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
									 supported by Chrome and Opera */
}

@font-face {
    font-family: "Estedad-VF";
    src: url("../font/Estedad[KSHD,wght].woff2")
  }
  @font-face {
    font-family: "YekanBakh";
    src: url("../font/YekanBakh-Light.ttf");
}

@font-face {
    font-family: 'yekan-bakh';
    src: url("../font/YekanBakhNew-ExtraBold.eot");
    src: url("../font/YekanBakhNew-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../font/YekanBakhNew-ExtraBold.woff2") format("woff2"),
    url("../font/YekanBakhNew-ExtraBold.woff") format("woff"),
    url("../font/YekanBakhNew-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url("../font/YekanBakhNew-Regular.eot");
    src: url("../font/YekanBakhNew-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/YekanBakhNew-Regular.woff2") format("woff2"),
    url("../font/YekanBakhNew-Regular.woff") format("woff"),
    url("../font/YekanBakhNew-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 *{
    font-family: "yekan-bakh";
 }
a {text-decoration: none}
body {
    background-color: #fefefe;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "YekanBakh";
}
.rtls {direction: rtl}

.text-left {text-align: left}
.text-center {text-align: center}
.text-right {text-align: right}

.btn-chunk {
    background-color: #F1F1F1;
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius: 8px;
    margin: 0 3px;
    font-size: 14px;
}

.btn-chunk:hover {
    background-color: #fff;
}

.text-black {color: #000;}

.mw-sec1 {
    max-width: 840px;
    margin: auto;
    text-align: center;
}

li {
    font-size: 13px;
    margin: 0 4px;
    font-weight: 700;
}

@media (max-width:800px) {
    .h1-sec {
        font-size: 20px;
        line-height: 30px  !important;
        margin: 0 10px;
    }
}

.line-h-80 {
    line-height: 80px;
}

.bg-header {
    background-color: lightblue;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-22 {
    font-size: 22px;
}

@media (min-width:994px) {
    .nav-btn {
        background-color: #ededed;
        padding: 1px 10px;
        color: rgb(24, 24, 24);
        border-radius: 8px;
        margin: auto 10px;
    }
}

.bg-img {
    padding-top: 60px;
    background-image: url('../img/new-mainpage1-min.jpg');
    border-radius: 8px;
}

.mw-150 {
    max-width: 155px;
    min-width: 150px;
}

.bg-bread {
    background-color: #ededed;
}

.box-shop {
    margin: 35px 7px;
    max-width: 250px;
    min-width: 250px;
    background-color: #fafafa;
    border-radius: 6px;
    border: 1px solid #f4f4f4;
}

.littl-box {
    position: relative;
    top: -25px;
    border: 1px solid #f9f9f9;
    border-radius: 8px;
    height: 175px;
    background-color: white;
    margin: auto;
}

.text-gray {
    font-size: 12px;
    font-weight: 500;
    color: #a8afbb;
    margin: 10px 5px;
}


.rel-box {
    position: relative;
    top: -23px;
}

.block-btn {
    width: 95%;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
}

.red {
    background-color: #fcdae2;
    color: #ef476f;
}

.green {
    background-color: #cdf9cd;
    color: #35ac35;
}

.text-green {
    color: #8dbd5b;
}


.per-btn {
    font-size: 12px;
    padding: 5px 4px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.bg-search {
    background-color: #fcfcfc !important;
}

.blue {
    background-color: #cdd5f9;
    color: #304aca;
}

.pic-radius {
    width: 298px;
    border-radius: 6px 6px 0px 0px;
}

.box-shop-lg {
    text-align: center;
    padding: 0;
    border: none;
    margin: 35px 15px;
    max-width: 300px;
    min-width: 300px;
    background-color: #fafafa;
    border-radius: 6px;
}

.dash-br {
    border-bottom: 1px dashed gray;
}

.nav-tit {
    border-left: 2px solid #425ace !important;
    color: #425ace !important;
}

.light-br {
    border: 1px solid #fbfbfb;
}

.bg-webinar{
    background-color: #e6ecfc;
}

.webinar{
    color:#e521a5;
}

.box-article{
    border: 1px solid #f7f7f7;
    background-color: white;
    border-radius: 6px;
}

@media (min-width:994px) {
    .box-article{
        max-width: 630px;
        min-width: 630px;
    }
}


.box-cat{
    border: 1px solid lightgray;
    border-radius: 6px;
    padding: 0;
    margin: 15px;
}

.box-cat-tit{
    background: #304aca;
    color: white;
    padding: 18px;
    border-radius: 5px 5px 0px 0px;
    text-align: end;
}


.box-cat li{
    padding: 5px 2px;
}

.new-card ul{
    list-style: none;
}

.new-card ul li{
    position: relative;
}

.new-card ul li::before {
    content: '';
    background: #304aca;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -17px;
    top: 11px;
    border: 3px solid #a6b5ff;
}
.col-lg.box-cat{
    margin: 15px;
}

@media screen and (max-width: 1399px){
    .col-lg.box-cat{
        margin: 15px auto;
    }
    
}

@media screen and (max-width: 920px){
    .not-flat-bg{
            width: 85% !important;
    }
    
}

@media screen and (max-width: 490px){
    .not-flat-bg {
        background-image: none !important;
        width: 100% !important;
        background-color: #191e3c;
    }
    
}

.header-items div{
    transition: all 0.4s;
    cursor: pointer;
}

.header-items div:hover{
    background-color: #efefef;
}

@media screen and (max-width: 920px){
    .box-shop{
        max-width: unset !important;
        margin: 35px 21px !important;
    }
}

li.nav-btn.nav-item {
    transition: all 0.3s;
}

li.nav-btn.nav-item:hover {
    background: #d5d5d5;
}

a.navbar-brand.border-end.pe-0.pe-sm-5{
    transition: all 0.3s;
}

a.navbar-brand.border-end.pe-0.pe-sm-5:hover {
    background: #cdcdcd;
    border-radius: 7px;
}

.rotate-hover{
    transition: all 0.7s;
}

.rotate-hover:hover{
    transform: rotateZ(360deg);
}

.next-prev-box{
        width: 110px;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
}

.col.box-shop.px-2.text-center{
    transition: all 0.3s;
}

.col.box-shop-lg{
    transition: all 0.3s;
}

.col.box-shop-lg:hover {
    transform: scale(1.1);
    background: #ececec;
}

.col.box-shop.px-2.text-center:hover {
    transform: scale(1.1);
    background: #ececec;
}

.titledline{
    position: relative;
    z-index: 0;
    min-height: 55px;
    border-radius: 8px;
}

.titledline .col{
    z-index: 1;
}

.titledline:hover .section-title-bg{
    width: 100%;
    background-color:  rgb(201, 201, 201);
}

.section-title-bg{
    background-color: #ededed;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 1.4s;
    z-index: 1;
}

.nav-animateds .nav-item{
    position: relative;
    transition: all 0.5s;
}



.nav-animateds .nav-item:hover{
    background: #f9f9f9;
}

.nav-animateds .nav-item:hover .anim-underline{
    width: 91%;
}
.anim-underline{
    background-color: #b95ee7;
    width: 0%;
    height: 2px;
    position: absolute;
    right: 3px;
    bottom: 0;
    display: block;
    transition: all 0.5s;
}

.not-padding{
        padding-bottom: 7px !important;
        padding-top: 7px !important;
}
.seemore-div {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.seemore-div::before {
    content: "";
    position: absolute;
    border-top: 2px solid #d9dde0;
    width: 100%;
    left: 0;
    top: 21px;
}
.btn-round-more {
    position: inherit;
    z-index: 1;
    border-radius: 25px;
    background-color: #fff;
    border-color: #d9dde0;
    color: #041cfa;
    direction: rtl;
    font-size: 18px;
    padding: 0 12px 0 50px;
    transition: all ease 0.5s;
    height: 45px;
    line-height: 45px;
}
.btn-round-more svg {
    margin-left: 20px;
    size: 25px;
}

.btn-round-more:hover {
    border-color: #041cfa;
    background-color: #041cfa;
    color:#fff;
}
.clearfx::after {
    display: table;
    content: " ";
    clear: both;
}
.article.alist {direction: rtl}
.article-list {
    direction: rtl;
    display: inherit;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: #E0E0E0 0 0 5px;
    height: 110px;
    transition: all ease 0.5s;
}
.article-list:hover {
    box-shadow: #A675DC 0 0 5px;
}
.article-header {
    color: #868F96;
    size:14px;
    height: 30px;
    line-height: 30px;
}
.article-header > .article-title {float: right; vertical-align: top; width: calc(100% - 72px)}
.article-header > .article-date {width: 70px; float: left; font-size: 13px; text-align: left}
.article-body {height: 58px;}
.article-body > .article-img {width: 74px; height: 58px; border-radius: 20px; float: right; text-align: center; vertical-align: top; overflow: hidden; position: relative}
.article-body > .article-img img {max-width: 100%;}
.article-body > .article-content {width: calc(100% - 80px); float: left; font-size: 13px; text-align: right; overflow: hidden}
.article-content > .article-content-body {height: 38px; overflow: hidden; color: #130c52; font-size: 15px;}
.article-content > .article-content-body a {color: #130c52;}
.article-content > .article-footer {height: 25px;}
.article-footer-right {width: auto; float: right; vertical-align: top; background-color: #f2f2f2; border-radius: 10px; height: 25px;}
.article-chunk-ico {display: inline-block; padding: 0 5px; line-height: 25px; font-size: 13px;}

.article-chunk-ico i {vertical-align: top; margin-top: 3px; font-size: 16px; display: inline-block; padding-left: 2px;}
.article-footer-left {width: auto; vertical-align: top; float: left; font-size: 13px;}
.article-footer-left i {display: inline-block; padding-left: 2px; font-size: 16px; margin-top: 1px; vertical-align: top}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}
.base-box {direction: rtl;}
.base-box > .right-bx {float: right; vertical-align: top; width: 220px;}
.mini-finder {background-color: #fff; border-radius: 25px; box-shadow: #ccc 0 0 5px; padding: 0; overflow: hidden; height: 32px;}
.mini-finder > input {border: 0; background-color: transparent; border-radius: 24px; outline-style: none; height: 32px; font-size: 13px}
.mini-finder > input:focus {
    box-shadow: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
}
.base-box > .left-bx {float: left; vertical-align: top; width: calc(100% - 240px); }

.nomargrl {margin-left: 0; margin-right: 0;}
.ltrs {direction: ltr}

.title-heding {}
.title-heding i {
    font-size: 12px;
}
.head-tag {direction: rtl; padding: 5px 0;}
.head-tag a {display: inline-block; margin-bottom: 8px; color: #0d6efd; border:1px solid #0d6efd; padding: 2px 8px; font-size: 13px; border-radius: 8px; margin-left: 3px; transition: all ease 0.5s;}
.head-tag a:hover {color: #fff; background-color:#0d6efd;}

.hx-title {padding: 20px 0 5px;}

.top-article {}
.top-article > div {padding-left: 8px !important;
    padding-right: 8px !important; margin-bottom: 15px;}
.top-item {position: relative; height: 224px; background-color: #fff; box-shadow: #ccc 0 0 5px; overflow: hidden;  border-radius: 20px;}
.top-item:hover .top-body {
    bottom: -80px;
}
.top-item:hover .top-image img {opacity: 1; width: 105%; height: 105%;}
.top-image {position: absolute; width: 100%; height: 100%; background-color: #000; border-radius: 25px; overflow: hidden;}
.top-image img {position: absolute; width: 100%; height: 100%; object-fit: cover;  transition: all ease 0.3s; opacity: 0.6}
.top-body {position: absolute; max-width: 100%; bottom: -110px; z-index: 1; height: 210px; background-color: #fff; padding: 10px 15px; border-radius: 20px; transition: all ease 0.3s;}
.top-date {color: #fcbf17; text-align: left; height: 25px; font-size: 13px;}

.top-title {height: 30px;
    font-size: 13px;
    font-weight: bold;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.top-mini-ico { height: 30px; line-height: 28px; display: inline-block; width: auto; margin: 0 2px; font-size: 12px; max-width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #838383;
}
.top-mini-ico img {vertical-align:top;height: 22px; width: 22px; border-radius: 25px;}
.top-mini-ico i {vertical-align:top;width: 22px; height: 22px; display: inline-block; font-size: 15px; background-color: #E1003C; border-radius: 25px; overflow: hidden; text-align: center; line-height: 30px; color:#fff;}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    transition: all ease 0.3s;
    content: "";
    margin-left: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #D7D7D7;
    border-radius: 5px;
    
    transform: scale(1);
}
.styled-checkbox:hover + label:before {
    background: #A4C4F1;
    animation: wawe 0.3s ease;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #0d6efd;
    animation: pulse 0.5s ease;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.unstyled {
    direction: rtl;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.unstyled > li {
    margin: 12px 0;
    direction: rtl;
}

.fast-box {background-color: #fff; margin-top: 15px; border-radius: 15px; box-shadow: #E1E1E1 0 0 5px;}
.fast-title {height: 40px; line-height: 40px; padding: 0 15px; border-bottom: 1px solid #ddd; position: relative}
.fast-title i {
    float: left;
    line-height: 40px;
    padding-top: 3px;
}
.fast-body {padding: 10px 5px}
.fast-body2 {padding: 15px 10px}

.mini-c-form {font-size: 12px; height: 30px; line-height: 30px; margin-bottom: 5px}
.mini-c-form::after {content: " "; display: table; clear: both;}
.mini-c-form > label {vertical-align: top; width: 35%; float: right; font-weight: bold;}
.mini-c-form > select {vertical-align: top; width: 64%; color:#333; background-color: #F3F2F5; float: left; padding: 0; margin-top: 2px; height: 26px; font-size: 12px; border-radius: 10px;}
.mini-c-form > .mini-c-btns {vertical-align: top; width: 64%; height: 30px; overflow: hidden}
.mini-c-btns button {height: 25px; border-radius: 8px; border:1px solid #b7b7b7; color:#b7b7b7; background-color: transparent; padding: 0 4px; line-height: 25px; margin:2px 1px 0 1px; transition: all ease 0.3s}
.mini-c-btns button:hover, .mini-c-btns button.active {
    border-color: #793ce2;
    color: #793ce2;
}

.btn-violet { background-color: #793ce2; border-color: #793ce2; color: #F1E9F8; transition: all ease 0.3s;}
.btn-violet:hover { color:#fff; background-color: #915CEC; border-color: #915CEC;}
.btn-block {display: block; width: 100%;}
.radius-1 {border-radius: 5px;}
.radius-2 {border-radius: 10px;}
.radius-3 {border-radius: 15px;}
.radius-4 {border-radius: 20px;}
.radius-5 {border-radius: 25px;}

.teacher-list {}
.teacher-item {margin-bottom: 20px; border-radius: 20px; box-shadow: #ccc 0 0 5px; padding: 10px; transition: all ease 0.5s;}
.teacher-item:hover {box-shadow: #B296E1 0 0 5px; background-color: #f7f7f7}
.teacher-image {float: right; vertical-align: top; width: 120px; text-align: center}
.teacher-img {width: 80px; height: 80px; position: relative; margin: 0 auto 5px auto;}
.teacher-img > img {
    
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}
.teacher-info {float: right; vertical-align: top; margin: 0 10px 0 3px; width: calc(100% - 273px);}
.teacher-btn {float: left; vertical-align: top; width: 140px;}
.teacher-title {text-align: center; font-weight: bold; color:#000;}
.teacher-rate {text-align: center}
.teacher-rate i {color: #CE6E00;}
.teacher-row {line-height: 25px; font-size: 13px; color: #5f5f5f}
.teacher-row strong {color: #343434;}
.teacher-row i {width: 25px; height: 25px; display: inline-block; vertical-align: top; font-size: 22px; text-align: left}
.teacher-row img {width: 25px; height: 25px; display: inline-block; vertical-align: top; border-radius: 100%;}

.blog-box {}
.blog-box-right {float: right; vertical-align: top; width: calc(100% - 290px);}
.blog-box-left {float: left; vertical-align: top; width: 280px;}
.box-white {background-color: #fff; box-shadow: #ccc 0 0 3px; border-radius: 5px; direction: rtl}
.box-white-paddinger {padding: 15px 30px;}
.blog-box-bradcramp {height: 60px; margin-bottom: 5px; line-height: 60px; border-bottom: 1px solid #ccc;}
.blog-box-bradcramp > span {display: inline-block; color: #363638; font-size: 14px}
.blog-box-bradcramp > a {display: inline-block; color: #ACB2BD; padding-left: 5px; font-size: 12px}
.blog-box-bradcramp > a:after {
    display: inline-block;
    padding-right: 6px;
    content: ">";
    font-size: 13px;
    color:#ffa398;
}

.blog-box-title {height: 50px; padding-top: 20px; direction: rtl}
.blog-box-title h1 {float: right; font-size: 18px; font-weight: bold; vertical-align: top; width: calc(100% - 182px); line-height: 40px;}
.blog-box-title .left-title-btn {float: left; line-height: 40px; font-size: 13px; vertical-align: top; width: 180px;}
.left-title-btn label {display: inline-block; line-height: 40px;}
.left-title-btn label i {font-size: 21px; vertical-align: top; display: inline-block; margin-top: 3px; margin-right: 2px;}

.blog-box-image {padding: 20px 0; text-align: center}
.blog-box-image img {width: 100%; height: auto; max-height: 450px; object-fit: cover;}

.blog-box-detail-right {float: right; vertical-align: top; width: 48%;}
.blog-box-detail-right a {color: #474747; font-size: 13px; transition: all ease 0.3s;}
.blog-box-detail-right a:hover {color:#000;}
.blog-box-detail-right span {color: #797979; font-size: 14px;}
.blog-box-detail-right img {width: 30px; height: 30px; border-radius: 100%; text-align: right}
.blog-box-detail-left {float: left; vertical-align: top; width: 48%; text-align: left}
.blog-box-detail-left span {display: inline-block; padding-right: 5px; font-size:14px; color:#797979; line-height: 30px;}
.blog-box-detail-left span:first-child {padding-left: 10px;}
.blog-box-detail-left span i {font-size: 20px; color: #474747; display: inline-block; vertical-align: top; margin-top: 2px; margin-left: 2px;}

.blog-box-content {padding: 10px 0;}
.blog-box-social {text-align: left; padding-top: 15px;}
.blog-box-social a {color: #a5acb2; float: left; font-size: 20px; margin-right: 12px;}
.blog-box-social a:hover {color: #0A53BE; animation: pulse 0.5s}

.blog-box-tags {border-top: 1px solid #ccc; height: 70px; line-height: 70px; margin-top: 15px; color: #474747; font-size: 14px;}
.blog-box-tags a {display: inline-block; height: 25px; line-height: 22px; padding: 3px 8px; font-size: 13px; background-color: #f1f1f1; color: #84878C; border-radius: 8px; transition: all ease 0.5s}
.blog-box-tags a:hover {background-color: #0A53BE; color:#fff;}



.blog-box-related-post {
    padding-top: 15px;
}
.blog-box-related-post ul {padding: 15px 0; margin: 0; list-style: none}
.blog-box-related-post ul li {}
.blog-box-related-post ul li a {display: block; padding: 8px 0; font-size: 14px; font-weight: normal; color:#000; transition: all ease 0.5s; direction: rtl}
.blog-box-related-post ul li a:hover {text-indent: 5px; color: #0A53BE;}
.blog-box-related-post ul li a i {font-size: 13px; color: #474747;}
.blog-box-titr {font-size: 18px; font-weight: bold; height: 40px; line-height: 40px; border-bottom: 1px solid #DADADA;}


.blog-box-detail {height: 50px;}

.blog-box-head-title {background-color: #ebecee; margin-top: 15px; height: 50px; line-height: 51px; direction: rtl; padding: 0; text-indent: 10px; font-size: 18px; font-weight: bold; border-radius: 25px;}
.blog-box-products .box-shop {margin: 35px 1px; min-width: 200px;}
.blog-box-comment-title {font-size: 18px; font-weight: bold; height: 50px; line-height: 50px; padding-top: 5px; border-top: 1px solid #DADADA;}
.blog-box-comment-form {}
.blog-box-comment-form textarea {background-color: #FAFAFA; border: 2px solid #eaeaea;}

.blog-box-comment-list {
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #DADADA;
}

.comment-user {float: right; vertical-align: top; width: auto; padding-left: 20px; color: #6a829c; font-size: 13px; font-weight: bold;}
.comment-user img {width: 25px; height: 25px; object-fit: cover; border-radius: 13px;}
.comment-date {float: right; vertical-align: top; width: 110px; font-size: 12px; color: #C7C6CC; line-height: 26px;}
.comment-reaction {float: left; font-size: 16px; vertical-align: top; width: 110px;}
.comment-reaction span {display: inline-block; width: 40%; text-align: right; font-size: 17px; vertical-align: top; line-height: 28px; color: #BEBEBE;}
.comment-reaction span:last-child {text-align: left; width: 50%;}
.comment-reaction i {font-size: 22px; display: inline-block; vertical-align: top;}
.comment-reaction i.bi-heart {font-size: 20px; margin-top: 3px;}
.comment-content {padding: 5px; color:#929395; font-size: 13px;}

.blog-box-mini-title {text-align: center; height: 40px; line-height: 40px; font-weight: bold; padding-top: 10px;}
.slide-item {padding: 5px 10px; text-align: center}
.slide-item img {max-width: 98%; max-height: 300px; object-fit: cover; border-radius: 5px;}
.slide-item .slide-caption {text-align: center; color: #8A8A8A; padding-top: 4px; font-size: 14px;}
.slide-item .slide-caption2 {text-align: center; color: #8A8A8A; font-size: 14px; font-weight: bold}
/* margin right */
.mr-1 {margin-right: 5px;}
.mr-2 {margin-right: 10px;}
.mr-3 {margin-right: 15px;}
.mr-4 {margin-right: 20px;}
.mr-5 {margin-right: 25px;}
.ml-1 {margin-left: 5px;}
.ml-2 {margin-left: 10px;}
.ml-3 {margin-left: 15px;}
.ml-4 {margin-left: 20px;}
.ml-5 {margin-left: 25px;}

.blog-box-post {padding: 12px 8px 12px 8px;}
.post-item {height: 60px; border-radius: 10px; margin-bottom: 10px;}
.post-item .post-image {width: 80px; height: 60px; vertical-align: top; float: right; overflow: hidden; border-radius: 8px;}
.post-item .post-image img {width: 80px; height: 60px; object-fit: cover; vertical-align: top; transition: all ease 0.5s}
.post-item .post-content {vertical-align: top; float: left; width: calc(100% - 85px)}
.post-item .post-content .post-title {height: 37px; padding-top: 3px; color: #636667; font-size: 13px; line-height: 15px; overflow: hidden;}
.post-item .post-content .post-date {height: 20px; line-height: normal; font-size: 12px; color: #d3d6dd;}
.post-item:hover .post-image img {
    transform: scale(1.1);
}


.blog-box-course-list {padding: 12px 8px 12px 8px;}
.course-item {height: 70px; margin-bottom: 10px;}
.course-item .course-image {width: 80px; height: 80px; position: relative; vertical-align: top; float: right; overflow: hidden; border-radius: 100%;}
.course-item .course-image img {width: 80px; height: 80px; object-fit: cover; transition: all ease 0.3s;}
.course-item:hover .course-image img {transform: scale(1.2)}
.course-item .course-btn {float: left; vertical-align: top; width: 50px;}
.course-item .course-content {float: right; width: calc(100% - 150px); vertical-align: top; padding: 0 2px; line-height: 30px;}
.course-item .course-content .course-teacher {height: 35px; font-size: 13px; line-height: 35px;}
.course-item .course-content .course-title {font-size: 10px; color: #333; height: 25px; line-height: 25px;}
.course-item .course-content .course-title img {width: 18px;}
.course-item .course-content .course-rate {font-size: 12px; height: 20px; line-height: 20px;}
.course-item .course-content .course-rate i {margin-left: 1px; color: #ffba00;}
.course-item .course-content .course-rate span { color: #ffba00;}


.online-head {height: 130px; direction: rtl; border-radius: 30px; padding: 10px;
    background: rgb(144, 92, 239);
    background: -moz-linear-gradient(212deg, rgba(111,66,193,1) 0%, rgba(0,159,255,1) 100%);
    background: -webkit-linear-gradient(212deg, rgba(111,66,193,1) 0%, rgba(0,159,255,1) 100%);
    background: linear-gradient(212deg, rgba(111,66,193,1) 0%, rgba(0,159,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f42c1",endColorstr="#009fff",GradientType=1);
}
.online-head-avatar {float: right; vertical-align: top; width: 80px; height: 120px; text-align: right}
.online-head-avatar img {width: 60px; height: 60px; object-fit: cover; border-radius: 100%;}
.online-head-titles {float: right; vertical-align: top; width: calc(100% - 200px); padding-top: 3px;}
.online-head-title {color: #fff; height: 30px; line-height: 30px; font-size: 18px; font-weight: bold;}
.online-head-language {height: 30px; line-height: 30px; color: #E8E8E8; font-size: 15px;}
.online-head-language img {width: 30px; max-height: 25px;}
.online-head-info {margin-top: 5px; font-size: 14px; height: 28px; line-height: 28px; width: auto; display: inline-block; padding: 0 10px; border-radius: 10px; border: 1px solid #fff; color:#E8E8E8;}
.online-head-other {float: right; vertical-align: top; width: 120px; text-align: right;}
.online-head-rate {padding-top: 5px; color: #f7f7f7; height: 30px; line-height: 30px; font-size: 14px;}
.online-head-rate i {color:#ffba00; }
.online-head-sum {height: 30px; line-height: 30px; color: #f7f7f7; font-size: 14px;}
.online-head-map {height: 30px; line-height: 30px; color: #f7f7f7; font-size: 14px;}

.online-bx {padding: 20px 0 0 0;}
.online-bx-right {float: right; vertical-align: top; width: calc(100% - 370px)}
.online-bx-left {float: left; vertical-align: top; width: 350px;}

.online-player {height: 500px;}
.online-player video {width: 100%; height: 500px; object-fit: initial}

.box-tab {border-bottom: 1px solid #dee1e6; height: 50px;}
.box-tab-item {float: right; vertical-align: top; height: 50px; line-height: 50px;}
.box-tab-item a {color: #4a4f55; font-size: 15px; padding: 0 12px;}
.box-tab-item.active {border-bottom: 1px solid #C04545;}
.box-tab-item.active a {color: #1d65cb;}

.box-title {height: 60px; line-height: 60px; font-size: 16px; color:#000; font-weight: bold; padding: 0 10px 0 5px;}
.box-body {padding: 10px;}

.course-tags {color: #474747; font-size: 14px;}
.course-tags a {display: inline-block; height: 25px; line-height: 22px; padding: 3px 8px; font-size: 13px; background-color: #f1f1f1; color: #84878C; border-radius: 8px; transition: all ease 0.5s}
.course-tags a:hover {background-color: #0A53BE; color:#fff;}

.fast-session-list {padding: 10px 0;}
.fast-session-item {height: 50px; box-shadow: #ccc 0 0 3px; margin: 10px 0; border-radius: 10px; overflow: hidden;}
.fast-session-content {float: right; vertical-align: top; height: 50px; overflow: hidden; width: calc(100% - 70px);}
.fast-session-btn {float: left; text-align: center; vertical-align: top; height: 50px; width: 70px; font-size: 12px; background-color: #0A58CA; color:#fff; line-height: 50px;}
.fast-session-content .fast-session-title {height: 30px; line-height: 30px; font-size: 14px; font-weight: bold; color:#333; text-indent: 5px;}
.fast-session-content .fast-session-footer {height: 20px; line-height: 18px; font-size: 12px; color: #474747; text-indent: 5px;}

.fast-session-list {background-color: #CCCCCC;}
.fast-session-list .fast-session-item {background-color: #fff;}
.fast-session-item:nth-child(2) .fast-session-btn {background-color: #2638FF;}
.fast-session-item:nth-child(3) .fast-session-btn {background-color: #AB0659;}
.fast-session-item:nth-child(4) .fast-session-btn {background-color: #0671AB;}
.fast-session-item:nth-child(5) .fast-session-btn {background-color: #8106AB;}

.box-btn {padding: 15px;}
.box-price-ticket {padding: 5px 10px 10px 10px; width: 200px; margin: 5px auto}
.box-price-title {float: right; width: 40%; vertical-align: top;}
.box-price-value {float: left; width: 60%; text-align: left; vertical-align: top; font-size: 14px;}
.box-price-value strong {font-size: 18px;}

.form-share {direction: rtl; padding: 15px;}
.form-share .form-control {border-radius: 8px 0 0 8px !important;}
.form-share .btn {border-radius: 0 8px 8px 0 !important;}
.form-control.en {direction: ltr; text-align: left; font-family: iransans;}

.form-share-list {text-align: center; padding-top: 10px;}
.form-share-list a {display: inline-block; font-size: 26px; margin:0 2px; color: #0ab193}

.course-head {direction: rtl}
.head-right {float: right; vertical-align: top; height: 310px; width: calc(100% - 420px); border-radius: 15px; box-shadow: #ccc 0 0 3px; padding: 5px; overflow: hidden}
.head-left {float: left; vertical-align: top; height: 310px; width: 410px; border-radius: 15px; box-shadow: #ccc 0 0 3px; padding: 5px; overflow: hidden}

.head-title {height: 50px; line-height: 50px; font-size: 18px; text-indent: 5px;}
.head-title a {float: left; margin-left: 10px;}
.head-info {padding: 0 5px;}
.head-info-image {float: right; vertical-align: top; width: 360px;}
.head-info-data {float: left; vertical-align: top; width: calc(100% - 370px); font-size: 14px; color: #8C8C8C;}
.head-info-image img {max-width: 100%; border-radius: 20px; object-fit: cover}

.head-price {padding: 10px 10px 10px 10px;}
.head-price .oldprice {
    display: inline-block;;
    margin-left: 5px;
    font-size: 14px;
    color: #bdb7b7;
    -webkit-text-decoration-line: line-through; /* Safari */
    text-decoration-line: line-through;
}
.head-price .newpriceprice {
    display: inline-block;;
    font-size: 18px;
    color: #000;
}

.head-price .badge-alert {float: left; font-size: 13px; padding: 5px; background-color: #E30E0E; color: #fff; border-radius: 15px;}

.btn-buy {padding: 0 10px;}
.btn-prim-dark {background-color: #314ac9; border-color: #314ac9;color: #E8E8E8;}
.btn-prim-dark:hover {background-color: #263FBE; border-color: #263FBE; color: #fff;}

.head-left .tazmin {
    font-size: 14px;
    padding: 5px 0;
}

.course-teacher {height: 35px;margin-bottom: 5px; color: #6C6C6C; font-size: 14px; padding: 0 10px;}
.course-teacher img {width: 35px; height: 35px; object-fit: cover; border-radius: 100%; }
.course-teacher a {float: left; margin-top: 7px;}
.corse-head-ico {height: 30px; color:#6C6C6C; font-size: 14px; line-height: 30px; padding: 0 10px;}
.corse-head-ico i {font-size: 22px; display: inline-block; vertical-align: top; margin-top: 3px; margin-left: 3px;}
.corse-head-ico span {float: left;}

.box-title.big-text-size {font-size: 20px; padding: 12px 15px;}
.box-body.big-text-size {font-size: 16px; line-height: 30px; padding: 12px 15px; text-align: justify}

.course-header {height: 80px; overflow: hidden; padding: 0 15px; border-radius: 30px;  background-color: #EAEAEA; margin: 5px 15px 15px 15px;}
.course-header .course-header-title {float: right; vertical-align: top; width: 140px; font-size: 17px; text-align: center; line-height: 80px; font-weight: bold; color:#252525;}
.course-header .course-header-info {float: left; vertical-align: top; width: calc(100% - 150px); text-align: left;}
.course-header .course-header-info .info-grid {vertical-align:top; font-size: 15px; display: inline-block; padding: 0 15px; height: 80px; line-height: 80px; position: relative}
.course-header .course-header-info .info-grid strong {color: #0897f3;}
.course-header .course-header-info .info-grid.leftsplit::after {
    content: ""; float: left; width: 1px; height: 24px; background-color: #dfdfdd; margin-top: 26px; margin-right: 20px; margin-left: -5px;
}

.course-body {padding: 15px;}

.session-item {padding: 0 15px; margin-bottom: 15px;}
.session-item .session-num {float: right; vertical-align: top; width: 50px; height: 50px; background-color: #f2f2f2; border-radius: 15px; line-height: 50px; text-align: center;}
.session-item .session-title {float: left; direction: rtl; text-indent: 15px; vertical-align: top; height: 50px; width: calc(100% - 55px); line-height: 50px; background-color: #f2f2f2; border-radius: 15px;}
.session-item .session-title .btn {float: left; padding: 2px 0 0 16px; text-align: center; vertical-align: top; margin-left: 8px; margin-top: 12px;}
.session-item .session-title svg {float: left; width: 22px; height: 22px; margin-left: 15px; margin-top: 15px; vertical-align: top; transition: all ease 0.3s}
.session-item.active .session-title svg {transform: rotate(-90deg)}

.session-item .session-course-list {padding: 30px 30px 30px 30px; display: none;}
.session-item.active .session-course-list {display: block;}


.session-course-list-item {height: 80px; border-radius: 20px; overflow: hidden; margin-bottom: 5px; background-color: #f2f2f2;}
.session-course-list-item .session-course-num {float: right; vertical-align: top; height: 80px; width: 70px; background-color: #bfbfbf; line-height: 80px; text-align: center;}
.session-course-list-item .session-course-info {float: right; vertical-align: top; height: 80px; width: calc(100% - 70px)}
.session-course-info-title {height: 45px; line-height: 50px; font-size: 15px; color:#2c3135; padding-right: 10px;}
.session-course-info-data {height: 30px; line-height: 20px; font-size: 13px; color: #a0a0a0; padding-right: 25px;}
.session-course-info-data i {display: inline-block; font-size: 18px; margin-right: 5px;}

.mynavbar {
    box-shadow: #d2e6f2 0 0 5px !important;
    border-radius: 20px !important;
}
.mynavbrand {padding-right: 5px !important; padding-left: 5px !important; background-color: #1b26e0; border-radius: 12px; color: #fff !important; font-size: 14px; line-height: 28px; height: 35px; transition: all ease 0.3s;}
.mynavbrand:hover {background-color: #3843F8;}
.mynavbrand i {color: #BACAE7; display: inline-block; vertical-align: top; margin-top: 4px; margin-left: 4px; line-height: 25px;}
