/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/

@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/dana-bold.woff") format("woff");
}

@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/dana-regular.woff") format("woff");
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none !important;
}

a:hover {
  color: rgb(65, 64, 66);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dana", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

html {
  background: rgb(153, 204, 204);
}

html,
body {
  min-height: 100%;
  min-height: 100vh;
}

body {
  font-family: "Dana", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  direction: rtl;
  background: rgb(250, 250, 250);
  color: rgb(35, 31, 32);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  cursor: pointer;
}

.body-overflow {
  overflow: hidden;
}

ol {
  list-style-type: persian;
}

button>i:only-child,
a>i:only-child {
  line-height: inherit;
  display: block;
}

.btn>* {
  display: inline-block;
  vertical-align: middle;
}

.btn {
  border-width: 2px;
  padding: 0.35rem 0.7rem;
}

.btn i+span {
  margin-right: 5px;
}

.table-res {
  width: 100%;
}

.table-res thead tr th {
  color: #363b4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  white-space: nowrap;
  padding: 15px 10px;
  background: #f7f7f7;
  vertical-align: middle;
}

.table-res thead tr th:first-child,
.table-res tbody tr td:first-child {
  text-align: right;
}

.table-res thead tr th,
.table-res tbody tr th {
  text-align: center;
}

.table-res tbody tr td {
  color: #363b4d;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
}

.table-res tbody tr td .badge {
  padding: 10px;
}

.table-res tbody tr:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.table-res h3 {
  font-size: 18px;
  margin: 0;
}

.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}

.row.v-gutters>div {
  padding: 15px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.btn.disabled {
  pointer-events: none;
  cursor: default;
}

/* Custom */
.section {
  position: relative;
  z-index: 2;
}

.section-wrapper {
  padding: 40px 0;
}

.section-title {
  color: rgb(0, 0, 102);
  font-size: 30px;
  margin: 0;
}

.section-title>strong {
  color: rgb(153, 204, 204);
}

.section-header+.section-body,
.section-body+.section-footer,
.section-header+.section-footer {
  margin-top: 30px;
}

.section-desc {
  margin: 15px auto 0;
  max-width: 700px;
  color: rgb(120, 120, 120);
  text-align: justify;
}

.section-desc+.section-nav {
  margin-top: 30px;
}

.section-nav {
  text-align: left;
}

#header {
  background: rgb(0, 0, 102);
  position: relative;
  z-index: 1;
  padding: 15px 0;
  z-index: 1001;
}

body.home .section-slideshow>svg,
#page-header>svg {
  background: rgb(250, 250, 250);
  fill: rgb(0, 0, 102);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#page-header>svg {
  top: auto;
  bottom: 0;
}

#search-wrap {
  display: none;
}

.logo {
  margin-left: auto;
}

.logo>img {
  height: 100px;
}

.slide-item {
  width: 100%;
  height: 70vh;
}

.slide-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.section-service:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -300px 0;
  background-image: url(../img/bg-1.svg);
  z-index: -1;
}

.section-service .section-header,
.section-artist .section-header,
.section-blog .section-header {
  text-align-last: center;
  text-align: center;
}

.card-service {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 102);
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.card-service:hover {
  background: rgb(0, 0, 102);
  color: rgb(153, 204, 204);
}

.card-service-header {
  padding: 70px 15px 15px;
  position: relative;
}

.card-service-header:before {
  background: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 30px;
  content: "";
}

.card-service:hover .card-service-header:before {
  background: rgba(255, 255, 255, 0.1);
}

.card-service-icon {
  height: 50px;
  position: relative;
  z-index: 1;
}

.card-service:hover .card-service-icon {
  filter: brightness(100%) invert(100%);
}

.card-service-body {
  padding: 15px;
}

.card-service-title {
  color: rgb(255, 204, 0);
  font-size: 22px;
  margin: 0 0 10px;
}

.card-service-desc {
  text-align: justify;
}

.section-course .section-title:after,
.section-product .section-title:after {
  background: rgb(255, 204, 0);
  width: 80px;
  height: 5px;
  margin-top: 10px;
  display: block;
  content: "";
}

.card-ccat {
  height: 100px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

.card-ccat-header {
  height: inherit;
}

.card-ccat-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-ccat:hover .card-ccat-bg {
  filter: blur(3px);
}

.card-ccat-body {
  background: linear-gradient(to left, #000000 0%, transparent 100%);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.card-ccat-title {
  font-size: 20px;
  margin: 0;
}

.section-product .section-body {
  margin-top: 50px;
}

.section-product .section-title:after {
  background: rgb(0, 0, 102);
}

.card-product {
  background: rgb(255, 255, 255);
}

.card-product-header {
  padding: 30px 30px 0;
  position: relative;
  z-index: 1;
}

.card-product-img {
  width: 100%;
}

.card-product-body {
  text-align: center;
  padding: 15px;
  background: rgb(240, 240, 240);
  box-shadow: 0 -40px 0 rgb(240, 240, 240);
}

.card-product-title {
  color: rgb(0, 0, 102);
  font-size: 18px;
  margin: 0;
}

.section-cta {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.section-cta .section-wrapper {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.3);
}

.section-cta .section-title {
  color: rgb(255, 255, 255);
}

.cta-btn {
  height: 50px;
  border-radius: 50px;
  padding: 0 40px;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cta-btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(153, 204, 204);
}

.section-artist .section-body {
  margin-top: 60px;
}

.card-artist {
  padding: 20px;
  background: rgb(255, 204, 0);
  height: 100%;
}

.card-artist-header {
  position: relative;
  margin-top: -40px;
}

.card-artist-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.card-artist-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-artist-body {
  padding-top: 20px;
  text-align: center;
}

.card-artist-title {
  color: rgb(0, 0, 102);
  font-size: 19px;
  margin: 0;
}

.section-blog {
  margin-bottom: 100px;
}

.card-blog {
  padding: 20px;
  background: rgb(255, 255, 255);
  height: 100%;
}

.card-blog-header {
  position: relative;
}

.card-blog-header:before {
  padding-top: 66.66%;
  display: block;
  content: "";
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-blog-body {
  padding-top: 20px;
}

.card-blog-title {
  color: rgb(0, 0, 102);
  font-size: 19px;
  margin: 0;
}

.card-blog-desc {
  margin: 10px 0 0;
}

#footer {
  background: rgb(153, 204, 204);
  padding: 30px 0;
  margin-top: auto;
  position: relative;
}

#footer:before,
#footer:after {
  height: 64px;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  margin-top: -64px;
  mask-image: url(../img/wave.svg);
  -webkit-mask-image: url(../img/wave.svg);
  transform: scaleX(-1);
  background-color: inherit;
  mask-size: 1940px;
  -webkit-mask-size: 1940px;
  position: absolute;
  right: -15px;
  left: 0;
  top: 0;
  content: "";
}

#footer:before {
  background-color: rgb(0, 0, 102);
  margin-top: -72px;
  transform: scaleX(1);
}

.footer-bottom {
  background-color: rgb(0, 0, 102);
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 50px;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav>li>a {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.footer-nav>li:hover>a,
.footer-nav>li.current-menu-item>a {
  color: rgb(0, 0, 102);
}

.footer-nav>li>a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  color: rgb(0, 0, 102);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.footer-nav>li+li {
  margin-top: 6px;
}

.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info>li+li {
  margin-top: 10px;
}

.contact-info>li>strong {
  color: rgb(0, 0, 102);
  display: inline-block;
  margin-right: 5px;
}

.contact-info>li>div {
  color: rgb(255, 255, 255);
}

.social-nav>li i,
.contact-info>li i {
  color: rgb(0, 0, 102);
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}

.contact-info+.social-nav {
  margin-top: 20px;
}

.social-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-nav>li+li {
  margin-right: 20px;
}

#page-header {
  background: rgb(0, 0, 102);
  color: rgb(153, 204, 204);
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 0;
}

.page-title {
  font-size: 30px;
  margin: 0;
}

.breadcrumb {
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.breadcrumb>li+li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: xx-small;
  font-weight: 400;
  display: inline-flex;
  margin: 0 7px;
}

.breadcrumb>li>a {
  color: rgb(255, 255, 255);
}

#page-body {
  padding: 60px 0 180px;
}

.card-course {
  padding: 20px;
  background: rgb(255, 255, 255);
  height: 100%;
}

.card-course-header {
  position: relative;
}

.card-course-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.card-course-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-course-body {
  padding-top: 20px;
}

.card-course-title {
  color: rgb(0, 0, 102);
  font-size: 19px;
  margin: 0;
}

.section-member {
  margin-top: 60px;
}

.card-member {
  padding: 20px;
  background: rgb(255, 255, 255);
  height: 100%;
}

.card-member-header {
  position: relative;
}

.card-member-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.card-member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-member-body {
  padding-top: 20px;
  text-align: center;
}

.card-member-title {
  color: rgb(0, 0, 102);
  font-size: 19px;
  margin: 0;
}

.card-member-subtitle {
  color: rgb(153, 204, 204);
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0 0;
}

.entry-footer {
  border-top: 1px solid rgb(182, 177, 169);
  padding-top: 15px;
  margin-top: 15px;
}

.entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-meta>li>div,
.entry-meta>li>ul {
  color: rgb(182, 177, 169);
  display: inline;
}

.entry-meta>li>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-meta>li>ul>li {
  display: inline-block;
}

.entry-meta>li>ul>li+li:before {
  content: "،";
  margin: 0 5px;
  vertical-align: middle;
}

.entry-meta>li>i {
  margin-left: 6px;
}
.account-toggle  {
  margin-right: 15px;
  font-weight: bold;
}
/*Plugins*/

.owl-nav>button.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.lg-inner {
  direction: ltr;
}

/*CMS*/

.entry-content h6 {
  font-size: 16px;
}

.entry-content h5 {
  font-size: 18px;
}

.entry-content h4 {
  font-size: 20px;
}

.entry-content h3 {
  font-size: 22px;
}

.entry-content h2 {
  font-size: 24px;
}

.entry-content h1 {
  font-size: 26px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content iframe {
  border: none;
}

.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  max-width: 100%;
  height: auto;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.gallery .gallery-item {
  overflow: hidden;
  float: right;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}

.gallery-caption {
  font-size: 11px;
}

.gallery-columns-0 .gallery-item {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
}

.gallery-columns-11 .gallery-item {
  width: 9.09%;
}

.gallery-columns-12 .gallery-item {
  width: 8.33%;
}

.gallery-columns-13 .gallery-item {
  width: 7.69%;
}

.gallery-columns-14 .gallery-item {
  width: 7.14%;
}

.gallery-columns-15 .gallery-item {
  width: 6.66%;
}

.gallery-columns-16 .gallery-item {
  width: 6.25%;
}

.gallery-columns-17 .gallery-item {
  width: 5.88%;
}

.gallery-columns-18 .gallery-item {
  width: 5.55%;
}

.gallery-columns-19 .gallery-item {
  width: 5.26%;
}

.gallery-columns-20 .gallery-item {
  width: 5%;
}

.gallery-columns-21 .gallery-item {
  width: 4.76%;
}

.gallery-columns-22 .gallery-item {
  width: 4.54%;
}

.gallery-columns-23 .gallery-item {
  width: 4.34%;
}

.gallery-columns-24 .gallery-item {
  width: 4.16%;
}

.gallery-columns-25 .gallery-item {
  width: 4%;
}

.gallery-columns-26 .gallery-item {
  width: 3.84%;
}

.gallery-columns-27 .gallery-item {
  width: 3.7%;
}

.gallery-columns-28 .gallery-item {
  width: 3.57%;
}

.gallery-columns-29 .gallery-item {
  width: 3.44%;
}

.gallery-columns-30 .gallery-item {
  width: 3.33%;
}

/*Responsive*/

@media (max-width: 767.98px) {
  .nav-toggle {
    color: rgb(255, 204, 0);
    font-size: 26px;
    margin-right: 30px;
    padding: 0;
    background: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(106, 130, 146);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }

  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #navigation>ul>li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
  }

  #navigation>ul>li>a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  #navigation>ul>li a:hover,
  #navigation>ul>li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }

  #navigation>ul>li a:before,
  #navigation li.submenu>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  #navigation>ul>li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }

  #navigation li.submenu.active>a:after {
    content: "\f106";
  }
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }

  #navigation {
    margin-right: 50px;
  }

  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #navigation>ul>li+li {
    margin-right: 20px;
  }

  #navigation>ul>li>a {
    color: rgb(153, 204, 204);
    font-weight: bold;
    display: inline-flex;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  #navigation>ul>li:hover>a {
    padding-bottom: 20px;
    color: rgb(255, 255, 255);
  }

  #navigation>ul>li.current-menu-item>a {
    color: rgb(255, 204, 0);
  }

  #navigation>ul ul {
    display: none;
  }

  .section-course .section-header:before,
  .section-product .section-header:before {
    background: rgb(153, 204, 204);
    width: 100vw;
    position: absolute;
    left: 20%;
    content: "";
    z-index: -1;
  }

  .section-course .section-header:before {
    height: 40%;
    bottom: 0;
  }

  .section-product .section-header:before {
    height: 100%;
    top: 0;
    box-shadow: 60px -40px 0 60px rgb(153, 204, 204);
  }
}