@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.FullSection {
    width: 100%;
}

.Section {
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: IRANSans;
}

.ActionBtn {
    width: fit-content;
    padding-block: 12px;
    padding-inline: 20px;
    color: white;
    text-align: center;
    border-radius: 15px;
    background-color: #00B1CD;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    border: none;
    font-family: IRANSans;
    cursor: pointer;
}

.Header {
    width: 100%;
}

.Header .TopAds a {
    width: 100%;
    height: 65px;
    color: white;
    text-align: center;
    background-color: #2E3192;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MainHeader {
    height: 85px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-inline: 5%;
    justify-content: space-between;
}

.MainHeader .RightPart {
    display: flex;
    gap: 20px;
    align-items: center;
}

.Logo a {
    display: block;
}

.Logo img {
    height: 70px;
}

.Header .Menu>ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.Header .Menu>ul>li {
    position: relative;
}

.Header .Menu>ul>li>a {
    color: black;
    padding: 15px 20px;
    text-align: center;
    display: block;
    transition: all ease-in-out 0.3s;
    border-radius: 20px;
}

.Header .Menu>ul>li:hover>a {
    background: #2E3192;
    color: white;
}

.sub-Menu {
    display: none;
    position: absolute;
    top: 56px;
    background: white;
    border-radius: 10px;
    min-width: 200px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 2px 3px 10px 1px lightgray;
}

.sub-Menu li a {
    color: black;
    padding-block: 10px;
    display: block;
    transition: all ease-in-out 0.3s;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.sub-Menu li:last-child a {
    border: none;
}

.sub-Menu li a:hover {
    background-color: #2E3192;
    color: white;
}

.Header .Menu>ul>li:hover .sub-Menu {
    display: block;
}

.TopBanner {
    background-image: url(assets/TopBanner.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 28%;
    position: relative;
    min-height: 300px;
}

.TopSliderArea {
    position: absolute;
    bottom: -115px;
    width: 690px;
    max-width: 95%;
    height: 230px;
    left: 50%;
    transform: translateX(-50%);
    direction: ltr;
    background: linear-gradient(180deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.92;
}

.TopSliderItem {
    height: 230px !important;
}

.slick-dots {
    bottom: 5px !important;
}

.TopSliderItemContent {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    height: 230px;
    width: calc(100% - 30px);
    margin: 0px auto;
    direction: rtl;
}

.TopSliderImg {
    width: 198px;
    height: 198px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 6px 6px 36px 1.2px rgba(0, 0, 0, 0.15);
}

.TopSliderText {
    width: calc(100% - 198px);
}

.TopSliderText p {
    color: #2E3192;
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.TopSliderText span {
    color: #00B1CD;
    font-size: 22px;
    font-weight: 300;
}

.slick-dots li.slick-active button::before {
    color: #00B1CD !important;
}

.PostSlider {
    margin-block: 150px;
    direction: ltr;
    position: relative;
}

.Title {
    font-size: 22px;
    color: #242424;
    text-align: center;
    font-weight: 500;
}

.PostSliderItems {
    margin: 50px auto 10px auto !important;
    width: 80%;
}

.PostSliderItem {
    height: 140px !important;
    direction: rtl;
}

.PostSliderItem p {
    height: 55px;
    color: #4C4C4C;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: justify;
}

.PostSliderItem img {
    float: left;
    width: 40px;
}

.PostSlider .ActionBtn,
.PostCarousel .ActionBtn {
    margin: 0px auto;
    display: block;
    height: 45px;
}

.PostBorder {
    position: absolute;
    width: 100%;
    top: 70px;
}

.Services {
    margin-block: 150px;
}

.ServiceItems {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.ServiceItem {
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 19%;
    padding-top: 25%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ServiceItem .Overlay {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    border-radius: 15px;
    padding: 15px 10px;
    color: white;
    background: linear-gradient(180deg, rgba(0, 177, 205, 1) 0%, rgba(0, 89, 103, 1) 100%);
    text-align: center;
}

.PostCarousel {
    direction: ltr;
    margin-block: 150px;
    width: calc(100% - 80px);
}

.PostCarouselItems {
    margin-top: 50px;
}

.PostCarouselItem {
    direction: rtl;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    overflow: hidden;
    height: 405px !important;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.PostCarouselItems .nextSlick {
    left: -35px;

}

.PostCarouselItems .prevSlick {
    right: -35px;
}

.PostCarouselItems a {
    color: black;
}

.PostCarouselItemImg {
    width: 100%;
    height: 175px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.PostCarouselItems .slick-slide {
    margin: 0 5px;
}

.PostCarouselItems .slick-list {
    margin: 0 -5px;
}

.PostCarouselItem h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 5px 10px;
    height: 55px;
    overflow: hidden;
}

.Seprator {
    width: 80%;
    height: 0.5px;
    background-color: #E3E3E3;
    margin: 20px auto;
}

.PostCarouselItem span {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 0px 10px;
    height: 48px;
    overflow: hidden;
    display: inline-block;
}

.SimpleAction {
    width: fit-content;
    border-radius: 5px;
    background-color: #00B1CD;
    color: white;
    text-align: center;
    padding: 5px 10px;
    margin: 15px auto;
}

.PostCarousel .ActionBtn {
    margin-top: 30px;
}

.Footer {
    width: 95%;
    margin: 100px auto 0px auto;
    border-radius: 35px;
    background-color: #00B1CD;
    display: flex;
    padding: 30px 30px;
    color: white;
    position: relative;
}

.FooterLogo {
    position: absolute;
    top: -36px;
    right: 0px;
    width: 300px;
}

.Footer .Column {
    padding: 0px 20px;
}

.Footer .Column1 {
    width: 200px;
    align-items: center;
    justify-content: center;
}

.Footer .Column2 {
    width: calc(100% - 500px);
}

.Footer .Column3 {
    width: 300px;
    border-right: 1px solid #C1C1C1;
    /* border-left: 1px solid #C1C1C1; */
    align-items: center;
}

.Footer .Column4 {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Social {
    display: flex;
    gap: 10px;
}

.Social img {
    height: 25px;
}

.Footer .Column {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}

.Footer .Column p {
    border-bottom: 1px solid #C1C1C1;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.ContactInFooter {
    display: flex;
    flex-direction: column;
}

.Footer .Title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: white;
}

.ContactLine {
    display: flex;
    margin: 5px 0px;
    align-items: center;
}

.ContactLine img {
    width: 25px;
}

.ContactLine span {
    width: calc(100% - 45px);
    margin-right: 20px;
}

.Footer ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    text-align: center;
}

.Footer ul li a {
    color: white;
}

.ScrollSection {
    margin-block: 150px;
}

.ScrollSection .Title {
    text-align: right;
    padding-right: 20px;
}

.ScrollContent {
    position: relative;
    margin-top: 30px;
}

.ScrollBox {
    background-color: white;
    box-shadow: 6px 6px 24px 8.4px rgba(0, 0, 0, 0.09);
    width: calc(100% - 150px);
    height: 400px;
    padding-block: 20px;
    padding-right: 5px;
    padding-left: 20px;
    border-radius: 20px;

}

.ScrollImg {
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

.ScrollItems {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: scroll;
    border-radius: 10px;
    direction: ltr;
    align-items: end;
    padding-right: 15px;
    border-radius: 20px;

}

.ScrollItem {
    width: calc(100% - 150px);
    background-color: #EFEFEF;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
    /* min-height: 75px; */
}

.ScrollItem span {
    color: #454545;
    text-align: right;
}

.SearchBoxArea {
    width: 95%;
    max-width: 690px;
    margin: 80px auto;
    position: relative;
}

.SearchBoxArea input {
    width: 100%;
    padding: 5px 30px 5px 60px;
    box-shadow: 4px 4px 13.3px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 15px;
    color: #5A5A5A;
    font-size: 16px;
    height: 55px;
    border: none;
    font-family: IRANSans;
}

.SearchBoxArea img {
    position: absolute;
    left: 14px;
    top: 10px;
    width: 35px;
}

.CoursSlidersArea {
    border-radius: 15px;
    overflow: hidden;
    margin: 100px auto;
}

.CoursSlide {
    padding-top: 30%;
    background-position: center;
    background-size: cover;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    background: #929292 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00B1CD !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    z-index: 10;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 6px;
}

.CategoryCarouselArea {
    margin: 100px auto;
}

.CategoryCarousel {
    margin-top: 40px;
}

.CategoryItemArea {
    width: 100%;
    padding: 25px 25px 15px 15px;
}

.CategoryItemArea a {
    display: block;
    width: 100%;
}

.CategoryItem {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.base-career-card__layer {
    background: rgba(0, 177, 205, 0.29);
    border-radius: 16px;
    height: 100%;
    left: 24px;
    position: absolute;
    top: -24px;
    transition: .3s ease;
    width: 100%;
    z-index: -3;
}


.base-career-card__layer:after,
.base-career-card__layer:before {
    border-radius: 16px;
    content: "";
    height: 100%;
    position: absolute;
    transition: .3s ease;
    width: 100%;
}


.base-career-card__layer:after {
    background: rgba(0, 177, 205, 0.25);
    left: -16px;
    top: 16px;
    z-index: 2;
}

.base-career-card__layer:before {
    background: rgba(0, 177, 205, 0.25);
    left: -8px;
    top: 8px;
    z-index: 1;
}

.CategoryItemArea:hover .base-career-card__layer:after {
    left: -12px;
    top: 12px;
}

.CategoryItemArea:hover .base-career-card__layer:before {
    left: -6px;
    top: 6px;
}

.CategoryItemArea:hover .base-career-card__layer {
    left: 18px;
    top: -18px;
}


.CategoryItemMain {
    width: 100%;
    background-color: white;
    box-shadow: 0px 5px 14px 3.82px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 20px;
}

.CategoryItemImg {
    width: 100%;
    margin: 0px auto;
    border-radius: 13px;
    padding-top: 40%;
    background-position: center;
    background-size: cover;
}

.CategoryItemMain {
    display: flex;
    flex-direction: column;
}

.CategoryItemMain h2 {
    font-size: 15px;
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 8px;
}

.CategoryItemMain .subTitle {
    font-size: 14px;
    color: #504E4E;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    direction: ltr;
    font-weight: 300;
}

.CategoryItemSpecArea {
    width: 100%;
    border-block: 1px solid #DEDEDE;
    display: flex;
    justify-content: space-around;
    margin-block: 20px;
}

.CategoryItemSpec {
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #818181;
    padding-block: 10px;
    font-size: 14px;
}

.CategoryItemSpec img {
    width: 20px !important;
}

.CategoryCheckmarkArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.CategoryCheckmarkItem {
    width: 30%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.CategoryCheckmarkItem span {
    font-size: 12px;
    color: #818181;
}

.CategoryCheckmarkItem img {
    width: 20px !important;
    border-radius: 4px;
}

.owl-nav {
    position: absolute;
    width: calc(100% + 50px);
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    right: -28px;
}

.CategoryCarouselArea .owl-nav {
    width: calc(100% + 50px);
    right: -30px;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: unset !important;
}

.CoursListArea {
    margin: 100px auto;
}

.SortArea {
    width: 100%;
    background-color: #00B1CD;
    border-radius: 15px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    padding-inline: 20px;
    align-items: center;
    height: 50px;
    margin-top: 30px;
}

.SortArea img {
    margin-left: 30px;
}

.SortArea span {
    padding-inline: 30px;
    border-left: 0.5px solid white;
    cursor: pointer;
    height: 75%;
    display: flex;
    align-items: center;
}

.SortArea span:last-child {
    border: none;
}

.CoursListItems {
    width: 95%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
}

.CoursListItem {
    width: 100%;
    border-radius: 20px;
    background-color: #F8F8F8;
    box-shadow: 0px 6.85px 18.82px -8px rgba(0, 177, 205, 0.29);
    display: flex;
    padding: 20px;
    align-items: center;
}

.CoursListItemImg {
    width: 300px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-left: 20px;
}

.CoursListItemContent {
    width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
}

.CoursListItemContent h2 {
    font-weight: normal;
    padding: 0px 15px 15px 15px;
    margin: 0px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 17px;
    color:black;
}

.CourseListSpecs {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 20px;
}

.CourseListSpec {
    display: flex;
    align-items: center;
    gap: 5px;
}

.CourseListSpec img {
    width: 15px;
}

.CourseListSpec span {
    color: #505050;
    font-size: 14px;
}

.CoursListItem .Status {
    background-color: #00B1CD;
    margin: 0px auto;
    width: fit-content;
    padding: 6px 15px;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
}

.CommentArea {
    margin-block: 100px;
}

.CommentArea .Title {
    text-align: right;
}

.CommentItems {
    margin-top: 30px;
}

.CommentItem {
    width: 98%;
    /* height: 225px; */
    border: 0.9px solid #00B1CD;
    border-radius: 20px;
    display: flex;
    padding: 10px;
    will-change: transform;
}

.CommentItem .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100px;
    border-left: 0.9px solid #E8E8E8;
}

.CommentImg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
}

.CommentItem span {
    color: #707070;
    font-size: 13px;
    font-weight: 300;
}

.CommentActions {
    display: flex;
    border-top: 0.9px solid #E8E8E8;
    width: 80px;
    justify-content: space-between;
    padding-top: 10px;
}

.CommentActions img {
    width: 15px;
}

.CommentItem .left {
    width: calc(100% - 100px);
    padding-right: 10px;
}

.CommentItem p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    height: 100%;
    overflow: hidden;
    margin: 0px;
}

.CommentArea .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: -25px;
}

.Copyright {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    font-size: 13px;
    padding-inline: 20px;
    margin-block: 10px;
    color: #8f8f8f;
    gap: 10px;
}

.Copyright a {
    color: #8f8f8f;
    text-decoration: underline;
}

.SingleContentArea {
    display: flex;
    margin-block: 50px;

}

.SingleContentArea .Sidebar {
    width: 300px;
    margin-right: 20px;
}

.SidebarBox {
    background-color: #F8F8F8;
    border-radius: 20px;
    width: inherit;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.SidebarFloat{
    width:inherit;
}


.SingleContentArea .Main {
    width: calc(100% - 320px);
}

.SingleContentArea .Main {
    display: flex;
    flex-direction: column;
}

.Box {
    padding: 20px 40px;
    background-color: #F8F8F8;
    border-radius: 20px;
}

.SingleContentArea .Main .TitleArea {
    display: flex;
    flex-direction: column;

}

.SingleContentArea .Main .TitleArea .Seprator {
    width: 100%;
    height: 1px;
}

.SingleContentArea .Main .TitleArea .MainTitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.SingleContentArea .Main .TitleArea .EnglishTitle {
    color: #767676;
    font-size: 14px;
}

.SingleContentArea .CourseListSpecs {
    margin-top: 0px;
}

.NavigateActions {
    margin-block: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.NavigateAction {
    background-color: #00B1CD;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 135px;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
}

.SingleContentArea .Title {
    margin-bottom: 10px;
}

.CourseContentArea {
    margin-top: 30px;
}

.SingleContentBox {
    color: #575757;
    text-align: justify;
}

.SingleContentBox img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
    border-radius: 10px;
}

.SingleContentBox h2,
.SingleContentBox h3,
.SingleContentBox h4,
.SingleContentBox h5,
.SingleContentBox h6 {
    font-size: 16px;
}

.SingleContentArea .Main>.Seprator {
    background-color: #00B1CD;
    width: 100%;
    height: 2px;
    margin-block: 40px;
}

.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
    width: 100%;
    margin: 0 auto;
    border: 1px solid lightgray;
}

.CourseParts input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion:last-child {
    margin-bottom: 0;
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: #00B1CD;
    cursor: pointer;
    font-size: 16px;
    transition: all ease-in-out 0.5s;
}

.accordion-label:hover {
    /* background: #2E3192; */
    background: #00B1CD;
}

.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: #575757;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-content p {
    margin: 0;
    color: #575757;
    font-size: 16px;
}

.CourseParts input:checked+.accordion-label {
    /* background: #2E3192; */
    background: #00B1CD;
}

.CourseParts input:checked+.accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.CourseParts input:checked~.accordion-content {
    max-height: 100vh;
    padding: 15px 15px 15px 15px;
}

.CoursePart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
}

.CoursePart:last-child {
    margin-bottom: 0px;
}

.CoursePart .icon img {
    width: 20px;
}

.CoursePart .play img {
    width: 15px;
}

.CoursePart .Right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.AuthorArea {
    margin-block: 30px;
}

.AuthorMeta {
    display: flex;
    align-items: center;
}

.AuthorImg {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin-left: 20px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.AuthorMeta .left {
    width: calc(100% - 130px);
    display: flex;
}

.AuthorMeta .left p {
    color: #575757;
    margin: 0px;
}

.AuthorDescription {
    color: #575757;
    text-align: justify;
}

.AuthorActions {
    display: flex;
    gap: 20px;
}

.AuthorAction {
    background-color: #00B1CD;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 7px;
    height: 40px;
    padding-inline: 15px;
    ;
}

.AuthorAction span {
    margin-left: 20px;
}

.AuthorAction img {
    margin-right: 10px;
}

.SingleContentArea .PostCarousel {
    margin-block: 30px;
}

.SingleContentArea .PostCarouselItems {
    margin-top: 15px;
}

.CommentProduct {
    display: flex;
    flex-wrap: wrap;
}

.CommentProduct .rightSection {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #CDCDCD;
    border-radius: 17px;
    padding: 20px 30px;
}

.CommentProduct .leftSection {
    width: 100%;
    padding: 40px 30px;
}

.CommentProduct .rightSection .numberComment {
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
}

.CommentProduct .rightSection>.comment {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
}

.CommentProduct .rightSection>.comment:last-child {
    border-bottom: none;
}

.comment {
    margin-top: 30px;
}

.commentName {
    font-size: 14px;
}

.commentMeta {
    float: left;
    font-size: 12px;
    color: #AAAAAA;
}

.comment p {
    font-size: 14px;
    color: #797979;
    text-align: justify;
    margin-top: 6px;
    line-height: 28px;
    margin-bottom: 0px;
}

.comment .reply {
    color: #0094C7;
    font-size: 14px;
    float: left;
}

.comment .reply img {
    width: 15px;
    margin-top: 2px;
}

.replyComment .comment {
    width: calc(100% - 40px);
    float: left;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.CommentProduct .leftSection p {
    font-weight: 500;
    margin-bottom: 5px;
}

.CommentProduct .leftSection span {
    font-weight: 300;
    font-size: 14px;
}

.CommentProduct .leftSection span strong {
    color: #FF0000;
    font-weight: 300;
}

.CommentProduct .leftSection form {
    margin-top: 30px;
}

.formGroup {
    margin-bottom: 20px;
}

.formGroup label {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    display: block;
}

.formGroup label span {
    color: #FF0000;
}

.formGroup input {
    border-radius: 10px;
    background: #F2F2F2;
    border: none;
    padding: 8px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-family: IRANSans;
}

.formGroup textarea {
    border-radius: 10px;
    background: #F2F2F2;
    border: none;
    padding: 8px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    height: 150px;
    resize: none;
    font-family: IRANSans;
}


.VideoWrapper {
    display: none;
}

.VideoModalBack {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 49;
    top: 0px;
}

.VideoModal {
    position: fixed;
    max-width: 95%;
    background: black;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    z-index: 100;
    overflow: hidden;
    padding: 10px;
}

.CloseModal img {
    width: 30px;
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 5px;
    background: #2E3192;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.VideoModal .Video {
    border-radius: 24px;
    overflow: hidden;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.VideoThumb {
    width: 100%;
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.VideoThumb .PlayIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PriceSection {
    margin-block: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PriceSection .Percent span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    background-color: #00B1CD;
}

.PriceArea {
    display: flex;
    gap: 20px;
    align-items: center;
}

.PriceArea .regular {
    text-decoration: line-through;
    color: #B4B4B4;
    font-size: 14px;
}

.PriceArea .off {
    color: #373737;
}

.RegisterCourseBtn {
    background-color: #FF0000;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-weight: 500;
}

.CourseStatus {
    background-color: rgba(0, 177, 205, 0.11);
    color: #4A4A4A;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    margin-block: 15px;
}

.SidebarBox .CourseListSpecs {
    flex-direction: column;
    gap: 15px;
}

.GuaranteeAttention {
    width: 100%;
    border: 1px solid #00B1CD;
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    color: #505050;
}

.GuaranteeAttention span {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.GuaranteeAttention p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 0px;
}
.HideTitle{
    display: none;
    text-align: center;
}
.stickSidebar .VideoThumb{
    display: none;
}
.stickSidebar .HideTitle{
    display: block;
}