/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "YekanBakh";
  font-weight: normal;
  src: url("../fonts/Yekan Bakh EN 04 Regular.woff");
}
@font-face {
  font-family: "YekanBakh";
  font-weight: 500;
  src: url("../fonts/Yekan Bakh EN 05 Medium.woff");
}
@font-face {
  font-family: "YekanBakh";
  font-weight: bold;
  src: url("../fonts/Yekan Bakh EN 07 Heavy.woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(182, 177, 169);
  text-decoration: none !important;
}
a:hover {
  color: rgb(124, 46, 148);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "YekanBakh", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(124, 46, 148);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "YekanBakh", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  direction: rtl;
  background: rgb(236, 236, 236);
  color: rgb(60, 60, 59);
  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;
  padding-top: 100px;
}
.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(237, 237, 238, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1001;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "YekanBakh", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
b,
strong {
  font-weight: 500;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
.form-control {
  border-color: rgb(60, 60, 59);
  background: none !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
.form-control:focus {
  border-color: rgb(15, 59, 167);
}
/*Custom*/
.container-fluid {
  max-width: 1200px;
}
.section {
  position: relative;
}
.section .section-wrapper {
  position: relative;
  padding: 60px 0;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 50px;
}
.section-header,
.section-footer {
  text-align: center;
}
.section-title {
  font-size: 40px;
  margin: 0;
}
.section-subtitle {
  font-size: 27px;
  margin: 0;
}
.section-desc {
  margin: 0;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-bg > img {
  width: 100%;
}
.subsection {
  position: relative;
}
.subsection + .subsection {
  margin-top: 40px;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 25px;
}
.subsection-title {
  font-size: 20px;
  margin: 0;
}
.tbg-purple {
  background: rgb(124, 46, 148);
}
.tbg-yellow {
  background: rgb(255, 194, 56);
}
.tbg-green {
  background: rgb(36, 190, 111);
}
.tbg-blue {
  background: rgb(15, 59, 167);
}
.tbg-lightblue {
  background: rgb(0, 189, 235);
}
.tbg-red {
  background: rgb(201, 51, 42);
}
.tbg-black {
  background: rgb(60, 60, 59);
}
.tbg-white {
  background: rgb(236, 236, 236);
}
.tcolor-purple {
  color: rgb(124, 46, 148);
}
.tcolor-yellow {
  color: rgb(255, 194, 56);
}
.tcolor-green {
  color: rgb(36, 190, 111);
}
.tcolor-blue {
  color: rgb(15, 59, 167);
}
.tcolor-lightblue {
  color: rgb(0, 189, 235);
}
.tcolor-red {
  color: rgb(201, 51, 42);
}
.tcolor-black {
  color: rgb(60, 60, 59);
}
.tcolor-white {
  color: rgb(236, 236, 236);
}
.tbutton {
  height: 37px;
  border-radius: 37px;
  padding: 0 40px;
  font-weight: bold;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-purple-fill {
  background: rgb(124, 46, 148);
  color: rgb(255, 255, 255);
}
.tbutton-purple-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(124, 46, 148);
}
.tbutton-yellow-fill {
  background: rgb(255, 194, 56);
  color: rgb(255, 255, 255);
}
.tbutton-yellow-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(255, 194, 56);
}
.tbutton-green-fill {
  background: rgb(36, 190, 111);
  color: rgb(255, 255, 255);
}
.tbutton-green-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(36, 190, 111);
}
.tbutton-blue-fill {
  background: rgb(15, 59, 167);
  color: rgb(255, 255, 255);
}
.tbutton-blue-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(15, 59, 167);
}
.tbutton-lightblue-fill {
  background: rgb(0, 189, 235);
  color: rgb(255, 255, 255);
}
.tbutton-lightblue-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 189, 235);
}
.tbutton-red-fill {
  background: rgb(201, 51, 42);
  color: rgb(255, 255, 255);
}
.tbutton-red-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(201, 51, 42);
}
.tbutton-black-fill {
  background: rgb(60, 60, 59);
  color: rgb(255, 255, 255);
}
.tbutton-black-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(60, 60, 59);
}
.tbutton-white-fill {
  background: rgb(236, 236, 236);
  color: rgb(60, 60, 59);
}
.tbutton-white-fill:hover {
  background: rgb(60, 60, 59);
  color: rgb(236, 236, 236);
}
.tbutton-purple-outline {
  background: none;
  border-color: rgb(124, 46, 148);
  color: rgb(124, 46, 148);
}
.tbutton-purple-outline:hover {
  background: rgb(124, 46, 148);
  border-color: rgb(124, 46, 148);
  color: rgb(255, 255, 255);
}
.tbutton-yellow-outline {
  background: none;
  border-color: rgb(255, 194, 56);
  color: rgb(255, 194, 56);
}
.tbutton-yellow-outline:hover {
  background: rgb(255, 194, 56);
  border-color: rgb(255, 194, 56);
  color: rgb(255, 255, 255);
}
.tbutton-green-outline {
  background: none;
  border-color: rgb(36, 190, 111);
  color: rgb(36, 190, 111);
}
.tbutton-green-outline:hover {
  background: rgb(36, 190, 111);
  border-color: rgb(36, 190, 111);
  color: rgb(255, 255, 255);
}
.tbutton-blue-outline {
  background: none;
  border-color: rgb(15, 59, 167);
  color: rgb(15, 59, 167);
}
.tbutton-blue-outline:hover {
  background: rgb(15, 59, 167);
  border-color: rgb(15, 59, 167);
  color: rgb(255, 255, 255);
}
.tbutton-lightblue-outline {
  background: none;
  border-color: rgb(0, 189, 235);
  color: rgb(0, 189, 235);
}
.tbutton-lightblue-outline:hover {
  background: rgb(0, 189, 235);
  border-color: rgb(0, 189, 235);
  color: rgb(255, 255, 255);
}
.tbutton-red-outline {
  background: none;
  border-color: rgb(201, 51, 42);
  color: rgb(201, 51, 42);
}
.tbutton-red-outline:hover {
  background: rgb(201, 51, 42);
  border-color: rgb(201, 51, 42);
  color: rgb(255, 255, 255);
}
.tbutton-black-outline {
  background: none;
  border-color: rgb(60, 60, 59);
  color: rgb(60, 60, 59);
}
.tbutton-black-outline:hover {
  background: rgb(60, 60, 59);
  border-color: rgb(60, 60, 59);
  color: rgb(255, 255, 255);
}
.tbutton-white-outline {
  background: none;
  border-color: rgb(236, 236, 236);
  color: rgb(236, 236, 236);
}
.tbutton-white-outline:hover {
  background: rgb(236, 236, 236);
  border-color: rgb(236, 236, 236);
  color: rgb(60, 60, 59);
}
#header {
  background: rgb(237, 237, 238);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.logo > img {
  height: 45px;
}
.user-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.user-nav > li + li {
  margin-right: 10px;
}
.intro-motion > img {
  width: 90%;
}
.section-course {
  background: rgb(36, 190, 111);
}
.section-course .section-header {
  color: rgb(255, 255, 255);
}
.course-card {
  position: relative;
  overflow: hidden;
}
.course-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.course-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
}
.course-card:hover .course-card-img {
  filter: grayscale(0);
}
.course-card-box {
  border: 5px solid rgb(36, 190, 111);
  color: rgb(255, 255, 255);
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.section-course .course-card-box {
  border-color: rgb(255, 255, 255);
}
.course-card:hover .course-card-box {
  opacity: 1;
  visibility: visible;
}
.course-card-body {
  background: rgb(36, 190, 111);
  color: rgb(255, 255, 255);
  padding: 10px;
}
.section-course .course-card-body {
  background: rgb(255, 255, 255);
  color: rgb(60, 60, 59);
}
.course-card-title {
  font-size: 20px;
  margin: 0;
}
.section-about .section-footer {
  background: rgb(255, 194, 56);
  box-shadow: 0 50px 0 50px rgb(255, 194, 56), 0 -75px 0 75px rgb(255, 194, 56);
}
.video-wrapper {
  position: relative;
  background: rgb(236, 236, 236);
  box-shadow: 0 6px 8px rgba(206, 206, 206, 0.82);
  padding: 5px;
  z-index: 1;
  cursor: pointer;
}
.video-wrapper:before {
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(214, 134, 32, 1) 0%,
    rgba(255, 194, 56, 0) 51.34%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(214, 134, 32, 1) 0%,
    rgba(255, 194, 56, 0) 51.34%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0, rgba(214, 134, 32, 1)),
    color-stop(0.5134, rgba(255, 194, 56, 0))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(214, 134, 32, 1) 0%,
    rgba(255, 194, 56, 0) 51.34%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(214, 134, 32, 1) 0%,
    rgba(255, 194, 56, 0) 51.34%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D68620', endColorstr='#FFC238' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(214, 134, 32, 1) 0%,
    rgba(255, 194, 56, 0) 51.34%
  );
  opacity: 0.43;
  filter: alpha(opacity=43) progid: DXImageTransform.Microsoft.Alpha(opacity=43)
    progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#FFC238",
      endColorstr= "#D68620",
      GradientType=0
    );
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.video-wrapper:after {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 74px;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 37px 0 37px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  content: "";
}
.video-wrapper.active:after {
  border-style: double;
  border-width: 0 0 0 60px;
  opacity: 0;
  visibility: hidden;
}
.video-wrapper:hover:after {
  opacity: 1;
  visibility: visible;
}
.video-box {
  position: relative;
}
.video-box:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-blog .section-bg {
  height: 400px;
}
.section-blog .section-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-blog .section-bg:after {
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0, rgba(60, 60, 59, 1)),
    color-stop(0.3483, rgba(60, 60, 59, 0))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C3C3B', endColorstr='#3C3C3B' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  opacity: 0.5;
  filter: alpha(opacity=50) progid: DXImageTransform.Microsoft.Alpha(opacity=50)
    progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#3C3C3B",
      endColorstr= "#3C3C3B",
      GradientType=0
    );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.section-blog .section-body {
  margin-top: 150px;
}
.blog-card {
  background: rgb(236, 236, 236);
  border: 5px solid rgb(0, 189, 235);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card:hover {
  background: rgb(0, 189, 235);
  color: rgb(255, 255, 255);
}
.blog-card-title {
  font-size: 20px;
  margin: 0;
}
.blog-card-desc {
  margin: 10px 0 20px;
}
.blog-card-footer {
  margin-top: auto;
}
.blog-card:hover .blog-card-btn {
  border-color: rgb(255, 255, 255);
}
.blog-card:hover .blog-card-body,
.blog-card:hover .blog-card-footer {
  opacity: 0;
  visibility: hidden;
}
.blog-card-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.blog-card:hover .blog-card-header {
  opacity: 1;
  visibility: visible;
}
.blog-card-img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-card {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.news-card:before {
  border-right: 2px solid rgb(255, 194, 56);
  right: 0;
  position: absolute;
  top: 20px;
  bottom: 20px;
  content: "";
}
.news-carousel .owl-item:hover + .owl-item .news-card:before {
  display: none;
}
.news-card:hover {
  background: rgb(255, 194, 56);
}
.news-card-title {
  font-size: 20px;
  margin: 0;
}
.news-card-desc {
  margin: 10px 0 20px;
}
.news-card-footer {
  margin-top: auto;
}
.event-card {
  position: relative;
  overflow: hidden;
}
.event-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.event-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
}
.event-card:hover .event-card-img {
  filter: grayscale(0);
}
.event-card-box {
  border: 5px solid rgb(124, 46, 148);
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.event-card:hover .event-card-box {
  opacity: 1;
  visibility: visible;
}
.event-card-body {
  background: rgb(124, 46, 148);
  color: rgb(255, 255, 255);
  padding: 10px;
}
.event-card-title {
  font-size: 20px;
  margin: 0;
}
.section-signup .section-subtitle {
  margin: 10px 0 0;
}
#footer {
  background: rgb(124, 46, 148);
  border-top: 10px solid rgb(255, 194, 56);
  color: rgb(255, 255, 255);
  padding: 30px 0;
  margin-top: auto;
}
.fblock-header {
  border-bottom: 1px solid rgb(236, 236, 236);
  margin: 0 0 20px;
  padding: 0 0 5px;
}
.fblock-title {
  color: rgb(236, 236, 236);
  font-size: 17px;
  margin: 0;
}
.footer-icon {
  width: 100%;
  max-width: 153px;
  margin: 0 auto;
}
.fblock-body a {
  color: rgb(236, 236, 236);
}
.fblock-body a:hover {
  color: rgb(255, 194, 56);
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 5px;
}
.contact-info > li:before {
  background: rgb(236, 236, 236);
  width: 4px;
  height: 4px;
  margin-left: 10px;
  border-radius: 50%;
  display: inline-flex;
  content: "";
}
.social-nav {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin-right: 10px;
}
.social-nav > li > a {
  background: rgb(236, 236, 236);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.social-nav > li > a:hover {
  background: rgb(255, 194, 56);
}
.social-nav > li > a > img {
  height: 20px;
}
.social-nav > li > a:hover > img {
  filter: brightness(0) invert(100%);
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li + li {
  margin-top: 5px;
}
.footer-nav > li:before {
  background: rgb(236, 236, 236);
  width: 4px;
  height: 4px;
  margin-left: 10px;
  border-radius: 50%;
  display: inline-flex;
  content: "";
}
#page-header {
  text-align: center;
}
.page-title {
  font-size: 40px;
  margin: 0;
}
#page-cover {
  position: relative;
  text-align: center;
}
#page-cover:after {
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0, rgba(60, 60, 59, 1)),
    color-stop(0.3483, rgba(60, 60, 59, 0))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C3C3B', endColorstr='#3C3C3B' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(60, 60, 59, 1) 0%,
    rgba(60, 60, 59, 0) 34.83%
  );
  opacity: 0.5;
  filter: alpha(opacity=50) progid: DXImageTransform.Microsoft.Alpha(opacity=50)
    progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#3C3C3B",
      endColorstr= "#3C3C3B",
      GradientType=0
    );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.page-cover-bg {
  width: 100%;
}
.page-cover-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#page-body {
  padding: 100px 0;
}
#page-footer {
  padding: 50px 0;
}
.feature-card {
  height: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-card-header {
  text-align: center;
}
.feature-card-icon {
  width: 50%;
}
.feature-card-body {
  padding: 0 15px;
}
.feature-card-title {
  font-size: 18px;
  margin: 0;
}
.feature-card-desc {
  margin-top: 5px;
}
.feature-card-footer {
  padding: 15px 15px 0;
}
.person-card {
  position: relative;
  overflow: hidden;
}
.person-card-header {
  position: relative;
}
.person-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.person-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.person-card-body {
  background: rgb(15, 59, 167);
  color: rgb(255, 255, 255);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible;
}
.person-card-title {
  font-size: 20px;
  margin: 0;
}
.person-card-subtitle {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-list > li + li {
  margin-top: 30px;
}
.faq-item-title:before {
  background: rgb(60, 60, 59);
  width: 4px;
  height: 4px;
  margin-left: 10px;
  border-radius: 50%;
  display: inline-flex;
  content: "";
}
.contact-info-row {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact-info-row > li:first-child {
  width: 100%;
}
.social-nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav-row > li + li {
  margin-right: 15px;
}
.social-nav-row > li > a > img {
  height: 23px;
  filter: hue-rotate(165deg);
}
.social-nav-row > li > a:hover > img {
  filter: none;
}
.post-card {
  color: rgb(60, 60, 59);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.post-card:before {
  border-right: 2px solid rgb(60, 60, 59);
  right: 0;
  position: absolute;
  top: 20px;
  bottom: 20px;
  content: "";
}
.post-card:hover {
  background: rgb(60, 60, 59);
  color: rgb(236, 236, 236);
}
.post-card-title {
  font-size: 20px;
  margin: 0;
}
.post-card-desc {
  margin: 10px 0 20px;
}
.post-card-footer {
  margin-top: auto;
}
.entry-header {
  text-align: center;
  margin-bottom: 30px;
}
.entry-title {
  font-size: 24px;
  margin: 0;
}
.entry-meta,
.entry-meta > li > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li > div,
.entry-meta > li > ul {
  display: inline-flex;
}
.entry-meta > li:not(:last-child) {
  margin-left: 15px;
}
.entry-meta > li > ul > li:not(:last-child):after {
  content: "،";
  margin-left: 4px;
}
.entry-subfooter,
.entry-footer {
  text-align: center;
  margin-top: 30px;
}
.entry-share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.entry-share > li + li {
  margin-right: 15px;
}
.entry-share > li > a {
  color: rgb(0, 189, 235);
  font-size: 23px;
}
.entry-share > li > a:hover {
  color: rgb(15, 59, 167);
}
.entry-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-tag > li {
  margin-right: 15px;
}
.entry-tag > li:before {
  content: "#";
  display: inline-flex;
}
div + .entry-tag {
  margin-top: 40px;
}
.lesson-card {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.lesson-card:before {
  border-right: 2px solid rgb(60, 60, 59);
  right: 0;
  position: absolute;
  top: 20px;
  bottom: 20px;
  content: "";
}
.lesson-carousel .owl-item:hover + .owl-item .lesson-card:before {
  display: none;
}
.lesson-card:hover {
  background: rgb(60, 60, 59);
  color: rgb(236, 236, 236);
}
.lesson-card-title {
  font-size: 20px;
  margin: 0;
}
.lesson-card-subtitle {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lesson-card-desc {
  margin: 10px 0 20px;
}
.lesson-card-footer {
  margin-top: auto;
}
body.login {
  background: rgb(36, 190, 111);
  color: rgb(255, 255, 255);
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-form-header {
  text-align: center;
  margin-bottom: 50px;
}
.user-form-icon {
  height: 125px;
}
.user-form-body .form-control {
  color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  font-weight: 500;
}
.user-form-body .form-control:focus {
  border-bottom-color: rgb(60, 60, 59);
}
.user-form-body .form-control::placeholder {
  color: rgb(255, 255, 255);
}
.user-form-action {
  margin-top: 20px;
}
.user-form-footer {
  text-align: center;
  margin-top: 50px;
}
.course-carousel,
.blog-carousel,
.news-carousel,
.event-carousel,
.person-carousel,
.lesson-carousel {
  padding: 0 30px;
}
.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px !important;
  color: rgb(87, 87, 86) !important;
}
.owl-carousel .owl-nav > button.owl-prev {
  right: 0;
}
.owl-carousel .owl-nav > button.owl-next {
  left: 0;
}
/*Plugins*/
/*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;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.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;
}
.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;
}
/*Responsive*/

@media (max-width: 767.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  #navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation ul > li + li:before {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    content: "";
    display: inline-flex;
  }
  #navigation > ul > li + li:before {
    background: rgb(124, 46, 148);
    width: 4px;
    height: 4px;
  }
  #navigation > ul > li > ul > li + li:before {
    background: rgb(255, 255, 255);
  }
  #navigation > ul > li > ul > li > ul > li + li:before {
    background: rgb(0, 0, 0);
  }
  #navigation li > a {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 10px 25px;
  }
  #navigation li > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  #navigation > ul > li > ul {
    background: rgb(124, 46, 148);
  }
  #navigation > ul > li > ul > li > ul {
    background: rgb(255, 194, 56);
  }
  #navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation > ul > li > a {
    color: rgb(124, 46, 148);
    padding: 25px;
    font-weight: bold;
  }
  #navigation > ul > li > ul > li > a {
    color: rgb(255, 255, 255);
  }
  #navigation > ul > li > ul > li:hover > a {
    color: rgb(255, 194, 56);
  }
  #navigation > ul > li > ul > li > ul > li > a {
    color: rgb(0, 0, 0);
  }
  #navigation li.menu-item-has-children > a:before {
    width: 12px;
    height: 12px;
    transform: translate(-50%, 50%) rotate(45deg);
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
  }
  #navigation > ul > li.menu-item-has-children:hover > a:before {
    background: rgb(124, 46, 148);
  }
  #navigation > ul > li > ul > li.menu-item-has-children:hover > a:before {
    background: rgb(255, 194, 56);
  }
  .person-card-header {
    opacity: 0;
    visibility: hidden;
  }
  .person-card:hover .person-card-header {
    opacity: 1;
    visibility: visible;
  }
  .person-card-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .person-card:hover .person-card-body {
    opacity: 0;
    visibility: hidden;
  }
}
