
@import url('css/grid.min.css');
@import url('css/fonts.css');

 
html {
    direction: rtl;
    text-align: right;
}
li {
    list-style: none !important;
}
a {
    text-decoration: none;
}
body {
    background-color: #fff;
    font-family: "IRANYekan";
    text-align: right;
    direction: rtl;
    margin: 0 !important;
    scroll-behavior: smooth;
    overflow-y: scroll;
    transition: all 0.2s ease;
}
body div.responsive-menu-cover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247, 249, 252, 0.85);
    position: fixed;
    cursor: pointer;
    z-index: 99991;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
    transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
}
body div.responsive-menu-cover.done {
    visibility: visible !important;
    opacity: 1 !important;
}
body div.responsive-menu-list {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 295px;
    background-image: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background-image: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background-image: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    z-index: 99999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
    -webkit-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    -moz-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    -ms-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    -o-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    right: -295px;
    overflow: hidden;
    padding: 0 26px;
}
body div.responsive-menu-list a.logo {
    float: right;
    width: 15rem;
    margin-top: 3rem;
}
body div.responsive-menu-list a.logo img {
    width: 100%;
    height: 100%;
}
body div.responsive-menu-list.open {
    visibility: visible !important;
    opacity: 1 !important;
    right: 0 !important;
}
body div.responsive-menu-list ul.list-menu {
    margin: 0 2rem;
    position: relative;
    top: 3rem;
    padding: 0;
}
body div.responsive-menu-list ul.list-menu li {
    float: right;
    width: 100%;
    clear: both;
    margin-bottom: 1.5rem;
}
body div.responsive-menu-list ul.list-menu li a {
    float: right;
    font-family: "IRANYekan";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.8px;
}
body div.responsive-menu-list ul.list-menu li a:before {
    content: "";
    width: 0px;
    height: 2px;
    float: right;
    background-color: transparent;
    margin: 9px 0 0 0;
    transition: all 0.2s ease;
}
body div.responsive-menu-list ul.list-menu li a:hover {
    font-weight: 600;
}
body div.responsive-menu-list ul.list-menu li a:hover:before {
    width: 30px;
    background-color: #fff;
    margin: 9px 0 0 11px;
}
body div.responsive-menu-list ul.list-menu li.selected a {
    font-weight: 600;
}
body div.responsive-menu-list ul.list-menu li.selected a:before {
    width: 30px;
    background-color: #fff;
    margin: 9px 0 0 11px;
}
body section {
    outline: none;
}
body div.page-holder {
    width: 100%;
    max-width: 100%;
    position: relative;
}
body div.page-holder div.fixed {
    position: fixed;
    width: 60rem;
    height: 60rem;
    margin: -21.5rem;
}
body div.page-holder div.header-cover-under {
    position: absolute;
    display: block;
    height: 44rem;
    width: 53rem;
    border-radius: 50%;
    background-color: #6ab5cc45;
}
body div.page-holder div.header-cover {
    position: absolute;
    display: block;
    height: 60rem;
    width: 48rem;
    border-radius: 50%;
    background-image: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background-image: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background-image: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
}
body div.page-holder div.header-cover div.logo-menu {
    margin: 25rem 24rem 0 0;
}
body div.page-holder div.header-cover div.logo-menu a.logo {
    float: right;
    position: relative;
    width: 22rem;
}
body div.page-holder div.header-cover div.logo-menu a.logo img {
    float: right;
    width: 100%;
    height: auto;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar {
    float: right;
    clear: both;
    position: relative;
    margin: 2rem 2rem 0 0;
    width: 15rem;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul {
    float: right;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul li {
    float: right;
    width: 100%;
    clear: both;
    margin-bottom: 0.9rem;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul li a {
    float: right;
    font-family: "IRANYekan";
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.8px;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul li a:before {
    content: "";
    width: 0px;
    height: 2px;
    float: right;
    background-color: transparent;
    margin: 9px 0 0 0;
    transition: all 0.2s ease;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul li a:hover {
    font-weight: 600;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul li a:hover:before {
    width: 40px;
    background-color: #fff;
    margin: 9px 0 0 11px;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul li.selected a {
    font-weight: 600;
}
body div.page-holder div.header-cover div.logo-menu nav.menu-bar ul li.selected a:before {
    width: 40px;
    background-color: #fff;
    margin: 9px 0 0 11px;
}
body div.page-holder div.container {
    width: 100%;
    max-width: 60em;
}
body div.page-holder section.detail-course {
    float: right;
    width: 100%;
    min-height: 460px;
    height: auto;
    margin: 2rem 14em 0 0;
}
body div.page-holder section.detail-course div.detail {
    float: right;
}
body div.page-holder section.detail-course div.detail div.text-top {
    position: absolute;
    font-family: "IRANYekan";
    font-weight: 700;
    font-size: 40px;
    color: #e0e0e0;
    left: 0;
    margin-top: 3rem;
}
body div.page-holder section.detail-course div.detail div.text-bottom {
    position: absolute;
    font-family: "IRANYekan";
    font-weight: 700;
    font-size: 36px;
    color: #eeeeee;
    left: 2rem;
    margin-top: 5.5rem;
}
body div.page-holder section.detail-course div.detail h2.title-course {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 44px;
    float: right;
}
body div.page-holder section.detail-course div.detail h2.title-course span.a {
    color: #1d1d3f;
}
body div.page-holder section.detail-course div.detail h2.title-course span.b {
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.detail-course div.detail span.text {
    float: right;
    clear: both;
    font-family: "IRANYekan";
    font-weight: 600;
    letter-spacing: -0.8px;
    font-size: 20px;
    margin-top: -0.7rem;
    color: #202020;
}
body div.page-holder section.detail-course div.detail span.text-little {
    float: right;
    clear: both;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 14.5px;
    margin-top: 0.8rem;
    color: #757575;
}
body div.page-holder section.detail-course div.detail p.des {
    float: right;
    clear: both;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 15px;
    margin-top: 1.5rem;
    color: #757575;
    line-height: 2;
}
body div.page-holder section.detail-course div.detail div.timeother {
    float: right;
    width: 100%;
}
body div.page-holder section.detail-course div.detail div.timeother span {
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: right;
    width: 24%;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 16px;
    margin-top: 1.5rem;
    line-height: 3.8;
    margin-left: 1%;
    border-radius: 28px;
    padding: 0 18px 0 0;
    text-align: center;
    text-indent: 12px;
}
body div.page-holder section.detail-course div.detail div.timeother span:last-child {
    margin-left: 0;
}
body div.page-holder section.detail-course div.detail div.timeother span i.time {
    position: absolute;
    background-image: url("images/clock.svg");
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.2rem -2rem 0;
}
body div.page-holder section.detail-course div.detail div.timeother span i.location {
    position: absolute;
    background-image: url("images/pin.svg");
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.2rem -2rem 0;
}
body div.page-holder section.detail-course div.detail div.timeother span i.category {
    position: absolute;
    background-image: url("images/layers.svg");
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.2rem -2rem 0;
}
body div.page-holder section.detail-course div.detail div.timeother span i.team {
    position: absolute;
    background-image: url("images/team.svg");
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.2rem -2rem 0;
}
body div.page-holder section.detail-course div.detail a.buy-event {
    float: right;
    clear: both;
    height: 62px;
    padding: 0 44px;
    font-family: "IRANYekan";
    font-weight: 600;
    letter-spacing: -0.8px;
    font-size: 20px;
    border-radius: 28px;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    color: #fff;
    margin-top: 2rem;
    line-height: 3;
}
body div.page-holder section.freelancer {
    float: right;
    width: 100%;
    height: auto;
    margin: 8rem 12.5rem 0 0;
}
body div.page-holder section.freelancer h3.title {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 34px;
    float: right;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.freelancer p.des {
    float: right;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 15px;
    color: #757575;
    line-height: 2;
}

body div.page-holder section.evnet-workshop {
    float: right;
    width: 100%;
    height: auto;
    margin: 0 12.5rem 0 0;
}
body div.page-holder section.evnet-workshop div.workshop-section {
    float: right;
}
body div.page-holder section.evnet-workshop div.workshop-section h5.title {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 24px;
    float: right;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.evnet-workshop div.workshop-section span.txt {
    float: right;
    clear: both;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 16px;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1rem 0 0 0;
}
body div.page-holder section.evnet-workshop div.workshop-section span.teacher {
    float: right;
    clear: both;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 17px;
    color: #202020;
    margin: -1.2rem 0 2.5rem 0;
}
body div.page-holder section.evnet-workshop div.workshop-section span.teacher b {
    font-weight: 600;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body div.page-holder section.evnet-workshop div.workshop-section li {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 15px;
    color: #757575;
    margin-bottom: 1.5rem;
}
body div.page-holder section.evnet-workshop div.workshop-section li:before {
    content: "";
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 50%;
    margin: 5px 0 0 10px;
    background: #202020;
}
body div.page-holder section.target {
    float: right;
    width: 100%;
    height: auto;
    margin: 4rem 14em 0 0;
    counter-reset: item;
}
body div.page-holder section.target div.target {
    position: absolute;
    background-image: url("images/target.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 375px;
    height: 375px;
    left: 3rem;
}
body div.page-holder section.target div.education {
    position: absolute;
    background-image: url("images/education.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 675px;
    height: 675px;
    left: 22rem;
    margin-top: 6.6rem;
}
body div.page-holder section.target h3.title {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 34px;
    float: right;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.target li {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 15px;
    color: #757575;
    margin-bottom: 1.5rem;
}
body div.page-holder section.target li:before {
    content: "";
    width: 10px;
    height: 10px;
    float: right;
    border-radius: 50%;
    margin: 4px 0 0 10px;
    background: #1d1d3f;
}
body div.page-holder section.target li.ab {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 15px;
    color: #757575;
    margin-bottom: 1.5rem;
}
body div.page-holder section.target li.ab:before {
    display: none;
}
body div.page-holder section.target li.ab:after {
    counter-increment: item;
    content: counter(item, arabic-indic) ". ";
    float: right;
    font-family: "IRANYekan";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.8px;
    margin: 0 0 0 8px;
    width: 15px;
    text-align: center;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.betoche {
    float: right;
    width: 100%;
    height: auto;
    margin: 4rem 14em 0 0;
}
body div.page-holder section.betoche div.uu {
    float: right;
}
body div.page-holder section.betoche div.uu span {
    width: 80px;
    height: 80px;
    display: inherit;
    position: relative;
    border-radius: 50%;
    margin: 1rem auto 0 auto;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
}
body div.page-holder section.betoche div.uu span i.a {
    float: right;
    background-image: url("images/clock-t.svg");
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.3rem 1.15rem 0 0;
}
body div.page-holder section.betoche div.uu span i.b {
    float: right;
    background-image: url("images/pin-t.svg");
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.3rem 1.15rem 0 0;
}
body div.page-holder section.betoche div.uu span i.c {
    float: right;
    background-image: url("images/student-t.svg");
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.3rem 1.15rem 0 0;
}
body div.page-holder section.betoche div.uu h5 {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 600;
    letter-spacing: -0.8px;
    font-size: 21px;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-align: center;
    margin-top: 1em;
}
body div.page-holder section.betoche div.uu p {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #757575;
    line-height: 1.8;
    text-align: center;
    margin-top: -1.5rem;
}
body div.page-holder section.teacher {
    float: right;
    width: 100%;
    height: auto;
    margin: 3rem 12.5rem 0 0;
}
body div.page-holder section.teacher h3.title {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 34px;
    float: right;
    width: 100%;
    margin-bottom: 3rem;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.teacher div.uu {
    float: right;
    margin-bottom: 1rem;
}
body div.page-holder section.teacher div.uu span.avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 1rem auto 0 auto;
    position: relative;
    display: inherit;
}
body div.page-holder section.teacher div.uu span.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
body div.page-holder section.teacher div.uu h5 {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 600;
    letter-spacing: -0.8px;
    font-size: 21px;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-align: center;
}
body div.page-holder section.teacher div.uu p {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #757575;
    line-height: 1.8;
    text-align: center;
    margin-top: -1.5rem;
}
body div.page-holder section.question {
    float: right;
    width: 100%;
    height: auto;
    margin: 3rem 18em 12rem 0;
}
body div.page-holder section.question h3.title {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 34px;
    float: right;
    width: 100%;
    margin-bottom: 0;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.question h6.ques {
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 18px;
    float: right;
    width: 100%;
    margin-bottom: -3rem;
    color: #1d1d3f;
    background-color: #d7ebf1;
    padding: 15px 20px;
    border-radius: 4px;
    line-height: 1.5;
    cursor: pointer;
}
body div.page-holder section.question h6.ques span.collapse {
    float: left;
    background-image: url("images/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin: 8px 0 0 0.5rem;
    transform: rotate(90deg);
    transition: all 0.5s ease;
}
body div.page-holder section.question h6.ques.active span.collapse {
    transform: rotate(0deg) !important;
}
body div.page-holder section.question p.ahmadi {
    float: right;
    clear: both;
    width: 100%;
    margin: 3.5rem 0 -1rem 0;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #757575;
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0.68, 0.01, 0.31, 0.93);
    -moz-transition: max-height 0.5s cubic-bezier(0.68, 0.01, 0.31, 0.93);
    -ms-transition: max-height 0.5s cubic-bezier(0.68, 0.01, 0.31, 0.93);
    -o-transition: max-height 0.5s cubic-bezier(0.68, 0.01, 0.31, 0.93);
    transition: max-height 0.5s cubic-bezier(0.68, 0.01, 0.31, 0.93);
}
body div.page-holder section.form {
    float: right;
    width: 100%;
    height: auto;
    margin: 3rem 12.5rem 0 0;
}
body div.page-holder section.form h3.title {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 34px;
    float: right;
    width: 100%;
    margin-bottom: 3rem;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.form form {
    float: right;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
}
body div.page-holder section.form form div.col-md-3 {
    float: right;
    margin-bottom: 0.8rem;
}
body div.page-holder section.form form div.col-md-4 {
    float: right;
    margin-bottom: 0.8rem;
    padding-left: 0 !important;
}
body div.page-holder section.form form div.col-md-2 {
    float: right;
    margin-bottom: 0.8rem;
    padding-right: 0 !important;
}
body div.page-holder section.form form input.discount {
    border-radius: 0 4px 4px 0 !important;
}
body div.page-holder section.form form button.submitdiscount {
    border-radius: 4px 0 0 4px;
    border: none;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 18px;
    color: #fff;
    height: 50px;
    width: 100%;
    cursor: pointer;
}
body div.page-holder section.form form input[type="number"] {
    float: right;
    background-color: #6ab5cc1c;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding: 0 24px;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #10113d;
    border: none;
    outline: none;
}
body div.page-holder section.form form input[type="number"]::placeholder {
    color: #10113d;
}
body div.page-holder section.form form input[type="text"] {
    float: right;
    background-color: #6ab5cc1c;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding: 0 24px;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #10113d;
    border: none;
    outline: none;
}
body div.page-holder section.form form input[type="text"]::placeholder {
    color: #10113d;
}
body div.page-holder section.form form input[type="tel"] {
    float: right;
    background-color: #6ab5cc1c;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding: 0 24px;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #10113d;
    border: none;
    outline: none;
}
body div.page-holder section.form form input[type="tel"]::placeholder {
    color: #10113d;
}
body div.page-holder section.form form input[type="email"] {
    float: right;
    background-color: #6ab5cc1c;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding: 0 24px;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #10113d;
    border: none;
    outline: none;
}
body div.page-holder section.form form input[type="email"]::placeholder {
    color: #10113d;
}
body div.page-holder section.form form select {
    float: right;
    background-color: #6ab5cc1c;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding: 0 24px;
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 16px;
    color: #10113d;
    border: none;
    outline: none;
}
body div.page-holder section.form form span.amount {
    float: right;
    padding: 0 24px;
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 20px;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    line-height: 5.3;
}
body div.page-holder section.form form button.submitbuy {
    border-radius: 4px;
    border: none;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    font-family: "IRANYekan";
    font-weight: 500;
    letter-spacing: -0.8px;
    font-size: 18px;
    color: #fff;
    height: 50px;
    width: 100%;
    cursor: pointer;
    margin-top: 1rem;
}
body div.page-holder section.form form div.col-md-10 {
    float: right;
}
body div.page-holder section.executive-team {
    float: right;
    width: 100%;
    height: auto;
    margin: 0 14em 0 0;
}
body div.page-holder section.executive-team h3.title {
    font-family: "IRANYekan";
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 34px;
    float: right;
    width: 100%;
    margin-bottom: 3rem;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
body div.page-holder section.executive-team div.uu {
    float: right;
    margin-bottom: 1rem;
}
body div.page-holder section.executive-team div.uu span.avatar {
    width: 100%;
    border-radius: 50%;
    margin: 1rem auto 0 auto;
    position: relative;
    display: inherit;
}
body div.page-holder section.executive-team div.uu span.avatar img {
    width: 100%;
    height: 100%;
}
body div.page-holder section.executive-team div.uu h5 {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 600;
    letter-spacing: -0.8px;
    margin: 1rem 0 1.8rem 0;
    font-size: 19px;
    background: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    background: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-align: center;
}
body div.page-holder section.executive-team div.uu h5.mehdiparsaei {
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-align: center;
}
body div.page-holder section.executive-team div.uu p {
    float: right;
    clear: both;
    width: 100%;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 14px;
    color: #757575;
    line-height: 1.8;
    text-align: center;
    margin-top: -1.5rem;
}
body div.page-holder section.copyright {
    float: right;
    width: 100%;
    height: auto;
    margin: 3.5rem 18em 3.5rem 0;
}
body div.page-holder section.copyright span.call {
    float: right;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #757575;
    font-size: 15px;
    margin: 0.5rem 0 0 0;
}
body div.page-holder section.copyright a.call {
    float: right;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 15px;
    margin: 0.2rem 1rem 0 0;
    background: -moz-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -webkit-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    background: -ms-linear-gradient(158deg, #d91f44 0%, #fe702e 100%);
    border-radius: 4px;
    color: #fff;
    padding: 5px 8px 4px 8px;
}
body div.page-holder section.copyright p.copyright {
    float: left;
    font-family: "IRANYekan";
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #757575;
    font-size: 15px;
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
    body div.page-holder div.fixed {
        width: 100%;
        margin: 0;
        height: 8rem;
        z-index: 9;
    }
    body div.page-holder section.detail-course div.detail div.text-top,
    body div.page-holder section.detail-course div.detail div.text-bottom {
        display: none;
    }
    body div.page-holder div.header-cover div.logo-menu {
        width: 100%;
        max-width: 87.5rem;
        margin: 0 auto;
        position: relative;
        padding: 0 2rem;
    }
    body div.page-holder section.detail-course,
    body div.page-holder section.freelancer,
    body div.page-holder section.target,
    body div.page-holder section.freelancer,
    body div.page-holder section.betoche,
    body div.page-holder section.teacher,
    body div.page-holder section.form,
    body div.page-holder section.question,
    body div.page-holder section.executive-team,
    body div.page-holder section.copyright,
    body div.page-holder section.evnet-workshop,
    body div.page-holder section.time-event {
        margin-right: 0;
        padding-top: 11rem;
    }
    body div.page-holder div.container {
        width: 100%;
        max-width: 87.5rem;
        padding: 0 2rem;
    }
    body div.page-holder div.header-cover-under {
        height: 9.4rem;
        width: 100%;
        float: right;
        position: relative;
        border-radius: 0;
    }
    body div.page-holder div.header-cover {
        height: 9rem;
        width: 100%;
        float: right;
        position: relative;
        border-radius: 0;
        margin-top: -9.4rem;
    }
    body div.page-holder div.header-cover div.logo-menu a.logo {
        width: 16rem;
        margin: 2.5rem 0 0 0;
    }
    body div.page-holder div.header-cover div.logo-menu nav.menu-bar {
        display: none;
    }
    body div.page-holder section.detail-course div.detail div.timeother span {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        font-size: 15px;
    }
    body div.page-holder section.detail-course div.detail a.buy-event {
        height: 52px;
        font-size: 18px;
    }
    body div.page-holder section.detail-course div.detail h2.title-course span.a,
    body div.page-holder section.detail-course div.detail h2.title-course span.b {
        font-size: 34px;
    }
    body div.page-holder section.detail-course div.detail span.text {
        font-size: 18px;
    }
    body div.page-holder section.detail-course div.detail span.text-little {
        font-size: 14px;
    }
    body div.page-holder section.target div.target,
    body div.page-holder section.target div.education {
        display: none;
    }
    body div.page-holder section.target h3.title,
    body div.page-holder section.freelancer h3.title,
    body div.page-holder section.teacher h3.title,
    body div.page-holder section.form h3.title,
    body div.page-holder section.question h3.title {
        font-size: 30px;
    }
    body div.page-holder section.target li,
    body div.page-holder section.freelancer p.des,
    body div.page-holder section.detail-course div.detail p.des,
    body div.page-holder section.target li.ab {
        font-size: 14px;
    }
    body div.page-holder section.target li:before {
        width: 8px;
        height: 8px;
    }
    body div.page-holder section.target li.ab:after {
        font-size: 16px;
    }
    body div.page-holder section.betoche div.uu h5,
    body div.page-holder section.teacher div.uu h5 {
        font-size: 18px;
    }
    body div.page-holder section.betoche div.uu p,
    body div.page-holder section.teacher div.uu p,
    body div.page-holder section.question p {
        font-size: 14.5px;
    }
    body div.page-holder section.teacher div.uu span.avatar {
        width: 130px;
        height: 130px;
    }
    body div.page-holder section.question h6 {
        font-size: 20px;
    }
    div.toggle-responsive-menu {
        display: block;
        float: left;
        background-image: url("images/menu-responsive.svg");
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 3.75rem 0 0 0;
        cursor: pointer;
    }
    div.responsive-menu-cover {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(247, 249, 252, 0.85);
        position: fixed;
        cursor: pointer;
        z-index: 99991;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        -moz-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        -ms-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        -o-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
    }
    div.responsive-menu-cover.done {
        visibility: visible !important;
        opacity: 1 !important;
    }
    div.responsive-menu-list {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 295px;
        background-image: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
        background-image: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
        background-image: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
        z-index: 99999;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
        -webkit-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        -moz-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        -ms-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        -o-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        right: -295px;
        overflow: hidden;
        padding: 0 26px;
    }
    div.responsive-menu-list a.logo {
        float: right;
        width: 15rem;
        margin-top: 3rem;
    }
    div.responsive-menu-list a.logo img {
        width: 100%;
        height: 100%;
    }
    div.responsive-menu-list.open {
        visibility: visible !important;
        opacity: 1 !important;
        right: 0 !important;
    }
    div.responsive-menu-list ul.list-menu {
        margin: 0 2rem;
        position: relative;
        top: 3rem;
        padding: 0;
    }
    div.responsive-menu-list ul.list-menu li {
        float: right;
        width: 100%;
        clear: both;
        margin-bottom: 1.5rem;
    }
    div.responsive-menu-list ul.list-menu li a {
        float: right;
        font-family: "IRANYekan";
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        letter-spacing: -0.8px;
    }
    div.responsive-menu-list ul.list-menu li a:before {
        content: "";
        width: 0px;
        height: 2px;
        float: right;
        background-color: transparent;
        margin: 9px 0 0 0;
        transition: all 0.2s ease;
    }
    div.responsive-menu-list ul.list-menu li a:hover {
        font-weight: 600;
    }
    div.responsive-menu-list ul.list-menu li a:hover:before {
        width: 30px;
        background-color: #fff;
        margin: 9px 0 0 11px;
    }
    div.responsive-menu-list ul.list-menu li.selected a {
        font-weight: 600;
    }
    div.responsive-menu-list ul.list-menu li.selected a:before {
        width: 30px;
        background-color: #fff;
        margin: 9px 0 0 11px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) {
    body div.page-holder section.time-event div.timing div.detail div.iu {
        margin: -2.1rem 11rem 0 0 !important;
    }
    body div.page-holder section.time-event div.timing div.detail div.yt {
        margin: -2.3rem 11rem 0 0;
    }
    body div.page-holder section.time-event div.timing div.dotted {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
    body div.page-holder section.time-event div.timing div.dotted {
        display: none;
    }
    body div.page-holder section.time-event div.timing div.detail div.title {
        margin: 0.7rem 7rem 1rem 0;
        font-size: 16px;
        line-height: 1.5;
    }
    body div.page-holder section.time-event div.timing div.detail div.titles {
        margin: -2.3rem 7rem 1.3rem 0;
        font-size: 16px;
        line-height: 1.5;
    }
    body div.page-holder section.time-event div.timing div.detail div.hall {
        margin: 2.7rem 0.5rem 0 0;
    }
    body div.page-holder section.time-event div.timing div.detail div.iy {
        margin: 2.7rem 0.5rem 0 0 !important;
    }
    body div.page-holder section.time-event div.timing div.detail div.iu {
        margin: -2.3rem 6rem 1rem 0 !important;
    }
    body div.page-holder section.detail-course div.detail div.text-top,
    body div.page-holder section.detail-course div.detail div.text-bottom {
        display: none;
    }
    body div.page-holder div.fixed {
        width: 100%;
        margin: 0;
        height: 8rem;
        z-index: 9;
    }
    body div.page-holder div.header-cover div.logo-menu {
        width: 100%;
        max-width: 87.5rem;
        margin: 0 auto;
        position: relative;
        padding: 0 1.5rem;
    }
    body div.page-holder section.detail-course,
    body div.page-holder section.freelancer,
    body div.page-holder section.target,
    body div.page-holder section.freelancer,
    body div.page-holder section.betoche,
    body div.page-holder section.teacher,
    body div.page-holder section.form,
    body div.page-holder section.question,
    body div.page-holder section.executive-team,
    body div.page-holder section.copyright,
    body div.page-holder section.evnet-workshop,
    body div.page-holder section.time-event {
        margin-right: 0;
        padding-top: 11rem;
    }
    body div.page-holder div.container {
        width: 100%;
        max-width: 87.5rem;
        padding: 0 1.5rem;
    }
    body div.page-holder div.header-cover-under {
        height: 9.4rem;
        width: 100%;
        float: right;
        position: relative;
        border-radius: 0;
    }
    body div.page-holder div.header-cover {
        height: 9rem;
        width: 100%;
        float: right;
        position: relative;
        border-radius: 0;
        margin-top: -9.4rem;
    }
    body div.page-holder div.header-cover div.logo-menu a.logo {
        width: 14rem;
        margin: 2.7rem 0 0 0;
    }
    body div.page-holder div.header-cover div.logo-menu nav.menu-bar {
        display: none;
    }
    body div.page-holder section.detail-course div.detail div.timeother span {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        font-size: 15px;
    }
    body div.page-holder section.detail-course div.detail a.buy-event {
        height: 52px;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    body div.page-holder section.detail-course div.detail h2.title-course span.a,
    body div.page-holder section.detail-course div.detail h2.title-course span.b {
        font-size: 34px;
    }
    body div.page-holder section.detail-course div.detail span.text {
        font-size: 18px;
    }
    body div.page-holder section.detail-course div.detail span.text-little {
        font-size: 14px;
    }
    body div.page-holder section.target div.target,
    body div.page-holder section.target div.education {
        display: none;
    }
    body div.page-holder section.target h3.title,
    body div.page-holder section.freelancer h3.title,
    body div.page-holder section.teacher h3.title,
    body div.page-holder section.form h3.title,
    body div.page-holder section.question h3.title {
        font-size: 24px;
    }
    body div.page-holder section.target li,
    body div.page-holder section.freelancer p.des,
    body div.page-holder section.detail-course div.detail p.des,
    body div.page-holder section.target li.ab {
        font-size: 14px;
    }
    body div.page-holder section.target li:before {
        width: 8px;
        height: 8px;
    }
    body div.page-holder section.target li.ab:after {
        font-size: 16px;
    }
    body div.page-holder section.betoche div.uu h5,
    body div.page-holder section.teacher div.uu h5 {
        font-size: 18px;
    }
    body div.page-holder section.betoche div.uu p,
    body div.page-holder section.teacher div.uu p,
    body div.page-holder section.question p {
        font-size: 14.5px;
    }
    body div.page-holder section.teacher div.uu span.avatar {
        width: 130px;
        height: 130px;
    }
    body div.page-holder section.question h6 {
        font-size: 20px;
    }
    div.toggle-responsive-menu {
        float: left;
        background-image: url("images/menu-responsive.svg");
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 3.8rem 0 0 0;
        cursor: pointer;
    }
    div.responsive-menu-cover {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(247, 249, 252, 0.85);
        position: fixed;
        cursor: pointer;
        z-index: 99991;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        -moz-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        -ms-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        -o-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
        transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
    }
    div.responsive-menu-cover.done {
        visibility: visible !important;
        opacity: 1 !important;
    }
    div.responsive-menu-list {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 295px;
        background-image: -moz-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
        background-image: -webkit-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
        background-image: -ms-linear-gradient(158deg, #6ab5cc 0%, #01a1b9 100%);
        z-index: 99999;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
        -webkit-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        -moz-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        -ms-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        -o-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
        right: -295px;
        overflow: hidden;
        padding: 0 26px;
    }
    div.responsive-menu-list a.logo {
        float: right;
        width: 15rem;
        margin-top: 3rem;
    }
    div.responsive-menu-list a.logo img {
        width: 100%;
        height: 100%;
    }
    div.responsive-menu-list.open {
        visibility: visible !important;
        opacity: 1 !important;
        right: 0 !important;
    }
    div.responsive-menu-list ul.list-menu {
        margin: 0 2rem;
        position: relative;
        top: 3rem;
        padding: 0;
    }
    div.responsive-menu-list ul.list-menu li {
        float: right;
        width: 100%;
        clear: both;
        margin-bottom: 1.5rem;
    }
    div.responsive-menu-list ul.list-menu li a {
        float: right;
        font-family: "IRANYekan";
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        letter-spacing: -0.8px;
    }
    div.responsive-menu-list ul.list-menu li a:before {
        content: "";
        width: 0px;
        height: 2px;
        float: right;
        background-color: transparent;
        margin: 9px 0 0 0;
        transition: all 0.2s ease;
    }
    div.responsive-menu-list ul.list-menu li a:hover {
        font-weight: 600;
    }
    div.responsive-menu-list ul.list-menu li a:hover:before {
        width: 30px;
        background-color: #fff;
        margin: 9px 0 0 11px;
    }
    div.responsive-menu-list ul.list-menu li.selected a {
        font-weight: 600;
    }
    div.responsive-menu-list ul.list-menu li.selected a:before {
        width: 30px;
        background-color: #fff;
        margin: 9px 0 0 11px;
    }
}
