@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Cairo:wght@200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --main-color: #51459e;
  --body-bg: #f5f8fa;
  --navbar-bg: #FFF;
  --icon-active: #2c2f32;
  --icon-idle: #8b88ff;
  --p-color: #2c2f32;
  --subp-color: #adafca;
  --link-color: #51459e;
  --a-light: #FFF;
  --shadow-color: rgba(94, 92, 154, 0.0588235294);
  --border-color: #eaeaf5;
  --sub-light: #fcfcfd;
  --border-input: #dedeea;
}

.dark-mode {
  --main-color: #51459e;
  --body-bg: #151521;
  --navbar-bg: #1e1e2d;
  --icon-active: #FFF;
  --icon-idle: #8b88ff;
  --p-color: #FFF;
  --subp-color: #9aa4bf;
  --link-color: #51459e;
  --a-light: #FFF;
  --shadow-color: rgba(0, 0, 0, 0.0588235294);
  --border-color: #2f3749;
  --sub-light: #21283b;
  --border-input: #3f485f;
}

.form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.form-group label {
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
  margin-right: 6px;
}
.form-group .form-control {
  height: 50px;
  padding: 7px 20px 7px 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.form-group .form-control:focus {
  border-color: #51459e;
  box-shadow: none;
  outline: none;
}
.form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group select {
  cursor: pointer;
}

.create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 43px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  background-color: #7868e6;
  border: 0;
}
.create-account-btn svg {
  height: 18px;
  margin-left: 2px;
}
.create-account-btn svg path {
  fill: #FFF;
}
.create-account-btn:hover {
  background-color: #7868e6;
}

.form-check {
  display: flex;
  margin: 10px 5px 10px 0;
}
.form-check input {
  background-color: #fff;
  border: 1px solid #dedeea;
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
}
.form-check p {
  color: #2c2f32;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}
.form-check p a {
  text-decoration: none;
  color: #FFF;
}

p.text {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--p-color);
}
p.text a {
  text-decoration: none;
  color: #51459e;
  font-weight: 700;
}

.active-input label {
  padding: 0 6px;
  font-size: 0.55rem;
  top: 9px;
  right: 20px;
}

@font-face {
  font-family: "en";
  font-style: normal;
  src: url(assets/fonts/din-regular.ttf);
}
.font-en {
  font-family: "en";
}

@font-face {
  font-family: "num";
  font-style: normal;
  src: url(assets/fonts/AGENCYB.TTF);
}
@font-face {
  font-family: "ar";
  font-style: normal;
  src: url(assets/fonts/29ltbukraregular.ttf);
}
@font-face {
  font-family: "q";
  font-style: normal;
  src: url(assets/fonts/Qatar2022Arabic-Bold.ttf);
}
.upper-header {
  background: #0a0e1a;
  padding: 10px 0;
}
.upper-header .upper-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upper-header .upper-header-content .upper-header-more-info {
  display: flex;
  align-items: center;
}
.upper-header .upper-header-content .upper-header-more-info .upper-header-actions {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.upper-header .upper-header-content .upper-header-more-info .upper-header-actions svg {
  height: 16px;
  width: 16px;
  fill: #d3ff2e;
}
.upper-header .upper-header-content .upper-header-more-info .upper-header-actions a {
  text-decoration: none;
  margin: 0 7px;
  font-size: 0.65rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #FFF;
}
@media (max-width: 767.98px) {
  .upper-header .upper-header-content .upper-header-more-info .upper-header-actions {
    justify-content: space-between;
    width: 100%;
    display: none;
  }
}
.upper-header .upper-header-content .upper-header-info {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .upper-header .upper-header-content .upper-header-info {
    justify-content: center;
    width: 100%;
  }
}
.upper-header .upper-header-content .upper-header-info .date {
  color: #FFF;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.upper-header .upper-header-content .upper-header-info .date svg {
  height: 16px;
  width: 16px;
  fill: #FFF;
  margin: 0 6px;
}
.upper-header .upper-header-content .upper-header-info .date span {
  font-size: 0.9rem;
  margin-top: 0px;
  margin-left: 10px;
  display: block;
  color: #d3ff2e;
  font-weight: 600;
  word-spacing: 3px;
  letter-spacing: 1px;
}

.page-header {
  height: 40vh !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .page-header {
    height: 30vh !important;
  }
}

.header {
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 14;
  width: 100%;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.header:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(assets/images/navbrush.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom;
}

.navbar {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px 0;
}
@media (max-width: 1199.98px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 12px 15px;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 12px 0;
  }
}
.navbar .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar .nav-mobile-icon {
    display: block;
  }
}
.navbar .nav-mobile-icon svg {
  fill: #FFF;
}
.navbar .nav-part {
  display: flex;
  align-items: center;
}
.navbar .nav-logo {
  position: relative;
}
@media (max-width: 991.98px) {
  .navbar .nav-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.navbar .nav-logo .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar .nav-logo .nav-mobile-icon {
    display: block;
  }
}
.navbar .nav-logo .nav-mobile-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.navbar .nav-logo .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 160px;
}
@media (max-width: 1199.98px) {
  .navbar .nav-logo .nav-logo-container {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .navbar .nav-logo .nav-logo-container {
    width: auto;
  }
}
.navbar .nav-logo .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.navbar .nav-logo .nav-logo-container img {
  max-width: 100%;
  height: 50px;
}
@media (max-width: 1199.98px) {
  .navbar .nav-logo .nav-logo-container img {
    height: 40px;
  }
}
.navbar .nav-logo .nav-logo-container .logo-text {
  position: relative;
  margin-top: -5px;
  font-family: "q";
}
.navbar .nav-logo .nav-logo-container .logo-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  right: -4px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #d3ff2e;
  z-index: -1;
}
.navbar .nav-logo .nav-logo-container .logo-text h3 {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.navbar .nav-logo .nav-logo-container .logo-text h3 span {
  color: #d3ff2e;
  font-size: 2rem;
  margin-bottom: 0;
  margin-right: 5px;
}
.navbar .nav-logo .nav-logo-container .logo-text h3 p {
  color: #0a0e1a;
  margin-bottom: 0;
}
.navbar .nav-logo .nav-logo-container .main-logo {
  display: block;
}
.navbar .nav-logo .nav-logo-container .img-dark {
  display: none;
}
.navbar .nav-logo .nav-search-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar .nav-logo .nav-search-icon {
    display: block;
  }
}
.navbar .nav-logo .nav-search-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.navbar .nav-links {
  margin-top: 0;
  direction: ltr;
}
@media (max-width: 991.98px) {
  .navbar .nav-links {
    background: var(--body-bg);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: none;
  }
}
.navbar .nav-links .nav-close {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar .nav-links .nav-close {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
  }
}
.navbar .nav-links .nav-close svg {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.navbar .nav-links .nav-close svg g [fill] {
  fill: #000248;
}
.navbar .nav-links ul {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.navbar .nav-links ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.navbar .nav-links ul li:hover a, .navbar .nav-links ul li:hover span {
  color: #d3ff2e;
}
.navbar .nav-links ul li:hover .nav-link-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  .navbar .nav-links ul li {
    padding: 0 7px;
  }
}
@media (max-width: 991.98px) {
  .navbar .nav-links ul li {
    padding: 10px 15px;
    transform: perspective(400px) rotateY(-15deg);
    z-index: -1;
    margin: 7px 0;
  }
}
.navbar .nav-links ul li a, .navbar .nav-links ul li span {
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 200;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .navbar .nav-links ul li a, .navbar .nav-links ul li span {
    font-size: 0.8rem;
  }
}
.navbar .nav-links ul li svg {
  height: 22px;
  width: 22px;
  margin: -1px 0px 0 0px;
  fill: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-links ul li .li-links {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -22px);
  transition: all 0.3s ease-in-out;
}
.navbar .nav-links ul li .li-links ul {
  display: block;
  background: var(--body-bg);
  width: 150px;
  display: block;
  text-align: right;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 28px;
}
@media (max-width: 1199.98px) {
  .navbar .nav-links ul li .li-links ul {
    margin-top: 40px;
  }
}
.navbar .nav-links ul li .li-links ul li {
  display: block;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}
.navbar .nav-links ul li .li-links ul li:hover {
  padding-right: 14px;
}
.navbar .nav-links ul li .li-links ul li:hover a {
  color: #d3ff2e;
}
.navbar .nav-links ul li .li-links ul li a {
  color: var(--p-color);
}
.navbar .nav-links ul li .nav-link-dropdown {
  position: absolute;
  top: 30px;
  left: 4px;
  background: #FFF;
  z-index: 100;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  transform: translate(0, -10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 200px;
}
@media (max-width: 991.98px) {
  .navbar .nav-links ul li .nav-link-dropdown {
    display: none;
  }
}
.navbar .nav-links ul li .nav-link-dropdown ul {
  display: block;
  text-align: left;
}
.navbar .nav-links ul li .nav-link-dropdown ul li {
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
}
.navbar .nav-links ul li .nav-link-dropdown ul li:hover a {
  color: #51459e;
}
.navbar .nav-links ul li .nav-link-dropdown ul li a {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #FFF;
}
.navbar .nav-links ul .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.navbar .nav-links ul .nav-link-active a {
  color: #d3ff2e;
}
@media (max-width: 991.98px) {
  .navbar .nav-links ul .nav-link-active a {
    color: #51459e;
  }
}
.navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}
.navbar .nav-actions {
  justify-content: end;
  display: flex;
}
.navbar .nav-actions .book-btn {
  background: #d3ff2e;
  border-radius: 12px;
  padding: 5px 20px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  height: 45px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-left: 6px;
  border: 2px solid #0a0e1a;
}
.navbar .nav-actions .book-btn svg {
  height: 18px;
  width: 18px;
  margin-right: 6px;
  fill: #0a0e1a;
}
.navbar .nav-actions .book-btn span {
  display: inline-block;
  color: #0a0e1a;
  font-size: 0.75rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .navbar .nav-actions .book-btn {
    display: none;
  }
}
.navbar .nav-search-icon {
  width: 160px;
}
.navbar .nav-search-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.navbar .nav-search-icon .switch-langs {
  display: flex;
  align-items: center;
}
.navbar .nav-search-icon .switch-langs h6.page-lang {
  color: #FFF;
  font-weight: 900;
  font-family: "ar-reg";
  margin-bottom: 0;
  margin-top: 6px;
}
.navbar .nav-search-icon .page-lang {
  color: #FFF;
  text-decoration: underline;
}

.fixed-header:after {
  display: none;
}

.big-nav {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
  direction: rtl;
}
@media (max-width: 575.98px) {
  .big-nav {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .big-nav-header-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  background: #FFF;
}
.big-nav .big-nav-header-title .nav-logo-container a {
  text-decoration: none;
  color: #000;
}
.big-nav .big-nav-header-title .nav-logo-container a img {
  height: 40px;
}
@media (max-width: 575.98px) {
  .big-nav .big-nav-header-title .nav-logo-container a img {
    height: 40px;
  }
}
.big-nav .big-nav-header-title .close-big-nav svg {
  fill: #000;
  width: 30px;
  cursor: pointer;
}
.big-nav .big-nav-header-title .close-link-popup svg {
  fill: #000;
}
.big-nav .big-nav-search .nav-search {
  width: 100%;
  padding: 10px 10px;
  display: flex;
}
.big-nav .big-nav-search .nav-search form {
  width: 100%;
}
.big-nav .big-nav-search .nav-search .form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.big-nav .big-nav-search .nav-search .form-group .form-control {
  height: 43px;
  padding: 0 40px 0 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.big-nav .big-nav-search .nav-search .form-group .form-control:focus {
  border-color: #51459e;
  box-shadow: none;
  outline: none;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
.big-nav .big-nav-search .nav-search .form-group .search-icon svg {
  transform: rotateY(180deg);
  font-size: 0.7rem;
  height: 18px;
  width: 18px;
}
.big-nav .nav-links {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .big-nav .nav-links ul {
    overflow: scroll;
    height: calc(100vh - 55px);
  }
}
.big-nav .nav-links ul .ul-head {
  padding-right: 30px;
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 500;
}
.big-nav .nav-links ul li {
  text-decoration: none;
  color: #adafca;
  width: 100%;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid rgba(229, 229, 229, 0.5411764706);
}
.big-nav .nav-links ul li .li-link {
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big-nav .nav-links ul li .li-link .link-info {
  white-space: nowrap;
  border-radius: 50px;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  padding: 0 20px 0 0;
}
.big-nav .nav-links ul li .li-link .link-info a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  line-height: 25px;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  padding: 17px 0 17px 15px;
}
.big-nav .nav-links ul li .li-link .li-link-icon {
  width: 50px;
  display: flex;
  justify-content: end;
  cursor: pointer;
  padding: 17px 15px 17px 15px;
}
.big-nav .nav-links ul li .li-link .li-link-icon svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.big-nav .nav-links ul li .nav-link-popup {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .big-nav .nav-links ul li .nav-link-popup {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .nav-links ul .li-active {
  background-color: #FFF;
  color: #000;
}
.big-nav .nav-links ul .li-active a svg {
  fill: #51459e;
}
.big-nav .nav-links ul .li-active a svg g [fill] {
  fill: #51459e;
}
.big-nav .nav-links ul .li-active a .svg-icon path {
  fill: #51459e;
  stroke: #51459e;
}
.big-nav .nav-links ul .li-active a .link-info {
  visibility: visible;
  padding-right: 8px;
}
.big-nav .nav-links ul .li-active a .link-info span {
  color: #51459e !important;
}
.big-nav .nav-links ul .li-active a .link-info span:hover {
  color: #51459e;
}
.big-nav .nav-links ul .li-active:hover {
  background: #FFF;
  color: #51459e;
}
.big-nav::-webkit-scrollbar {
  display: none;
}

.big-nav-hiddin {
  transform: translate(560px, 0);
  opacity: 0;
  z-index: -1 !important;
}

.close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 22, 34, 0.6);
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.open-over {
  opacity: 1;
  visibility: visible;
}

.active-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.home-header {
  position: relative;
  height: 500px;
  width: 100%;
  background: #161b28;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .home-header {
    height: 325px;
  }
}
.home-header .header-overlay {
  height: 100%;
  width: 100%;
}
.home-header .header-content {
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 85%;
}
@media (max-width: 991.98px) {
  .home-header .header-content {
    width: 85%;
  }
}
.home-header .header-content figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 85px;
  width: 85px;
  text-align: center;
  margin: 0 auto 25px auto;
}
@media (max-width: 991.98px) {
  .home-header .header-content figure {
    margin: 0 auto 15px auto;
    height: 50px;
    width: 50px;
  }
}
.home-header .header-content h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
}
@media (max-width: 991.98px) {
  .home-header .header-content h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 767.98px) {
  .home-header .header-content h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 575.98px) {
  .home-header .header-content h1 {
    font-size: 2.4rem;
  }
}

.home-header {
  height: calc(100vh - 108px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-header {
    height: 75vh;
  }
}
.home-header .header-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-header .swiper-container {
  height: 100%;
  position: relative;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content {
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .swiper-overlay {
  background-image: linear-gradient(to right top, #5f4c1b, #5b412b, #0a0807, #9b7d31, #9b7d31);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .swiper-slider-content-inner {
  position: relative;
  z-index: 5;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .pretitle {
  text-align: center;
  font-size: 1.6rem;
  color: #fcdb5a;
  word-spacing: 15px;
  margin-bottom: -15px;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin: 0 auto 15px auto;
}
@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
    font-size: 1.75rem;
    margin: 0 auto 5px auto;
  }
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 200;
  width: 75%;
  text-align: center;
  margin: auto;
}
@media (max-width: 991.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 80%;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 85%;
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 95%;
    font-size: 0.9rem;
  }
}

.home-btn {
  background-color: #fcdb5a;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 175px;
  margin-top: 25px;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.swiper-pagination-bullet-active {
  background: #fcdb5a;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.content {
  margin-top: 0;
}

.newsletter {
  background: #FAF9F7;
  padding: 75px 0;
}
.newsletter .newsletter-content .news-line .pretitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #436cff;
}
@media (max-width: 575.98px) {
  .newsletter .newsletter-content .news-line .pretitle {
    font-size: 1rem;
    text-align: center;
  }
}
.newsletter .newsletter-content .news-line h3 {
  font-size: 3.5rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .newsletter .newsletter-content .news-line h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .newsletter .newsletter-content .news-line h3 {
    font-size: 1.75rem;
    text-align: center;
  }
}
.newsletter .newsletter-content .news-child-line .form-group .form-control {
  padding: 15px 5px 15px 15px;
  font-size: 17px;
  line-height: 22px;
  width: calc(100% - 75px);
  margin-right: auto;
  height: 55px;
  border: unset;
  border-bottom: 1px solid #0a0a0a;
  border-radius: unset;
  background: unset;
  font-family: "en";
}
.newsletter .newsletter-content .news-child-line .form-group .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #918d89;
  font-family: "sf";
}
.newsletter .newsletter-content .news-child-line .form-group .form-control::placeholder {
  font-size: 1rem;
  color: #918d89;
  font-family: "sf";
}
@media (max-width: 1199.98px) {
  .newsletter .newsletter-content .news-child-line .form-group .form-control {
    width: calc(100% - 25px);
  }
}
@media (max-width: 767.98px) {
  .newsletter .newsletter-content .news-child-line .form-group .form-control {
    width: 90%;
    margin: 15px auto;
  }
}
.newsletter .newsletter-content .news-child-line button {
  outline: none;
  width: 150px;
  background: unset;
  border: unset;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 35px;
}
.newsletter .newsletter-content .news-child-line button:focus, .newsletter .newsletter-content .news-child-line button:active {
  border: unset;
  box-shadow: unset;
  outline: none;
}
.newsletter .newsletter-content .news-child-line button svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .newsletter .newsletter-content .news-child-line button {
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

footer {
  margin-top: 0;
  background: #FFF;
  padding: 100px 0 0 0;
  position: relative;
}
footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(assets/images/body_bg.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.9;
  transform: rotateY(180deg);
}
footer p {
  color: #000;
}
footer .contact-info .p-email {
  color: #000;
  font-size: 1.2rem;
}
footer .contact-info a {
  text-decoration: underline !important;
  color: #51459e !important;
  font-size: 1.2rem !important;
}
footer .nav-actions .search-input {
  height: 55px;
  padding: 12px 6px 12px 60px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  transition: border-color 0.2s ease-in-out;
  font-size: 0.8rem;
  font-weight: 700;
  width: 99%;
  border-bottom: 1px solid #5c5c5c;
}
footer .nav-actions .search-input:active {
  border-bottom: 1px solid #436cff;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input:focus {
  border-bottom: 1px solid #436cff;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input::-moz-placeholder {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .nav-actions .search-input::placeholder {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .nav-actions .search-icon button {
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 12px;
  border: none;
  height: 40px;
  width: 40px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 !important;
  background: unset;
}
footer .nav-actions .search-icon button svg {
  height: 15px;
  width: 15px;
  fill: #000;
  transform: rotate(180deg);
}
footer .footer-container {
  height: 100%;
  width: 100%;
  background-image: url(assets/images/footer-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  footer .col-r {
    text-align: left !important;
  }
}
footer .footer-col {
  text-align: left;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  footer .footer-col {
    padding-left: 50px;
  }
}
footer .footer-col .Footer-head {
  margin-bottom: 20px;
}
footer .footer-col .Footer-head a {
  text-decoration: none;
  color: #000;
  font-size: 1.3rem;
  display: block;
}
footer .footer-col .Footer-head a.footer-logo {
  font-family: "en-bold";
  font-size: 1.4rem;
}
footer .footer-col .Footer-head a.footer-logo img {
  width: 150px;
}
footer .footer-col p.footer-address {
  color: #000;
  font-size: 0.8rem;
  font-weight: 100;
  margin-bottom: 15px;
}
footer .footer-col ul {
  margin: 0;
  padding: 0;
}
footer .footer-col ul li {
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
footer .footer-col ul li:hover a {
  color: #51459e;
}
footer .footer-col ul li span {
  color: #000;
}
footer .footer-col ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 100;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
footer .footer-col .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
footer .footer-col .social-icons li {
  border: 1px solid #515151;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-col .social-icons li:hover {
  padding: 0;
}
footer .footer-col .social-icons li:hover a svg {
  fill: #436cff;
}
footer .footer-col .social-icons li a {
  text-decoration: none;
}
footer .footer-col .social-icons li a svg {
  height: 18px;
  width: 18px;
  fill: #000;
  transition: all 0.3s ease-in-out;
}
footer .sub-footer {
  padding: 25px 0 20px 0;
  color: #000;
  margin-top: 0;
}
footer .sub-footer .row {
  border-top: 1px solid white;
  padding-top: 25px;
}
footer .sub-footer p.copy {
  color: #7e868e;
  font-size: 12px;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .sub-footer p.copy a {
  color: #51459e;
  text-decoration: none;
  margin: 0 5px;
}
@media (max-width: 767.98px) {
  footer .sub-footer p.copy {
    text-align: center;
    margin-bottom: 0;
  }
}
footer .sub-footer .links {
  font-size: 0.9px;
  font-weight: 600;
  color: #000;
  margin: 0 10px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  footer .sub-footer .links {
    text-align: center;
    margin-bottom: 20px;
    display: inline-flex;
  }
}
footer .sub-footer .links svg {
  fill: #000;
  height: 18px;
  width: 18px;
}

[lang=ar] footer {
  direction: rtl;
}
@media (max-width: 991.98px) {
  [lang=ar] footer .col-r {
    text-align: right !important;
  }
}
[lang=ar] footer .footer-col {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
[lang=ar] footer .footer-col li {
  transition: all 0.3s ease-in-out;
}
[lang=ar] footer .sub-footer p.copy {
  text-align: center;
  direction: ltr;
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer p.copy {
    text-align: center !important;
  }
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer .text-md-right {
    text-align: center !important;
  }
}

[lang=ar] body {
  direction: rtl;
  text-align: right;
}
[lang=ar] .header .nav-links {
  direction: rtl;
}
[lang=ar] .header .nav-links .nav-link-dropdown {
  left: unset;
  right: 4px;
}
[lang=ar] .header .search-input {
  padding: 7px 35px 7px 20px;
  direction: rtl;
}
[lang=ar] .header .search-icon {
  left: unset;
  right: 10px;
}

.d-12-none {
  display: block !important;
}
@media (max-width: 1199.98px) {
  .d-12-none {
    display: none !important;
  }
}

.d-12-block {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .d-12-block {
    display: block !important;
  }
}

.content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-layout .header {
  box-shadow: unset;
  background: #000;
  height: 80vh;
  background-image: url(assets/images/h1-hero-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-layout .header:before {
  content: "";
  position: absolute;
  top: 117%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 950px;
  height: 650px;
  border-radius: 50%;
  background: linear-gradient(260deg, #344CB7 0%, #1f4385 100%);
  filter: blur(150px);
  margin-right: -5%;
  margin-top: -5%;
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .index-layout .header .navbar .nav-actions {
    display: none;
  }
}
.index-layout .header .index-header {
  padding: 0 0 0 0;
  height: calc(80vh - 140px);
}
.index-layout .header .index-header .container {
  height: 100%;
}
.index-layout .header .index-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.index-layout .header .index-header-content .shape-float-1 {
  position: absolute;
  top: 25%;
  right: 110px;
  transform: translate(0, -50%);
  animation: float 3s ease-in-out infinite;
}
.index-layout .header .index-header-content .shape-float-3 {
  position: absolute;
  bottom: 125px;
  left: 110px;
  transform: translate(0, -50%);
  animation: float 3s ease-in-out infinite;
}
.index-layout .header .index-header-content .index-header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.index-layout .header .index-header-content .index-header-actions a {
  margin: 0 10px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 15px 35px;
}
.index-layout .header .index-header-content .index-header-actions a svg {
  height: 20px;
  width: 20px;
  margin-right: 6px;
  fill: #0a0e1a;
  border: unset;
  border-radius: unset;
  padding: unset;
}
.index-layout .header .index-header-content .index-header-actions a span {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  padding-right: 10px;
}
.index-layout .header .index-header-content .index-header-actions .signup {
  color: #FFF;
  background: rgba(255, 255, 255, 0.19);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.index-layout .header .index-header-content .index-header-actions .signup svg {
  fill: #FFF;
}
.index-layout .header .index-header-content .index-header-actions .login {
  background: #d3ff2e;
  color: #000;
  border: 1px solid #0a0e1a;
}
.index-layout .header-overlay {
  background: transparent;
}

.index-header {
  padding: 75px 0 75px 0;
  background-position: center center;
}
.index-header h3 {
  font-size: 5rem;
  font-weight: 600;
  font-family: "q";
  color: #FFF;
  text-align: center;
  width: 85%;
  margin: auto;
}
.index-header h3 span {
  color: #436cff;
}
@media (max-width: 1199.98px) {
  .index-header h3 {
    font-size: 4.5rem;
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .index-header h3 {
    font-size: 3.5rem;
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .index-header h3 {
    font-size: 2rem;
    width: 95%;
  }
}
@media (max-width: 575.98px) {
  .index-header h3 {
    font-size: 1.2rem;
    width: 95%;
  }
}
.index-header h3 img {
  height: 50px;
  animation: rotation 3s infinite linear;
}
.index-header p {
  width: 700px;
  margin: 25px auto 0 auto;
  color: #999;
  text-align: center;
}
@media (max-width: 767.98px) {
  .index-header p {
    width: 95%;
    font-size: 0.8rem;
  }
}
.index-header svg {
  fill: #436cff;
  height: 45px;
  width: 45px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  padding: 7px;
}
@media (max-width: 575.98px) {
  .index-header svg {
    display: none;
  }
}
.index-header figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 750px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .index-header figure {
    height: 650px;
  }
}
@media (max-width: 991.98px) {
  .index-header figure {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  .index-header figure {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .index-header figure {
    height: 350px;
  }
}

body .st-header {
  background: #FFF;
  color: #7868e6;
  height: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  padding: 0 0 0 0;
}
@media (max-width: 575.98px) {
  body .st-header {
    height: 60px;
    background: #FFF;
    padding: 0 0 0 0;
  }
}
body .st-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .st-header .parent {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  body .st-header .navbar-brand-parent {
    display: block;
  }
}
body .st-header .navbar-brand-parent .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 15px;
}
body .st-header .navbar-brand-parent .navbar-brand img {
  height: 22px;
}
@media (max-width: 575.98px) {
  body .st-header .navbar-brand-parent .navbar-brand img {
    margin: 0;
    height: 15px;
  }
}
body .st-header .navbar-brand-parent .navbar-brand a {
  text-decoration: none;
  display: block;
}
body .st-header .navbar-brand-parent .navbar-brand .logo-text {
  position: relative;
  margin-top: -5px;
  font-family: "q";
}
body .st-header .navbar-brand-parent .navbar-brand .logo-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  right: -4px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #436cff;
  z-index: -1;
  align-items: center;
}
@media (max-width: 575.98px) {
  body .st-header .navbar-brand-parent .navbar-brand .logo-text:before {
    top: -4px;
    right: 0;
    height: 35px;
    width: 35px;
  }
}
body .st-header .navbar-brand-parent .navbar-brand .logo-text h3 {
  font-size: 1.2rem;
  color: #FFF;
  font-family: "q";
  margin-top: 8px;
  margin-right: 5px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  body .st-header .navbar-brand-parent .navbar-brand .logo-text h3 {
    font-size: 0.9rem;
    color: #000;
  }
}
body .st-header .navbar-brand-parent .navbar-brand .logo-text h3 span {
  color: #436cff;
  font-size: 2rem;
  margin-bottom: 0;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  body .st-header .navbar-brand-parent .navbar-brand .logo-text h3 span {
    font-size: 1.5rem;
  }
}
body .st-header .navbar-brand-parent .navbar-brand .logo-text h3 p {
  color: #FFF;
  margin-bottom: 0;
}
body .st-header .search-bar {
  height: 75px;
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  body .st-header .search-bar {
    width: 100%;
    height: 60px;
  }
}
body .st-header .search-bar form {
  width: 100%;
}
body .st-header .search-bar form .form-group {
  height: 45px;
  margin: 0;
  position: relative;
}
@media (max-width: 575.98px) {
  body .st-header .search-bar form .form-group {
    height: 40px;
  }
}
body .st-header .search-bar form .form-group input {
  direction: rtl;
  text-align: right;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #1b1d21;
  width: 100%;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  padding-right: 40px;
}
body .st-header .search-bar form .form-group input::-moz-placeholder {
  color: #1b1d21;
  font-size: 0.9rem;
  font-weight: 600;
}
body .st-header .search-bar form .form-group input::placeholder {
  color: #1b1d21;
  font-size: 0.9rem;
  font-weight: 600;
}
body .st-header .search-bar form .form-group input:focus {
  outline: none;
  box-shadow: none;
}
body .st-header .search-bar form .form-group span svg {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  right: 12px;
  line-height: 50px;
  transform: translate(0px, -50%) rotateY(180deg);
  fill: #8b88ff;
}
body .st-header .search-bar form .form-group span svg path {
  fill: #1b1d21;
}
body .st-header .search-bar form button {
  visibility: hidden;
  display: none;
}
body .st-header .action-list {
  position: relative;
  padding: 0 5px;
}
@media (max-width: 575.98px) {
  body .st-header .action-list {
    padding: 0 5px;
  }
}
body .st-header .action-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin: 0;
}
@media (max-width: 575.98px) {
  body .st-header .action-list ul {
    height: 60px;
  }
}
body .st-header .action-list ul li {
  background: #13063e;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  line-height: 38px;
  margin-right: 12px;
}
@media (max-width: 575.98px) {
  body .st-header .action-list ul li {
    height: 35px;
    width: 35px;
    line-height: 32px;
    margin-right: 7px;
  }
}
body .st-header .action-list ul li .a {
  color: #8b88ff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body .st-header .action-list ul li .a svg {
  fill: #FFF;
  height: 18px;
  width: 18px;
}
body .st-header .action-list ul li .a svg g [fill] {
  fill: #FFF;
}
body .st-header .action-list ul li .a svg:hover {
  fill: #FFF;
}
body .st-header .action-list ul li .a .noti svg {
  position: relative;
  fill: var(--navbar-color) !important;
}
body .st-header .action-list ul li .a .noti svg:hover {
  stroke: none;
}
body .st-header .action-list ul li .a:hover {
  color: var(--navbar-color);
}
body .st-header .noti-open {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
body .st-header .user-action {
  text-align: right;
  height: 60px;
  width: 135px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  body .st-header .user-action {
    width: auto;
  }
}
body .st-header .user-action .user-icon figure {
  height: 35px;
  width: 35px;
  border-radius: 6px;
  margin: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  body .st-header .user-action .user-icon figure {
    height: 35px;
    width: 35px;
  }
}
body .st-header .user-action .user-action-info {
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  body .st-header .user-action .user-action-info {
    display: none;
  }
}
body .st-header .user-action .user-action-info h3 {
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  margin-top: 5px;
  color: var(--p-color);
}
body .st-header .user-action .user-action-info span {
  font-weight: 700;
  font-size: 0.6rem;
  display: block;
}
body .st-header .user-action .user-action-info .active-account {
  color: var(--main-color);
}
body .st-header .nav-links {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  body .st-header .nav-links {
    display: none;
  }
}
body .st-header .nav-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
body .st-header .nav-links ul .ul-head {
  text-align: center;
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 700;
}
body .st-header .nav-links ul li {
  text-decoration: none;
  color: #8b88ff;
  display: block;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 7px 15px;
}
@media (max-width: 767.98px) {
  body .st-header .nav-links ul li {
    margin: 7px 5px;
  }
}
@media (max-width: 575.98px) {
  body .st-header .nav-links ul li {
    margin: 7px 0;
  }
}
body .st-header .nav-links ul li a {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  padding: 1px 10px 1px 1px;
  border-radius: 12px;
}
body .st-header .nav-links ul li a svg {
  height: 20px;
  width: 20px;
  fill: #13063e;
}
@media (max-width: 575.98px) {
  body .st-header .nav-links ul li a svg {
    height: 16px;
    width: 16px;
  }
}
body .st-header .nav-links ul li a .link-info {
  white-space: nowrap;
  color: #000;
  border-radius: 50px;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
}
body .st-header .nav-links ul li a .link-info span {
  padding: 0 10px;
  color: var(--navbar-color);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 25px;
}
body .st-header .nav-links ul .li-active {
  background-color: var(--navbar-color);
  color: var(--p-color);
  box-shadow: 3px 5px 20px 0 rgba(94, 92, 154, 0.12);
}
body .st-header .nav-links ul .li-active a svg {
  fill: #51459e;
}
body .st-header .nav-links ul .li-active a .svg-icon path {
  fill: var(--navbar-color);
  stroke: var(--navbar-color);
}
body .st-content {
  color: #3e3f5e;
  min-height: calc(100vh - 75px);
  width: calc(100% - 80px);
  position: relative;
  margin: 0 auto 0 auto;
  transform: translate(0, 75px);
  transition: transform 0.4s ease-in-out 0s;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  background: #f5f8fa;
}
@media (max-width: 575.98px) {
  body .st-content {
    min-height: calc(100vh - 60px);
    width: 100%;
    transform: translate(0, 60px);
  }
}
body .st-content .banner {
  min-height: 130px;
  padding: 35px 150px 0 0;
  border-radius: 12px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  background-image: url(./assets/images/h1-hero-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body .st-content .banner:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(260deg, #344CB7 0%, #1f4385 100%);
  filter: blur(150px);
  opacity: 1;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  body .st-content .banner {
    height: 86px;
    min-height: auto;
    padding: 23px 108px 0 28px;
  }
}
@media (max-width: 767.98px) {
  body .st-content .banner {
    padding: 23px 108px 0 15px;
    display: flex;
    justify-content: start;
  }
}
@media (max-width: 575.98px) {
  body .st-content .banner {
    padding: 25px 15px 0 15px;
    display: flex;
    justify-content: center;
  }
}
body .st-content .banner .img-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  body .st-content .banner .img-icon {
    height: 70px;
    width: 70px;
  }
}
body .st-content .banner .img-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  body .st-content .banner .img-icon img {
    width: 100%;
    height: 100%;
  }
}
body .st-content .banner .img-icon lord-icon {
  width: 110px;
  height: 100px;
}
@media (max-width: 1199.98px) {
  body .st-content .banner .img-icon lord-icon {
    width: 60px;
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  body .st-content .banner .img-icon lord-icon {
    display: none;
  }
}
body .st-content .banner .banner-content {
  text-align: right;
  z-index: 12;
  position: relative;
}
@media (max-width: 575.98px) {
  body .st-content .banner .banner-content {
    text-align: center;
  }
}
body .st-content .banner .banner-content .section-banner-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: "q";
}
@media (max-width: 1199.98px) {
  body .st-content .banner .banner-content .section-banner-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  body .st-content .banner .banner-content .section-banner-title {
    font-size: 0.9rem;
  }
}
body .st-content .banner .banner-content .section-banner-text {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  font-family: "q";
}
@media (max-width: 1199.98px) {
  body .st-content .banner .banner-content .section-banner-text {
    margin-top: 0px;
    font-size: 0.7rem;
  }
}
@media (max-width: 575.98px) {
  body .st-content .banner .banner-content .section-banner-text {
    font-size: 0.6rem;
  }
}
body .st-content .banner .banner-action {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 155;
}
@media (max-width: 767.98px) {
  body .st-content .banner .banner-action {
    display: none;
  }
}
body .st-content .banner .banner-action a {
  text-decoration: none;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #dedeea;
  color: #FFF;
  box-shadow: none;
  height: 40px;
  font-size: 0.65rem;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  margin-top: 0;
  cursor: pointer;
  padding: 7px 25px;
}
body .st-content .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2px;
}
body .st-content .section-header h3 {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 700;
}

._df_button {
  padding: 0;
  background: unset;
  border: 0;
  outline: 0;
  color: unset;
  font-size: unset;
  margin: unset;
  padding: unset;
  margin-right: 5px;
}

.df-ui-download, .ti-download, .df-ui-share, .ti-sharethis {
  display: none;
}

[lang=en] .st-header {
  padding: 0 0 0 0;
}
[lang=en] .st-header .user-action {
  height: 60px;
  width: 135px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  [lang=en] .st-header .user-action {
    width: auto;
  }
}
[lang=en] .st-header .user-action .user-icon figure {
  height: 35px;
  width: 35px;
  border-radius: 6px;
  margin: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  [lang=en] .st-header .user-action .user-icon figure {
    height: 30px;
    width: 30px;
  }
}
[lang=en] .st-header .user-action .user-action-info {
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  [lang=en] .st-header .user-action .user-action-info {
    display: none;
  }
}
[lang=en] .st-header .user-action .user-action-info h3 {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  margin-top: 3px;
  color: var(--p-color);
}
[lang=en] .st-header .user-action .user-action-info span {
  font-weight: 700;
  font-size: 0.6rem;
  display: block;
}
[lang=en] .st-header .user-action .user-action-info .active-account {
  color: var(--main-color);
}
[lang=en] .st-header .notification-container {
  left: unset;
  right: 190px;
  transform: translate(0px, -70px);
}
@media (max-width: 991.98px) {
  [lang=en] .st-header .notification-container {
    left: unset;
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  [lang=en] .st-header .notification-container {
    left: unset;
    right: 0;
  }
}
[lang=en] .st-header .notification-container .dropdown-box-header-title .dropdown-box-header-actions {
  margin-right: unset;
  margin-left: 16px;
}
[lang=en] .st-header .notification-container .notification-content a {
  padding: 12px 20px 12px 12px;
}
[lang=en] .st-header .notification-container .notification-content a .user-status {
  padding: 5px 0 0 55px;
}
[lang=en] .st-header .notification-container .notification-content a .user-status .avatar-small {
  right: unset;
  left: 0;
}
[lang=en] .st-header .notification-container .notification-content a .user-status .avatar-small .person-img {
  margin-right: unset;
  margin-left: 0;
}
[lang=en] .st-header .notification-container .notification-content a .user-status .user-status-timestamp {
  left: unset;
  right: 0;
}
[lang=en] .st-header .notification-container .all-notification {
  left: 50%;
  transform: translate(-50%, 0);
}
[lang=en] .st-content {
  transform: translate(0, 75px);
}
@media (max-width: 575.98px) {
  [lang=en] .st-content {
    transform: translate(0, 60px);
  }
}

.newsfeed-content .link-card {
  text-align: right;
  background: #FFF;
  padding: 25px 35px;
  border-radius: 12px;
  border: 1px dashed #ebebeb;
  text-decoration: none;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.0005);
  color: #3e3f5e;
  margin-bottom: 15px;
  min-height: 150px;
  display: block;
  align-items: center;
  text-align: center;
}
.newsfeed-content .link-card lord-icon {
  height: 75px;
  width: 75px;
}
.newsfeed-content .link-card h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}
.newsfeed-content .link-card span {
  color: #436cff;
  font-size: 0.8rem;
  font-weight: 700;
}

.statistics-card {
  background: var(--navbar-bg);
  padding: 25px 35px;
  margin: 8px 0;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .statistics-card {
    padding: 25px 15px;
  }
}
.statistics-card .statistics-title {
  text-align: right;
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
}
.statistics-card .statistics-card-content {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.statistics-card .statistics-card-content .day-box {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
  height: 26px;
  width: 26px;
  padding-left: 1px;
  cursor: default;
}
.statistics-card .statistics-card-content .day-box span {
  font-weight: 700;
}
.statistics-card .statistics-card-content .day-box .percentage {
  font-family: "font-en";
  font-weight: 900;
  font-size: 0.8rem;
}
.statistics-card .statistics-card-content .day-box .date {
  font-size: 0.6rem;
  color: #adafca;
  margin-top: -5px;
}
.statistics-card .statistics-card-content-chart {
  display: unset;
}
.statistics-card #chart {
  width: 100%;
}

.month-sta {
  margin-top: 8px;
}
.month-sta .exp-statistics {
  background: var(--navbar-bg);
  border-radius: 12px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 410px;
}
.month-sta .exp-statistics .absence-chart {
  width: 100%;
  padding: 40px 20px;
}
.month-sta .exp-statistics .absence-chart .doughnut-chart {
  position: relative;
}
.month-sta .exp-statistics .absence-chart .doughnut-chart .canvas #graph {
  margin: 30px 0 30px 0;
  z-index: 2;
  position: relative;
}
.month-sta .exp-statistics .absence-chart .doughnut-chart .doughnut-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.month-sta .exp-statistics .absence-chart .doughnut-chart .doughnut-text .user-stat-title {
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--p-color);
  margin: 0;
}
.month-sta .exp-statistics .absence-chart .doughnut-chart .doughnut-text .user-stat-text {
  margin: -3px 0 4px 0;
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 700;
}
.month-sta .exp-statistics .absence-chart .chart-info .progress-arc-summary-title {
  color: var(--p-color);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 25px;
  margin-bottom: 0;
}
.month-sta .exp-statistics .absence-chart .chart-info .progress-arc-summary-subtitle {
  margin-top: 2px;
  color: #8f91ac;
  font-size: 0.65rem;
  font-weight: 700;
  margin-bottom: 0;
}
.month-sta .exp-statistics .absence-chart .chart-info .progress-arc-summary-text {
  color: var(--p-color);
  margin-top: 35px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4285714286em;
  margin-bottom: 0;
}

.register {
  position: relative;
  background-image: url(../assets/images/register.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
}
.register .register-overlay {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.5;
}
.register .row {
  width: 100%;
  margin: 0;
}
.register .row .col-md-12,
.register .row .col-md-6 {
  padding: 0 8px;
}
.register .form-container {
  height: 100%;
  width: 100%;
  padding: 100px 0 100px 0;
}
.register .form-container .form-toggle {
  background: #FFF;
  width: 675px;
  border-radius: 0;
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
  margin: auto;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 767.98px) {
  .register .form-container .form-toggle {
    width: 100%;
  }
}
.register .form-container .form-toggle .toggle-tab {
  text-align: center;
  padding: 20px 15px 15px 15px;
}
.register .form-container .form-toggle .toggle-tab a {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 0.8rem;
}
@media (max-width: 767.98px) {
  .register .form-container .form-toggle .toggle-tab a {
    font-size: 0.8rem;
  }
}
.register .form-container .form-toggle .toggle-tab-active {
  border-bottom: 2px solid #7868e6;
}
.register .form-container .form-card {
  background: #FFF;
  width: 675px;
  padding: 35px 45px 30px 45px;
  border-radius: 0;
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
  margin: auto;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 767.98px) {
  .register .form-container .form-card {
    width: 100%;
    padding: 40px 15px;
  }
}
.register .form-container .form-card .form-box-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #3e3f5e;
}
.register .form-container .form-card .form {
  margin-top: 35px;
  width: 100%;
  position: relative;
}
.register .form-container .form-card .form .form-group {
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.register .form-container .form-card .form .form-group label {
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  line-height: 1em;
  text-align: right;
}
.register .form-container .form-card .form .form-group .form-control {
  height: 45px;
  transition: border-color 0.2s ease-in-out;
  padding: 8px 18px 8px 18px;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}
.register .form-container .form-card .form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.register .form-container .form-card .form .form-group select {
  cursor: pointer;
}
.register .form-container .form-card .form .create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 48px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-top: 25px;
  transition: background-color 0.2s ease-in-out;
  background-color: #7868e6;
  box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
  border: 0;
}
.register .form-container .form-card .form .create-account-btn svg {
  height: 18px;
  margin-left: 4px;
}
.register .form-container .form-card .form .create-account-btn svg path {
  fill: #FFF;
}
.register .form-container .form-card .form .create-account-btn:hover {
  background-color: #7868e6;
}
.register .form-container .form-card .form .form-check {
  display: flex;
  margin: 10px 10px 20px 0;
}
.register .form-container .form-card .form .form-check input {
  background-color: #fff;
  border: 1px solid #dedeea;
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
  font-weight: 700;
}
.register .form-container .form-card .form .form-check p {
  color: #2c2f32;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}
.register .form-container .form-card .form .form-check p a {
  text-decoration: none;
  color: #7868e6;
}
.register .form-container .form-card .form p.text {
  margin-top: 30px;
  font-size: 0.8rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: #3e3f5e;
}
.register .form-container .form-card .form p.text a {
  text-decoration: none;
  color: #51459e;
  font-weight: 700;
}
.register .form-container .form-card .login-link a {
  color: #3e3f5e;
  font-weight: 700;
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
  font-size: 0.8rem;
}
.register .form-container-otp {
  height: 100%;
  width: 100%;
  padding: 100px 0 100px 0;
}
.register .form-container-otp .register-by {
  margin: 0 8px;
}
.register .form-container-otp .register-by span {
  font-size: 0.75rem;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
  color: #7868e6;
}
.register .form-container-otp .register-by .register-by-container {
  border: 1px solid #e2e2e2;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .form-container-otp .register-by .register-by-container .register-type {
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}
.register .form-container-otp .register-by .register-by-container .register-type.active {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.register .form-container-otp .form-box-text {
  margin-bottom: 30px;
}
.register .form-container-otp .form-card {
  background: #FFF;
  width: 550px;
  padding: 45px 45px 45px 45px;
  border-radius: 0;
  box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
  margin: auto;
  border-radius: 12px;
}
@media (max-width: 1199.98px) {
  .register .form-container-otp .form-card {
    margin: 30px auto 50px auto;
  }
}
@media (max-width: 575.98px) {
  .register .form-container-otp .form-card {
    width: 100%;
    padding: 40px 15px;
  }
}
.register .form-container-otp .form-card .form-box-title {
  font-size: 1.4rem;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 700;
  color: #3e3f5e;
}
.register .form-container-otp .form-card .form {
  margin-top: 5px;
  width: 100%;
  position: relative;
}
.register .form-container-otp .form-card .form .form-group {
  width: 100%;
  position: relative;
  margin: 7px 0;
}
.register .form-container-otp .form-card .form .form-group label {
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0;
  line-height: 1em;
}
.register .form-container-otp .form-card .form .form-group .form-control {
  transition: border-color 0.2s ease-in-out;
  padding: 12px 18px 12px 18px;
  width: 100%;
  border-radius: 50%;
  font-weight: 600;
  border: 1px solid #e2e2e2;
  color: #7868e6;
}
.register .form-container-otp .form-card .form .form-group .form-control::-moz-placeholder {
  color: #737373;
  font-weight: 600;
}
.register .form-container-otp .form-card .form .form-group .form-control::placeholder {
  color: #737373;
  font-weight: 600;
}
.register .form-container-otp .form-card .form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.register .form-container-otp .form-card .form .form-group select {
  cursor: pointer;
}
.register .form-container-otp .form-card .form .create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 48px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-top: 25px;
  transition: background-color 0.2s ease-in-out;
  background-color: #7868e6;
  box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
  border: 0;
}
.register .form-container-otp .form-card .form .create-account-btn svg {
  height: 18px;
  margin-left: 4px;
}
.register .form-container-otp .form-card .form .create-account-btn svg path {
  fill: #FFF;
}
.register .form-container-otp .form-card .form .create-account-btn:hover {
  background-color: #7868e6;
}
.register .form-container-otp .form-card .form p.text {
  margin-top: 30px;
  font-size: 0.6rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: #7868e6;
}
.register .form-container-otp .form-card .form p.text a {
  text-decoration: none;
  color: #7868e6;
  font-weight: 700;
}
.register .form-container-otp .form-card .form .active-input label {
  padding: 0 6px;
  font-size: 0.7rem;
  top: 7px;
  right: 14px;
}
.register .form-container-otp .form-card .login-link a {
  color: #7868e6;
  font-weight: 700;
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
  font-size: 0.8rem;
}
.register .register-content {
  width: 475px;
}
@media (max-width: 1199.98px) {
  .register .register-content {
    width: 100%;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .register .register-content {
    text-align: center;
    margin: 50px auto;
    width: 90%;
  }
}
.register .register-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-family: "Kufam";
}
@media (max-width: 767.98px) {
  .register .register-content h1 {
    font-size: 1.8rem;
  }
}
.register .register-content h1 a {
  text-decoration: none;
  color: #FFF;
}
.register .register-content p {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(246, 248, 255, 0.6509803922);
}
@media (max-width: 767.98px) {
  .register .register-content p {
    font-size: 1rem;
  }
}
.register .register-content .register-links {
  margin-top: 30px;
}
.register .register-content .register-links a {
  text-decoration: none;
  text-decoration: none;
  background: #24c6dc;
  color: #FFF;
  padding: 6px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-left: 8px;
  border: 1px solid transparent;
}
.register .register-content .register-links .register-login {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
}

.form-box-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #737373;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 50px;
}

.otp-input-fields {
  margin: auto;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  direction: ltr;
}
.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  text-align: center;
  outline: none;
  font-size: 16px;
  /* Firefox */
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}
.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #48428c;
  font-size: 20px;
}

.result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
}
.result p {
  font-size: 24px;
  font-family: "Antonio", sans-serif;
  opacity: 1;
  transition: color 0.5s ease;
}
.result p._ok {
  color: green;
}
.result p._notok {
  color: red;
  border-radius: 3px;
}

.col-xl-4,
.col-lg-4,
.col-md-6,
.col-12 {
  padding: 0 8px;
}

.exam-card {
  margin: 8px auto;
  position: relative;
  max-width: 365px;
  min-height: 169px;
}
.exam-card .card-description {
  padding: 25px 30px 15px 25px;
  background: #FFF;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border: 1px solid rgba(225, 225, 225, 0.4784313725);
}
.exam-card .card-description .exam-name {
  font-size: 0.8rem;
  margin: 0 0 6px 0;
  color: #3e3f5e;
  font-weight: 700;
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.exam-card .card-description .date {
  color: #8f90b5;
  text-align: right;
  font-size: 0.7rem;
  font-weight: 700;
  display: block;
  margin: 1px 0 5px 0;
  font-family: "cairo";
}
.exam-card .card-description .down-info {
  color: #3e3f5e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exam-card .card-description .down-info .exam-score-parent {
  background: #eeeffd;
  height: 4px;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.exam-card .card-description .down-info .exam-score-parent .exam-score {
  background: #436cff;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: linear-gradient(-118deg, #0046ed, #00c5da) !important;
}
.exam-card .card-description .down-info .score {
  font-family: "cairo";
}
.exam-card .card-description .down-info .score p {
  margin: 0 10px 0 0;
  font-size: 0.8rem;
  font-weight: 700;
}
.exam-card .card-description .down-info .score p .exp-title {
  margin-left: 4px;
  font-size: 0.7rem;
  color: #436cff;
}
.exam-card .upper-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  margin: 0 0 0 0;
  background: #f9f9f9;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid rgba(225, 225, 225, 0.4784313725);
  border-top: 0;
}
.exam-card .upper-info .cate {
  font-size: 0.7rem;
  color: #adafca;
  font-weight: 700;
  text-align: right;
  margin: 0;
}
.exam-card .upper-info .exam-info {
  color: #8f90b5;
  display: flex;
}
.exam-card .upper-info .exam-info p {
  font-size: 0.65rem;
  font-weight: 700;
  margin: 0 5px 0 0;
  padding: 2px 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exam-card .upper-info .exam-info p svg {
  margin-left: 3px;
  height: 15px;
  width: 15px;
  fill: #312556;
}
.exam-card .upper-info .exam-info p span {
  color: #3e3f5e;
  font-size: 0.7rem;
  margin-left: 3px;
}
.exam-card a.enter {
  text-decoration: none;
  width: 60px;
  height: 45px;
  margin: auto;
  color: #FFF;
  background-color: #8f90b5;
  box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
  display: inline-block;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-top: 30px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 3px 5px 10px 0 rgba(62, 63, 94, 0.2);
}
.exam-card a.enter svg {
  height: 18px;
  margin-left: 4px;
}
.exam-card a.enter svg path {
  fill: #FFF;
}
.exam-card a.enter:hover {
  background: #5753e4;
}

.bank-round-12 {
  border-radius: 12px !important;
}

.courses-container .month-card {
  background: var(--navbar-bg);
  padding: 20px 20px;
  border-radius: 14px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .courses-container .month-card {
    padding: 15px 15px;
  }
}
.courses-container .month-card a {
  text-decoration: none;
}
.courses-container .month-card .month-title .month-num {
  background: #151521;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  height: 150px;
  width: 100%;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-bottom: 15px;
  flex: none;
  line-height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .courses-container .month-card .month-title .month-num {
    font-size: 1.4rem;
    height: 125px;
  }
}
.courses-container .month-card .month-title .month-num span {
  font-family: "Poppins";
  font-weight: 700;
  margin-top: 3px;
}
.courses-container .month-card .month-title .month-text {
  margin-right: 5px;
}
.courses-container .month-card .month-title .month-text h3 {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
  color: var(--p-color);
  text-align: right;
}
.courses-container .month-card .month-title .month-text p {
  font-size: 0.7rem;
  font-weight: 600;
  margin: 0;
  text-align: right;
  color: #adafca;
  margin-bottom: 3px;
}
.courses-container .month-card .month-numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0;
  margin-top: 20px;
}
.courses-container .month-card .month-numbers .month-num-part {
  background: var(--body-bg);
  border: 1px solid var(--border-color);
  padding: 3px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses-container .month-card .month-numbers .month-num-part svg {
  color: var(--p-color);
  height: 16px;
  width: 16px;
}
@media (max-width: 575.98px) {
  .courses-container .month-card .month-numbers .month-num-part svg {
    height: 14px;
    width: 14px;
  }
}
.courses-container .month-card .month-numbers .month-num-part .month-num-part-num {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 2px;
}
@media (max-width: 575.98px) {
  .courses-container .month-card .month-numbers .month-num-part .month-num-part-num {
    font-size: 0.8rem;
  }
}
.courses-container .month-card .month-numbers .month-num-part span {
  font-weight: 700;
  font-size: 1rem;
  margin-right: 7px;
  color: var(--p-color);
}
@media (max-width: 575.98px) {
  .courses-container .month-card .month-numbers .month-num-part span {
    font-size: 0.8rem;
    margin-right: 5px;
  }
}
.courses-container .month-card .month-numbers .month-num-part .month-num-part-title {
  font-size: 0.7rem;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .courses-container .month-card .month-numbers .month-num-part .month-num-part-title {
    font-size: 0.65rem;
    margin-right: 3px;
  }
}
@media (max-width: 1199.98px) {
  .courses-container .month-card .month-numbers .month-num-part {
    padding: 2px 8px;
    width: 100%;
    margin: 0 5px;
  }
  .courses-container .month-card .month-numbers .month-num-part svg {
    height: 14px;
    width: 14px;
  }
  .courses-container .month-card .month-numbers .month-num-part .month-num-part-num {
    font-size: 0.8rem;
  }
  .courses-container .month-card .month-numbers .month-num-part span {
    font-size: 0.9rem;
  }
}
.courses-container .month-card .course-progress {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 18px;
  margin-top: 17px;
  padding-bottom: 0px;
}
.courses-container .month-card .course-progress .course-persentage {
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0 0 0 10px;
  color: var(--p-color);
  font-family: "Poppins";
}
.courses-container .month-card .course-progress .progress {
  background: var(--body-bg);
  height: 4px;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.courses-container .month-card .course-progress .progress .inner-progress {
  background: linear-gradient(-118deg, rgb(0, 70, 237), rgb(0, 197, 218)) !important;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.courses-container .month-card .course-progress .course-score p {
  margin: 0 10px 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--p-color);
}
.courses-container .month-card-register .month-card-action a {
  text-decoration: none;
  background: linear-gradient(-118deg, #0046ed, #00c5da) !important;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 40px;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.course-banner {
  min-height: 130px;
  padding: 0px 150px 0 60px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background-image: url(./assets/images/h1-hero-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-banner:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(260deg, #344CB7 0%, #1f4385 100%);
  filter: blur(150px);
  opacity: 1;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .course-banner {
    height: 86px;
    min-height: auto;
    padding: 0 108px 0 28px;
  }
}
@media (max-width: 767.98px) {
  .course-banner {
    padding: 20px 108px 20px 25px;
    display: block;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .course-banner {
    padding: 25px 20px 25px 20px;
    display: block;
    height: auto;
  }
}
.course-banner .img-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .course-banner .img-icon {
    height: 70px;
    width: 70px;
  }
}
.course-banner .img-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .course-banner .img-icon img {
    width: 100%;
    height: 100%;
  }
}
.course-banner .img-icon lord-icon {
  width: 110px;
  height: 100px;
}
@media (max-width: 1199.98px) {
  .course-banner .img-icon lord-icon {
    width: 60px;
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .course-banner .img-icon lord-icon {
    display: none;
  }
}
.course-banner .banner-content {
  text-align: right;
  z-index: 12;
  position: relative;
}
@media (max-width: 575.98px) {
  .course-banner .banner-content {
    text-align: center;
  }
}
.course-banner .banner-content .section-banner-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: "q";
}
@media (max-width: 1199.98px) {
  .course-banner .banner-content .section-banner-title {
    font-size: 1.2rem;
  }
}
.course-banner .banner-content .section-banner-text {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  font-family: "q";
}
@media (max-width: 1199.98px) {
  .course-banner .banner-content .section-banner-text {
    margin-top: 0px;
    font-size: 0.75rem;
  }
}
.course-banner .course-progress {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0px;
  width: 35%;
}
@media (max-width: 767.98px) {
  .course-banner .course-progress {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .course-banner .course-progress {
    margin: 20px auto 0 auto;
    width: 100%;
  }
}
.course-banner .course-progress .course-progress-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-banner .course-progress .course-progress-info span {
  font-weight: 700;
  font-size: 0.8rem;
  color: #FFF;
}
.course-banner .course-progress .course-progress-content {
  display: flex;
  align-items: center;
}
.course-banner .course-progress .course-persentage {
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0 0 0 0;
  color: #FFF;
}
.course-banner .course-progress .progress {
  background: #FFF;
  height: 4px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  margin-top: 10px;
}
.course-banner .course-progress .progress .inner-progress {
  background: #000;
  background: linear-gradient(-118deg, #0046ed, #00c5da) !important;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.course-banner .course-progress .course-score p {
  margin: 0 10px 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--p-color);
}

.courses-registered {
  color: var(--p-color);
  padding: 32px 28px 38px 28px;
  border-radius: 12px;
  background-color: var(--navbar-bg);
  box-shadow: 0 0 10px 0 rgba(94, 92, 154, 0.06);
  margin-bottom: 15px;
  position: relative;
}
.courses-registered .widget-box-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--p-color);
  text-align: right;
}
.courses-registered .courses-registered-content {
  color: var(--p-color);
}
.courses-registered .courses-registered-content .courses-registered-preview {
  color: var(--p-color);
  margin-top: 25px;
}
.courses-registered .courses-registered-content .courses-registered-preview a {
  text-decoration: none;
}
.courses-registered .courses-registered-content .courses-registered-preview .media img {
  height: 30px;
  margin-left: 10px;
}
.courses-registered .courses-registered-content .courses-registered-preview .media .media-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.courses-registered .courses-registered-content .courses-registered-preview .media .media-body h5 {
  color: var(--p-color);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
  margin: 0;
}
.courses-registered .courses-registered-content .courses-registered-preview .media .media-body .complete {
  color: #3e3f5e;
  line-height: 1.6em;
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0;
  text-align: right;
  margin-top: 5px;
  margin-right: 2px;
}
.courses-registered .courses-registered-content .courses-registered-preview .media .media-body .complete span {
  color: #adafca;
}
.courses-registered .courses-registered-content .courses-registered-preview .progress {
  background: #e7e8ee;
  height: 4px;
  width: 100%;
  margin-top: 5px;
  position: relative;
}
.courses-registered .courses-registered-content .courses-registered-preview .progress .inner-progress {
  background: linear-gradient(-118deg, #0046ed, #00c5da) !important;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

a {
  text-decoration: none;
}

.month-tabs {
  padding: 20px 20px;
  border-radius: 12px;
  background-color: #FFF;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .month-tabs {
    padding: 15px 15px;
  }
}
@media (max-width: 575.98px) {
  .month-tabs {
    padding: 10px 10px;
  }
}
.month-tabs .month-tabs-header {
  display: block;
  text-align: right;
  margin-top: 3px;
}
@media (max-width: 991.98px) {
  .month-tabs .month-tabs-header {
    display: none;
  }
}
.month-tabs .month-tabs-header h3 {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
  text-align: right;
}
.month-tabs .month-tabs-header .netitle {
  margin-top: 2px;
  color: #8f91ac;
  font-size: 0.65rem;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
}
.month-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 991.98px) {
  .month-tabs ul {
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .month-tabs ul {
    flex-wrap: wrap;
  }
}
.month-tabs ul li {
  margin: 0 5px;
  background: var(--body-bg);
  border: 1px solid var(--border-color);
  padding: 4px 7px 4px 4px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
}
@media (max-width: 767.98px) {
  .month-tabs ul li {
    margin: 5px 5px;
  }
}
.month-tabs ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  color: var(--p-color);
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}
.month-tabs ul li a svg {
  height: 14px;
  width: 14px;
  margin-left: 6px;
}
.month-tabs ul li a span {
  background-color: #e7e8ee;
  border-radius: 50px;
  height: 23px;
  width: 23px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  font-size: 0.65rem;
  font-weight: 700;
}
.month-tabs ul .active-tab {
  border: 1px solid #005aff;
  background: #005aff;
}
.month-tabs ul .active-tab a {
  color: #FFF;
}
.month-tabs ul .active-tab a span {
  background: rgba(202, 221, 255, 0.5098039216);
  color: #ffffff;
}

.month-tabs-content .month-tabs-cards .task-card {
  background: #FFF;
  padding: 20px 20px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 47px;
  min-height: 135px;
}
.month-tabs-content .month-tabs-cards .task-card .task-card-image figure {
  height: 100px;
  width: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g {
  display: flex;
  align-items: center;
  text-align: right;
  min-height: 40px;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g .card-icon {
  height: 40px;
  width: 40px;
  margin-left: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(127, 172, 255, 0.1411764706);
  flex: none;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g .card-icon svg {
  color: #0050ec;
  height: 16px;
  width: 16px;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g .card-icon h3 {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin: 0;
  color: #0050ec;
  font-weight: 700;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g .card-info h3 {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--p-color);
  margin: 0;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g-text {
  display: flex;
  align-items: center;
  margin-right: 50px;
  margin-top: -7px;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g-text p {
  margin-top: 2px;
  color: #8f91ac;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: right;
  margin-left: 3px;
}
.month-tabs-content .month-tabs-cards .task-card .card-header-g-text span {
  margin-left: 3px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action a, .month-tabs-content .month-tabs-cards .task-card .card-action ._df_button {
  text-decoration: none;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #dedeea;
  color: rgba(21, 21, 33, 0.7803921569);
  box-shadow: none;
  height: 40px;
  font-size: 0.65rem;
  line-height: 37px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  margin-top: 15px;
  cursor: pointer;
}
.month-tabs-content .month-tabs-cards .task-card .card-action span {
  margin-top: 2px;
  color: #0046ed;
  font-size: 0.65rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 15px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-progress {
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 0px;
  width: 100%;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-progress .course-persentage {
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0 0 0 10px;
  color: var(--p-color);
  padding: 0;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-progress .progress {
  background: var(--body-bg);
  height: 4px;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-progress .progress .inner-progress {
  background: linear-gradient(-118deg, rgb(0, 70, 237), rgb(0, 197, 218)) !important;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-progress .course-score p {
  margin: 0 10px 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-progress .course-score p span {
  color: #000;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-audio {
  margin-top: 25px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-audio span {
  color: unset;
  padding: 0 5px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-audio .plyr__menu__container [role=menu] {
  height: 41px;
  overflow: auto;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-audio .plyr--audio .plyr__controls {
  background: #f0f2f5;
  border-radius: 50px;
}
.month-tabs-content .month-tabs-cards .task-card .card-action .course-audio .plyr__controls .plyr__controls__item:first-child {
  border-radius: 50%;
}
.month-tabs-content .month-tabs-cards .task-card .card-date {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px 8px 15px;
  background: rgba(232, 232, 239, 0.4117647059);
  border: 1px dashed #e5e5e5;
  border-radius: 12px;
  z-index: -1;
}
.month-tabs-content .month-tabs-cards .task-card .card-date span {
  color: #828395;
  font-size: 0.6rem;
  font-weight: 700;
}
.month-tabs-content .month-tabs-cards .task-card .card-date .card-date-content {
  display: flex;
  align-items: center;
}
.month-tabs-content .month-tabs-cards .task-card .card-date .card-date-content svg {
  height: 12px;
  width: 12px;
  fill: #000;
  margin-left: 5px;
}
.month-tabs-content .month-tabs-cards .task-card .card-date .card-date-content p {
  color: #000;
  font-size: 0.6rem;
  font-weight: 700;
  margin: 0;
}

.month-content .opened-month-card .month-content-card-title .card-icon {
  background: #2ae99e;
  font-weight: 700;
  color: #FFF;
}
.month-content .opened-month-card .month-content-card-action .btn-transparent {
  text-decoration: none;
  width: 105px;
  margin-top: 0;
  background: linear-gradient(-118deg, #0046ed, #00c5da) !important;
  border: unset;
  color: #FFF;
  box-shadow: none;
  height: 37px;
  font-size: 0.65rem;
  line-height: 37px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.month-content .opened-month-card .month-content-card-action .btn-transparent:hover {
  background: var(--p-color);
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .month-content .opened-month-card .month-content-card-action .btn-transparent {
    margin-top: 10px;
    width: 100%;
  }
}

.m {
  padding: 0 15px 0 6px;
}

.n {
  padding: 0 6px 0 15px;
}

.setting-content-container .row {
  margin: 0 -11px 0 -11px;
}
.setting-content-container .setting-tabs {
  border-radius: 12px;
  background: var(--navbar-bg);
  font-weight: 700;
  font-size: 0.8rem;
  text-align: right;
  margin-bottom: 15px;
}
.setting-content-container .setting-tabs .tab {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding: 25px 20px 25px 0;
}
.setting-content-container .setting-tabs .tab svg {
  fill: #51459e;
  height: 18px;
  line-height: 18px;
}
.setting-content-container .setting-tabs .tab .media-body {
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 10px;
}
.setting-content-container .setting-tabs .tab .media-body h5 {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--p-color);
}
.setting-content-container .setting-tabs .tab .media-body p {
  margin: 0;
  color: #8f91ac;
  width: 75%;
}
.setting-content-container .setting-tabs .tab .toggle-plus {
  position: absolute;
  top: 30px;
  left: 20px;
}
.setting-content-container .setting-tabs .tab .toggle-plus svg {
  fill: var(--p-color);
  height: 8px;
  display: none;
}
.setting-content-container .setting-tabs .tab .toggle-plus .fadeOut {
  display: none;
}
.setting-content-container .setting-tabs .tab-content {
  padding: 0 40px 0 0;
  background-color: var(--body-bg);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out 0s;
}
.setting-content-container .setting-tabs .tab-content ul a {
  text-decoration: none;
  color: var(--p-color);
  font-weight: 700;
  transition: transform 0.2s ease-in-out, color 0.1s ease-in-out, margin 0.2s ease-in-out;
}
.setting-content-container .setting-tabs .tab-content ul a li {
  margin: 12px 0 0 12px;
  transition: transform 0.2s ease-in-out, color 0.1s ease-in-out, margin 0.2s ease-in-out;
  position: relative;
}
.setting-content-container .setting-tabs .tab-content ul a li span {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 10px;
  background: var(--main-color);
  padding: 2px 9px 5px 9px;
  border-radius: 12px;
  margin: 0;
  font-size: 0.6rem;
}
.setting-content-container .setting-tabs .tab-content ul a:hover {
  color: #51459e;
}
.setting-content-container .setting-tabs .tab-content ul a:hover li {
  margin: 12px 7px 0 12px;
}
.setting-content-container .setting-tabs .tab-content ul .active {
  color: #51459e;
}
.setting-content-container .setting-tabs .tab-content ul .active li {
  margin: 12px 7px;
}

.pay-card {
  background: #FFF;
  border-radius: 12px;
  padding: 30px 20px 30px 20px;
  margin: 0 0 10px 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  cursor: pointer;
  width: 200px;
  margin: 0 auto 25px auto;
}
.pay-card:hover .pay-card-content .icon-parent {
  transform: translate(0, -5px);
}
.pay-card:hover .pay-card-content .icon-parent svg {
  fill: #51459e;
}
.pay-card .pay-soon {
  position: absolute;
  top: 12px;
  left: 25px;
  background: var(--main-color);
  border-radius: 12px;
  padding: 2px 7px 4px 7px;
  color: #FFF;
  font-weight: 700;
  font-size: 0.65rem;
}
.pay-card .pay-card-content .icon-parent {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: auto;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}
.pay-card .pay-card-content .icon-parent svg {
  height: 20px;
  width: 20px;
  fill: #adafca;
  transition: all 0.3s ease-in-out;
}
.pay-card .pay-card-content h6 {
  margin: 0px 0 5px 0;
  color: var(--p-color);
  font-size: 0.8rem;
  text-align: center;
}
.pay-card .pay-card-content p {
  margin: 0;
  font-size: 0.8rem;
  color: #adafca;
}
.pay-card .soon {
  position: absolute;
  top: 16px;
  left: 0px;
}
@media (max-width: 767.98px) {
  .pay-card .soon {
    top: 16px;
    left: 20px;
  }
}
.pay-card .soon .text-sticker {
  font-size: 0.8rem;
  height: 32px;
  padding: 0 14px;
  border-radius: 200px;
  background-color: var(--navbar-bg);
  box-shadow: 3px 5px 20px 0 rgba(94, 92, 154, 0.12);
  font-weight: 700;
  line-height: 32px;
}
.pay-card .soon .text-sticker .exam-code {
  color: var(--p-color);
  letter-spacing: 0.8px;
}
.pay-card input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.setting-content {
  border-radius: 12px;
  background: #FFF;
  font-weight: 700;
  font-size: 0.8rem;
  text-align: right;
  padding: 40px 40px 30px 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .setting-content {
    padding: 30px 25px 30px 25px;
  }
}
.setting-content h6 {
  font-size: 0.9rem;
  color: var(--p-color);
  font-weight: 700;
  text-align: right;
  padding: 0px 5px 20px 0;
  margin: 0;
}
.setting-content .form-group {
  width: 100%;
  position: relative;
  margin: 11px 0;
}
.setting-content .form-group label {
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0 6px 12px 0;
}
.setting-content .form-group .form-control {
  height: 45px;
  padding: 0 18px;
  background-color: #FFF;
  border: 1px solid var(--border-color);
  color: var(--p-color);
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
}
.setting-content .form-group .form-control:focus {
  border-color: var(--main-color);
  box-shadow: none;
  outline: none;
}
.setting-content .form-group select {
  cursor: pointer;
}
.setting-content .create-account-btn {
  text-decoration: none;
  width: 150px;
  margin: auto;
  color: #FFF;
  background-color: #436cff;
  display: inline-block;
  height: 45px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .setting-content .create-account-btn {
    width: 100%;
  }
}
.setting-content .create-account-btn svg {
  height: 17px;
  margin-left: 4px;
}
.setting-content .create-account-btn svg path {
  fill: #FFF;
}
.setting-content .create-account-btn:hover {
  background-color: #436cff;
}
.setting-content .form-check {
  display: flex;
  margin: 10px 5px 10px 0;
}
.setting-content .form-check input {
  background-color: var(--navbar-bg);
  border: 1px solid var(--border-color);
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
}
.setting-content .form-check p {
  color: #2c2f32;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}
.setting-content .form-check p a {
  text-decoration: none;
  color: #FFF;
}
.setting-content p.text {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--p-color);
}
.setting-content p.text a {
  text-decoration: none;
  color: #51459e;
  font-weight: 700;
}
.setting-content .active-input label {
  background: var(--navbar-bg);
  padding: 0 6px;
  font-size: 0.7rem;
  top: -6px;
  right: 12px;
}

.hash {
  color: #51459e !important;
  margin-right: 4px !important;
}

.open {
  margin: -2px 0 !important;
  overflow-y: hidden !important;
  max-height: 500px !important;
  padding: 15px 40px 15px 0 !important;
}

.open-plus {
  display: block !important;
}

.upload-zone {
  background: #FFF;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  height: 210px;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-zone .icon-parent {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: auto;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}
.upload-zone .icon-parent svg {
  height: 30px;
  width: 30px;
  fill: #adafca;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.upload-text {
  padding: 25px;
  margin-top: -15px;
}

.upload-zone p {
  margin: 0;
}

.upload-zone span {
  font-size: 0.8rem;
  color: #a1a1b3;
}
.upload-zone span span {
  font-family: "Poppins";
}

.separator {
  margin: 10px 0;
  color: #a1a1b3;
  font-size: 0.9rem;
}

.paste-url {
  padding: 10px;
  background-color: #2b2b3b;
  border: 1px solid #5c5c7a;
  border-radius: 5px;
  color: #e8e8ec;
  width: 90%;
  font-size: 0.9rem;
  outline: none;
  margin: 10px auto 20px auto;
  display: block;
  text-align: center;
}

.upload-zone img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 50%;
}

.upload-zone.dragover {
  background-color: #421765;
  border-color: #00acc1;
}

.input-wrap {
  position: relative;
}

.load {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-color: #2b2b3b;
  color: black;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: default;
}

.loader-item {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  font-size: 40px;
  border: 5px solid #4361BA;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader-animation linear infinite;
  position: relative;
}

@keyframes loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row {
  margin: 0 -8px;
}

.gallery ul {
  padding: 0;
}
.gallery a {
  position: relative;
  height: 170px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #FFF;
}
.gallery a:hover {
  transition: all 0.3s ease-in-out;
}
.gallery a:hover .gal-overlay {
  visibility: visible;
  opacity: 1;
}
.gallery a:hover .gal-overlay svg {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.gallery a figure {
  height: 170px;
  width: 100%;
  border-radius: 12px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.gallery a .img-id {
  width: 100%;
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out;
  text-align: left;
  padding: 5px 10px;
}
.gallery a img {
  display: none;
}
.gallery a .gal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(21, 21, 31, 0.8);
  border-radius: 12px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.gallery a .gal-overlay svg {
  fill: #FFF;
  height: 20px;
  width: 20px;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  transform: scale(0);
}

.hash {
  color: #51459e !important;
  margin-right: 4px !important;
}

.link {
  color: #51459e !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Titillium Web", sans-serif;
  margin-right: 4px !important;
}

.lg-backdrop,
.lg-outer {
  direction: ltr;
  z-index: 100000;
}

.lg-progress-bar .lg-progress {
  background: #51459e !important;
}

.lg-backdrop {
  background-color: rgba(21, 21, 31, 0.96);
}

.lg-flip-ver,
.lg-flip-hor,
.lg-rotate-right,
.lg-rotate-left {
  display: none;
}

.lg-outer .lg-thumb-item {
  cursor: pointer !important;
  float: left;
  overflow: hidden;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  opacity: 1;
}

.lg-outer .lg-thumb {
  margin: auto;
}

.course-video {
  max-width: 100%;
  background: #FFF;
  color: #3e3f5e;
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  padding: 0 0;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .course-video {
    padding: 0;
    margin-bottom: 8px;
  }
}
.course-video video {
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  border-radius: 12px;
}
.course-video .plyr__control--overlaid {
  background: #7868e6;
}
.course-video .plyr--full-ui input[type=range] {
  color: #7868e6;
}
.course-video .plyr--video .plyr__control.plyr__tab-focus, .course-video .plyr--video .plyr__control:hover, .course-video .plyr--video .plyr__control[aria-expanded=true] {
  background: #7868e6;
}
.course-video .plyr__video-wrapper {
  background: #FFF;
}
.course-video .plyr--video {
  border-radius: 12px;
}
.course-video .plyr__poster {
  border-radius: 12px;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.col-lg-9 {
  padding: 0 6px;
}
@media (max-width: 575.98px) {
  .col-lg-9 {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .scrollbar-5-none {
    overflow: hidden;
  }
}
.scrollbar-5-none .container {
  padding: 0 6px;
}
@media (max-width: 575.98px) {
  .scrollbar-5-none .container {
    padding: 0;
  }
}

.col-12,
.col-lg-3 {
  padding: 0 6px;
}

body {
  font-family: "cairo";
  direction: rtl;
  text-align: right;
  background: #f5f8fa;
}
body .col-md-6,
body .col-lg-4 {
  padding: 0 8px;
}
body .content {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  body .content {
    width: 100%;
    transform: translate(0, 60px);
    padding-bottom: 35px;
  }
}

.exam {
  position: relative;
  width: inherit;
}
.exam .exam-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1e1e2d;
  border-radius: 12px;
  padding: 15px 30px;
  text-align: right;
  position: sticky;
  top: 15px;
  width: 100%;
  margin-bottom: 15px;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .exam .exam-details {
    padding: 15px 15px;
    background: #151521;
  }
}
@media (max-width: 575.98px) {
  .exam .exam-details {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    min-height: 100px;
  }
}
@media (max-width: 575.98px) {
  .exam .exam-details .exam-info {
    min-height: 70px;
  }
}
.exam .exam-details .exam-info span.tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 500;
  background: #615dfa;
  padding: 3px 7px;
  border-radius: 5px;
  margin-left: 3px;
  color: white;
}
.exam .exam-details .exam-info h5 {
  font-size: 1rem;
  margin: 7px 0 0 0;
  font-weight: 600;
  color: white;
}
@media (max-width: 575.98px) {
  .exam .exam-details .exam-info h5 {
    font-size: 0.9rem;
    margin: 10px 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 575.98px) {
  .exam .exam-details .exam-actions {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
.exam .exam-details .exam-actions .exam-time {
  color: #FFF;
}
.exam .exam-details .exam-actions .exam-time .timer {
  display: flex;
  align-items: center;
}
.exam .exam-details .exam-actions .exam-time .timer svg {
  margin-right: 2px;
  height: 18px;
  width: 18px;
}
.exam .exam-details .exam-actions .exam-time .timer svg g [fill] {
  fill: #FFF;
}
.exam .exam-details .exam-actions .exam-time .timer p {
  margin: 0;
  margin-right: 2px;
}
.exam .exam-details .exam-actions .exam-time .time-progress {
  height: 3px;
  width: 82px;
  background: #615dfa;
  position: relative;
  border-radius: 20px;
}
.exam .exam-details .exam-actions .exam-time .time-progress .time-inner-progress {
  width: 99%;
  background: #f6f8ff;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 991.98px) {
  .exam .quick-questions-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100vh;
    width: 100%;
    display: none;
  }
}
.exam .quick-questions {
  background: var(--navbar-bg);
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  padding: 25px 20px;
  color: #3e3f5e;
}
@media (max-width: 1199.98px) {
  .exam .quick-questions {
    padding: 25px 15px;
  }
}
@media (max-width: 991.98px) {
  .exam .quick-questions {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0;
    box-shadow: none;
    height: calc(100vh - 75px);
  }
}
@media (max-width: 575.98px) {
  .exam .quick-questions {
    height: calc(100vh - 60px);
  }
}
.exam .quick-questions .quick-questions-header {
  display: block;
  color: var(--p-color);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 15px 15px 15px;
}
@media (max-width: 991.98px) {
  .exam .quick-questions .quick-questions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.exam .quick-questions .quick-questions-header .i {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exam .quick-questions .quick-questions-header .i p {
  margin: 0;
  font-weight: 700;
  font-size: 0.8rem;
}
.exam .quick-questions .quick-questions-header .i span {
  background: #3e3f5e;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 5px;
}
.exam .quick-questions .quick-questions-header .close-c {
  display: none;
}
.exam .quick-questions .quick-questions-header .close-c svg {
  height: 24px;
  width: 24px;
}
.exam .quick-questions .quick-questions-header .close-c svg g [fill] {
  fill: var(--p-color);
}
@media (max-width: 991.98px) {
  .exam .quick-questions .quick-questions-header .close-c {
    display: block;
  }
}
.exam .quick-questions .quick-questions-content {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 335px;
  position: relative;
  padding: 0 10px 0 0;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .exam .quick-questions .quick-questions-content {
    display: block;
    text-align: right;
    height: calc(100vh - 225px);
    overflow: hidden;
  }
}
.exam .quick-questions .quick-questions-content::-webkit-scrollbar {
  display: none;
}
.exam .quick-questions .quick-questions-content .question-number {
  background: var(--body-bg);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 0.8rem;
  padding-left: 2px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  margin: 6px;
  cursor: pointer;
  color: var(--p-color);
}
.exam .quick-questions .quick-questions-actions {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 0 20px;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 1199.98px) {
  .exam .quick-questions .quick-questions-actions {
    padding: 15px 7px 0 7px;
  }
}
.exam .quick-questions .quick-questions-actions button.finish {
  border-radius: 50px;
  border: 0;
  box-shadow: none;
  outline: none;
  background: #615dfa;
  padding: 0 15px;
  height: 35px;
  font-weight: 600;
  font-size: 0.65rem;
  color: #FFF;
}
.exam .quick-questions .quick-questions-actions .close-exam {
  color: var(--p-color);
  font-size: 0.75rem;
  font-weight: 700;
}
.exam .ques-container {
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: var(--navbar-bg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .exam .ques-container {
    margin-top: 80px;
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .exam .ques-container form {
    overflow: auto;
    height: calc(100vh - 180px);
    padding-bottom: 40px;
  }
}
.exam .questions {
  transition: all 0.3s ease-in-out;
}
.exam .questions .ques {
  padding: 20px;
  width: 100%;
  padding: 25px 25px 40px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.exam .questions .ques .ques-head {
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .exam .questions .ques .ques-head {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.exam .questions .ques .ques-head .flag {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  margin-top: 0px;
}
.exam .questions .ques .ques-head .flag svg {
  height: 26px;
  width: 26px;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffd13f;
}
.exam .questions .ques .ques-head .flag svg g [fill] {
  fill: #ffffff;
  stroke: #ffd13f;
  stroke-width: 2px;
  transition: all 0.3s ease-in-out;
}
.exam .questions .ques .ques-head .flag-active {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.exam .questions .ques .ques-head .flag-active svg {
  height: 26px;
  width: 26px;
  background: #fff2ca;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.exam .questions .ques .ques-head .flag-active svg g [fill] {
  fill: #ffd13f;
  stroke-width: 0px;
  transition: all 0.3s ease-in-out;
}
.exam .questions .ques .ques-head .text-sticker {
  font-size: 0.8rem;
  height: 32px;
  padding: 0 10px;
  border-radius: 200px;
  background-color: var(--body-bg);
  font-weight: 700;
  line-height: 32px;
}
.exam .questions .ques .ques-head .text-sticker .exam-code {
  color: var(--p-color);
  letter-spacing: 0.8px;
}
.exam .questions .ques .question {
  display: block !important;
}
.exam .questions .ques .question .question-content {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .exam .questions .ques .question .question-content {
    margin-top: 20px;
  }
}
.exam .questions .ques .question .question-content h4 {
  background: #615dfa;
  height: 27px;
  width: 27px;
  line-height: 28px;
  font-weight: 700;
  border-radius: 7px;
  color: #FFF;
  padding: 0px 14px;
  margin-left: 5px;
  margin: 0px 0 0 5px;
  font-size: 0.75rem;
}
.exam .questions .ques .question .question-content h4 span {
  display: flex;
  justify-content: center;
}
.exam .questions .ques .question .question-content p {
  display: flex;
  text-align: right;
  margin: 0 5px;
  color: var(--p-color);
  font-weight: bold;
  font-size: 0.9rem;
  max-width: 75%;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  .exam .questions .ques .question .question-content p {
    max-width: 100%;
    font-size: 0.85rem;
  }
}
.exam .questions .ques .question .question-img {
  margin: 20px auto;
}
.exam .questions .ques .question .question-img img {
  max-height: 240px;
  max-width: 240px;
}
.exam .questions .ques .questions-group .inputGroup {
  background-color: var(--body-bg);
  display: block;
  margin: 0;
  position: relative;
  color: var(--p-color);
  font-weight: bold;
  border-radius: 12px;
}
.exam .questions .ques .questions-group .inputGroup input {
  height: 100%;
  order: 1;
  z-index: 4;
  position: absolute;
  right: 5px;
  top: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  outline: none;
  display: block;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  border-radius: 12px;
  margin-top: 16px;
}
.exam .questions .ques .questions-group .inputGroup .abgd {
  height: 36px;
  width: 36px;
  border-radius: 12px;
  background-color: var(--navbar-bg);
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0px, -50%);
  z-index: 3;
  line-height: 36px;
  font-weight: bold;
  font-family: "cairo";
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  transition: all 0.3s ease-in-out;
}
.exam .questions .ques .questions-group .inputGroup .abgd span {
  color: var(--p-color);
  transition: all 0.3s ease-in-out;
  font-size: 0.85rem;
}
.exam .questions .ques .questions-group .inputGroup .correct {
  background: #2ae99e !important;
}
.exam .questions .ques .questions-group .inputGroup .correct span {
  color: #FFF !important;
}
.exam .questions .ques .questions-group .inputGroup .wrong {
  background: #ee4266 !important;
}
.exam .questions .ques .questions-group .inputGroup .wrong span {
  color: #FFF !important;
}
.exam .questions .ques .questions-group .inputGroup .answer {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background: var(--body-bg);
  padding: 15px 60px 15px 10px;
  border-radius: 12px;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}
.exam .questions .ques .questions-group .inputGroup .answer p {
  margin: 0;
  font-size: 0.8rem;
}
.exam .questions .ques .questions-group .inputGroup .answer:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #ffd13f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.exam .form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-top: 1px solid var(--border-color);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .exam .form-actions {
    position: fixed;
    bottom: 10px;
    right: 0;
    width: 100%;
    background: var(--navbar-bg);
    z-index: 9;
    padding: 20px 15px;
  }
}
.exam .form-actions .form-button button {
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  outline: none;
  background: var(--body-bg);
  width: 100px;
  height: 40px;
  font-weight: 700;
  font-size: 0.7rem;
  color: var(--p-color);
}
.exam .form-actions .form-button button svg {
  height: 20px;
  width: 20px;
  margin: 0 5px;
  background: var(--navbar-bg);
  border-radius: 5px;
  height: 20px;
  padding: 2px;
}
.exam .form-actions .form-button button svg g [fill] {
  fill: #615dfa;
}
.exam .form-actions .form-button .go-quick {
  width: auto;
  background: #615dfa;
  color: white;
  line-height: 36px;
  font-size: 0.65rem;
  height: 37px;
  padding: 0 10px;
  display: none;
}
@media (max-width: 991.98px) {
  .exam .form-actions .form-button .go-quick {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .exam .form-actions .form-button .go-quick .text-sm-none {
    display: none;
  }
}
.exam .form-actions .form-button .go-quick svg {
  background: none;
  margin: 0 2px;
}
.exam .form-actions .form-button .go-quick svg g [fill] {
  fill: #FFF;
}
.exam .form-actions .form-button .finish {
  background: #615dfa;
  color: #FFF;
}
.exam button.exit {
  text-decoration: none;
  width: 280px;
  margin: 20px auto 40px auto;
  color: #FFF;
  background-color: #51459e;
  box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
  display: inline-block;
  height: 48px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 3px 5px 10px 0 rgba(62, 63, 94, 0.2);
}
.exam button.exit svg {
  height: 18px;
  margin-left: 4px;
}
.exam button.exit svg path {
  fill: #FFF;
}
.exam button.exit:hover {
  background: #1bc5d4;
}
.exam .answering-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navbar-bg);
  padding: 20px 35px;
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .exam .answering-info {
    display: none;
  }
}
.exam .answering-info .answer-info-global {
  display: flex;
  align-items: center;
}
.exam .answering-info .answer-info-global p {
  margin: 0;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.6rem;
  background: #615dfa;
  width: 8px;
  height: 8px;
  line-height: 20px;
}
.exam .answering-info .answer-info-global span {
  font-size: 0.65rem;
  color: var(--p-color);
  margin: 0 7px;
  font-weight: 500;
}
.exam .hash {
  color: #51459e !important;
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.scrollbar-y {
  right: 0;
}

.ps__rail-y {
  right: 0 !important;
}
.ps__rail-y .ps__thumb-y {
  background: #637099;
  opacity: 1 !important;
  width: 5px;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: var(--body-bg);
  opacity: 1;
  width: 11px;
  border-radius: 50px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background: #615dfa;
  opacity: 1;
  width: 7px;
}

input:checked ~ .abgd {
  background: #ffd13f !important;
}

input:checked ~ .abgd span {
  color: #FFF !important;
}

.correct {
  background: #2ae99e !important;
  color: #FFF !important;
}
.correct span {
  color: #FFF !important;
}

.wrong {
  background: #ee4266 !important;
  color: #FFF !important;
}
.wrong span {
  color: #FFF !important;
}

.opened {
  background: #615dfa !important;
  color: #ffffff !important;
}
.opened span {
  color: #FFF !important;
}

.not-opened {
  background: #f6f8ff !important;
  color: #3e3f5e;
}
.not-opened span {
  color: #FFF !important;
}

.mark {
  background: #ffd13f !important;
  color: #FFF !important;
  padding: 0;
}
.mark span {
  color: #FFF !important;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "ar";
  background-color: #f5f8fa;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.row {
  overflow: hidden;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.row-inside-row {
  margin-right: -8px;
  margin-left: -8px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-6,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-4,
.col-sm-6 {
  padding-right: 8px;
  padding-left: 8px;
}

a {
  display: block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
  text-decoration: unset;
}

.section-header-center {
  text-align: center;
  margin-bottom: 50px;
  display: block;
}
.section-header-center h3 {
  color: #2c2f32;
  font-size: 3rem;
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.section-header-center h3 span {
  font-weight: 400;
  color: #436cff;
}
@media (max-width: 575.98px) {
  .section-header-center h3 {
    font-size: 2rem;
  }
}
.section-header-center p {
  display: flex;
  align-items: center;
  width: 60%;
  margin: auto;
  color: #515151;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .section-header-center p {
    width: 100%;
  }
}

/* width */
.index-header-boxes {
  margin-top: 75px;
}
.index-header-boxes .box {
  border-radius: 4px;
  margin-bottom: 12px;
}
.index-header-boxes .box .box-card {
  padding: 25px;
}
.index-header-boxes .box-1 {
  height: 350px;
  background: #ee3558;
}
.index-header-boxes .box-2 {
  height: 150px;
  background: #21ab84;
}
.index-header-boxes .box-3 {
  height: 300px;
  background: #f1c415;
}
.index-header-boxes .box-4 {
  height: 200px;
  background: #f04f24;
}
.index-header-boxes .box-5 {
  height: 200px;
  background: #21ab84;
}
.index-header-boxes .box-6 {
  height: 300px;
  background: #333b97;
}
.index-header-boxes .box-7 {
  height: 150px;
  background: #ee3558;
}
.index-header-boxes .box-8 {
  height: 350px;
  background: #2cc0d8;
}

.why {
  padding: 75px 0;
}
.why .why-info .why-part .why-text .pretitle {
  font-size: 0.85rem;
  font-weight: 600;
  color: #57595c !important;
  text-align: right;
  background: unset;
}
.why .why-info .why-part .why-text .why-heading {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 9px;
  color: #000933;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text .why-heading {
    font-size: 1.8rem;
  }
}
.why .why-info .why-part .why-text .text {
  color: #000933;
  width: 92%;
  margin-top: 35px;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text .text {
    font-size: 0.9rem;
  }
}
.why .why-info .why-part .why-text .why-actions {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.why .why-info .why-part .why-text a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #344CB7 0%, #344CB7 60%);
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text a {
    margin-bottom: 25px;
  }
}
.why .why-info .why-part .why-text .call-us-btn {
  border: unset;
  outline: unset;
  background: unset;
  color: #000933;
  width: auto;
  font-weight: 600;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text .call-us-btn {
    display: none;
  }
}
.why .why-info .why-part .why-text .call-us-btn svg {
  height: 16px;
  width: 16px;
  fill: #000;
  margin-right: 15px;
}
.why .why-info .why-part-img {
  height: 450px;
  width: 100%;
  background-image: url(assets/images/h3-success-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 50px;
  display: flex;
  align-items: center;
  color: #FFF;
}
.why .why-info .why-part-img .why-part-img-content .h3-part {
  margin-bottom: 35px;
}
.why .why-info .why-part-img .why-part-img-content .h3-part h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part-img .why-part-img-content .h3-part h3 {
    font-size: 1.8rem;
  }
}
.why .why-info .why-part-img .why-part-img-content .h3-part .colred {
  color: #d3ff2e;
  font-size: 3.6rem;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part-img .why-part-img-content .h3-part .colred {
    font-size: 2.8rem;
  }
}
.why .why-info .why-part-img .why-part-img-content p {
  color: #000;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part-img .why-part-img-content p {
    font-size: 0.85rem;
  }
}
.why .why-info .why-part-img .why-part-img-content a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #000933;
  background: #d3ff2e;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 35px;
}
.why .why-vision {
  margin-top: 50px;
  border-top: 1px dashed #CACACA;
  border-bottom: 1px dashed #CACACA;
}
.why .why-vision .why-vision-part {
  padding: 30px 40px;
  border-left: 1px dashed #CACACA;
}
.why .why-vision .why-vision-part lord-icon {
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
}
.why .why-vision .why-vision-part h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000933;
}
.why .why-vision .why-vision-part h5 {
  font-size: 5rem;
  font-family: "num";
  position: relative;
  margin-bottom: 20px;
}
.why .why-vision .why-vision-part h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 85px;
  width: 85px;
  background-image: radial-gradient(at bottom center, #d3ff2e 0%, #d3ff2e 60%);
  border-radius: 50%;
  right: -17px;
  top: 5px;
  z-index: -1;
}
.why .why-vision .why-vision-part p {
  font-size: 0.9rem;
  color: #000933;
  font-weight: 500;
  margin-bottom: 0;
}
.why .why-vision .unborded {
  border: unset;
}
.why .why-vision .cus-padd {
  padding: 30px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel {
  overflow-x: clip;
}
.carousel .swiper {
  padding: 0 0;
  overflow: visible;
}
.carousel .swiper .swiper-slide {
  width: 474px;
}
@media (max-width: 575.98px) {
  .carousel .swiper .swiper-slide {
    padding: 39px;
  }
}
.carousel .swiper .swiper-slide img {
  height: 350px;
  position: relative;
}
.carousel .single {
  background-image: linear-gradient(to right top, #f1c415, #c6c528, #9dc340, #77be57, #52b76d, #22ae84, #00a395, #00979d, #0085a6, #0071ad, #0059aa, #333b97);
  border-radius: 12px;
  padding: 3px;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.carousel .single img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 12px;
  pointer-events: none;
  position: relative;
}
.carousel .single .single-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 95%;
  transform: translate(-50%, 0);
  border-radius: 8px;
  padding: 15px 15px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel .single .single-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .carousel .single .single-content h3 {
    font-size: 0.75rem;
  }
}
.carousel .single .single-content span {
  color: #21ab84;
  font-weight: 600;
  font-size: 0.9rem;
  background-image: linear-gradient(to right top, #f1c415, #c6c528, #9dc340, #77be57, #52b76d, #22ae84, #00a395, #00979d, #0085a6, #0071ad, #0059aa, #333b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 575.98px) {
  .carousel .single .single-content span {
    font-size: 0.65rem;
  }
}
.carousel .single .single-content .single-content-icon {
  background: #FFF;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .carousel .single .single-content .single-content-icon {
    height: 30px;
    width: 30px;
    display: none;
  }
}
.carousel .single .single-content svg {
  height: 22px;
  width: 22px;
  fill: #000;
}
@media (max-width: 575.98px) {
  .carousel .single .single-content svg {
    height: 16px;
    width: 16px;
  }
}
.carousel .single:after {
  content: "";
  background: rgba(0, 60, 179, 0.1411764706);
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 12px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}/*# sourceMappingURL=main.css.map */