@font-face {
    font-family: irsans;
    src: url("../fonts/IRANSansWebFaNum.woff") format("woff"), url("../fonts/IRANSansWebFaNum.eot") format("opentype"), url("../fonts/IRANSansWebFaNum.ttf") format("truetype");
}

:root {
    scroll-behavior: auto;
}

* {
    font-family: irsans;
}

.noscroll {
    overflow: hidden;
}

.sticky {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
}

.duotone-theme {
    --fa-secondary-color: #049CA4;
    --fa-primary-color: #049CA4;
}

.fix {
    position: fixed;
    /*top: 0;*/
    /*right:0;*/
}

#container {
    overflow-x: hidden;
    background: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 24px;
    /*background-image: url(/template/images/background.png);*/
    /*background-repeat: repeat ;*/
    /*background-size: 1100px 1100px ;*/
}

#header {
    position: relative;
    /*top: 0;*/
    /*position: fixed;*/
    width: 100%;
    /*z-index: 100;*/
    background: #fff;
}

#main-nav {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
}

#footer {
    background: #fff;
    box-shadow: 0 -5px 5px 0 rgb(0 0 0 / 5%);
}

#logo {
    width: 50px;
    height: 50px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px 50px;
    /*height: 30px;*/
    margin: 0 0 0 15px;
}

html,
body {
    height: 100% !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}


/*.swiper-pagination-bullet {*/


/*    width: 20px;*/


/*    height: 20px;*/


/*    text-align: center;*/


/*    line-height: 20px;*/


/*    font-size: 12px;*/


/*    color: #000;*/


/*    opacity: 1;*/


/*    background: rgba(0, 0, 0, 0.2);*/


/*}*/


/*.swiper-pagination-bullet-active {*/


/*    color: #fff;*/


/*    background: #007aff;*/


/*}*/

.onradius {
    border-radius: 10px;
}

.radius,
.radius * {
    border-radius: 10px;
}

.radius-top,
.radius-top * {
    border-radius: 10px 10px 0 0;
}


/*#leftslider{*/


/*    padding-left: 0;*/


/*}*/


/*#slider{*/


/*    padding-right: 0;*/


/*}*/

.border-swip {
    /*display: block;*/
    border-bottom: 2px solid #049CA4;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.footer {
    border-top: 1px solid #efefef;
    background: #fff;
    font-family: "Poppins", sans-serif;
    padding: 4rem 0;
}

.footer .site-logo a {
    font-size: 30px;
    color: #049CA4;
    font-weight: 900;
}

.footer .nav-links li {
    display: inline-block;
}

.footer .nav-links li a {
    color: #777;
    padding: 10px;
}

.footer .nav-links li a:hover {
    color: #049CA4;
}

.footer .nav-links.nav-left li:first-child {
    padding-left: 0;
}

.footer .nav-links.nav-right li:last-child {
    padding-right: 0;
}

.footer .copyright {
    border-top: 1px solid #efefef;
    padding-top: 50px;
    text-align: center;
    color: #777;
}

.subscribe {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

.subscribe input {
    height: 45px;
    border: none;
    background: #e6e6e6;
}

.subscribe input:focus,
.subscribe input:active {
    background: #e6e6e6;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.subscribe input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.subscribe input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.subscribe input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

.subscribe button {
    position: absolute;
    border: none;
    background: none;
    font-size: 1.5rem;
    /* -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
}

.subscribe button:focus,
.subscribe button:active {
    outline: none;
}

.footer .social li {
    display: inline-block;
    position: relative;
}

.footer .social li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    color: #333333;
}

.footer .social li a>span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social li a:hover {
    color: #049CA4;
}

#rbtn {
    height: 45px;
}

#toTop {
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: -70px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    /* font-size: 18px; */
    /* Increase font size */
    transition: all 0.5s cubic-bezier(0.63, 0.15, 0.11, 1.5);
    transition: all 0.6s;
}

#toTop button:focus,
#toTop button:active {
    outline: none !important;
    box-shadow: none;
}

.btn-theme {
    background-color: #049CA4;
}

.navbar {
    transition: top 0.4s ease-in-out;
}

.sidebar,
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
}

.sidebar {
    right: -100%;
    max-width: 300px;
    transition: all ease 0.25s;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1032;
}

.overlay {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    visibility: hidden;
    z-index: 1031;
}

.main-navigation.active .sidebar {
    right: 0;
}

.main-navigation.active .overlay {
    visibility: visible;
}

.main-heading {
    position: relative;
    z-index: 100;
}

.w-85 {
    width: 85%;
}

#category {
    text-align: center;
}

.counteritem {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.counteritem .items {
    background: #fff;
    border: 1px solid #049CA4;
    padding: 10px;
}

.counteritem .items p {
    color: #a8a8a8;
}

.counteritem .items .number {
    color: #717171;
}

.counteritem .items .icon {
    font-size: 25px;
}

.hoverzoom {
    transition: .5s;
}

.hoverzoom:hover {
    /*color: green;*/
    transform: translate(-3px, -7px);
}

.hovershad:hover {
    /*color: green;*/
    box-shadow: 3px 7px 8px 0px rgb(0 0 0 / 7%);
}

.discount,
.course-status {
    position: absolute;
    top: 15px;
    padding: 6px;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    line-height: 1;
}

.discount {
    left: 15px;
    background: red;
}

.course-status {
    right: 15px;
}

.course-status.running {
    background: #1cc51c;
}

.card-body .teacherimg {
    border-radius: 50%;
    display: inline !important;
    margin-left: 5px;
    width: 36px !important;
    height: 36px !important;
}

#teacher .teacherimg {
    border-radius: 50%;
    /*margin-bottom: 10px;*/
    /*display: inline !important;*/
    /*margin-left: 5px;*/
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/*.classtime {
    border: 1px dashed #049CA4;
}*/

.classtime {
    /* border: 1px dashed #049CA4; */
    /* padding: 1px 24px; */
    line-height: 35px;
    font-size:16px;
    color:#0c524f;
}

.classprice,
.inclassprices {
    position: relative;
}

.classprice ins.price,
.inclassprices ins.price {
    color: #6fc341;
    text-decoration: none;
    line-height: 35px;
    font-size:16px;
}

.classprice del.oldprice {
    position: absolute;
    color: red;
    top: -20px;
    left: calc( 50% - 35px);
    width: 70px;
    text-decoration: none;
    line-height: 35px;
    font-size:16px;
}

.classprice del.oldprice:before {
    content: "";
    height: 1px;
    background: red;
    position: absolute;
    left: 0;
    width: 100%;
    transform: rotate(-10deg);
    top: 10px;
}

.fa-layers-counter {
    font-size: 50%;
}

.fa-noline{
    line-height: .05em;
}

.fa-yeline{
    line-height: 1;
}

.swipnav > i{
        padding: 2.5px 0;
}

#shopbag {
    position: relative;
    display: inline;
}

#wishlist {
    position: relative;
    display: inline;
}

.nav-link .count {
    font-size: 15px;
    position: absolute;
    top: -10px;
    left: 20px;
    padding: 3px;
    background: #ff0000;
    line-height: 1;
    border-radius: 25px;
    color: #ffffff;
    outline: 3px solid #fff;
    /*-webkit-stroke-width: 1px;*/
    /*-webkit-stroke-color: black;*/
    /*box-shadow: 0 0 0px 4px rgb(255 255 255);*/
}

.breadcrumb {
    font-size: 15px;
}

.breadcrumb .breadcrumb-item a {
    color: inherit;
    transition: .3s;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #2196f3;
}

#course-shortlink {
    position: relative;
    width: 100%;
    display: table;
    min-width: 200px;
    white-space: normal;
    /*padding: 0 80px 0 60px;*/
    /*margin-top: 6px;*/
    direction: ltr;
    width: 100%;
    /*background: #fff;*/
}

#course-shortlink .title {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 0 20px;
    line-height: 55px;
    font-size: 14px;
    color: #686e71;
}

#countercard {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-shadow {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    position: relative;
    border: 1px solid #ecf0f4;
    background-color: #fff;
    padding: 16px;
}

#course-shortlink .link {
    padding: 0 0 0 60px;
    font-size: 14px;
    color: #686e71;
    width: 100%;
    text-align: left;
}

#course-shortlink .copy-btn {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
    height: 55px;
    text-align: center;
    font-size: 19px;
    border-right: 1px solid #0000001a;
    color: #686e71;
}

@media screen and (max-width: 991px) {
    div.header .float-start {
        float: none !important;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    div.header .float-end {
        width: 100%;
        float: none !important;
    }
}

#teacher {
    text-align: center;
}

#teacher .card-text {
    color: #777777;
    font-size: 12px;
    text-align: right;
    text-align: justify !important;
    line-height: 25px;
}

#teacher .card-subtitle {
    text-align: right;
}

.inclassprice del.inoldprice {
    /*position: absolute;*/
    color: red;
    /*top: -20px;*/
    /*left: calc( 50% - 35px );*/
    width: 70px;
    font-size: 16px;
    text-decoration: none;
}

.inclassprice {
    position: relative;
}

.inclassprices {
    border-bottom: 1px solid #edf1f4;
    font-size: 17px;
    font-weight: bold;
}

.inclassprice del.inoldprice:before {
    content: "";
    height: 1px;
    background: red;
    position: absolute;
    left: 0;
    width: 100%;
    transform: rotate(-10deg);
    top: 10px;
}

.classinfo {
    list-style: none !important;
    list-style-type: none !important;
    text-align: right;
}

.classinfo li {
    margin: 8px 0;
}

.classinfo li>i {
    margin-left: 10px;
    color: #b7b7b7;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.infovid,
.infovid>* {
    border-radius: 10px;
}

.infotxt {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    text-align: justify;
}

.classpooster {
    width: 100%;
    /*hi: 100%;*/
}

.vid h6 {
    margin: 0;
}

.vid .list {
    border: 1px dashed #d5d5d5;
    border-radius: 10px 2px 10px 2px;
    position: relative;
}

.vid .list .video-num {
    border: 2px solid #d5d5d5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #556167;
    position: absolute;
    right: -15px;
    top: -12px;
    background-color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.vidtitle {
    line-height: 2;
}

.lockicon>i {
    font-size: 20px;
    margin-top: 5px;
}

.cat .card .card-img-top {
    width: 50%;
    margin: auto;
    margin-top: 16px;
    /*text-align: center;*/
}


/*.cat .cat-name{*/


/*font-size: 15px;*/


/*}*/


/*.cat{*/


/*    padding-top: 15px;*/


/*    padding-bottom: 15px;*/


/*}*/

.cat .card {
    transition: .4s;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: inherit;
}

.cat .card:hover {
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #f0f0f0;
}

.swipnp {
    position: absolute;
    left: 16px;
}

.swipnav>i {
    position: relative;
    background-color: #e8e8e8;
    border-radius: 100%;
}

.bottomzde {
    position: relative;
    bottom: 32px;
}

.topzde {
    position: relative;
    top: 16px;
}

.swipnav {
    color: #adadad;
}

.swipnav:hover {
    color: #049CA4;
}

video {
    width: 100%;
}

#classinfos {
    font-size: 13px;
}

.mySwipercat *{
    color: #000;
}

@media (max-width: 360px) {}

@media (min-width: 360px) {
    #classinfos {
        font-size: 15px;
    }
    .opened > button {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .cata {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .cata {
        width: 33%;
    }
    #classinfos {
        font-size: 18px;
    }
    .opened > button {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .sidebar {
        background: #f6f6f6;
    }
    .nav-link .count {
        border: 3px solid #f6f6f6;
    }
}

@media (min-width: 992px) {
    .sidebar {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        flex-direction: row;
        max-width: 100%;
        transform: none;
        transition: none;
        overflow-y: visible;
        z-index: auto;
    }
    .cata {
        width: 30%;
        /*margin-right: 10px;*/
        /*margin-left: 10px;*/
    }
    #classinfos {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {}

@media (min-width: 1200px) {
    .cata {
        width: 20%;
    }
    #classinfos {
        font-size: 15px;
    }
}

@media (max-width: 1400px) {}

@media (min-width: 1400px) {}