@charset "utf-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  line-height: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  transition: linear 0.2s;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
form {
  margin: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li,
ol,
td,
th,
ul {
  padding: 0;
  margin: 0;
}
ol,
ul {
  padding-right: 30px;
}
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
input[type="button"],
input[type="email"],
input[type="number"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
@font-face {
  font-family: DanaRegular;
  src: url(includes/fonts/DanaFaNum-Regular.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: DanaMedium;
  src: url(includes/fonts/DanaFaNum-Medium.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: DanaBold;
  src: url(includes/fonts/DanaFaNum-Bold.woff) format("woff");
  font-weight: 400;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
* {
  box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus,
input:active,
input:focus {
  -moz-outline-style: none;
  outline: 0;
  outline: 0;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  direction: rtl;
  font-size: 15px;
  font-family: DanaRegular;
  line-height: 25px;
  color: #1b1b1b;
}
.main {
  max-width: 1250px;
  margin: auto;
  display: block;
  padding: 0 15px;
}
.flexbox,
.flexbox1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: center;
}
.flexbox1 {
  align-items: stretch;
}
a {
  text-decoration: none;
  transition: all linear 0.2s;
}
b,
strong {
  font-family: DanaBold;
  font-weight: 400;
}
select option {
  font-family: tahoma;
}
.cgreen,
.green {
  color: #393;
}
.corange,
.orange {
  color: #e18700;
}
.cred,
.red {
  color: #c30;
}
.ltext,
.ltr {
  direction: ltr;
  display: inline-block;
}
.en_font {
  font-family: tahoma;
  font-size: 13px;
}
.dis_none {
  display: none;
}
.drtl {
  direction: rtl;
}
.dltr {
  direction: ltr;
}
.FloatR {
  float: right;
}
.FloatL {
  float: left;
}
.clear,
.clr {
  clear: both;
}
.Tright {
  text-align: right;
}
.Tleft {
  text-align: left;
}
.Tjustify {
  text-align: justify;
}
.Tcenter {
  text-align: center;
}
.Ared {
  color: #930;
}
.Agreen {
  color: #360;
}
.Aorange {
  color: #f7941e;
}
::-webkit-input-placeholder {
  direction: rtl !important;
  text-align: right;
}
::-moz-placeholder {
  direction: rtl !important;
  text-align: right;
}
:-ms-input-placeholder {
  direction: rtl !important;
  text-align: right;
}
:-moz-placeholder {
  direction: rtl !important;
  text-align: right;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.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%;
  border: none;
}
.title {
  margin-bottom: 25px;
  font-family: DanaBold;
  font-size: 25px;
  line-height: 40px;
}
.title i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  color: #e1473e;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}
.title i.gray {
  background: #fafbfc;
}
.more,
.more2 {
  max-width: max-content;
  min-width: 200px;
  margin: 20px auto auto;
  background: #e1473e;
  color: #fff;
  line-height: 26px;
  padding: 8px 10px 5px 10px;
  margin-top: 20px;
  font-size: 16px;
  font-family: DanaBold;
  text-align: center;
  border-radius: 10px;
  border: none;
  display: block;
  transition: all linear 0.2s;
}
.more:hover {
  opacity: 0.7;
}
.more2 {
  background: 0 0;
  border: 2px solid #e1473e;
  color: #e1473e;
}
.more2:hover {
  background: #e1473e;
  color: #fff;
  opacity: 1;
}
#navigator {
  padding: 20px 15px;
  color: #333;
  font-size: 12px;
}
#navigator i {
  padding: 0 5px;
  color: #fe6f61;
  vertical-align: middle;
  text-shadow: none;
  display: inline-block;
}
#navigator a {
  color: #333;
  transition: all linear 0.3s;
}
#navigator a:hover {
  color: #fe6f61 !important;
}
.add_alert {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.add_alert > div {
  max-width: 400px;
  width: 90%;
  padding: 10px 15px 10px 0;
  background: #ebf9f1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #20b95d;
}
.add_alert > div > div {
  width: Calc(100% - 60px);
  color: #0fb351;
  font-size: 17px;
}
.add_alert .fa-times {
  width: 50px;
  padding: 10px 15px;
  margin-right: auto;
  font-size: 27px;
  color: #0fb351;
  cursor: pointer;
  transition: all linear 0.2s;
}
.add_alert .fa-times:hover {
  opacity: 0.7;
}
.add_alert.red_th .greentxt,
.red_txt {
  display: none;
}
.add_alert.red_th > div {
  background: #fff2f9;
  border-color: #fb8395;
}
.add_alert.red_th > div > div {
  color: #ff405c;
}
.add_alert.red_th .fa-times {
  color: #ff405c;
}
.add_alert.red_th .red_txt {
  display: block;
}
header {
  position: relative;
}
header .logo {
  display: block;
}
header .logo img {
  width: 165px;
  display: block;
}
#head_left {
  margin-right: auto;
  position: relative;
}
#head_left > div {
  margin-right: 6px;
  font-size: 20px;
}
#head_left > div i {
  vertical-align: middle;
}
#head_left .user {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #e1473e;
  overflow: hidden;
  cursor: pointer;
}
#head_left .user img {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
}
#head_left .more {
  min-width: inherit;
  padding: 6px 20px 6px 20px;
  margin: 0 15px 0 0;
  font-family: DanaRegular;
  background: #fff;
  color: #e1473e;
  border: 2px solid #e1473e;
}
#head_left .more:hover {
  background: #e1473e;
  color: #fff;
  opacity: 1;
}
#head_left .bascket {
  position: relative;
}
#head_left .bascket a {
  color: #1b1b1b;
  display: block;
}
#head_left .bascket .num {
  width: 17px;
  height: 17px;
  line-height: 19px;
  text-align: center;
  background: #e1473e;
  color: #1b1b1b;
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 11px;
  border-radius: 100%;
  display: block;
}
#list_scroll {
  display: none;
}
.user_name {
  max-width: 155px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  color: #e1473e;
  display: inline-block;
  padding-right: 10px;
}
#user_log {
  width: 150px;
  padding: 5px 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  border-radius: 10px;
  box-shadow: 1px 1px 5px #f2f2f2;
  display: none;
  z-index: 1000;
}
#user_log a {
  padding: 5px 10px;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 25px;
  display: block;
}
#user_log a i,
#user_log a:hover {
  color: #fe6f62;
}
#user_log a.setting {
  border-top: 1px solid #ddd;
}
#srch_box {
  width: 400px;
  padding: 5px;
  background: #fff;
  position: absolute;
  top: Calc(100% + 5px);
  left: 0;
  box-shadow: 1px 1px 5px #f2f2f2;
  border-radius: 8px;
  display: none;
  z-index: 1000;
}
#srch_box > div > div {
  width: Calc(100% - 100px);
  position: relative;
}
#srch_box input {
  width: 100%;
  height: 35px;
  padding: 0 40px 0 5px;
  background: #f4f4f4;
  border: none;
  border-radius: 8px;
}
#srch_box button {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  border: none;
  background: 0 0;
}
#srch_box button i {
  color: #888;
  position: relative;
  top: 2px;
}
#srch_box > div > span {
  width: 90px;
  padding: 5px 0;
  margin-right: auto;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.2s;
}
#srch_box button:hover i,
#srch_box > div > span:hover {
  color: #e1473e;
}
@media only screen and (max-width: 450px) {
  #srch_box {
    width: 300px;
  }
  #srch_box > div > div {
    width: Calc(100% - 80px);
  }
  #srch_box > div > span {
    width: 70px;
  }
  .user_name {
    max-width: 125px;
  }
}
#menu {
  margin-right: 80px;
}
#menu ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
#menu ul li {
  font-size: 16px;
  font-family: DanaRegular;
  display: inline-block;
}
#menu ul li a {
  color: #1b1b1b;
  display: block;
}
#menu ul > li > a {
  padding: 25px;
  border-bottom: 2px solid transparent;
}
#menu ul > li.active a,
#menu ul > li:hover > a {
  background: #fafafa;
  color: #e1473e;
  border-color: #e1473e;
}
#menu ul ul {
  width: 100%;
  background: #fbfbfb;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  z-index: 1000;
}
#menu ul ul li {
  width: 100%;
}
#menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
#menu ul > li .open_li {
  display: none;
}
#menu .submenu {
  padding: 30px 0 0;
  border-bottom: 1px solid #e2e2e2;
}
#menu .submenu > div:first-child {
  width: 70%;
}
#menu .submenu > div:nth-child(2) {
  width: 30%;
  padding: 0 50px 0 0;
  border-right: 1px solid #e2e2e2;
}
#fields .b_sub {
  padding-right: 20px;
  font-size: 17px;
}
.fieldbox {
  margin: 5px 0 0;
  padding: 0 0 30px 50px;
}
.fieldbox > div div {
  width: Calc(100% - 50px);
  margin-right: auto;
}
.fieldbox > div div p {
  color: #4c4c4c;
  font-size: 13px;
}
.fieldbox > div a {
  width: Calc(50% - 25px);
  padding: 20px;
  color: #1b1b1b;
  border-radius: 8px;
  display: flex !important;
}
.fieldbox > div a:hover {
  background: #f4f4f4;
}
.fieldbox > div a i {
  width: 35px;
  height: 35px;
  background: #e1473e;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.fieldbox > div a img {
  height: 28px;
  margin: auto;
  display: block;
}
.fieldbox .i_col1 {
  background: #fe6f62;
}
.fieldbox .i_col2 {
  background: #7b68ee;
}
.fieldbox .i_col3 {
  background: #54d3ff;
}
.fieldbox .i_col4 {
  background: #ffb648;
}
.fieldbox .i_col5 {
  background: #ebcc29;
}
.fieldbox .i_col6 {
  background: #51df8a;
}
.fieldbox > div a h3 {
  font-family: Danabold;
  font-size: 15px;
}
.fieldbox > div a:nth-child(2n-1) {
  margin-left: 50px;
}
.fieldbox .more2 {
  max-width: 100%;
  min-width: 100%;
  width: 100% !important;
  color: #e1473e !important;
}
.fieldbox .more2:hover {
  color: #fff !important;
}
#submenu_bt {
  padding: 20px 0;
}
#submenu_bt .for_log {
  margin-right: auto;
}
#submenu_bt .for_log p {
  color: #525252;
  font-size: 13px;
}
#submenu_bt .title {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 29px;
}
#submenu_bt .title i {
  background: #50dd80;
  color: #fff;
  font-size: 19px;
}
#submenu_bt .title p {
  font-size: 13px;
  line-height: 23px;
  font-family: DanaRegular;
}
#submenu_bt .more {
  margin: 0 10px 0 0;
  color: #fff;
}
#opinion img,
.testbox img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 100%;
  display: block;
}
#opinion .txt,
.testbox .txt {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
}
#opinion .toptxt,
.testbox .txt {
  margin-bottom: 40px;
  color: #979797;
  font-family: DanaMedium;
}
.userbox {
  position: relative;
}
.userbox .quote {
  color: #ddd;
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 45px;
}
.userbox .nopix {
  top: -12px;
}
#menu_bar {
  width: 40px;
  padding-left: 15px;
  line-height: 45px;
  color: #1b1b1b;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.user_qoute {
  color: #fe6f61;
  display: inline-block;
  font-size: 18px;
}
@media only screen and (max-width: 1280px) {
  #submenu_bt {
    padding: 20px;
  }
  #menu .submenu {
    padding: 30px 20px 0;
  }
}
@media only screen and (min-width: 1025px) {
  #menu {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 13px 0;
  }
  #menu {
    width: 100%;
    margin: 10px 0 0;
    display: none;
  }
  #menu ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  #menu ul > li {
    position: relative;
    display: block;
  }
  #menu ul > li .open_li {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
  }
  #menu .submenu {
    padding: 20px 15px 15px;
  }
  #menu .submenu > div {
    width: 100% !important;
  }
  #menu .submenu > div:nth-child(2) {
    padding: 20px 0 0;
    border-right: none;
    border-top: 1px solid #e2e2e2;
  }
  .fieldbox {
    padding: 0 0 30px 0;
  }
  #menu_bar {
    display: block;
  }
  #head_left {
    min-height: 42px;
    position: absolute;
    left: 15px;
    top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #submenu_bt {
    justify-content: center;
  }
  #submenu_bt .for_log {
    margin: 20px auto auto;
  }
  #submenu_bt > div {
    width: 100%;
  }
  #submenu_bt .for_log p {
    width: 100%;
  }
  #submenu_bt .more {
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .fieldbox > div a {
    width: 100%;
    margin: 0 !important;
  }
  header .logo img {
    width: 100px;
  }
  #head_left .more span {
    display: none;
  }
  #menu_bar {
    width: 35px;
  }
}
#banner {
  height: Calc(100vh - 76px);
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
#banner:after {
  content: "";
  background: #e1473e;
  background: linear-gradient(
    279deg,
    rgba(225, 71, 62, 1) 0,
    rgba(0, 0, 0, 0.1862380938703606) 35%
  );
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
#banner > div {
  max-width: 700px;
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 5;
}
#banner > div h1 {
  margin-bottom: 25px;
  font-family: DanaBold;
  font-size: 50px;
  line-height: 75px;
}
#banner .h_top {
  font-size: 30px;
  line-height: 45px;
  font-family: DanaMedium;
}
#banner .more {
  margin-top: 40px;
  background: #fff;
  color: #1b1b1b;
}
.chevron {
  width: 30px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  opacity: 0.2;
  animation: 2.5s ease 0s normal none infinite running chevloop2;
  z-index: 100;
}
.chevron img {
  width: 100%;
  display: block;
}
@-webkit-keyframes chevloop2 {
  0% {
    opacity: 0;
    bottom: 35px;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 12px;
  }
}
@-moz-keyframes chevloop2 {
  0% {
    opacity: 0;
    bottom: 35px;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 12px;
  }
}
@-o-keyframes chevloop2 {
  0% {
    opacity: 0;
    bottom: 35px;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 12px;
  }
}
@keyframes chevloop2 {
  0% {
    opacity: 0;
    bottom: 35px;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  #banner {
    height: auto;
  }
  #banner > div {
    padding: 50px 30px 80px;
    margin: auto;
  }
}
.backbg {
  background: #fafbfc;
  padding: 1px 0;
}
.bggray {
  background: #f3f3f3;
  padding: 1px 0;
}
.course {
  margin: 70px 0;
}
#c_box > div {
  width: Calc(33.33% - 20px);
  margin: 0 0 30px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #f2f2f2;
  overflow: hidden;
  transition: all linear 0.2s;
}
#c_box > div:last-child,
#c_box > div:nth-child(3n) {
  margin-left: 0;
}
#c_box > div:hover {
  box-shadow: 1px 5px 5px #c1bebe;
}
#c_box > div img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: top;
  display: block;
}
#c_box > div h3 {
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
#c_box > div a {
  color: #1b1b1b;
  display: block;
}
#c_box > div a:hover {
  color: #e1473e;
}
#c_box > div > div {
  padding: 15px 20px;
}
#blog .more,
.course .more {
  max-width: 300px;
}
.mar10bt {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #c_box > div {
    width: 100%;
    margin: 0 0 30px;
  }
  #c_box > div:last-child {
    margin-bottom: 0;
  }
}
#statistics {
  padding: 30px 0 80px 0;
  position: relative;
}
#statistics:before {
  content: "";
  height: 410px;
  width: 640px;
  background: #e1473e;
  background: radial-gradient(
    circle,
    rgba(225, 71, 62, 0.3) 12%,
    rgba(225, 71, 62, 0) 51%
  );
  position: absolute;
  top: -50px;
  right: -270px;
  display: block;
  z-index: 10;
}
#statistics > div > div > div {
  width: 50%;
}
#statistics .b_right {
  font-family: DanaBold;
  font-size: 22px;
  position: relative;
  z-index: 20;
}
#statistics .b_right .big {
  margin: 17px 0 17px;
  font-size: 50px;
  line-height: 75px;
}
#statistics .b_left > div {
  width: Calc(50% - 10px);
  margin: 0 0 20px 20px;
  padding: 20px;
  background: #fff;
  color: gray;
  box-shadow: 1px 1px 5px #f2f2f2;
  border-radius: 10px;
}
#statistics .b_left > div:nth-child(2n) {
  margin-left: 0;
}
.b_left > div i {
  margin-left: 30px;
  color: #e1473e;
  font-size: 30px;
}
.b_left > div b {
  font-size: 35px;
  line-height: 50px;
  color: #1b1b1b;
  display: block;
}
@media only screen and (max-width: 900px) {
  #statistics > div > div > div {
    width: 100%;
  }
  #statistics .b_right {
    margin-bottom: 30px;
  }
  #statistics:before {
    top: -115px;
  }
}
@media only screen and (max-width: 500px) {
  #statistics .b_left > div {
    width: 100%;
    margin: 0 0 20px;
  }
  #statistics .b_right {
    font-size: 25px;
  }
  #statistics .b_right .big {
    font-size: 55px;
    line-height: 65px;
  }
}
#raoof {
  margin: 50px 0;
  padding: 50px 100px;
  background: #fff;
  box-shadow: 1px 1px 5px #f2f2f2;
  border-radius: 10px;
  flex-direction: row-reverse;
}
#raoof > div:first-child {
  width: 30%;
}
#raoof > div:last-child {
  width: 70%;
  padding-left: 80px;
}
#raoof > div img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
#raoof h2 {
  margin-bottom: 5px;
  font-family: DanaBold;
  font-size: 35px;
  line-height: 50px;
}
#raoof .h_bt {
  margin-bottom: 20px;
  font-family: DanaMedium;
  font-size: 22px;
  line-height: 32px;
}
#raoof .more {
  max-width: 300px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #raoof {
    padding: 20px;
  }
  #raoof > div {
    width: 100% !important;
  }
  #raoof > div:last-child {
    padding: 15px 0 0 0 !important;
  }
  #raoof > div img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 450px) {
  #raoof > div img {
    max-width: 100%;
  }
  #raoof .more {
    max-width: 100%;
  }
}
#video {
  margin: 80px 0;
  padding: 50px;
  background: #fff;
  box-shadow: 1px 1px 5px #f2f2f2;
  border-radius: 10px;
}
#video .inbox > a,
#video .inbox > div {
  width: Calc(50% - 10px);
}
.video_box {
  height: 374px;
  margin-left: auto;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.other_vid .each .right:before,
.video_box:before {
  content: "\f04b";
  width: max-content;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin: auto;
  color: #fff;
  font-size: 55px;
  opacity: 0.6;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: all linear 0.2s;
}
.other_vid .each .right:after,
.video_box:after {
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  transition: all linear 0.2s;
}
.other_vid .each .right:hover:after,
.video_box:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
.other_vid .each .right:hover:before,
.video_box:hover:before {
  opacity: 1;
}
.other_vid .each {
  margin-bottom: 20px;
}
.other_vid .each:last-child {
  margin-bottom: 0;
}
.other_vid .each .right {
  height: 110px;
  width: 180px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.other_vid .each .right:before {
  font-size: 30px;
}
.other_vid .each .left {
  width: Calc(100% - 200px);
  margin-right: auto;
  color: gray;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.other_vid .each .left i {
  font-size: 13px;
}
.other_vid .each h2 {
  margin-bottom: 10px;
  color: #1b1b1b;
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
.other_vid .each h2 a {
  color: #1b1b1b;
}
.row_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.row_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.row_4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#video .more {
  max-width: 300px;
}
#video.vid_blog {
  padding: 60px 0;
  margin-bottom: 0;
  background: #fff;
  background: linear-gradient(
    270deg,
    rgba(17, 53, 61, 0.4) 2%,
    rgba(241, 102, 89, 0.97) 100%
  );
  border-radius: 0;
}
#video.vid_blog .other_vid .each h2 {
  margin-bottom: 0;
}
#video.vid_blog .other_vid .each h2 a {
  color: #fff;
}
#video.vid_blog .more {
  max-width: max-content;
  background: #fff;
  color: #e1473e;
}
@media only screen and (max-width: 900px) {
  #video .inbox > a,
  #video .inbox > div {
    width: 100% !important;
  }
  .video_box {
    margin-bottom: 20px;
  }
  #video.vid_blog .other_vid {
    display: flex;
    flex-wrap: wrap;
  }
  #video.vid_blog .other_vid .each {
    width: calc(50% - 10px);
  }
  #video.vid_blog .other_vid .each:first-child {
    margin-left: 20px;
  }
  #video.vid_blog .other_vid .each:nth-child(3) {
    display: none;
  }
  #video.vid_blog .other_vid .each .left {
    width: 100%;
  }
  #video.vid_blog .other_vid .each .right {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 550px) {
  .video_box {
    height: 250px;
  }
  #video {
    padding: 20px;
  }
  .other_vid .each {
    margin-bottom: 30px;
  }
  .other_vid .each .right {
    height: 200px;
    width: 100%;
  }
  .other_vid .each .left {
    width: 100%;
  }
  #video.vid_blog .other_vid .each .right {
    height: 150px;
  }
}
#blog {
  padding: 80px 0;
}
.blgbox > div {
  width: Calc(50% - 10px);
}
.blgbox .pic {
  width: 100%;
  height: 350px;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 10px;
  display: block;
}
.blgbox .left .each,
.blgbox .right {
  padding: 15px;
  margin-left: auto;
  background: #fff;
  box-shadow: 1px 1px 5px #f2f2f2;
  border-radius: 10px;
}
.info_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blgbox .right .info_box > span,
.left .each .info_box > div > span {
  color: #e1473e;
  font-size: 12px;
}
.blgbox .right .info_box > span {
  margin-top: 5px;
}
.info_box h3 {
  margin: 5px 0 10px;
  color: #1b1b1b;
  font-family: DanaBold;
  font-size: 23px;
  line-height: 33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info_box h3 a {
  color: #1b1b1b;
}
.info_box h3 a:hover {
  color: #e1473e;
}
.info_box .txt {
  margin-bottom: 30px;
}
.info_box .time i {
  font-size: 13px;
}
.info_box .time > div {
  margin-left: 20px;
}
.blgbox .left .pic {
  height: 150px;
  width: 240px;
  border-radius: 0 10px 10px 0;
}
.left .info_box {
  width: Calc(100% - 260px);
  margin-right: auto;
}
.blgbox .left .each {
  margin-bottom: 20px;
}
.blgbox .left .each:last-child {
  margin-bottom: 0;
}
.blgbox .left h3 {
  font-size: 18px;
  line-height: 28px;
  overflow: inherit;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  .blgbox > div {
    width: 100%;
  }
  .blgbox .right {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .blgbox .pic {
    width: 100% !important;
    height: 200px;
    border-radius: 10px !important;
  }
  .left .info_box {
    width: 100%;
  }
  .info_box h3 {
    overflow: inherit;
    white-space: normal;
  }
}
#news_blog #khabarname {
  position: relative;
  z-index: 10;
}
#news_blog #khabarname .nok,
#news_blog #khabarname .ok {
  font-family: DanaBold;
  font-size: 20px;
  text-align: center;
}
#news_blog #khabarname .nok {
  color: #ff6161;
}
#news_blog {
  padding: 50px 0;
  background: url(images/background/khabarname.jpg);
  background-size: cover !important;
  background-position: 50% 50% !important;
  color: #fff;
  position: relative;
}
#news_blog:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
}
#news_blog form {
  justify-content: center;
}
#news_blog form .txt {
  margin-left: 15px;
  font-family: DanaBold;
  font-size: 20px;
  line-height: 30px;
}
#news_blog form button,
#news_blog form input {
  width: 270px;
  height: 40px;
  padding: 5px 10px 5px;
  color: #1b1b1b;
  border: 1px solid #fff;
  border-radius: 10px;
}
#news_blog form button {
  min-width: 150px;
  margin: 0 15px 0 0;
  font-size: 16px;
  border-color: #e1473e;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  #news_blog form {
    max-width: 500px;
    margin: auto;
  }
  #news_blog form .txt {
    width: 100%;
  }
  #news_blog form input {
    width: Calc(100% - 165px);
  }
}
@media only screen and (max-width: 450px) {
  #news_blog form button,
  #news_blog form input {
    width: 100%;
    height: 50px;
    min-width: 100%;
    margin: 5px 0;
    font-size: 18px;
  }
}
#headtop {
  padding-top: 20px;
}
#headtop .flexbox {
  padding: 80px 50px;
  background: #373737;
  color: #fff;
  border-radius: 10px;
}
#headtop .flexbox > div {
  width: Calc(100% - 270px);
  margin-left: auto;
}
#headtop .more {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 0 0;
}
#headtop h1 {
  margin-top: 10px;
  font-family: DanaBold;
  font-size: 26px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  #headtop .flexbox {
    padding: 80px 20px;
  }
  #headtop .flexbox > div {
    width: 100%;
    text-align: center;
  }
  #headtop .more {
    margin: 20px auto auto;
  }
}
#c_list {
  margin: 60px 0;
}
#listbox:after {
  content: "";
  clear: both;
  display: block;
}
#listbox #right {
  width: 300px;
  float: right;
}
#listbox #right.show {
  max-width: 400px;
  width: Calc(100% - 30px);
  margin: auto;
  overflow: auto;
  padding: 0 20px 20px;
  position: fixed !important;
  background: #fff;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 1100;
}
#right #close_fill {
  width: 100%;
  padding: 10px 0;
  font-size: 30px;
  color: #e1473e;
  text-align: left;
  display: none;
}
#pop_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1000;
}
.scroll {
  width: 100%;
  overflow: hidden;
}
#listbox #left {
  width: Calc(100% - 320px);
  margin-right: auto;
  float: left;
}
#listbox .more {
  min-width: 100%;
}
.c_srch {
  margin-bottom: 20px;
  position: relative;
}
.c_srch input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  background: 0 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: block;
}
.c_srch button {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  border: none;
  transition: all linear 0.2s;
}
.c_srch button:hover {
  color: #e1473e;
}
.c_srch button i {
  position: relative;
  top: 2px;
}
#filter {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
#filter > div b {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: DanaBold;
  display: block;
}
#filter label {
  display: block;
  cursor: pointer;
  transition: all linear 0.2s;
}
#filter label:hover {
  opacity: 0.8;
}
#filter label input {
  margin-left: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  height: 14px;
  width: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #e1473e;
  background: #fff;
  border-radius: 2px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.2s;
  cursor: pointer;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background: #e1473e;
  border: 1px solid #e1473e;
}
input[type="radio"],
input[type="radio"]:checked {
  border-radius: 50%;
}
.guide b {
  margin-left: 20px;
}
.guide a {
  min-width: 90px;
  padding: 8px 20px 4px;
  color: #727272;
  text-align: center;
  display: inline-block;
}
.guide a:nth-of-type(1) {
  border-radius: 0 5px 5px 0;
}
.guide a:nth-of-type(3) {
  border-radius: 5px 0 0 5px;
}
.guide a.active,
.guide a:hover {
  background: #e1473e;
  color: #fff;
}
#left .g_link {
  margin-right: auto;
  color: #e1473e;
}
#left .g_link:hover {
  opacity: 0.7;
}
#filter_bt {
  min-width: 100px;
  margin: 0 0 0 auto;
  display: none;
}
#filter_bt i {
  padding-right: 5px;
  font-size: 15px;
}
.rowbox {
  margin-top: 24px;
}
.rowbox .each {
  width: Calc(33.33% - 14px);
  margin: 0 0 20px 20px;
  background: #fff;
  box-shadow: 1px 1px 5px #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.rowbox .each:nth-child(3n) {
  margin-left: 0;
}
.rowbox .each a {
  display: block;
}
.rowbox .each img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  display: block;
}
.rowbox .each > div {
  padding: 10px 15px;
}
.rowbox .each h3 {
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
.rowbox .each h3 a {
  color: #1b1b1b;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rowbox .each h3 a:hover {
  color: #e1473e;
}
.rowbox .each .link {
  padding: 15px;
  border-top: 1px solid #ddd;
}
.rowbox .each .more {
  margin: 0;
}
#courselist .course {
  margin: 0;
  background: #eee;
}
.bg_none {
  background: 0 0 !important;
}
@media only screen and (max-width: 1024px) {
  #listbox #right {
    max-width: 500px;
    width: 100%;
    margin: 0 0 50px;
    float: none;
    display: none;
  }
  #listbox #left {
    width: 100%;
    float: none;
  }
  #left .guide {
    width: 100%;
    margin-bottom: 20px;
  }
  #left .guide a {
    background: #eee;
  }
  #left .guide a.active,
  #left .guide a:hover {
    background: #e1473e;
    color: #fff;
  }
  #filter_bt,
  #right #close_fill {
    display: block;
  }
  #listbox #right .c_srch {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .rowbox .each {
    width: Calc(50% - 10px);
  }
  .rowbox .each:nth-child(3n) {
    margin-left: 20px;
  }
  .rowbox .each:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .rowbox .each {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
#top_sec {
  padding: 30px 0;
}
#top_sec:after {
  content: "";
  clear: both;
  display: block;
}
#top_sec .right {
  width: Calc(100% - 320px);
  margin-right: auto;
  float: left;
}
#top_sec .r_bann {
  height: 436px;
  border-radius: 10px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}
#top_sec .r_bann .more {
  min-width: 258px;
  background: #fff;
  color: #1b1b1b;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
#top_sec .left {
  width: 300px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  float: right;
}
#top_sec .left h1 {
  width: Calc(100% - 50px);
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
  display: block;
}
#top_sec .left h1 b {
  display: block;
}
#top_sec .left h1 span {
  font-size: 14px;
  display: block;
}
#top_sec .left .more {
  min-width: 100%;
}
.subbox {
  margin-bottom: 10px;
}
.subbox i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  background: #e1473e;
  color: #fff;
  border-radius: 8px;
}
#top_sec .infobox {
  padding: 12px 0 8px;
  border-bottom: 1px solid #ddd;
}
#top_sec .infobox:last-of-type {
  border: none;
}
#top_sec .infobox > div:first-child {
  width: 130px;
  font-family: DanaBold;
}
#top_sec .infobox > div:last-child {
  width: Calc(100% - 130px);
}
.infobox .star {
  position: relative;
}
.infobox .need {
  position: absolute;
  top: -4px;
  right: -3px;
}
.all_cost .o_cost {
  margin-left: 15px;
  text-decoration: line-through;
  font-size: 12px;
  color: #cacaca;
}
.all_cost i {
  color: #e1473e;
  vertical-align: middle;
  padding-left: 5px !important;
}
#rate {
  margin: 20px 0;
}
#rate b {
  display: block;
}
#rate i {
  color: #e1473e;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #top_sec .left,
  #top_sec .right {
    width: 100% !important;
    float: none;
  }
  #top_sec .left {
    margin-bottom: 20px;
  }
}
#icons {
  margin: 30px 0;
}
#icons > div {
  width: 20%;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #b7b7b7;
}
#icons > div:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  #icons {
    justify-content: center;
  }
  #icons > div {
    width: 50%;
    margin-bottom: 20px;
  }
  #icons > div:nth-child(2n) {
    border: none;
  }
}
#wbox {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}
#wbox .subject {
  margin-bottom: 10px;
  font-family: DanaBold;
  font-size: 20px;
  line-height: 35px;
}
#wbox .common {
  margin: 40px 0;
}
#wbox .common ul li::marker {
  color: #ff585d;
  font-size: 13px;
}
.txt_ex p {
  margin-bottom: 20px;
}
.mar0top {
  margin-top: 0 !important;
}
#c_info .head {
  font-family: DanaBold;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  transition: all linear 0.2s;
}
#c_info .head:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #d9d9d9;
  display: block;
  transition: all linear 0.2s;
}
#c_info .head.show,
#c_info .head:hover {
  color: #e1473e;
}
#c_info .head:hover:after {
  border-color: #e1473e;
}
#c_info .head.show i {
  top: 8px;
  transform: rotate(-180deg);
}
#c_info .head i {
  width: 70px;
  height: 20px;
  background: #fff;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 13px;
  text-align: center;
  z-index: 5;
}
#c_info .head span {
  padding: 0 0 10px 20px;
  background: #fff;
  position: relative;
  display: inline-block;
  z-index: 5;
}
#c_info .text {
  margin-bottom: 15px;
  display: none;
}
#choise {
  margin: 60px 0;
}
#choise .more2 {
  max-width: 300px;
}
.go_login {
  max-width: max-content;
  padding: 20px;
  margin: 20px auto auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.go_login .more {
  margin: 0 10px 0 0;
  display: inline-block;
}
.each_box {
  margin-bottom: 20px;
}
.each_box .date,
.each_reg .date {
  width: 120px;
  padding: 5px 0;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.each_box .date > div:first-child,
.each_reg .date > div:first-child {
  position: relative;
}
.each_box .date > div:first-child:after,
.each_reg .date > div:first-child:after,
.fee_info span:after {
  content: "";
  margin: 0 10px;
  height: 20px;
  width: 1px;
  border-left: 1px solid #e1473e;
  display: inline-block;
  vertical-align: middle;
}
.each_box .date > div:first-child:after,
.each_reg .date > div:first-child:after {
  height: 26px;
  position: relative;
  top: 0;
}
.each_box .date span {
  display: block;
}
.each_box .date span span {
  font-size: 11px;
  display: inline-block;
}
.each_box .info {
  width: Calc(100% - 130px);
  padding: 10px 20px;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.each_box .info > div {
  width: 33%;
}
.each_box .subject {
  font-family: DanaBold;
}
.each_box .info h3 {
  margin-bottom: 10px;
  color: #e1473e;
  font-family: DanaBold;
  font-size: 16px;
  line-height: 28px;
}
.each_box .info h3 span {
  color: #1b1b1b;
  font-family: danaRegular;
  font-size: 14px;
  display: none;
}
.info .fee_info {
  text-align: left;
}
.fee_info .price {
  margin-bottom: 10px;
}
.fee_info span:after {
  border-color: #b7b7b7;
}
.fee_info span:last-child:after {
  display: none;
}
.fee_info span i {
  font-style: normal;
}
.info .register {
  width: 17% !important;
  text-align: center;
}
.info .register select {
  width: 130px;
  background: 0 0;
  border: none;
}
.info .add_to {
  width: 17% !important;
  text-align: center;
}
.info .more {
  min-width: 100%;
  margin: 0;
  cursor: pointer;
}
.bask_empty img {
  width: 100%;
  max-width: 80px;
  display: inline-block;
  vertical-align: bottom;
}
#choise .each_box .fee_info {
  width: 35%;
}
#choise .each_box .subject {
  width: 22%;
}
#choise .info .add_to {
  width: 20% !important;
}
#choise .info .register {
  width: 23% !important;
}
#choise .info .register select {
  width: 195px;
}
.redtxt {
  color: #e1473e;
}
@media only screen and (max-width: 1024px) {
  .each_box .date {
    margin-bottom: 5px;
  }
  .each_box .info {
    width: 100%;
    border-radius: 10px;
  }
  #choise .info .add_to,
  #choise .info .register,
  .each_box .info > div {
    width: 100% !important;
    text-align: left;
    position: relative;
  }
  .each_box .info h3 {
    text-align: right;
  }
  .each_box .info h3 span {
    display: block;
  }
  .info .register {
    margin: 15px 0;
    text-align: right !important;
  }
  .info .register select {
    width: 100%;
    font-family: DanaBold;
  }
  .fee_info span {
    padding: 10px 0;
    border-bottom: 1px solid #b8b8b8;
    position: relative;
    display: block;
  }
  .fee_info span::after {
    content: none;
  }
  .fee_info span i {
    display: none;
  }
  .each_box .info > div > div::before,
  .fee_info span:before {
    position: absolute;
    right: 0;
    top: 11px;
    font-family: DanaBold;
  }
  .each_box .info .subject > div {
    padding: 10px 0;
    border-bottom: 1px solid #b8b8b8;
    position: relative;
  }
  .each_box .info .subject > div:nth-child(2)::before {
    content: "مدرس";
  }
  .each_box .info .fee_info .price {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #b8b8b8;
  }
  .each_box .info .fee_info .price::before {
    content: "قیمت";
  }
  .fee_info span:nth-child(1)::before {
    content: "مدت دوره";
  }
  .fee_info span:nth-child(2)::before {
    content: "ساعت برگزاری";
  }
  .fee_info span:nth-child(3)::before {
    content: "ظرفیت دوره";
  }
}
@media only screen and (max-width: 600px) {
  .go_login {
    max-width: 100%;
    text-align: center;
  }
  .go_login .more {
    margin: 10px auto auto;
    display: block;
  }
}
#album {
  overflow: hidden;
}
#album #movable {
  display: flex;
  flex-wrap: nowrap;
  -webkit-animation: moveslide 18s linear infinite;
  animation: moveslide 18s linear infinite;
}
#album #movable > div {
  margin-left: 10px;
}
#album #movable > div > div {
  width: 250px;
  background-size: cover !important;
  background-position: center !important;
}
#album #movable > div:nth-child(odd) > div:first-child {
  height: 350px;
  margin-bottom: 10px;
}
#album #movable > div:nth-child(odd) > div:last-child {
  height: 180px;
}
#album #movable > div:nth-child(even) > div:first-child {
  height: 180px;
  margin-bottom: 10px;
}
#album #movable > div:nth-child(even) > div:last-child {
  height: 350px;
}
@-webkit-keyframes moveslide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(240px);
  }
  100% {
    transform: translateX(0);
  }
}
#testimonial {
  padding: 50px 0;
  margin: 60px 0;
  background: #378899;
}
#testimonial .title {
  color: #fff;
}
#testimonial .testbox {
  width: Calc(50% - 10px);
  padding: 10px 15px;
  margin-left: 20px;
  background: #fff;
  border-radius: 8px;
}
#testimonial .testbox:last-child {
  margin-left: 0;
}
@media only screen and (max-width: 650px) {
  #testimonial .testbox {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
#faq {
  max-width: 950px;
  margin: auto;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}
#faq .q_box {
  padding: 20px 0;
  border-bottom: 1px solid #b7b7b7;
}
#faq .q_box:last-child {
  border: none;
}
.q_box .question {
  margin-bottom: 7px;
  font-family: DanaBold;
  font-size: 16px;
  line-height: 28px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.q_box .question:hover {
  color: #e1473e;
}
.q_box .question i {
  margin-left: 5px;
  color: #e1473e;
  font-size: 15px;
  vertical-align: middle;
}
.q_box .question.show {
  color: #e1473e;
}
.q_box .answer {
  display: none;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding: 20px;
  }
}
.courses {
  padding: 60px 0;
  background: #ddd;
}
.courses .rowbox .more {
  min-width: 100%;
}
.course .teach,
.courses .teach {
  display: none;
}
.courses a.mar10bt,
.rowbox .each a.mar10bt {
  color: #1b1b1b;
}
.courses a.mar10bt:hover,
.rowbox .each a.mar10bt:hover {
  color: #e1473e;
}
#matlab_comm {
  padding: 50px 0;
}
#matlab_comm .container {
  padding: 0 20px;
  padding-top: 20px;
  max-width: 800px;
  margin: auto;
}
.comment {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.comm_img {
  width: 28px;
  background: #fe6f61;
  line-height: 28px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 18px;
  border-radius: 50%;
  z-index: 10;
}
.comment_info {
  padding: 5px 0;
  color: #aaa;
  font-size: 13px;
  line-height: 25px;
}
.comment_info i {
  margin-right: 10px;
  color: #a6a6a6;
  display: inline-block;
}
.comment_info div {
  display: inline-block;
}
.comment_info div:first-child {
  padding-left: 3px;
}
.comment .comm_box {
  background: #e7e7e7;
  border: 1px dashed #999;
  padding: 15px 50px 15px 15px;
  position: relative;
  border-radius: 8px;
}
.comment_txt {
  padding: 5px 0;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  text-justify: auto;
  color: #000;
}
.comment_ans {
  margin: 15px 60px 0 0;
  position: relative;
}
.comment_ans .comm_img .x_style {
  padding: 5px;
  display: inline-block;
  font-family: tahoma;
  font-weight: 700;
}
.comment_ans .comm_img {
  color: #fe6f61;
  background: 0 0;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 19px;
  right: 5px;
}
.comment_ans .comm_box {
  padding: 15px 33px 15px 15px;
}
.comm_reply {
  color: #aaa;
  line-height: 30px;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
}
.comm_reply i {
  margin-left: 2px;
}
.comm_reply:hover {
  color: #fe6f61;
}
#cancel_reply {
  padding: 0 10px 0 0;
  color: #fe6f61;
  cursor: pointer;
  font-size: 18px;
  display: none;
  transition: all 0.3s linear;
}
#cancel_reply:hover {
  color: #b91217;
}
#comment_form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 130px;
  max-height: 130px;
  line-height: 28px;
  margin-top: 15px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s linear;
}
#comment_form .comf_float {
  width: 50%;
  float: right;
}
#comment_form .comf_float:first-child {
  padding: 0 0 0 10px;
}
#comment_form .comf_float:nth-child(2) {
  padding: 0 10px 0 0;
}
#comment_form input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s linear;
}
#comment_form input:focus,
#comment_form input:hover,
#comment_form textarea:focus,
#comment_form textarea:hover {
  box-shadow: 0 0 5px #f3b6a1;
  border-color: #f3b6a1;
}
#comment_form .ltext {
  font-family: DanaRegular !important;
}
#matcom_sub {
  text-align: right;
}
#matcom_sub #pasokh_sub {
  display: none;
}
#matcom_sub .more {
  margin: 20px auto 0 0;
  border: none;
}
#NatijeSubmit {
  color: #006653;
  background: #cce5df;
  padding: 5px 10px;
  border: 1px dashed #006653;
  margin-top: 25px;
  line-height: 25px;
}
#NatijeSubmit:empty {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #matlab_comm .container {
    padding: 20px 15px 0;
  }
}
@media only screen and (max-width: 700px) {
  #comment_form .comf_float,
  #matcom_sub .button {
    width: 100%;
    float: none;
  }
  #comment_form .comf_float:first-child {
    padding: 0;
    margin-bottom: 10px;
  }
  #comment_form .comf_float:nth-child(2) {
    padding: 0;
  }
  .comment_ans {
    margin: 15px 20px 0 0;
  }
  #comment_form input,
  #comment_form label,
  #comment_form textarea,
  .button {
    font-size: 17px;
  }
  #comment_form input {
    height: 50px;
  }
}
@media only screen and (max-width: 500px) {
  #matlab_comm .container {
    padding: 20px 20px;
  }
  .comment_ans .comm_img i {
    top: 15px;
    bottom: 0;
  }
}
#teachers {
  margin: 70px 0 0;
}
#for_search {
  margin-bottom: 40px;
  justify-content: flex-end;
}
#for_search .c_srch {
  margin: 0 0 0 30px;
}
.t_search {
  font-size: 0;
}
.t_search b {
  margin-left: 20px;
  font-size: 15px;
}
.t_search a {
  padding: 5px 20px 5px;
  background: #fff;
  color: #1b1b1b;
  font-size: 15px;
  display: inline-block;
}
.t_search a:nth-of-type(1) {
  border-radius: 0 5px 5px 0;
}
.t_search a:nth-of-type(2) {
  border-radius: 5px 0 0 5px;
}
.t_search a.active,
.t_search a:hover {
  background: #e1473e;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  #for_search {
    display: block;
  }
  #for_search .c_srch {
    display: none;
  }
  .t_search a {
    background: #eee;
  }
  .t_search b {
    margin-bottom: 10px;
    display: block;
  }
  .course .teach,
  .courses .teach {
    max-width: max-content;
    display: block;
  }
}
#t_list {
  padding: 100px 0;
  background: linear-gradient(
    358.81deg,
    rgba(38, 54, 57, 0.86) 62.13%,
    rgba(0, 86, 104, 0.24) 119.24%
  );
  position: relative;
}
.t_info {
  text-align: right;
  font-size: 14px;
  line-height: 28px;
}
.t_info h3 {
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
.t_info p {
  display: none;
}
#popup {
  width: 100%;
  background: linear-gradient(
    356.99deg,
    rgba(87, 87, 87, 0.15) 63.64%,
    rgba(55, 136, 153, 0) 93.64%
  );
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  cursor: pointer;
}
#popup .close {
  width: 100px;
  margin: auto;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 30px;
  text-align: center;
  display: block;
  transition: all linear 0.2s;
}
#popup .close:hover {
  color: #e1473e;
}
#popup > div {
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-content: center;
  justify-content: center;
}
#popup .pop_box {
  max-width: 500px;
  margin: auto;
  background: #fff;
  color: #1b1b1b;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: row-reverse;
}
#popup .pop_box img {
  width: 55%;
  object-fit: cover;
  display: block;
}
#popup .pop_box .txt {
  width: 45%;
  padding: 25px;
}
.pop_box .txt .sub {
  margin-bottom: 30px;
  font-size: 14px;
}
.pop_box h3 {
  margin-bottom: 5px;
  color: #e1473e;
  font-family: DanaBold;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  #popup .pop_box {
    max-width: 250px;
    background: #425052;
  }
  #popup .pop_box img {
    width: 100%;
    border-radius: 8px;
  }
  #popup .pop_box .txt {
    width: 100%;
    padding: 0 10px 10px;
    color: #fff;
    border-radius: 8px;
  }
  .pop_box .txt .sub {
    margin-bottom: 10px;
  }
  .pop_box h3 {
    color: #fff;
  }
}
.no_effect_1 .slick-track,
.no_effect_3 .slick-track,
.no_effect_5 .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  display: flex;
  justify-content: center;
  direction: rtl;
}
.no_effect_1 .slick-dots,
.no_effect_3 .slick-dots,
.no_effect_5 .slick-dots {
  display: none;
}
.no_effect_1 .slick-list,
.no_effect_3 .slick-list,
.no_effect_5 .slick-list {
  padding: 0 !important;
}
.team-item {
  direction: rtl;
  position: relative;
}
.team-item .more {
  width: 100%;
  margin: 20px auto auto;
}
.team-item:hover .more {
  background: #048f96;
  color: #fff;
}
.team-item:hover img {
  transform: scale(1.1, 1.1);
}
.team-item > div.flexbox {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  align-items: flex-end;
}
.carousel {
  direction: ltr;
}
.heart {
  color: #ff6969 !important;
}
.slick-dots {
  direction: rtl;
  display: none !important;
}
.team-members {
  margin-bottom: 0 !important;
  width: 1250px;
  display: flex;
  margin: 0 auto;
}
.team-item {
  cursor: grab;
  width: 231px !important;
  text-align: center;
  margin: 5px 10px !important;
  border-radius: 8px;
  transition: all linear 0.2s;
  overflow: hidden;
}
.for_hover {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.team-item form {
  width: 100%;
  display: block;
}
#team-top {
  display: flex;
  width: 37.5%;
  justify-content: center;
  margin: 10px auto 0 auto;
  color: #505050;
}
.team-top-item {
  width: 45%;
  height: 100%;
  margin: 15px auto;
}
.team-item-name {
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-family: samim;
}
.team-item-name a {
  color: #1b1b1b;
  display: block;
}
.team-item-name a:hover {
  color: #048f96;
}
.team-item-img {
  width: 100%;
  position: relative;
  transition: all linear 0.2s;
  overflow: hidden;
  color: #fff;
  display: block;
}
.team-item-img img {
  width: 100%;
  margin: auto;
  display: block;
  transition: all linear 0.2s;
}
@media only screen and (max-width: 1300px) {
  .team-members {
    width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-item:hover img {
    transform: scale(1);
  }
}
@media only screen and (max-width: 850px) {
  .team-members {
    width: 370px;
  }
  .team-item {
    margin: 5px 75px !important;
  }
}
@media only screen and (max-width: 800px) {
  .team-item .more {
    padding: 6px 5px;
  }
}
@media only screen and (max-width: 450px) {
  .team-members {
    width: 270px;
  }
  .team-item {
    padding-bottom: 30px !important;
    margin: 5px 15px !important;
  }
}
.team-members .slick-prev:before {
  content: "\f053" !important;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: #aaa;
}
.team-members .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: #aaa;
}
.slick-arrow {
  height: 100%;
}
#t_banner {
  padding: 50px 0;
  background: linear-gradient(
    96.42deg,
    #164c57 36.1%,
    rgba(14, 44, 51, 0.90625) 59.22%,
    rgba(19, 57, 65, 0.78125) 91.34%,
    rgba(36, 109, 124, 0.718331) 106.76%,
    rgba(26, 72, 82, 0.629195) 128.6%,
    rgba(29, 79, 89, 0.566275) 144.02%,
    rgba(36, 94, 106, 0.419463) 179.99%,
    rgba(39, 101, 114, 0.346057) 197.98%,
    rgba(55, 136, 153, 0) 282.78%
  );
}
#t_banner .img {
  width: 250px;
  position: relative;
}
#t_banner .img img:first-child {
  width: 100%;
  padding: 10px;
  border-radius: 260px 260px 4px 4px;
  border: 0.5px solid #e1473e;
  display: block;
}
#t_banner .img .b_star {
  width: 35px;
  position: absolute;
  left: -17.4px;
  bottom: 20px;
  border: 30px;
  display: block;
}
#t_banner .img .st2 {
  left: inherit;
  right: -17.4px;
  top: 120px;
}
#t_banner .t_text {
  width: Calc(100% - 290px);
  margin-right: auto;
  color: #fff;
}
#t_banner .t_text h1 {
  margin-bottom: 5px;
  font-family: DanaBold;
  font-size: 35px;
  line-height: 50px;
}
#t_banner .t_text > div {
  margin-bottom: 15px;
  font-family: Danamedium;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  #t_banner .img {
    margin: auto auto 30px;
  }
  #t_banner .t_text {
    width: 100%;
  }
}
#sample {
  margin: 60px 0;
}
#sample .team-members {
  width: inherit;
}
#sample .slick-arrow {
  display: none !important;
}
#sample .team-item {
  width: 600px !important;
}
@media only screen and (max-width: 768px) {
  #sample .team-item {
    margin: 5px 10px !important;
  }
  #sample .team-item {
    width: 300px !important;
  }
}
#indexSlider {
  width: 100%;
  height: 500px;
  padding: 20px 0;
}
#indexSlider > .InSlide {
  position: relative;
}
#indexSlideBox {
  height: 500px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.indexSlideImg {
  width: 100%;
  height: 500px;
  position: absolute;
  opacity: 0;
  transition: all 1s linear;
}
.indexSlideImg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  margin: auto;
  display: block;
}
.indexSlideImg.pre {
  opacity: 0;
  transition: all linear 0.3s;
  transform: scale(1);
}
.indexSlideImg.next {
  opacity: 0;
  transition: all linear 0.3s;
  transform: scale(1);
}
.indexSlideImg.show {
  opacity: 1;
  z-index: 90;
  transition: all linear 0.3s;
}
.indexSlideArrow {
  margin: auto;
  text-align: center;
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  z-index: 90;
}
.indexSlideArrow i {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  color: #333;
  font-size: 20px;
  border-radius: 100%;
  line-height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all linear 0.2s;
  z-index: 10;
}
#indexLeftSlide {
  left: 0;
}
#indexRightSlide {
  right: 15px;
}
#indexLeftSlide i {
  left: 15px;
}
#indexLeftSlide:hover i,
#indexRightSlide:hover i {
  background: rgba(255, 255, 255, 1);
}
#indexSlideBtn {
  width: 100%;
  margin-top: 30px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  z-index: 100;
}
#indexSlideBtn > span {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
}
#indexSlideBtn > span.indexSlideActive {
  background: #ff585d;
}
@media only screen and (max-width: 768px) {
  #indexSlideBox,
  #indexSlider,
  .indexSlideImg {
    height: 300px;
  }
  .indexSlideArrow i {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  #indexLeftSlide {
    width: 30px;
    left: 0;
  }
  #indexRightSlide {
    width: 30px;
    right: 0;
  }
}
#explain {
  margin: 60px 0;
}
#explain h1 {
  margin-bottom: 15px;
  color: #e1473e;
  font-family: DanaBold;
  font-size: 25px;
  line-height: 40px;
}
.for_bg {
  padding: 70px 0;
  background: #ddd;
}
#topbann {
  min-height: 450px;
  padding: 50px 20px;
  background: #333 url(images/background/1.jpg);
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
#topbann:after {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(218, 77, 69, 0.77) 21.5%,
    rgba(255, 181, 174, 0) 77.33%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#topbann h1 {
  color: #fff;
  font-family: DanaBold;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  z-index: 5;
}
.paddtop20 {
  padding-top: 20px;
}
.nopad {
  padding: 0 !important;
}
#story {
  max-width: 730px;
  margin: 60px auto;
}
#manager {
  margin: 60px 0;
}
#manager > div {
  width: calc(100% - 150px);
  min-height: 330px;
  padding: 30px 190px 30px 30px;
  margin-right: auto;
  background: #378899;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
#manager > div img {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
}
.sub_box {
  margin-bottom: 10px;
  align-items: flex-start;
}
.sub_box i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 10px 0 0 10px;
  color: #378899;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}
.sub_box h3 {
  margin-right: 10px;
  font-family: DanaBold;
  font-size: 22px;
  line-height: 35px;
}
@media only screen and (max-width: 768px) {
  #manager {
    margin: 210px 0 60px;
  }
  #manager > div {
    width: 100%;
    padding: 190px 30px 30px;
  }
  #manager > div img {
    margin: auto;
    top: -150px;
    right: 0;
    left: 0;
    transform: none;
  }
}
#values {
  max-width: 1000px;
  margin: 60px 0;
}
.val_box > div {
  padding: 20px 0;
  border-bottom: 1px solid #b7b7b7;
}
.val_box > div:first-child {
  padding-top: 0;
}
.val_box > div:last-child {
  border: none;
}
.val_box > div b {
  width: 100px;
  color: #e1473e;
  font-size: 16px;
  line-height: 30px;
}
.val_box > div > div {
  width: Calc(100% - 120px);
}
@media only screen and (max-width: 450px) {
  .val_box > div b {
    width: 100%;
    margin-bottom: 10px;
  }
  .val_box > div > div {
    width: 100%;
  }
}
#we_do {
  margin: 60px 0;
}
.do_box img {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  display: block;
}
.do_box > div {
  width: Calc(100% - 420px);
  margin-right: auto;
}
.do_box > div h3 {
  margin-bottom: 10px;
  font-family: DanaBold;
  font-size: 21px;
  line-height: 33px;
}
.do_box:nth-child(odd) {
  margin-top: 30px;
  flex-direction: row-reverse;
}
.do_box:nth-child(odd) > div {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .do_box {
    display: block;
  }
  .do_box img {
    margin: auto auto 20px;
  }
  .do_box > div {
    width: 100%;
    text-align: center;
  }
  .do_box:nth-child(odd) {
    margin-top: 60px;
  }
}
#top_contact {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  overflow: hidden;
}
#top_contact .map {
  min-height: 615px;
  width: 40%;
  background: url(images/background/map.jpg);
  background-size: cover !important;
  background-position: center !important;
}
#top_contact #form {
  width: 60%;
  padding: 20px;
  margin-left: auto;
}
.res_txt {
  font-family: DanaBold;
  font-size: 17px;
  line-height: 29px;
}
#form h1 {
  margin-bottom: 0;
}
#form .txt {
  color: #505050;
}
#form form {
  margin-top: 20px;
}
#form form > div {
  margin-bottom: 15px;
}
#form .two_col > div {
  width: Calc(50% - 7.5px);
}
#form .two_col > div:first-child {
  margin-left: auto;
}
#form input,
#form select,
#form textarea {
  width: 100%;
  height: 40px;
  padding: 3px 10px 5px;
  background: 0 0;
  border: 1px solid #ddd;
  border-radius: 8px;
}
#form textarea {
  height: 255px;
  resize: none;
}
#form .more {
  margin: 20px auto 0 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  #top_contact #form {
    width: 100%;
  }
  #form input,
  #form select {
    height: 50px;
  }
  #form .two_col > div {
    width: 100%;
  }
  #form .two_col > div:first-child {
    margin-bottom: 15px;
  }
  #top_contact .map {
    width: 100%;
    height: 250px;
  }
}
#con_info {
  margin: 60px 0;
}
#con_info > div {
  width: 33.33%;
  margin: 10px 0;
  padding: 0 30px;
}
#con_info > div .i_class {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  color: #fff;
  background: #e1473e;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 15px rgba(234, 67, 53, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}
#con_info > div .i_class img {
  width: 100%;
  max-width: 30px;
  display: block;
}
#con_info > div a {
  color: #1b1b1b;
}
#con_info > div > div {
  width: Calc(100% - 60px);
  padding-top: 5px;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  #con_info > div {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #con_info > div {
    width: 100%;
  }
}
#grade_top {
  padding: 30px 0 0;
}
#grade_top .cer_pic {
  width: calc(100% - 550px);
  height: 455px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 8px;
}
#grade_top .grade_txt {
  width: 535px;
  margin-right: auto;
}
.grade_txt h1 {
  margin-bottom: 20px;
  font-family: DanaBold;
  font-size: 25px;
  line-height: 40px;
}
.grade_txt img {
  width: 100%;
  height: 275px;
  margin-top: 20px;
  object-fit: cover !important;
  border-radius: 8px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #grade_top .cer_pic {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  #grade_top .grade_txt {
    width: 100%;
  }
  .grade_txt .row_4 {
    overflow: inherit;
    display: block;
  }
}
#ex_grade {
  margin: 60px 0;
}
#graduates {
  margin: 60px 0;
  padding-bottom: 60px;
}
#graduates .slick-arrow {
  display: none !important;
}
#graduates .team-item {
  width: 300px !important;
}
#graduates .slick-dots {
  display: block !important;
}
#graduates .slick-dots li.slick-active button::before {
  color: #e1473e;
}
#graduates .for_hover {
  position: relative;
}
#graduates .abs_box {
  min-width: 150px;
  padding: 5px 10px;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1b1b1b;
  border-radius: 8px 0 0 0;
}
.abs_box h3 {
  font-family: DanaBold;
  font-size: 15px;
  line-height: 28px;
}
.abs_box span {
  font-size: 12px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  #graduates .team-members {
    width: inherit;
  }
  #graduates .team-item {
    margin: 5px 10px !important;
  }
  #graduates .team-item {
    width: 300px !important;
  }
}
#grad_bann {
  padding: 30px 0 0;
}
#grad_bann .gr_pic {
  width: 300px;
  height: 500px;
  background-position: center;
  background-size: cover !important;
  border-radius: 8px;
}
#grad_bann .gr_txt {
  width: Calc(100% - 320px);
  margin-right: auto;
}
.gr_txt {
  color: #414042;
}
.gr_txt h1 {
  font-family: DanaBold;
  font-size: 25px;
  line-height: 40px;
}
.gr_txt .txt img {
  max-width: 45%;
  margin: 0 15px 0 0;
  display: block;
  float: left;
  border-radius: 8px;
}
.gr_txt .h_bt {
  margin: 15px 0 10px 0;
}
.gr_txt .h_top {
  margin-bottom: 8px;
  font-family: Danamedium;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  #grad_bann .gr_pic {
    width: 100%;
    height: 350px;
  }
  #grad_bann .gr_txt {
    width: 100%;
    margin-top: 15px;
  }
  .gr_txt .txt img {
    max-width: 100%;
    margin: 15px 0 10px;
    float: none;
  }
}
#gr_info {
  padding: 60px 0;
  margin: 60px 0;
  background: #378899;
}
#gr_info .title {
  color: #fff;
}
#gr_info .title i {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.55);
}
.gr_items > div {
  width: 25%;
  padding: 20px 30px;
  color: #fff;
  border-left: 1px solid #fff;
}
.gr_items > div:last-child {
  border-left: none;
}
.gr_items > div b {
  width: 100px;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}
.gr_items > div span {
  width: Calc(100% - 110px);
  margin-right: auto;
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .gr_items > div {
    width: 50%;
  }
  .gr_items > div:nth-child(2n) {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .gr_items > div {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-left: none !important;
  }
}
#gr_sample {
  margin: 60px 0;
  padding: 1px 0;
}
#gr_sample > div > div {
  width: Calc(33.33% - 10px);
  height: 300px;
  margin-left: 15px;
  border-radius: 8px;
  background-size: cover !important;
  background-position: center !important;
}
#gr_sample > div > div:last-child {
  margin-left: 0;
}
#gr_sample img {
  width: 100%;
}
.imgdiv {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #gr_sample > div > div {
    width: 100%;
    margin: 0 0 15px;
  }
  #gr_sample > div > div:last-child {
    margin-bottom: 0;
  }
}
#faq_list {
  max-width: 900px;
  margin: 60px 0;
}
.fq_box {
  margin-bottom: 10px;
}
.fq_box .q_item {
  background: #fff;
  padding: 10px 20px 10px 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: all linear 0.2s;
}
.fq_box .q_item:hover {
  color: #e1473e;
}
.fq_box .q_item i {
  color: #e1473e;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.fq_box .ans_box {
  padding: 10px 20px;
  display: none;
}
.error {
  max-width: 800px;
  margin: 30px auto 60px;
}
.error h1 {
  font-family: DanaBold;
  font-size: 30px;
  line-height: 45px;
}
.error_num {
  margin-bottom: 50px;
  font-family: DanaBold;
  font-size: 75px;
  line-height: 90px;
  text-align: center;
}
.error_txt {
  margin-bottom: 10px;
}
.error_txt a {
  width: 150px;
  margin-right: auto;
  display: block;
}
.error_txt img {
  width: 100%;
  display: block;
}
.error .txt {
  max-width: 400px;
}
.error .more2 {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .error_txt {
    text-align: center;
    display: block;
  }
  .error_txt a {
    margin: auto;
  }
  .error_txt img {
    margin: 20px auto;
  }
  .error .more2,
  .error .txt {
    margin: auto;
    text-align: center;
  }
  .error .more2 {
    margin: 20px auto auto;
  }
}
#guide {
  margin: 60px auto;
}
#guide ol li {
  margin-bottom: 15px;
}
#vid_bann:after {
  height: 100%;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(19, 8, 8, 0.74) 7.71%,
    rgba(0, 0, 0, 0) 83.23%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9;
}
#vid_bann > .main {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
#vid_bann > .main > div {
  max-width: 500px;
  padding: 0 15px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#vid_bann h1 {
  margin-bottom: 10px;
  font-family: DanaBold;
  font-size: 30px;
  line-height: 45px;
}
#vid_bann .read {
  margin: 15px 0 0;
}
#vid_bann .read i {
  margin-left: 5px;
  font-size: 15px;
}
#vid_bann {
  background: url(images/background/1.jpg);
  position: relative;
  width: 100%;
  height: Calc(100vh - 81px);
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#vid_bann video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
#other_vid {
  margin: 60px 0;
}
#vid_items > div {
  width: calc(50% - 7.5px);
  height: 340px;
  margin: 0 0 15px 15px;
  border-radius: 10px;
  background: #ddd;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
#vid_items > div:nth-child(2n) {
  margin-left: 0;
}
#vid_items > div video {
  height: 100%;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #vid_items > div {
    width: 100%;
    height: auto;
    margin: 0 0 15px !important;
  }
  #vid_items > div video {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
}
#srv_top {
  padding: 60px 0;
}
#srv_top > .flexbox1 {
  flex-direction: row-reverse;
}
#srv_top .srv_pic {
  width: 50%;
}
#srv_top .srv_pic img {
  width: 100%;
  height: 350px;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 8px 0 0 8px;
  display: block;
}
#srv_top #srv_sub {
  width: 50%;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#srv_sub h1 {
  margin-bottom: 50px;
  font-family: DanaBold;
  font-size: 30px;
  line-height: 45px;
}
#srv_sub .txt {
  margin-bottom: 10px;
}
#srv_sub form input {
  width: Calc(100% - 200px);
  height: 40px;
  padding: 5px 10px 5px;
  background: #fff;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: none;
}
#srv_sub form button {
  min-width: 190px;
  height: 40px;
  margin: 0 auto 0 0;
  border: none;
}
@media only screen and (max-width: 1024px) {
  #srv_top .srv_pic {
    width: 100%;
  }
  #srv_top .srv_pic img {
    border-radius: 8px;
  }
  #srv_top #srv_sub {
    width: 100%;
    padding: 0;
  }
  #srv_sub h1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 37px;
  }
  #srv_sub form input {
    width: Calc(100% - 160px);
    height: 50px;
  }
  #srv_sub form button {
    min-width: 150px;
    height: 50px;
  }
}
#favourite {
  margin: 60px 0;
}
.fav_box > div {
  width: calc(33.33% - 10px);
  margin-left: 15px;
}
.fav_box > div:last-child {
  margin-left: 0;
}
.fav_box img {
  height: 250px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover !important;
  transition: all linear 0.2s;
  display: block;
}
.fav_box > div:hover img {
  opacity: 0.7;
}
.fav_box h3 {
  margin-top: 10px;
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
.fav_box h3 a {
  color: #1b1b1b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.fav_box h3 a:hover {
  color: #e1473e;
}
.fav_box .time {
  margin-top: 10px;
  padding-top: 10px;
  color: #414042;
  font-size: 12px;
  border-top: 1px solid #b7b7b7;
}
@media only screen and (max-width: 768px) {
  .fav_box > div {
    width: 100%;
    margin: 0 0 35px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .fav_box > div:after {
    content: "";
    background: rgba(0, 0, 0, 0.54);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
  }
  .fav_box > div:last-child {
    margin-bottom: 0;
  }
  .fav_box h3 {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    z-index: 6;
  }
  .fav_box h3 a {
    color: #fff;
  }
  .fav_box .time {
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 10px;
    border: none;
    z-index: 6;
  }
}
#tab_sub {
  margin: 60px 0 30px;
}
#sort {
  margin-right: auto;
}
#sort select {
  background: 0 0;
  border: none;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  #tab_sub .guide {
    width: 100%;
  }
  .guide b {
    margin: 0 0 10px !important;
    display: block;
  }
  #sort {
    margin: 20px 0 0;
  }
  #sort select {
    padding: 0 15px 5px 15px;
    color: #e1473e;
    border: 1px solid #e1473e;
    border-radius: 8px;
  }
  #sort select option {
    color: #1b1b1b;
  }
  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }
}
#articles .title i {
  background: rgba(225, 71, 62, 0.25);
}
#articles .two_side {
  margin-bottom: 15px;
}
#articles .two_side .right {
  width: Calc(67% - 7.5px);
  margin: 0 0 0 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#articles .two_side:nth-of-type(2) {
  flex-direction: row-reverse;
}
#articles .two_side:nth-of-type(2) .right {
  margin: 0 15px 0 0;
}
#regular .each a,
.two_side a {
  color: #1b1b1b;
  display: block;
}
.two_side .right > a {
  width: 50%;
}
#regular .each > a img,
.two_side .left > a img,
.two_side .right > a img {
  width: 100%;
  height: 400px;
  object-fit: cover !important;
  display: block;
  transition: all linear 0.2s;
}
.two_side .left > a:hover,
.two_side .right > a img:hover {
  opacity: 0.7;
}
.two_side .right > div {
  width: 50%;
  padding: 15px;
  position: relative;
}
.ser_name {
  color: #e1473e;
  font-size: 14px;
  line-height: 26px;
}
.two_side .left h3,
.two_side .right h3 {
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
#regular .each h3 a:hover,
.two_side .left h3 a:hover,
.two_side .right h3 a:hover {
  color: #e1473e;
}
#regular .writer,
.two_side .writer {
  padding: 0 !important;
  color: #414042;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  font-size: 14px;
}
#regular .writer img,
.two_side .writer img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 100%;
  display: block;
}
#regular .writer > div,
.two_side .writer > div {
  margin-right: auto;
}
#regular .writer i,
.two_side .writer i {
  padding-left: 3px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
#articles .two_side .left,
#regular .each {
  width: Calc(33% - 7.5px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#regular .each > a img,
.two_side .left > a img {
  height: 200px;
}
#regular .each > div,
.two_side .left > div {
  padding: 15px;
}
#regular .each {
  width: calc(33.33% - 10px);
  margin: 0 0 15px 15px;
  position: relative;
}
#regular .each:last-child,
#regular .each:nth-child(3n) {
  margin-left: 0;
}
#regular .each > .dv_top {
  min-height: 250px;
}
#news_let {
  padding: 15px;
}
#news_let .title {
  margin-bottom: 10px;
}
#news_let .title div {
  margin-top: 10px;
  font-size: 30px;
  line-height: 45px;
}
#news_let .title i {
  background: #e1473e;
  color: #fff;
  box-shadow: 0 0 15px rgba(234, 67, 53, 0.55);
}
#news_let form {
  margin-top: 10px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
#news_let input {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
#news_let button {
  min-width: 100%;
  margin: 10px 0 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  #articles .two_side .right,
  #articles .two_side:nth-of-type(2) .right {
    width: 100%;
    margin: 0 0 15px;
  }
  #articles .two_side .left,
  #regular .each {
    width: 100%;
  }
  .two_side .left .writer {
    padding: 20px 15px 15px !important;
    position: static;
  }
  .two_side .right > a img {
    height: 350px;
  }
  #regular .each {
    margin: 0 0 15px;
  }
  #news_let form {
    margin-top: 50px;
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  #regular .writer,
  .two_side .writer {
    padding: 20px 0 0 !important;
    position: static;
  }
  #regular .writer {
    padding: 20px 15px 15px !important;
  }
  #regular .each > .dv_top {
    min-height: inherit;
  }
  .two_side .right > a,
  .two_side .right > div {
    width: 100%;
  }
}
#paging ul {
  margin: 20px 0 50px 0;
  padding: 0;
  font-size: 0;
  text-align: left !important;
}
#paging ul li {
  width: 45px;
  height: 45px;
  line-height: 48px;
  margin: 0 0 3px 3px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s linear;
  display: inline-block;
  vertical-align: middle;
}
#paging ul li:hover {
  background: #d3d3d3;
}
#paging ul li a {
  color: #2c3e50;
  display: block;
}
#paging ul li.active {
  background: #e1473e;
  text-shadow: 1px 1px 2px #000;
}
#paging ul li.active a {
  color: #fff;
}
#paging ul li i {
  font-size: 13px;
  line-height: 45px;
}
@media only screen and (max-width: 1000px) {
  #paging ul {
    text-align: center !important;
  }
}
@media only screen and (max-width: 780px) {
  #paging ul {
    margin-bottom: 40px;
    text-align: center !important;
  }
}
@media only screen and (max-width: 450px) {
  #paging ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #paging ul li i {
    line-height: 40px;
  }
}
#main_pic {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  border-radius: 10px;
  display: block;
}
.mainbody h1 {
  font-family: DanaBold;
  font-size: 25px;
  line-height: 40px;
}
.mainbody .sub_top {
  max-width: max-content;
  min-width: 100px;
  padding: 5px 15px 5px;
  margin-bottom: 15px;
  background: #e1473e;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  display: block;
}
.mainbody #news_left {
  width: Calc(100% - 280px);
  margin-left: auto;
  float: right;
}
.mainbody aside {
  width: 260px;
  float: left;
}
.mainbody aside .first {
  margin-bottom: 15px;
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
.mainbody aside .items {
  padding: 0 15px 10px 10px;
  color: #1b1b1b;
  border-right: 6px solid #d9d9d9;
  transition: all linear 0.2s;
  cursor: pointer;
  display: block;
}
.mainbody aside .items:hover {
  color: #e1473e;
}
.mainbody aside .items.active {
  border-color: #e1473e;
}
.mainbody:after {
  content: "";
  clear: both;
  display: block;
}
.author {
  margin: 40px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.author > div {
  margin-left: 20px;
  font-size: 14px;
}
.author > div i {
  margin-left: 3px;
  font-size: 15px;
}
.aut_name {
  margin-right: 10px;
  font-size: 14px;
  line-height: 26px;
}
.aut_name > div:last-child {
  font-size: 13px;
  color: #b7b7b7;
}
@media only screen and (max-width: 450px) {
  .author > div:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.newsbody {
  color: #414042;
}
.newsbody .example1,
.txt_ex .example1 {
  color: #888;
  position: relative;
  bottom: 5px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  display: block;
}
.newsbody img,
.txt_ex img {
  max-width: 100%;
  height: auto;
  margin: 15px auto 10px;
  border-radius: 10px;
  display: block;
}
.newsbody h3 {
  margin: 40px 0 10px;
  line-height: 30px;
  font-family: DanaBold;
  font-size: 20px;
  display: inline-block;
}
.newsbody h2,
.txt_ex h3 {
  line-height: 33px;
  font-family: DanaBold;
  padding-bottom: 10px;
  font-size: 23px;
  display: inline-block;
  background: #e5e4e4;
  padding: 5px 10px;
  margin: 50px 0 10px;
  border-right: 3px solid #999;
  border-radius: 5px;
}
.txt_ex h2 {
  line-height: 30px;
  font-family: DanaBold;
  padding-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  background: #f4f4f4;
  padding: 5px 10px;
  margin: 50px 0 10px;
  border: 1px dashed #999;
  border-radius: 5px;
}
.newsbody ol,
.newsbody ul {
  padding-right: 30px;
}
.newsbody a,
.txt_ex a {
  color: #1152b5;
  transition: all linear 0.2s;
}
.newsbody a:hover,
.txt_ex a:hover {
  opacity: 0.7;
}
.newsbody table,
.txt_ex table {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.newsbody table tr td,
.txt_ex table tr td {
  padding: 5px;
  background: #f8f8f8;
  font-size: 20px;
  border: 1px solid #fff;
  transition: all linear 0.2s;
}
.newsbody table tr:nth-child(2n-1) td,
.txt_ex table tr:nth-child(2n-1) td {
  background: #eee;
  border-color: #fff;
}
.newsbody table tr:first-child td,
.txt_ex table tr:first-child td {
  background: #e1473e;
  color: #fff;
  font-family: DanaBold;
  font-size: 23px;
}
.newsbody h3 {
  line-height: 30px;
  font-family: DanaBold;
  padding-bottom: 10px;
  display: inline-block;
  background: #e8e5e5;
  padding: 5px 10px;
  margin: 50px 0 10px;
  border: 1px dashed #999;
  border-radius: 5px;
}
#for_blog {
  margin: 60px 0;
}
#for_blog .team-members {
  width: 1230px;
}
#for_blog .team-item {
  width: 395px !important;
}
#for_blog .slick-dots {
  display: block !important;
}
#for_blog .slick-dots li.slick-active button::before {
  color: #e1473e;
}
#for_blog .pos_box {
  background: rgba(0, 0, 0, 0.5);
  position: relative; width: 100%;
}
#for_blog .pos_box:after {
  content: "";
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.pos_box h3 {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
  z-index: 6;
}
.pos_box span {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 12px;
  line-height: 24px;
  z-index: 7;
}
.pos_box span i {
  margin: 0 5px 0 2px;
  font-size: 11px;
}
#for_blog .team-item-img img{ height: 200px; object-fit: cover;}
@media only screen and (max-width: 1300px) {
  #for_blog .team-members {
    width: 750px;
  }
}
@media only screen and (max-width: 850px) {
  #for_blog .team-members {
    width: 350px;
  }
  #for_blog .team-item {
    width: 320px !important;
  }
  .mainbody aside {
    display: none;
  }
  .mainbody #news_left {
    width: 100%;
    float: none;
  }
}
#order .add_to {
  width: 10% !important;
  height: 100%;
  text-align: center;
  border-right: 1px solid #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#order .add_to .trash {
  padding: 25px;
  color: #e1473e;
  transition: all linear 0.2s;
}
#order .add_to:hover .trash {
  opacity: 0.7;
}
#order .add_to .del_item {
  display: none;
}
#order .each_box .info {
  padding-left: 0;
}
#head_item > div {
  margin-bottom: 10px;
  font-family: DanaBold;
  text-align: center;
}
#head_item > div:nth-child(1) {
  width: 120px;
}
#head_item > div:nth-child(2) {
  width: Calc(100% - 130px);
  margin-right: auto;
}
#head_item .sec_col > div:nth-child(1) {
  width: 60%;
  padding-right: 5px;
  text-align: right;
}
#head_item .sec_col > div:nth-child(2) {
  width: 17%;
}
@media only screen and (max-width: 1024px) {
  #order .each_box .info {
    padding: 20px;
  }
  #head_item {
    display: none;
  }
  #order .add_to {
    width: 100% !important;
    height: inherit;
    display: block;
  }
  #order .add_to .trash {
    display: none;
  }
  #order .add_to .del_item {
    display: block;
  }
}
#selected {
  margin: 60px 0 15px;
}
#selected .title {
  text-align: center;
}
#selected .sel_box {
  padding: 10px 0;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.sel_box > div {
  padding: 10px 15px;
}
.sel_box > div:nth-child(1) {
  width: 70px;
  text-align: center;
  border-left: 1px solid #eee;
}
.sel_box > div:nth-child(2) {
  width: Calc(55% - 70px);
  font-family: DanaBold;
  font-size: 16px;
  line-height: 28px;
}
.sel_box > div:nth-child(2) span {
  color: #333;
  font-size: 14px;
  display: none;
}
.sel_box > div:nth-child(3) {
  width: 15%;
}
.sel_box > div:nth-child(4) {
  width: 15%;
  border-right: 1px solid #eee;
}
.sel_box > div:nth-child(5) {
  width: 15%;
  border-right: 1px solid #eee;
}
#head_dv > div {
  padding: 0 15px 10px;
  font-family: DanaBold;
}
#head_dv > div:nth-child(1) {
  width: 70px;
  text-align: center;
}
#head_dv > div:nth-child(2) {
  width: Calc(55% - 70px);
}
#head_dv > div:nth-child(3),
#head_dv > div:nth-child(4),
#head_dv > div:nth-child(5) {
  width: 15%;
}
#discount {
  width: 280px;
  margin-right: auto;
  position: relative;
}
#discount input {
  height: 40px;
  width: 100%;
  padding: 0 85px 0 10px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 10px;
}
#discount .count_off {
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0;
  background: #e1473e;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: all linear 0.2s;
}
#discount .count_off:hover {
  opacity: 0.7;
}
#NatijeTakhfif {
  width: 280px;
  margin: 10px auto 0 0;
  text-align: center;
}
#NatijeTakhfif .wrong-code {
  color: #e1473e;
}
#NatijeTakhfif .correc-code {
  color: green;
}
.all_p {
  margin-top: 10px;
  font-family: DanaBold;
  text-align: center;
}
.all_p span {
  margin-right: 10px;
  color: #e1473e;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #head_dv {
    display: none;
  }
  #selected .sel_box {
    padding: 10px 15px;
  }
  .sel_box > div {
    width: 100% !important;
    padding: 10px 0;
    border-right: none !important;
    position: relative;
  }
  .sel_box > div:nth-child(1) {
    display: none;
  }
  .sel_box > div:nth-child(2) {
    color: #e1473e;
  }
  .sel_box > div:nth-child(2) span {
    display: block;
  }
  .sel_box > div:nth-child(3) {
    border-bottom: 1px solid #b8b8b8;
    text-align: left;
  }
  .sel_box > div:nth-child(4),
  .sel_box > div:nth-child(5) {
    text-align: left;
    font-family: DanaBold;
  }
  .sel_box > div:before {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: DanaBold;
  }
  .sel_box > div:nth-child(3):before {
    content: "نوع ثبت‌نام";
  }
  .sel_box > div:nth-child(4):before {
    content: "قیمت دوره";
  }
  .sel_box > div:nth-child(5):before {
    content: "مبلغ قابل پرداخت";
  }
  #discount {
    margin-right: 0;
  }
}
#payway {
  max-width: 350px;
  margin: 50px auto;
}
#payway .txt {
  margin-bottom: 10px;
}
#payway label {
  width: Calc(33.33% - 10px);
  margin-left: 15px;
  cursor: pointer;
  transition: all linear 0.2s;
}
#payway label:hover {
  opacity: 0.6;
}
#payway label:last-child {
  margin-left: 0;
}
#payway label img {
  width: calc(100% - 22px);
  margin-right: auto;
  display: block;
}
#payway .more2 {
  min-width: 100%;
}
#paybox {
  max-width: 470px;
  padding: 50px;
  margin: 50px auto;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#paybox .mess {
  margin-bottom: 20px;
  font-family: DanaBold;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
#paybox .mess i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  font-size: 15px;
  background: #2ab952;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(42, 185, 82, 0.55);
}
#paybox .mess.miss {
  margin-bottom: 10px;
}
#paybox .mess.miss i {
  background: #e1473e;
  box-shadow: 0 0 15px rgba(234, 67, 53, 0.55);
}
#paybox > div {
  padding: 10px 0;
  text-align: center;
}
#paybox > div > div:first-child {
  width: 110px;
  text-align: right;
}
#paybox > div > div:last-child {
  width: Calc(100% - 110px);
  margin-right: auto;
  text-align: left;
}
@media only screen and (max-width: 450px) {
  #paybox {
    padding: 25px;
  }
}
#success {
  color: green;
}
#costumer {
  color: #e1473e;
  margin-bottom: 7px;
}
.pad80 {
  padding: 80px 0 !important;
}
.boxgray {
  text-align: center;
  font-size: 22px;
  font-family: DanaBold;
}
#factor .fac_box {
  padding: 10px 0;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.fac_box > div {
  width: Calc(25% - 60px);
  padding: 10px 15px;
  text-align: center;
}
.fac_box > div:first-child {
  width: 40px;
  border-left: 1px solid #eee;
}
.fac_box > div:last-of-type {
  width: 200px;
  border-right: 1px solid #eee;
}
.fac_box > div .more2 {
  min-width: 100%;
  margin: 0;
  cursor: pointer;
}
#head_fac > div {
  width: Calc(25% - 60px);
  padding: 0 0 10px;
  font-family: DanaBold;
  text-align: center;
}
#head_fac > div:nth-child(1) {
  width: 40px;
}
#head_fac > div:last-child {
  width: 200px;
}
.pop_factor {
  width: 100% !important;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.pop_factor .close_layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.pop_factor > div {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factor_box {
  max-width: 900px;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
  margin: auto;
  background: #f5f5f5;
  border-radius: 8px;
  position: relative;
  z-index: 15;
  overflow: auto;
}
.factor_box .close {
  width: 100%;
  padding: 15px 0 5px;
  font-size: 25px;
  text-align: left;
  cursor: pointer;
  transition: all linear 0.2s;
}
.factor_box .close:hover {
  opacity: 0.6;
}
.thead_fac > div {
  width: 33.33%;
  padding: 0 0 10px;
  font-family: DanaBold;
  text-align: center;
}
.tbody_fac {
  padding: 10px 0;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.tbody_fac > div {
  width: 33.33%;
  padding: 10px 15px;
  text-align: center;
}
.head_course > div {
  width: Calc(20% - 10px);
  padding: 0 0 10px;
  font-family: DanaBold;
  text-align: center;
}
.head_course > div:nth-child(1) {
  width: 40px;
}
.head_course > div:nth-child(2) {
  width: Calc(40% - 10px);
}
.body_course {
  padding: 10px 0;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.body_course > div {
  width: Calc(20% - 10px);
  padding: 10px 15px;
  text-align: center;
}
.body_course > div:first-child {
  width: 40px;
  border-left: 1px solid #eee;
}
.body_course > div:nth-child(2) {
  width: Calc(40% - 10px);
}
@media only screen and (max-width: 900px) {
  .head_course,
  .thead_fac {
    display: none;
  }
  .tbody_fac {
    padding: 10px 15px;
  }
  .tbody_fac > div {
    width: 100%;
    padding: 10px 0;
    border-right: none !important;
    border-bottom: 1px solid #b8b8b8;
    text-align: left;
    position: relative;
  }
  .tbody_fac > div:before {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: DanaBold;
  }
  .tbody_fac > div:nth-child(1):before {
    content: "شماره فاکتور";
  }
  .tbody_fac > div:nth-child(2):before {
    content: "شماره پیگیری";
  }
  .tbody_fac > div:nth-child(3):before {
    content: "تاریخ پرداخت";
  }
  .tbody_fac > div:nth-child(3) {
    border-bottom: none;
  }
  .tbody_fac.cost_body > div:nth-child(1):before {
    content: "مبلغ کل فاکتور";
  }
  .tbody_fac.cost_body > div:nth-child(2):before {
    content: "مبلغ تخفیف";
  }
  .tbody_fac.cost_body > div:nth-child(3):before {
    content: "مبلغ پرداختی شما";
  }
  .body_course {
    padding: 10px 15px;
  }
  .body_course > div {
    width: 100% !important;
    padding: 10px 0;
    border-right: none !important;
    border-bottom: 1px solid #b8b8b8;
    text-align: left;
    position: relative;
  }
  .body_course > div:nth-child(1) {
    display: none;
  }
  .body_course > div:last-child {
    border: none;
  }
  .body_course > div:before {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: DanaBold;
  }
  .body_course > div:nth-child(2):before {
    content: "عنوان دوره";
  }
  .body_course > div:nth-child(3):before {
    content: "قیمت دوره";
  }
  .body_course > div:nth-child(4):before {
    content: "مبلغ تخفیف";
  }
  .body_course > div:nth-child(5):before {
    content: "قیمت کل";
  }
}
@media only screen and (max-width: 768px) {
  #head_fac {
    display: none;
  }
  #factor .fac_box {
    padding: 10px 15px;
  }
  .fac_box > div {
    width: 100% !important;
    padding: 10px 0;
    border-right: none !important;
    border-bottom: 1px solid #b8b8b8;
    text-align: left;
    position: relative;
  }
  .fac_box > div:nth-child(1) {
    display: none;
  }
  .fac_box > div:nth-last-child(1),
  .fac_box > div:nth-last-child(2) {
    border: none;
  }
  .fac_box > div:before {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: DanaBold;
  }
  .fac_box > div:nth-child(2):before {
    content: "شماره فاکتور";
  }
  .fac_box > div:nth-child(3):before {
    content: "شماره پیگیری";
  }
  .fac_box > div:nth-child(4):before {
    content: "تاریخ پرداخت";
  }
  .fac_box > div:nth-child(5):before {
    content: "وضعیت";
  }
}
#loginbox {
  margin: 50px 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#loginbox .log_right {
  width: 60%;
  padding: 50px;
  text-align: center;
}
.log_right h1 {
  margin-bottom: 5px;
  font-family: DanaBold;
  font-size: 30px;
  line-height: 45px;
}
.log_right .txt {
  margin-bottom: 40px;
  font-family: Danamedium;
  font-size: 18px;
  line-height: 30px;
}
.chng_tel,
.log_right #login,
.send_code {
  max-width: 400px;
  margin: auto;
}
.chng_tel,
.send_code {
  margin: 0 auto 10px;
}
.send_code {
  text-align: right;
  color: #007913;
}
.cng-mobile {
  margin-right: auto;
  color: #e1473e;
  font-size: 13px;
  border-bottom: 1px dashed #e1473e;
  display: inline-block;
}
.error-style {
  margin-bottom: 10px;
  color: #e1473e;
}
.eye_pass {
  position: relative;
}
.eye_pass i {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 13px;
  color: #c6c6c6;
  cursor: pointer;
}
.log_right .not_01 {
  max-width: 400px;
  padding: 10px;
  margin: auto auto 20px;
  background: #f4f4f4;
  color: #006f00;
  border-radius: 10px;
  font-size: 18px;
  line-height: 30px;
}
.log_right .not_01 a {
  color: #e1473e;
}
.log_right #login > div > input {
  width: 100%;
  height: 40px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  display: block;
}
.log_right #login > div > input[type="password"] {
  padding-left: 40px;
}
.log_right #login button {
  width: 100%;
  min-width: 100%;
  border: none;
}
.log_right #login .more2 {
  margin: 10px 0 0;
  border: 2px solid #e1473e;
}
.log_right #login.membering .more {
  margin-top: 10px;
}
.log_right .for_check label {
  margin-left: auto;
  cursor: pointer;
}
#alarm-text {
  margin-top: 20px;
}
#timer {
  width: 40px;
  display: inline-block;
}
#recive-code-again {
  max-width: 400px;
  width: 100%;
  margin: 10px auto;
  display: none;
}
.or_box {
  margin: 30px 0;
  border-top: 1px solid #b7b7b7;
  position: relative;
}
.or_box span {
  padding: 0 10px;
  width: 40px;
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
}
.go_google {
  width: 100%;
  height: 40px;
  margin: 10px 0 0;
  background: 0 0;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px;
  display: block;
  transition: all linear 0.2s;
}
.go_google img {
  width: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.go_google:hover {
  background: #f4f4f4;
}
.for_check a,
.go_mem a {
  color: #1b1b1b;
}
.for_check a:hover,
.go_mem a:hover {
  color: #e1473e;
}
.go_mem {
  margin-top: 15px;
  font-size: 14px;
}
.go_mem a {
  margin-right: 20px;
}
#loginbox .log_left {
  width: 40%;
  background: #fe6f62;
}
.log_left img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #loginbox .log_right {
    width: 100%;
  }
  #loginbox .log_left {
    display: none;
  }
  .go_google,
  .log_right #login > div > input,
  .log_right .more {
    height: 50px;
  }
}
@media only screen and (max-width: 450px) {
  #loginbox .log_right {
    padding: 20px;
  }
}
#infobox {
  padding: 50px 20px;
  margin: 70px 0;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#infobox h1 {
  margin-bottom: 5px;
}
#information {
  max-width: 700px;
  margin: 40px auto auto;
}
#information > div {
  width: Calc(50% - 10px);
  margin-bottom: 20px;
}
#information > div:nth-child(odd) {
  margin-left: 20px;
}
#information > div input {
  width: 100%;
  height: 45px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
#information > div button {
  width: 100%;
  min-width: Calc(50% - 10px);
  margin: 0 auto;
  border: none;
}
#information > div:last-child {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 450px) {
  #information > div {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  #information > div button {
    min-width: 100%;
  }
  #information > div button,
  #information > div input {
    height: 50px;
  }
}
#dash_box {
  padding: 40px 0;
}
#dash_box:after {
  content: "";
  clear: both;
  display: block;
}
#dash_left {
  width: 200px;
  padding-bottom: 1px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  float: right;
}
#dash_left a {
  color: #1b1b1b;
  display: block;
}
#dash_left a:hover {
  color: #e1473e;
}
#dash_left h1 {
  padding: 12px 0;
  margin-bottom: 15px;
  background: #e1473e;
  color: #fff;
  font-family: DanaMedium;
  text-align: center;
  font-size: 20px;
}
#dash_left h2 {
  padding: 5px 15px;
  margin-bottom: 15px;
  font-size: 15px;
  border-right: 5px solid transparent;
}
#dash_left h2 i {
  margin-left: 3px;
  color: #f96;
  vertical-align: middle;
}
#dash_left h2.active {
  border-color: #e1473e;
}
#dash_right {
  width: Calc(100% - 215px);
  padding: 40px 20px;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  float: left;
}
#dash_right.in_mess {
  padding: 10px 20px;
}
#dash_right.in_fac {
  padding: 0;
  box-shadow: none;
  background: 0 0;
}
#reg_head > div {
  padding: 0 0 10px;
  font-family: DanaBold;
  text-align: center;
}
#reg_head .r_side {
  width: 90px;
}
#reg_head .l_side {
  width: Calc(100% - 100px);
  margin-right: auto;
}
#reg_head .l_side > div {
  width: 16.5%;
}
#reg_head .l_side > div:nth-child(1) {
  width: 38.5%;
}
.h2_title {
  font-family: DanaBold;
}
.h2_title i {
  color: #e1473e;
}
.mem_column {
  font-size: 15px;
  line-height: 27px;
  padding: 20px 0;
}
.mem_column .flexbox {
  align-items: stretch;
}
.mem_column .flexbox > div {
  width: Calc(50% - 7.5px);
}
.mem_column .flexbox > div:first-child {
  margin-left: 15px;
}
.mem_column .flexbox > div span {
  padding: 5px;
  font-family: DanaBold;
  display: inline-block;
}
.mem_column .flexbox > div > div {
  padding: 5px 8px;
  margin-bottom: 8px;
  background: #fbfbfb;
  border-right: 2px solid #e1473e;
}
.mem_column .more {
  margin-bottom: 0;
}
.mem_column .more i {
  padding-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .mem_column .flexbox > div {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .mem_column {
    font-size: 18px;
    line-height: 30px;
  }
}
.each_reg {
  margin-bottom: 10px;
}
.each_reg .date {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.each_reg .reg_info {
  width: Calc(100% - 100px);
  padding: 10px 5px;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.reg_info > div {
  width: 16.5%;
  padding: 10px 5px;
  text-align: center;
}
.reg_info > div:nth-child(1) {
  width: 22%;
  text-align: right;
}
.reg_info > div:nth-child(1) span {
  color: #333;
  font-size: 14px;
  display: none;
}
.reg_info > div:last-child {
  width: 12%;
  border-right: 1px solid #eee;
}
.reg_info > div:last-child a {
  color: #e1473e;
}
#show_side {
  margin-bottom: 20px;
  display: none;
}
#show_side .user {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #e1473e;
  overflow: hidden;
}
#show_side .user img {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
}
#show_side i {
  margin-right: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 1025px) {
  #dash_left {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  #dash_left {
    margin-bottom: 20px;
  }
  #dash_left h2 {
    margin: 15px 0;
  }
  #dash_left,
  #dash_left h1 {
    display: none;
  }
  #dash_right {
    width: 100%;
  }
  #show_side {
    display: flex;
  }
}
@media only screen and (max-width: 850px) {
  #dash_left {
    width: 100%;
  }
  #dash_right.in_course {
    padding: 0;
    box-shadow: none;
    background: 0 0;
  }
  .reg_info > div {
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid #b8b8b8;
    position: relative;
  }
  .reg_info > div:nth-child(1) {
    color: #e1473e;
    font-family: DanaBold;
    font-size: 18px;
    line-height: 30px;
    border: none;
  }
  .reg_info > div:nth-child(1) span {
    display: block;
  }
  .reg_info > div:last-child,
  .reg_info > div:nth-child(5) {
    border: none;
  }
  .reg_info > div:last-child {
    text-align: center;
  }
  .reg_info > div:last-child a {
    padding: 8px 10px 5px 10px;
    margin-top: 10px;
    border: 2px solid #e1473e;
    color: #e1473e;
    font-family: DanaBold;
    text-align: center;
    border-radius: 10px;
    display: block;
  }
  .reg_info > div:before {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: DanaBold;
  }
  .reg_info > div:nth-child(2):before {
    content: "مدت و ساعت برگزاری";
  }
  .reg_info > div:nth-child(3):before {
    content: "پرداخت شده";
  }
  .reg_info > div:nth-child(4):before {
    content: "باقی مانده";
  }
  .reg_info > div:nth-child(5):before {
    content: "وضعیت رزرو";
  }
  #reg_head,
  .each_reg .date {
    display: none;
  }
  .each_reg .reg_info {
    width: 100%;
    padding: 10px;
  }
}
#pic_up {
  max-width: 700px;
  margin: auto auto 20px;
}
#pic_up img {
  width: 100px;
  height: 100px;
  margin-left: 15px;
  border-radius: 100%;
  overflow: hidden;
}
#pic_up span,
#upld_ax .reg_pic {
  max-width: max-content;
  padding: 5px 7px 3px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 8px;
  display: block;
  transition: all linear 0.2s;
}
#pic_up span:hover,
#upld_ax .reg_pic:hover {
  opacity: 0.6;
}
#pic_up .upload,
#upld_ax .reg_pic {
  margin-bottom: 10px;
  color: #fff;
  background: #e1473e;
}
#pic_up .del_pic {
  color: #e1473e;
  border: 1px solid #e1473e;
}
#upld_ax {
  margin-top: 20px;
  display: none;
}
#upld_ax .reg_pic {
  border: none;
  display: inline-block;
}
.upload.deactive {
  background: #bcbcbc !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
  #pic_up span {
    display: inline-block;
  }
  #pic_up img {
    width: 80px;
    height: 80px;
  }
}
#box_form {
  max-width: 700px;
  margin: 40px auto auto;
}
#set_user > div {
  width: Calc(50% - 10px);
  margin-bottom: 20px;
}
#set_user > div span {
  padding: 5px;
  display: block;
}
#set_user > div:nth-child(odd) {
  margin-left: 20px;
}
#set_user > div input,
#set_user > div select {
  width: 100%;
  height: 45px;
  padding: 5px;
  background: 0 0;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
#set_user > div button {
  width: 100%;
  height: 45px;
  min-width: 100%;
  margin: 0 auto;
  border: 1px solid #e1473e;
}
#set_user > div .more2 {
  border-width: 2px;
}
.select_box {
  display: flex;
}
.select_box select {
  width: 33.33% !important;
}
.select_box select:nth-child(2) {
  margin: 0 3px;
}
#citySection {
  min-height: 55px;
  padding: 0;
}
@media only screen and (max-width: 450px) {
  #set_user > div {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  #set_user > div button {
    min-width: 100%;
  }
  #set_user > div button,
  #set_user > div input {
    height: 50px;
  }
}
#head_basket > div {
  width: Calc(16.66% - 13px);
  padding: 0 0 10px;
  font-family: DanaBold;
  text-align: center;
}
#head_basket > div:nth-child(1) {
  width: Calc(25% - 13px);
}
#head_basket > div:nth-child(2),
#head_basket > div:nth-child(3) {
  width: Calc(13% - 13px);
}
#head_basket > div:nth-child(6) {
  width: Calc(15% - 13px);
}
#head_basket > div:last-child {
  width: 75px;
}
.reserv_box {
  padding: 10px 0;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.reserv_box > div {
  width: Calc(16.66% - 13px);
  padding: 10px 5px;
  text-align: center;
}
.reserv_box > div:nth-child(1) {
  width: Calc(25% - 13px);
}
.reserv_box > div:nth-child(1) span {
  margin-top: 5px;
  color: #333;
  font-family: DanaRegular;
  font-size: 14px;
  display: none;
}
.reserv_box > div:nth-child(2),
.reserv_box > div:nth-child(3) {
  width: Calc(13% - 13px);
}
.reserv_box > div:nth-child(6) {
  width: Calc(15% - 13px);
}
.reserv_box > div:last-child {
  width: 75px;
  color: #e1473e;
}
#tab_reserve {
  max-width: 700px;
  margin: auto auto 40px;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
}
#tab_reserve > div {
  width: 50%;
  padding: 7px;
  color: #727272;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.2s;
}
#tab_reserve > div.active,
#tab_reserve > div:hover {
  background: #e1473e;
  color: #fff;
}
.sec_tab {
  display: none;
}
@media only screen and (max-width: 900px) {
  #dash_right.in_basket {
    padding: 0;
    box-shadow: none;
    background: 0 0;
  }
  #tab_reserve {
    margin: auto auto 25px;
  }
  #head_basket {
    display: none;
  }
  .reserv_box {
    padding: 10px 15px;
  }
  .reserv_box > div {
    width: 100% !important;
    padding: 10px 0;
    border-right: none !important;
    border-bottom: 1px solid #b8b8b8;
    text-align: left;
    position: relative;
  }
  .reserv_box > div:nth-child(1) {
    color: #e1473e;
    font-family: DanaBold;
    font-size: 18px;
    text-align: right;
    border-bottom: none;
  }
  .reserv_box > div:nth-child(1) span {
    display: block;
  }
  .reserv_box > div::before {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: DanaBold;
  }
  .reserv_box > div:nth-child(2)::before {
    content: "شماره فاکتور";
  }
  .reserv_box > div:nth-child(3)::before {
    content: "شماره پیگیری";
  }
  .reserv_box > div:nth-child(4)::before {
    content: "قیمت دوره";
  }
  .reserv_box > div:nth-child(5)::before {
    content: "مجموع قیمت";
  }
  .reserv_box > div:nth-child(6)::before {
    content: "تاریخ پرداخت";
  }
  .reserv_box > div:nth-child(7)::before {
    content: "وضعیت";
  }
  .reserv_box > div:nth-child(7) {
    color: #1b1b1b;
    border: none;
  }
}
.mess_box {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.mess_box:last-child {
  border: none;
}
#pop_mess img,
.mess_box img {
  width: 50px;
  border-radius: 100%;
  display: block;
}
#pop_mess h2,
.mess_box h2 {
  margin-right: 10px;
  font-family: DanaMedium;
  font-size: 16px;
}
.mess_box .textbox {
  width: Calc(100% - 80px);
}
.mess_box .txt {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mess_box .more_txt {
  width: 70px;
  margin: 10px auto 0 0;
  color: #e1473e;
  text-align: left;
  display: block;
  transition: all linear 0.2s;
  cursor: pointer;
}
.mess_box .more_txt:hover {
  opacity: 0.6;
}
.more_txt i {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#pop_mess .date,
.mess_box .date {
  color: #b7b7b7;
  font-size: 12px;
}
#showpop {
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
#showpop > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pop_mess {
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 30px;
  background: #fff;
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
  z-index: 15;
}
.pop_txt {
  margin: 10px 0;
}
#pop_mess form {
  margin: 15px 0 0;
}
#pop_mess form textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  resize: none;
}
#pop_mess form button {
  margin: 20px auto 0 0;
  border: none;
}
#pop_mess .close_bt {
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
  transition: all linear 0.2s;
}
#pop_mess .close_bt:hover {
  color: #e1473e;
}
.close_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .mess_box .textbox {
    width: 100%;
  }
  .mess_box .txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .mess_box .more_txt {
    width: 100%;
    text-align: right;
  }
}
.srch_head {
  margin-bottom: 20px;
}
.srch_head h1 {
  margin-top: 0 !important;
}
.srch_head span {
  margin: 5px 5px 0 0;
  font-size: 20px;
  display: inline-block;
}
footer .f_logo {
  width: 180px;
  display: block;
}
footer .f_logo img {
  width: 75%;
  display: block;
}
footer #links {
  width: Calc(100% - 240px);
  padding: 50px 0;
  margin-right: auto;
  align-items: flex-start;
}
footer #links > div {
  width: 33.33%;
  margin: 0 auto;
}
footer #links > div a {
  margin-bottom: 5px;
  color: #1b1b1b;
  display: block;
}
.socials a:hover,
footer #links > div a:hover {
  color: #e1473e;
}
footer #links > div i {
  margin-left: 8px;
  font-size: 15px;
}
footer #links > div h3 {
  margin-bottom: 20px;
  font-family: DanaBold;
  font-size: 18px;
  line-height: 30px;
}
.socials {
  justify-content: center;
}
.socials a {
  margin: 5px;
  padding: 5px;
  color: #1b1b1b;
  font-size: 18px;
  display: block;
}
#copyright {
  padding: 30px 0;
  margin-top: 20px;
  border-top: 2px solid #ddd;
}
#copyright > div > span {
  margin-right: auto;
  font-family: tahoma;
  font-size: 14px;
}
#copyright a {
  color: #1b1b1b;
}
#copyright a:hover {
  color: #e1473e;
}
@media only screen and (max-width: 900px) {
  footer .f_logo {
    width: 100%;
    margin: 40px 0 0;
  }
  footer .f_logo img {
    max-width: 150px;
    margin: auto;
  }
  footer #links {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  footer #links > div {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  footer #links > div:last-child {
    margin-bottom: 0;
  }
  footer #links > div a {
    max-width: 200px;
    padding: 8px 10px 5px;
    margin: 10px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  #copyright {
    text-align: center;
  }
  #copyright > div {
    display: block;
  }
  #copyright a {
    color: #1b1b1b;
  }
  #copyright a:hover {
    color: #e1473e;
  }
}
#seo_text {
  margin: 40px 0;
  overflow: hidden;
  position: relative;
}
#seo_text > .main > h2:first-child,
#seo_text > .main > h3:first-child {
  margin-top: 0 !important;
}
#seo_text a {
  color: #00f;
  transition: all linear 0.2s;
}
#seo_text a:hover {
  color: #06f;
}
.add_bt {
  background: #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: all 0.5s linear;
}
.add_bt i {
  color: #0c152e;
  font-size: 20px;
  vertical-align: middle;
  transition: all 0.5s linear;
}
.add_bt:before {
  content: "";
  height: 100px;
  background: -moz-linear-gradient(
    90deg,
    rgba(242, 242, 242, 1) 10%,
    rgba(242, 242, 242, 0.05) 99%,
    rgba(242, 242, 242, 0.05) 100%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.05)),
    color-stop(0, rgba(242, 242, 242, 0.05)),
    color-stop(1%, rgba(242, 242, 242, 0.05)),
    color-stop(90%, rgba(242, 242, 242, 1))
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 10%,
    rgba(242, 242, 242, 0.05) 99%,
    rgba(242, 242, 242, 0.05) 100%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(255, 242, 255, 0.9) 10%,
    rgba(242, 242, 242, 0.05) 99%,
    rgba(242, 242, 242, 0.05) 100%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 10%,
    rgba(242, 242, 242, 0.05) 99%,
    rgba(242, 242, 242, 0.05) 100%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9) 10%,
    rgba(242, 242, 242, 0.05) 99%,
    rgba(242, 242, 242, 0.05) 100%,
    rgba(0, 0, 0, 0.05) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  display: block;
}
.add_bt .addButton {
  padding: 10px 10px;
  line-height: 26px;
  font-family: SamimBold;
  color: #0c152e;
  transition: all 0.5s linear;
  border-radius: 5px 5px 0 0;
  display: inline-block;
}
.add_bt.open {
  background: 0 0;
  bottom: -10px;
  margin: 20px auto 0 auto;
  color: #fff;
}
.add_bt.open i {
  transform: rotateX(180deg);
}
.add_bt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.add_bt .addButton:hover {
  opacity: 0.6;
}
.add_bt.open:before {
  display: none;
}
