/*
@font-face {
    font-family: 'swissra normal';
    src: url('../fonts/Swissra Normal.otf') format('opentype');
}
*/
@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");

@font-face {
  font-family: "slick";
  src: url(../fonts/slick.ttf) format("TrueType"),
  url(../fonts/slick.eot) format("embedded-opentype"),
  url(../fonts/slick.woff) format("woff"),
  url(../fonts/slick.svg) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(../fonts/webfonts/fa-brands-400.ttf) format("TrueType"),
  url(../fonts/webfonts/fa-brands-400.eot) format("embedded-opentype"),
  url(../fonts/webfonts/fa-brands-400.woff) format("woff"),
  url(../fonts/webfonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Duotone";
  src: url(../fonts/webfonts/fa-duotone-900.ttf) format("TrueType"),
  url(../fonts/webfonts/fa-duotone-900.eot) format("embedded-opentype"),
  url(../fonts/webfonts/fa-duotone-900.woff) format("woff"),
  url(../fonts/webfonts/fa-duotone-900.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../fonts/webfonts/fa-light-300.eot);
  src: url(../fonts/webfonts/fa-light-300.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/webfonts/fa-light-300.woff2) format("woff2"),
  url(../fonts/webfonts/fa-light-300.woff) format("woff"),
  url(../fonts/webfonts/fa-light-300.ttf) format("truetype"),
  url(../fonts/webfonts/fa-light-300.svg#fontawesome) format("svg");
}

.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/webfonts/fa-regular-400.eot);
  src: url(../fonts/webfonts/fa-regular-400.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"),
  url(../fonts/webfonts/fa-regular-400.woff) format("woff"),
  url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"),
  url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

:root {
  --fc-border-color: #00b34f;
  --fc-daygrid-event-dot-width: 5px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  flex-direction: column !important;
  white-space: pre-wrap !important;
  text-align: center;
}

.fc-daygrid-dot-event .fc-event-title {
  color: #00920c;
  background-color: #c7ffcc;
  border-radius: 50px;
  font-size: 11px !important;
  padding: 10px;
}

.fc-event-time {
  color: #000000;
}

.fc-daygrid-event-dot {
  display: none !important;
}

.fc-col-header-cell > div {
  background-color: #00920c;
}

.fc-col-header-cell > div a {
  color: #ffffff;
}

.fc .fc-daygrid-day-number {
  color: #00920c;
}

.fc .fc-scrollgrid-liquid {
  min-width: 800px !important;
}

.fc-view {
  overflow: auto !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: 2px !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child),
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-color: #00920c !important;
  color: #00920c !important;
  background-color: transparent !important;
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/webfonts/fa-solid-900.eot);
  src: url(../fonts/webfonts/fa-solid-900.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"),
  url(../fonts/webfonts/fa-solid-900.woff) format("woff"),
  url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"),
  url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #00b451;
}

::selection {
  color: #fff;
  background: #00b451;
}

/*General style*/
html {
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #2c569f;
  border-radius: 0px;
}

html::-webkit-scrollbar-thumb:hover {
  background: #00b451;
}

html::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: inset 7px 10px 12px #fff;
}

body {
  margin: 0;
  font-family: "Tajawal", sans-serif;
  color: #000816;
  overflow-x: hidden;
  background-color: #f8f8f8;
}

a:hover {
  color: #194294;
}

.numbers {
  font-family: "arial", sans-serif;
}

.small-text {
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.of-hidden {
  overflow: hidden !important;
}

.text-primary.success {
  color: #00cb54 !important;
}

.btn-primary.success {
  background: #00cb54 !important;
  border-color: #00cb54 !important;
  color: #fff !important;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

input {
  font-family: "Tajawal", sans-serif;
  border: 1px solid #eeeeee !important;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

input::placeholder {
  color: #bdbdbd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.padding-r-0 {
  padding-right: 0 !important;
}

.padding-l-0 {
  padding-left: 0 !important;
}

.flex-dis {
  display: flex;
}

.br {
  display: block;
  margin: 10px auto;
}

.slick-list {
  width: 100%;
}

.slick-slide {
  float: right;
}

/* Boostrap 5 fix columns spaces to be 15px */
.row > * {
  padding-right: calc(var(--bs-gutter-x) / 1.6);
  padding-left: calc(var(--bs-gutter-x) / 1.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tajawal", sans-serif;
}

.form-check-input:checked {
  background-color: #ffcd00;
  border-color: #ffcd00;
}

.green-form-check:checked {
  background-color: #00b34f;
  border-color: #00b34f;
}

.form-check-input:focus {
  box-shadow: none;
}

.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 17px;
  height: 20px;
  width: 85px;
  position: relative;
  text-shadow: 0 1px 0 #a2a2a2;
  line-height: 23px;
  letter-spacing: 4px;
  direction: rtl;
}

.star-ratings-css::before {
  content: "★★★★★";
  opacity: 0.3;
}

[title=".0"]::after {
  width: 0%;
}

[title=".20"]::after {
  width: 20%;
}

[title=".40"]::after {
  width: 40%;
}

[title=".60"]::after {
  width: 60%;
}

[title=".80"]::after {
  width: 80%;
}

[title=".100"]::after {
  width: 100%;
}

.star-ratings-css::after {
  color: #ffcd00;
  content: "★★★★★";
  text-shadow: 0 1px 0 #ffcd00;
  position: absolute;
  z-index: 1;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/*Animation*/
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.float-l {
  float: left !important;
}

.float-r {
  float: right !important;
}

.browse-btn {
  background-color: #002241;
  color: #fff;
  transition: 0.1s ease-in-out;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  padding: 8px 60px !important;
  border-radius: 5px;
}

.browse-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.pagination {
  margin: 3rem auto;
  text-align: center;
  flex-wrap: wrap;
}

.pagination .page-numbers:hover {
  background: #000000;
  color: white;
}

.pagination .current,
.pagination .current:hover {
  background-color: #000000;
  color: white;
}

.pagination .inactive,
.pagination .inactive:hover {
  background-color: #dbdbdb;
  color: #919191;
}

.page-link.browse-btn {
  border-radius: 0 !important;
  padding: 5px 10px !important;
  margin: 0 5px;
  border-radius: 5px !important;
  font-size: 15px;
}

.page-link.browse-btn.active {
  background-color: #10964a;
}

.page-link:hover {
  color: #fff;
  background-color: #343434;
}

.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #343434;
  outline: 0;
  box-shadow: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #0c9447;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
  position: relative;
  color: #ff6347;
}

p a:hover {
  color: #ffffff;
  background: #0c9447;
}

p a:hover::after {
  opacity: 0.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}

.form-control {
  color: #db5246;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.skeleton {
  position: relative;
  width: max-content;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ddd !important;
  color: transparent !important;
  border-color: #ddd !important;
  user-select: none;
  cursor: default;
  z-index: 2;
}

.skeleton img {
  opacity: 0;
}

.skeleton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
          90deg,
          rgba(255, 255, 255, 0) 0,
          rgba(255, 255, 255, 0.2) 20%,
          rgba(255, 255, 255, 0.5) 60%,
          rgba(255, 255, 255, 0)
  );
  content: "";
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes a {
  0% {
    left: -10em;
  }

  to {
    left: calc(100% + 10em);
  }
}

@-webkit-keyframes a {
  0% {
    left: -10em;
  }

  to {
    left: calc(100% + 10em);
  }
}

.fill_height {
  height: 100%;
}

.rounded.course-card.skeleton,
.book-cont.card.skeleton {
  max-width: 300px;
}

.super_container.main-nav {
  width: 100%;
  z-index: 1021;
  background-color: #fff;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.nopadding {
  padding: 0px !important;
}

.dark-text {
  color: #333;
}

.button {
  display: inline-block;
  background: #0e8ce4;
  border-radius: 5px;
  height: 48px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
}

.button:hover {
  opacity: 0.8;
}

.action-btn {
  background-color: #ffcd00 !important;
  color: #072b83 !important;
  transition: 0.1s ease-in-out;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border: none;
}

.action-btn-outline {
  background-color: transparent !important;
  border: 1px solid #ffcd00 !important;
  color: #000000 !important;
  transition: 0.3s ease-in-out;
}

.sp-fs-sm {
  font-size: 14px !important;
}

.action-btn.selected {
  color: #00b451 !important;
  background-color: #ddd !important;
  font-weight: bold;
}

.action-btn:focus {
  outline: none;
  box-shadow: none;
}

.looking-for {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  padding: 15px 25px;
}

.more-rslts {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fafafa;
  z-index: 2;
  padding: 5px 25px;
  text-align: center;
}

.action-btn:hover {
  background-color: #fff !important;
  color: #00b451 !important;
}

.action-btn.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #bbb;
}

.action-btn.disabled:hover {
  opacity: 1;
  background-color: #f5f5f5;
  color: #bbb;
}

.action-title {
  color: #072b83 !important;
  transition: 0.1s ease-in-out;
}

.action-title:hover {
  color: #ffcd00 !important;
}

.srch-suggest {
  padding: 5px 25px;
}

.srch-optns-filter.active {
  background-color: #00b451;
  color: #fff !important;
  border: none;
}

.srch-suggest .sggst-title {
  margin-bottom: 7px;
  color: #000;
  font-weight: bold;
}

.srch-sggst {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

.srch-sggst a {
  transition: 0.1s ease-in-out;
  font-size: 14px;
  margin: 10px 0;
  color: #333;
  display: block;
  cursor: pointer;
}

.srch-sggst a:hover {
  color: #00b451;
}

.crs-suggest a:before {
  content: "\f108";
  font-family: "Font Awesome 5 pro";
  margin-left: 5px;
}

.dplm-suggest a:before {
  content: "\f5f3";
  font-family: "Font Awesome 5 pro";
  margin-left: 5px;
}

.story-suggest a:before {
  content: "\f091";
  font-family: "Font Awesome 5 pro";
  margin-left: 5px;
}

.inst-suggest a:before {
  content: "\f007";
  font-family: "Font Awesome 5 pro";
  margin-left: 5px;
}

.book-suggest a:before {
  content: "\f02d";
  font-family: "Font Awesome 5 pro";
  margin-left: 5px;
}

.seminars-suggest a:before {
  content: "\f0c0";
  font-family: "Font Awesome 5 pro";
  margin-left: 5px;
}

.article-suggest a:before {
  content: "\f1ea";
  font-family: "Font Awesome 5 pro";
  margin-left: 5px;
}

.looking-for .d-flex {
  flex-wrap: wrap;
}

.dropdown-divider {
  margin: 5px 20px;
}

.srch-sggst div:hover {
  cursor: pointer;
  color: #00b451;
}

.header {
  position: relative;
  width: 100%;
  z-index: 10;
}

.top_bar {
  width: 100%;
  height: 56px;
  background: #333;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  z-index: 1022;
}

.header.scrolled.top_bar {
  display: none;
}

.top_bar_contact {
  display: inline-block;
}

.top_bar_contact_item {
  font-size: 16px;
  font-weight: 300;
  line-height: 56px;
  margin-left: 40px;
  color: #00b451;
  transition: 0.1s ease-in-out;
}

.top_bar_contact_item:hover {
  color: #ffcd00;
}

.top_bar_contact_item:not(:first-child) {
  margin-left: 25px;
}

.top_bar_contact_item a {
  font-size: 16px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.top_bar_contact_item a:hover {
  color: #00b451;
}

.top_bar_contact_item:last-child {
  margin-right: 0px;
}

.top_bar_icon {
  display: inline-block;
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.menu-modal .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.menu-modal .modal-body::-webkit-scrollbar-thumb {
  background: #2c569f;
  border-radius: 0px;
}

.menu-modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #00b451;
}

.menu-modal .modal-body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: inset 7px 10px 12px #fff;
}

.rest-menu {
  cursor: pointer;
  text-align: center;
  color: #c5c5c5;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 0;
  transition: 0.1s ease-in-out;
}

.rest-menu:hover {
  background-color: #f5f5f5;
  color: #00b451;
}

.menu-pill img {
  width: 20px;
  height: auto;
}

.dplm-list {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

.dplm-list.cert-list {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

.top_bar_icon img {
  max-width: 25px;
}

.top_bar_menu {
  display: inline-block;
}

.top_bar_dropdown li {
  padding-left: 13px;
  padding-right: 13px;
}

.standard_dropdown li {
  display: inline-block;
  position: relative;
}

.standard_dropdown li li {
  display: block;
  width: 100%;
}

.standard_dropdown li li a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  font-size: 16px;
}

.standard_dropdown li:last-child a {
  border-bottom: none;
}

.standard_dropdown li.hassubs > a i {
  display: inline-block;
  margin-right: 5px;
}

.standard_dropdown li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 56px;
  white-space: nowrap;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.standard_dropdown li a:hover {
  color: #00b451;
}

.standard_dropdown li a i {
  display: none;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  font-size: 12px;
}

.standard_dropdown li ul {
  display: block;
  position: absolute;
  top: 120%;
  right: 0;
  width: auto;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.standard_dropdown li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.standard_dropdown ul ul {
  right: 100%;
  top: 0 !important;
  left: auto;
}

.top_bar_user {
  display: inline-block;
  margin-left: 35px;
}

.user_icon {
  display: inline-block;
  margin-right: 7px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 15px;
}

.user_icon img {
  width: 100%;
  filter: invert();
}

.top_bar_user div {
  display: inline-block;
}

.top_bar_user div:nth-child(2) {
  margin-right: 21px;
}

.top_bar_user div:nth-child(2)::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
  width: 1px;
  height: 17px;
  background: rgba(250, 250, 250, 0.2);
  content: "";
}

.top_bar_user a {
  font-size: 16px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.top_bar_user a:hover {
  color: #00b451;
}

.main-sec {
  height: 61vh;
  max-height: 500px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 0 0;
  overflow: hidden;
}

.main-sec .start-btn {
  border: none;
  border-radius: 4px;
  padding: 7px 37px 5px;
  background-color: #00b451;
  color: #fff;
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  width: fit-content;
  outline: none;
  box-shadow: none;
  transition: 0.1s ease-in-out;
}

.main-sec .start-btn:hover {
  opacity: 0.9;
}

.hdr-cont {
  background-image: url(../imgs/bnr-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-sec .hdr-img {
  width: 100%;
  height: auto;
  margin: auto;
}

.main-sec .main-cont {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  font-size: 40px;
  background-color: #ffffff0d;
  padding: 20px 60px;
  margin: auto;
  position: absolute;
  left: 10%;
  top: 30%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}

.main-sec .main-cont .rgstr-btn {
  background: #e29618;
  border: none;
  border-radius: 5px;
  padding: 5px 40px;
  color: #fff;
  font-size: 20px;
  transition: 0.1s ease-in-out;
  outline: none;
}

.hdr-txt {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: left;
}

.hdr-sub {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.main-sec .main-cont .rgstr-btn:hover {
  opacity: 0.9;
}

.main-sec img {
  width: auto;
  height: 100%;
}

.header_main {
  z-index: 1;
}

.header.scrolled .header_main {
  display: none;
}

.header_main_item {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo_container {
  height: 80px;
}

.scrolled .logo_container {
  height: 60px;
}

.logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
}

.logo a {
  font-size: 36px;
  font-weight: 500;
  color: #0e8ce4;
  height: 100%;
}

.logo img {
  width: 100%;
  height: 100%;
}

.main-nav:not(.scrolled) .logo img {
  padding: 7px;
}

.header_search {
  height: 90px;
}

.scrolled .header_search {
  height: 60px;
}

.header_search_content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header_search_form_container {
  width: 100%;
  height: 50px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
}

.header_search_form {
  width: 100%;
  height: 100%;
}

.header_search_input {
  display: block;
  position: relative;
  width: calc((100% - 50px) * 0.7);
  height: 100%;
  line-height: 50px;
  border: none !important;
  outline: none !important;
  padding-left: 26px;
  color: #7f7f7f;
  float: right;
  padding-right: 19px;
}

.header_search_input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important;
}

.header_search_input:-moz-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important;
}

.header_search_input::-moz-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important;
}

.header_search_input:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important;
}

.header_search_input::input-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important;
}

.custom_dropdown {
  width: calc((100% - 50px) * 0.3);
  height: 50px;
  float: left;
  padding-left: 26px;
}

.custom_dropdown::before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  width: 1px;
  height: 28px;
  background: #e5e5e5;
  content: "";
}

.custom_dropdown_list {
  position: relative;
}

.custom_dropdown_list .custom_dropdown_placeholder:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.custom_dropdown_list i {
  display: inline-block;
  color: #a3a3a3;
  font-size: 10px;
  margin-left: 3px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.custom_dropdown_placeholder {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #a3a3a3;
  line-height: 48px;
  cursor: pointer;
}

.main-nav.scrolled .custom_dropdown_placeholder {
  font-size: 12px;
}

.custom_dropdown_placeholder i {
}

.custom_list {
  text-align: left;
  position: absolute;
  padding: 0;
  top: 75px;
  right: -15px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: all 0.2s ease;
}

.custom_list.active {
  visibility: visible;
  opacity: 1;
  top: 50px;
  box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.custom_list li {
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
}

.custom_list li a {
  display: block;
  color: #a3a3a3;
  line-height: 35px;
  border-bottom: solid 1px #ededed;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.custom_list li a:hover {
  color: #00b451;
}

select {
  display: inline;
  border: 0;
  width: auto;
  margin-left: 10px;
  outline: none;
  border-bottom: 2px solid #555;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

select:hover {
  cursor: pointer;
}

select option {
  border: 0;
  border-bottom: 1px solid #555;
  padding: 10px;
}

.header_search_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #194294;
  border: none;
  outline: none;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
  box-shadow: none;
  border: none;
}

.header_search_button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.wishlist_cart {
  height: 90px;
}

.scrolled .wishlist_cart {
  height: 60px;
}

.wishlist {
  margin-right: 50px;
}

.wishlist_icon img {
  width: 100%;
  max-width: 30px;
  filter: brightness(0);
}

.wishlist_content {
  margin-right: 14px;
}

.wishlist_text a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wishlist_text a:hover {
  color: #00b451;
}

.wishlist_count {
  margin-top: -2px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -5px;
  right: -7px;
  background-color: #ff3b3b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0px 5px;
  z-index: 1;
}

.cart_count {
  position: absolute;
  bottom: -1px;
  right: -14px;
  width: 23px;
  height: 23px;
  background: #ff3f3f;
  border-radius: 50%;
  text-align: center;
}

.cart_count span {
  display: block;
  line-height: 23px;
  font-size: 12px;
  color: #ffffff;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

.cart_icon img {
  width: 100%;
}

.cart_content {
  margin-left: 28px;
}

.cart_text a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cart_text a:hover {
  color: #00b451;
}

.cart_price {
  font-size: 14px;
  color: #a3a3a3;
  margin-top: -2px;
}

.main_nav {
  width: 100%;
  border-top: solid 1px #f2f2f2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}

.header.scrolled .main_nav {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main_nav_content {
  width: 100%;
}

.cat_menu_container {
  width: 293px;
  height: 100%;
  background: #0e8ce4;
  padding-left: 35px;
  cursor: pointer;
  z-index: 1;
}

.cat_menu_title {
  height: 100%;
}

.cat_burger {
  width: 18px;
  height: 14px;
}

.cat_burger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.cat_burger span:nth-child(2) {
  top: 6px;
}

.cat_burger span:nth-child(3) {
  top: 12px;
}

.cat_menu_text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 20px;
}

.cat_menu_container ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.cat_menu_container > ul {
  padding-top: 13px;
}

.cat_menu_container:hover .cat_menu {
  visibility: visible;
  opacity: 1;
}

.cat_menu li {
  display: block;
  position: relative;
  width: auto;
  height: 46px;
  border-bottom: solid 1px #f2f2f2;
  padding-left: 35px;
  padding-right: 30px;
  white-space: nowrap;
}

.cat_menu li.hassubs > a i {
  display: block;
}

.cat_menu li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 46px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cat_menu li a:hover {
  color: #00b451;
}

.cat_menu li a i {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
}

.cat_menu li ul {
  display: block;
  position: absolute;
  top: 35px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.cat_menu li:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.main_nav_dropdown li {
  margin-left: 35px;
}

.main_nav_dropdown li:last-child {
  margin-left: 0px;
}

.main_nav_dropdown li a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 42px;
}

.scrolled .main_nav_dropdown li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}

.scrolled nav.main_nav {
  background-color: #194294;
  padding-top: 5px;
}

.scrolled .standard_dropdown li:hover > ul {
  background-color: #194294;
}

.scrolled .main_nav_dropdown li:hover > a {
  color: #00b451;
}

.main_nav_dropdown li li {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px;
}

.menu_trigger_container {
  display: none;
  width: auto;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
}

.menu_trigger {
  height: 100%;
}

.menu_burger_inner {
  display: inline-block;
}

.menu_trigger_text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 16px;
}

.page_menu {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: none;
}

.page_menu_content {
  height: 0px;
  background: #194294;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  overflow-y: auto;
}

.page_menu_content::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.page_menu_content::-webkit-scrollbar-thumb {
  background: #00b451;
  border-radius: 0px;
}

.page_menu_content::-webkit-scrollbar-thumb:hover {
  background: #2c569f;
}

.page_menu_content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: inset 7px 10px 12px #fff;
}

.page_menu_search {
  display: none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page_menu_search_input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: none;
  outline: none;
  padding-left: 25px;
}

.page_menu_item {
  display: block;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}

.page_menu_item > a {
  display: block;
  color: #ffffff;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page_menu_item > a:hover {
  color: #00b451;
}

.page_menu_item a i {
  display: none;
  margin-left: 8px;
}

.page_menu_item.has-children > a > i {
  display: inline-block;
}

.page_menu_selection {
  margin: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 1;
}

.page_menu_selection li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
}

.page_menu_selection li a {
  display: block;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.page_menu_selection li a:hover {
  color: #b5aec4;
}

.page_menu_selection li:last-child a {
  border-bottom: none;
}

.menu_contact_item {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 56px;
  margin-right: 40px;
  color: #ffffff;
}

.menu_contact_item:not(:first-child) {
  margin-right: 0px;
}

.menu_contact_item a {
  font-size: 12px;
  font-weight: 300;
  line-height: 56px;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_contact_item a:hover {
  color: #00b451;
}

.menu_contact_item:last-child {
  margin-right: 0px;
}

.menu_contact_icon {
  display: inline-block;
  margin-right: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.menu_contact_icon img {
  max-width: 22px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .main_nav_dropdown li {
    margin-right: 30px;
  }

  .main_nav_dropdown li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .header_search {
    height: 50px;
  }

  .custom_dropdown {
    text-align: left;
  }

  .main_nav {
    margin-top: 56px;
  }

  .main_nav_menu {
    display: none;
  }

  .logo_container,
  .wishlist_cart {
    height: 125px;
  }

  .main_nav_content {
    background: #194294;
  }

  .menu_trigger_container {
    display: block;
  }

  .top_bar_contact_item {
    font-size: 12px;
    margin-right: 20px;
    line-height: 40px;
  }

  .top_bar_contact_item a {
    font-size: 12px;
    line-height: 40px;
  }

  .top_bar_icon {
    margin-right: 4px;
  }

  .top_bar_icon img {
    width: 70%;
  }

  .top_bar_menu {
    display: none;
  }

  .top_bar_user a {
    font-size: 12px;
    line-height: 40px;
  }

  .user_icon {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    width: 12px;
  }
}

@media only screen and (max-width: 765px) {
  .header_search {
    display: none;
  }

  .page_menu_search {
    display: block;
  }

  .main_nav {
    margin-top: 0px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 13px;
  }

  .top_bar {
    height: auto;
  }

  .top_bar .d-flex.flex-row {
    display: block !important;
    text-align: center;
  }

  .top_bar .dropdown.sub-dropmenu {
    display: none;
  }

  .logo_container,
  .wishlist_cart {
    height: 72px;
  }

  .logo a {
    font-size: 24px;
  }

  .cat_burger {
    width: 16px;
    height: 12px;
  }

  .cat_burger span:nth-child(2) {
    top: 5px;
  }

  .cat_burger span:nth-child(3) {
    top: 10px;
  }

  .menu_trigger_text {
    font-size: 13px;
    margin-right: 10px;
  }

  .wishlist {
    margin-right: 23px;
  }

  .wishlist_content {
    margin-left: 6px;
  }

  .wishlist_text {
    display: none;
  }

  .cart_text {
    display: none;
  }

  .wishlist_text a,
  .cart_text a {
    font-size: 14px;
  }

  .wishlist_count,
  .cart_price {
    font-size: 12px;
    background-color: #194294;
    padding: 1px 7px;
    border-radius: 50px;
    color: #fff;
    vertical-align: middle;
    display: inline;
  }

  .wishlist_icon {
    width: 20px;
  }

  .cart_content {
    margin-left: 18px;
  }

  .cart_icon {
    width: 17px;
  }

  .cart_count {
    width: 21px;
    height: 21px;
  }

  .cart_count span {
    line-height: 21px;
  }

  .top_bar_user {
    margin-left: 0px;
  }

  .header_search {
    display: none;
  }

  .main_nav {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
  }

  .main_nav_content {
    height: 35px;
    justify-content: center;
  }

  .menu_trigger_container {
    padding-right: 15px;
  }

  .page_menu_item > a {
    font-size: 12px;
  }

  .page_menu_selection li a {
    font-size: 12px;
  }

  .button {
    height: 32px;
  }

  .button a {
    font-size: 12px;
    line-height: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Navbar */
.sub-dropmenu button {
  border: none;
  box-shadow: none;
  outline: none;
  background: unset;
  color: #fff;
  height: 100%;
  text-align: center;
  margin: auto;
}

.sub-dropmenu button span {
  color: #00b451;
  margin: 0 5px;
}

.sub-dropmenu .dropdown-menu li {
  text-align: right;
  margin: 7px 0;
  font-size: 14px;
  padding: 0 10px;
}

.sub-dropmenu .dropdown-menu li:before {
  content: "-";
  color: #00b451;
  font-weight: bold;
}

.noti-icon {
  border: none;
  box-shadow: none;
  outline: none;
  background: unset;
}

.noti-icon:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.noti-icon span {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}

.noti-drop {
  overflow: hidden;
  min-width: 22rem !important;
}

.noti-drop p {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noti-icon i {
  position: relative;
}

.noti-icon:after {
  display: none;
}

.menu-modal .more-btn {
  display: inline-block;
  color: #00b451;
  text-align: left;
  margin: 15px 0;
}

.menu-modal .btn-close {
  left: 0;
  right: auto;
  margin-left: 0;
  margin-right: auto;
}

.menu-modal .nav-pills .nav-link {
  background-color: unset;
  border: none;
  outline: none;
  box-shadow: none;
  transition: 0.1s ease-in-out;
  opacity: 0.7;
  text-align: right;
}

.menu-modal .nav-pills .nav-link.active {
  background-color: unset;
  color: #00b451;
  opacity: 1;
}

.menu-modal .nav-pills .nav-link:hover {
  background-color: unset;
  color: #00b451;
  opacity: 1;
}

.menu-modal .tab-pane .list-group li:first-of-type {
  font-weight: bold;
  font-size: 15px;
}

.menu-modal .tab-pane .list-group a,
.menu-modal .tab-pane .dplm-list a {
  color: #00b451;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  font-size: 13px;
}

.menu-modal .tab-pane .list-group a:hover,
.menu-modal .tab-pane .dplm-list a:hover {
  opacity: 0.6;
}

.menu-modal .tab-pane .dplm-list li {
  border: none;
  margin: 0;
  padding: 0;
}

.menu-modal .tab-pane .dplm-list li a {
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
  display: inline-block;
  padding: 7px 5px;
}

.menu-modal .tab-pane .dplm-list li img {
  width: 30px;
  height: auto;
}

.menu-modal .tab-pane .dplm-list li i {
  color: darkblue;
  font-size: 16px;
  margin: 0 5px;
}

.eb-navbar .srch-cont {
  position: relative;
  min-width: 455px;
  margin: 0 15px;
}

.eb-navbar .srch-cont .srch-btn {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
}

.eb-navbar .srch-cont .srch-input {
  padding-left: 60px;
  background-color: #f6f6f6;
}

.eb-navbar .srch-cont .srch-input:focus {
  background-color: #fff;
}

.eb-navbar .srch-cont .srch-optns .srch-fltr-btn {
  border: 1px solid #ddd;
  padding: 10px 30px;
  margin-bottom: 7px;
  border-radius: 4px;
  color: #333;
}

.srch-optns .justify-content-between {
  flex-wrap: wrap;
}

.eb-navbar .srch-cont .srch-optns .looking-for a {
  border: 2px solid #ccc;
  border-radius: 50px;
  padding: 2px 20px;
  margin: 7px 0;
  color: #333;
}

.eb-navbar .srch-cont .srch-optns .looking-for a:not(:first-of-type) {
  margin-right: 7px;
}

.eb-navbar .srch-cont .srch-optns .srch-fltr-btn:hover {
  background-color: #f9f9f9;
}

.eb-navbar .srch-cont .srch-optns {
  min-width: 30rem;
  right: 0;
  left: auto;
  max-height: 420px;
  overflow-y: scroll;
  max-width: 320px;
}

.eb-navbar .srch-cont .srch-optns::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.eb-navbar .srch-cont .srch-optns::-webkit-scrollbar-thumb {
  background: #2c569f;
  border-radius: 0px;
}

.eb-navbar .srch-cont .srch-optns::-webkit-scrollbar-thumb:hover {
  background: #00b451;
}

.eb-navbar .srch-cont .srch-optns::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: inset 7px 10px 12px #fff;
}

.eb-navbar .srch-cont .srch-optns p {
  text-align: right;
}

.eb-navbar .nav-item .start-btn {
  background-color: #00b451;
  color: #fff;
  border-radius: 4px;
  padding: 5px 20px !important;
}

.eb-navbar .nav-item .start-btn:hover {
  color: #00b451;
  background-color: #fff;
  box-shadow: inset 0 0 0px 2px #00b451;
}

.eb-navbar .navbar-logo {
  height: 60px;
}

.eb-navbar .navbar-logo img {
  width: auto;
  height: 100%;
}

.eb-navbar .navbar-menu {
  margin: 0 15px;
}

.eb-navbar .navbar-menu .dropdown-img {
  height: 20px;
  display: block;
}

.eb-navbar .navbar-menu .menu-trigger {
  text-align: center;
  color: #333;
}

.eb-navbar .navbar-menu .dropdown-menu:not(.srch-optns) {
  right: 0;
  min-width: 13rem;
  padding: 15px 10px;
}

.eb-navbar .navbar-menu .dropdown-menu .info-cont h5 {
  font-size: 14px;
  text-align: right;
}

.eb-navbar .navbar-menu .dropdown-menu .info-cont p {
  font-size: 14px;
  text-align: right;
}

.eb-navbar .navbar-menu .dropdown-menu li a {
  text-align: right;
  font-size: 14px;
  color: #333;
  transition: 0.1s ease-in-out;
  background: unset;
  outline: none;
  box-shadow: none;
  position: relative;
}

.eb-navbar .navbar-menu .dropdown-menu li a.selected {
  color: #00b451;
}

.eb-navbar .navbar-menu .dropdown-menu li a.selected:before {
  content: "";
  right: -10px;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background-color: #333;
  position: absolute;
}

.eb-navbar .navbar-menu .dropdown-menu li a:hover {
  color: #00b451;
}

.eb-navbar .navbar-menu .dropdown-menu li img {
  height: 50px;
  width: 50px;
}

.eb-navbar .navbar-menu .menu-trigger i {
  display: block;
}

.eb-navbar .navbar-menu .nav-item i {
  display: block;
  font-size: 16px;
}

.eb-navbar .navbar-menu .nav-item {
  text-align: center;
}

.eb-navbar .navbar-nav .nav-link {
  padding: 0 15px;
  margin: 0;
}

.eb-navbar .navbar-nav {
  display: flex;
  align-items: center;
}

/* end of Navbar */

.banner {
  background: #a770ef;
  background: -webkit-linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
  background: linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
}

footer {
  background: #002241;
}

.main-hdr {
  background-size: cover !important;
  position: relative;
  background-attachment: fixed !important;
}

.main-hdr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000000ba;
}

.main-hdr header {
  z-index: 1;
  position: relative;
}

.brws-btn {
  background-color: #194294;
  border: none;
  outline: none;
  box-shadow: none;
  transition: 0.1s ease-in-out;
}

.brws-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.enrol-btn {
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: 0.3s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #00b451;
  z-index: 2;
  border-radius: 5px;
  padding: 10px 0;
  margin: 5px;
  width: 90%;
  margin: 10px auto;
}

.tile-progress {
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}

.tile-progress .tile-progressbar {
  height: 5px;
  background: #f5f5f5;
  margin: 0;
}

.tile-progress .tile-progressbar span {
  display: block;
  background: #10964a;
  width: 0;
  height: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.tile-progress .tile-footer {
  padding: 5px 0 10px;
  text-align: right;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  color: #333;
  font-size: 11px;
}

.course-card {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.course-card > img {
  height: 180px;
  object-fit: cover;
  width: auto;
}

.course-card h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.course-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
}

.course-card .fav-btn {
  position: absolute;
  top: -5px;
  left: 25px;
  font-size: 35px;
  color: #fff;
  filter: drop-shadow(0 0 3px #00000044);
  transition: 0.3s ease-in-out;
  z-index: 3;
  cursor: pointer;
}

.course-card .fav-btn:hover {
  color: #10964a;
  opacity: 0.8;
}

.course-card .fav-btn.saved {
  color: #10964a;
}

.course-card .inst-nm {
  position: relative;
  z-index: 3;
  display: inline-block;
}

.enrol-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.courses-sec .card-footer {
  background-color: unset;
  border: none;
}

.courses-sec .crss-title {
  border-bottom: 3px solid #10964a;
  padding-bottom: 7px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
}

.courses-sec .crss-more {
  float: left;
  color: #194294;
  font-size: 16px;
  font-weight: bold;
}

.courses-sec .crss-more:hover {
  color: #10964a;
}

.courses-sec .card-footer .prc-tag {
  float: right;
  font-weight: bold;
  color: #333;
  font-size: 130%;
  vertical-align: middle;
  margin-bottom: 0;
}

.footer-logo {
  filter: brightness(100) hue-rotate(319deg);
  max-height: 80px;
  margin-bottom: 15px;
}

.e3-footer .row > div[class^="col"]:first-of-type {
  padding-right: 0;
}

.e3-footer .row > div[class^="col"]:last-of-type {
  padding-left: 0;
}

.e3-footer a,
.e3-footer p {
  color: #fff;
}

.e3-footer .pay-mthds {
  text-align: right;
}

.e3-footer .pay-mthds img {
  max-width: 20%;
  height: auto;
  object-fit: cover;
  margin: 7px 15px;
  display: inline-block;
  background-color: #ffffff66;
  border-radius: 4px;
  padding: 10px;
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.instructor-sec {
  width: 60%;
  margin: auto;
  padding: 30px 0 60px;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

.instructor-cont h3 {
  margin: 0;
  font-weight: bold;
  font-size: 27px;
  margin-top: 60px;
}

.instructor-sec img {
  width: 100%;
  height: auto;
}

.instructor-cont p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.instructor-cont .brws-btn {
  background-color: #333;
  border-radius: 0;
  font-size: 20px;
  padding: 5px 30px;
}

.masthead {
  padding: 3rem 0 7rem;
  position: relative;
  background-color: #194294;
  background-image: linear-gradient(45deg, #1d69af 0%, #194294 100%);
  background-size: cover;
  z-index: 0;
}

.masthead svg.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
}

.masthead h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  z-index: 1;
}

.masthead h2 {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  z-index: 1;
  font-size: 1.2rem;
}

.masthead a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  z-index: 1;
}

.masthead .masthead-cards a {
  width: 50%;
  display: inline-flex;
  height: 100%;
}

.masthead a:hover {
  color: #fff;
}

.masthead a:active {
  text-decoration: none;
}

@media (min-width: 992px) {
  .masthead h1 {
    font-size: 2.3rem;
  }

  .masthead h2 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.masthead .masthead-cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.masthead .masthead-cards .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.masthead .masthead-cards .card {
  opacity: 1;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05rem;
  color: #194294;
  transition: 0.15s all;
  width: 100%;
}

.masthead .masthead-cards .card-body {
  /* flex: 1 0 auto; */
  padding: 1rem 1rem;
  min-height: 150px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: "Tajawal", sans-serif;
  margin: 0;
}

.masthead .masthead-cards .card:hover {
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
}

.masthead .masthead-cards .card:active {
  margin-top: inherit;
  margin-bottom: inherit;
}

.masthead .masthead-cards .card.border-bottom-blue:hover {
  color: #2092ed;
}

.masthead .masthead-cards .card.border-bottom-green:hover {
  color: #28a745;
}

.masthead .masthead-cards .card.border-bottom-red:hover {
  color: #dd3d31;
}

.masthead .masthead-cards .card.border-bottom-yellow:hover {
  color: #ffc107;
}

.masthead-page {
  padding: 1rem 0 4rem;
}

@media (min-width: 992px) {
  .masthead-page h1 {
    font-size: 2.5rem;
  }
}

.border-bottom-yellow {
  border-color: #ffc107 !important;
}

.border-bottom-red {
  border-color: #dd3d31 !important;
}

.border-bottom-blue {
  border-color: #2092ed !important;
}

.border-bottom-green {
  border-color: #28a745 !important;
}

.border-bottom-blue,
.border-bottom-green,
.border-bottom-red,
.border-bottom-yellow {
  border-bottom: 0.4rem solid !important;
}

.shadow-lg {
  box-shadow: 0 2rem 1.5rem -1.5rem rgba(33, 37, 41, 0.15),
  0 0 1.5rem 0.5rem rgba(33, 37, 41, 0.05) !important;
}

.border-0 {
  border: 0 !important;
}

.animated-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: #ff3f3f;
  position: relative;
  z-index: 1;
}

.animated-btn::before,
.animated-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 63, 63, 0.8);
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}

.animated-btn::after {
  background: rgba(255, 63, 63, 0.6);
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.join-sec {
  height: 80vh;
  position: relative;
}

.join-cont {
  background-color: #000000a9;
  width: 40%;
  margin: auto;
}

.join-sec .jumbotron {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 2;
}

.join-sec .jumbotron:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #00000055;
  z-index: 0;
}

.join-sec .jumbotron p {
  line-height: 1.5em;
}

.join-sec .brws-btn {
  background-color: unset;
  border: 2px solid #fff;
  border-radius: 4px;
}

.form-control:not(select) {
  padding: 10px 20px;
}

select.form-control {
  padding: 10px 20px;
}

.form-control::placeholder {
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}

.form-control:focus {
  box-shadow: none;
}

.input-group-prepend span {
  padding: 10px 20px;
  line-height: 1.5em;
  font-size: 1.5rem;
}

.btn-facebook {
  background-color: #6c77ab;
}

.btn-twitter {
  background-color: #97cbfb;
}

.reg-sec .btn {
  border: none;
}

.reg-sec p .login-lnk:hover {
  color: #fff !important;
}

.coursat-intro {
  background: url(../imgs/intro-bg.jpg) no-repeat center center;
  width: 100%;
  min-height: 370px;
  border-bottom: 3px solid #3aa86a;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.coursat-intro .intro-bg {
  background: rgba(3, 3, 3, 0.5);
  color: #fff;
  padding: 30px;
  width: 100%;
  min-height: 370px;
  font-size: 16px;
  margin: -1px 0;
}

.coursat-intro .intro-bg h2 {
  font-family: "Tajawal", sans-serif;
  color: #fff;
  text-shadow: 0 1px 1px #fff;
  line-height: 1.6;
}

.search-box {
  margin: 30px 0;
}

.search-box #search-form {
  left: auto;
  margin-left: auto;
  width: 50%;
  margin: auto;
}

.search-box #search-form {
  position: relative;
  border-radius: 50px;
  height: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}

.search-box #search-form {
  background: rgba(221, 221, 221, 0.8);
  border: 1px solid #888;
}

.search-box #search-form .search-input {
  width: 100%;
  height: 50px;
  padding: 0 70px 0 20px;
  text-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  box-sizing: border-box;
  border: none !important;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  transform: translate(0, 10px);
}

.search-box #search-form .search-input::placeholder {
  color: #33333355;
}

.search-box #search-form .search-icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 30px;
  border: none;
  background: #fff;
  padding: 0;
  outline: 0;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  color: #222;
}

.coursat-intro .intro-bg .coursat-statistics i {
  font-size: 30px;
}

.coursat-intro .intro-bg .coursat-statistics h3 {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .coursat-intro .intro-bg h2 {
    font-size: 30px;
  }

  .coursat-intro .intro-bg .coursat-statistics i {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (min-width: 992px) {
  .coursat-intro .intro-bg h2 {
    margin-top: 30px;
  }

  .coursat-intro .intro-bg .coursat-statistics i {
    display: block;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .coursat-intro .intro-bg .coursat-statistics {
    margin-top: 10px;
  }

  .coursat-intro .intro-bg .coursat-statistics i {
    display: inline-block;
    margin-right: 5px;
  }
}

.super_container.main-nav.scrolled * {
  transition: 0.3s ease-in-out;
}

.super_container.main-nav.scrolled .logo a img {
  width: 50%;
  transition: 0.3s ease-in-out;
}

.super_container.main-nav.scrolled .header_search_form_container {
  height: 40px;
  width: 85%;
  margin: auto;
}

.super_container.main-nav.scrolled .wishlist_text a,
.super_container.main-nav.scrolled .cart_text a {
  font-size: 12px;
}

.super_container.main-nav.scrolled .custom_dropdown::before {
  top: 40%;
}

.super_container.main-nav.scrolled .header_search_button img {
  width: 30%;
}

.super_container.main-nav.scrolled .custom_dropdown_placeholder {
  line-height: 40px;
}

.super_container.main-nav.scrolled .wishlist_icon img,
.super_container.main-nav.scrolled .cart_icon img {
  width: 80%;
}

.super_container.main-nav.scrolled .cart_icon .cart_count {
  width: 20px;
  height: 20px;
}

.courses-sldr .prev-btn,
.courses-sldr .next-btn {
  position: absolute;
  top: 40%;
  background-color: #33333366;
  color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 75px;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.courses-sldr .prev-btn.slick-disabled,
.courses-sldr .next-btn.slick-disabled {
  opacity: 0.3;
}

.courses-sldr .prev-btn {
  left: 0;
}

.courses-sldr > div:not(.slick-list) {
  max-width: 300px;
  display: inline-flex;
}

.courses-sldr .course-card {
  margin: 15px;
}

.courses-sec .nav-tabs .nav-item {
  border: none;
  background: unset;
}

.courses-sec .nav-tabs .nav-item button {
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  color: #959595;
  background: unset;
  position: relativbutton;
  outline: none;
  box-shadow: none;
}

.courses-sec .nav-tabs .nav-item button.active {
  background-color: #fff;
  color: #333;
  border: none;
  border-bottom: 2px solid #00d66c;
}

.courses-sec .nav-link,
.courses-sec .nav-link:hover {
  border: none;
}

.sub-email input {
  border-radius: 0 5px 5px 0 !important;
}

.sub-email button {
  border-radius: 5px 0 0 5px !important;
}

.copytights {
  font-family: "Tajawal", sans-serif;
}

.inst-card {
  cursor: pointer;
}

.inst-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.cats-sec .cat-card {
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  background-color: unset;
  color: #00b451;
  display: inline-block;
  margin: 15px 0;
  transition: 0.1s ease-in-out;
  opacity: 0.8;
  width: 85%;
  padding-top: 85%;
  position: relative;
  box-shadow: 0 0 0 2px #00b451;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23CDFFC7' stroke-width='2.6'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%234EFF52'%3E%3Ccircle cx='769' cy='229' r='7'/%3E%3Ccircle cx='539' cy='269' r='7'/%3E%3Ccircle cx='603' cy='493' r='7'/%3E%3Ccircle cx='731' cy='737' r='7'/%3E%3Ccircle cx='520' cy='660' r='7'/%3E%3Ccircle cx='309' cy='538' r='7'/%3E%3Ccircle cx='295' cy='764' r='7'/%3E%3Ccircle cx='40' cy='599' r='7'/%3E%3Ccircle cx='102' cy='382' r='7'/%3E%3Ccircle cx='127' cy='80' r='7'/%3E%3Ccircle cx='370' cy='105' r='7'/%3E%3Ccircle cx='578' cy='42' r='7'/%3E%3Ccircle cx='237' cy='261' r='7'/%3E%3Ccircle cx='390' cy='382' r='7'/%3E%3C/g%3E%3C/svg%3E");
}

.cats-sec.cats-pg .cat-card {
  background-image: unset;
}

.cats-sec.cats-pg .cat-card {
  width: 100%;
  padding-top: 100%;
  box-shadow: none;
}

.cats-sec.cats-pg .cat-card:before {
  /*
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #144394d9;
*/
}

.cats-sec.cats-pg .cat-card span {
  font-size: 25px;
  color: #fff;
}

.cats-sec.cats-pg .cat-card .cat-txt {
  /*
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    padding: 5px;
    font-size: 12px;
    box-shadow: 0 0 0 2px #00b451;
*/
}

.cats-sec .cat-card span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  font-weight: bold;
  line-height: 3rem;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.cats-sec.cats-pg .cont-card {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dddddd77;
  margin: 7px 0;
  display: inline-block;
  transition: 0.1s ease-in-out;
}

.cats-sec.cats-pg .cont-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px 1px #dddddd77;
}

.cats-sec.cats-pg .cont-img {
  height: 150px;
  overflow: hidden;
}

.cats-sec.cats-pg .cont-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cats-sec.cats-pg .cont-disc {
  padding: 20px 15px;
}

.cats-sec.cats-pg .cont-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.cats-sec.cats-pg .cont-txt {
  color: #333;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cats-sec .cat-card span p {
  font-size: 15px;
  font-weight: bold;
  white-space: pre-line;
}

.cats-sec .cat-card:hover {
  opacity: 1;
  background-color: #00b451;
  color: #fff;
  box-shadow: none;
  background-image: unset;
}

.cats-sec .cat-card:hover img {
  filter: brightness(0.5);
  border-radius: 5px;
}

.cats-sec .cat-card img {
  filter: brightness(0.1);
  width: 35px !important;
}

.portal-sec {
  display: flex;
  height: 60vh;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.portal-sec .hr {
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.portal-sec .cat-card {
  transition: 0.1s ease-in-out;
  display: inline-block;
  width: 50%;
  height: 100%;
  color: #00b451;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}

.portal-sec .cat-card:hover {
  background-color: #00b451;
  color: #fff;
  background-image: unset;
}

.srch-optns {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0 0 0.5rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.srch-optns.srch-optns_home {
  padding: 0;
}

.srch-suggest#inner_response {
  width: 100%;
}

.srch-optns .accordion-button {
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  margin: 5px 0;
  background: unset;
}

.srch-optns.inner_srch-optns {
  width: 100%;
}

.srch-optns .accordion-collapse {
  border: none;
}

.srch-optns .accordion-body {
  border: none;
  padding: 0;
}

.srch-optns .accordion-button:after {
  margin: 0 5px;
}

.books-sec .book-cont {
  transition: 0.1s ease-in-out;
  border: 1px solid #dddddd77;
  margin: 15px;
  border-top: 0;
}

.books-sec .book-cont :hover {
  box-shadow: 0 0 10px 1px #dddddd77;
}

.book-cont .cont-img {
  height: 150px;
  text-align: center;
  background-color: #ddd;
  overflow: hidden;
}

.book-cont .cont-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

.book-cont .cont-disc {
  padding: 0 15px;
  padding-top: 45px;
}

.book-cont .cont-disc .book-title {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.book-cont .cont-disc * {
  color: #333;
}

.book-cont .cont-disc .wrtr-nm {
  color: #333;
  font-size: 14px;
}

.book-cont .cont-img .book-fav i {
  position: absolute;
  top: 0px;
  left: 25px;
  font-size: 30px;
  color: #fff;
  filter: drop-shadow(0 0 3px #00000044);
  transition: 0.3s ease-in-out;
  z-index: 3;
  cursor: pointer;
}

.book-cont .cont-img .book-fav i:hover {
  color: #00b451;
  transition: 0.1s ease-in-out;
}

.book-cont .cont-img .book-fav i.saved {
  color: #00b451;
}

.books-sldr .prev-btn,
.books-sldr .next-btn {
  position: absolute;
  top: 40%;
  background-color: #33333366;
  color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 75px;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.books-sldr .prev-btn.slick-disabled,
.books-sldr .next-btn.slick-disabled {
  opacity: 0.3;
}

.books-sldr .prev-btn {
  left: 0;
}

/* Notifications */
.notif-bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1050;
}

.notif-live {
  background-color: #0076ff;
  padding: 11px 0 9px;
  display: flex;
}

.notif-live .notif-txt {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}

.notif-live .notif-txt a {
  color: #fff;
  text-decoration: underline;
  margin-right: 5px;
}

.notif-complain .notif-txt,
.notif-error .notif-txt,
.notif-rcmnd .notif-txt {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 11px 0 9px;
}

.notif-complain {
  background-color: #f39c12;
}

.notif-error {
  background-color: #e74c3c;
}

.notif-rcmnd {
  background-color: #27ae60;
}

.website-rating-modal .btn-close {
  float: left;
  margin-right: auto;
  margin-left: 0;
  outline: none;
  box-shadow: none;
}

.website-rating-modal textarea {
  border: 1px solid #f5f5f5;
}

.website-rating-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background-color: #00b451;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer !important;
  z-index: 2;
  font-size: 24px;
}

.website-rating-btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #00b451;
}

.website-rating-btn:hover {
  opacity: 0.8;
  background-color: #00b451;
}

.website-rating-modal .send-btn {
  background: unset;
  color: #00b451;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16x;
}

.page-link.browse-btn.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #bbb;
}

.page-link.browse-btn.disabled:hover {
  opacity: 1;
  background-color: #f5f5f5;
  color: #bbb;
}

.rating-set {
  border: none;
  float: none;
  text-align: center;
  width: fit-content;
}

.rating-set > input {
  display: none;
}

.rating-set > label:before {
  margin-top: 2px;
  padding: 0px 5px 0px 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: "\f005";
  font-weight: 900;
}

.rating-set > .half:before {
  content: "\f089";
  position: absolute;
}

.rating-set > label {
  float: left;
  margin: 4px 1px 0px 0px;
  background-color: unset;
  border-radius: 15px;
  height: 25px;
  color: #ddd;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating-set:not(:checked)>label:hover,
  /* hover current star */
.rating-set:not(:checked)>label:hover~label {
  background-color: unset !important;
  cursor: pointer;
  color: #ffc107;
}

/* hover previous stars in list */

.rating-set>input:checked+label:hover,
  /* hover current star when changing rating-set */
.rating-set>label:hover~input:checked~label,
  /* lighten current selection */
.rating-set>input:checked~label:hover~label {
  background-color: unset !important;
  cursor: pointer;
  color: #ffc107;
}

/* Footer Styles 13/09/2022*/

.e3-footer .iso-logo {
  position: relative;
  top: 40px !important;
}

@media screen and (max-width: 991px) {
  .e3-footer .iso-logo {
    top: 10px !important;
    text-align: center;
  }
}

.e3-footer .iso-logo img {
  border-radius: 20px;
}

/* Packages Styles */

.h1-md {
  font-size: 36px;
}

.text-green {
  color: #07b553 !important;
}

/* Theme Breadcrumb */

.theme-bredcrumb {
  text-align: center;
}

.theme-bredcrumb.light ul li a,
.theme-bredcrumb.light ul li span {
  color: #ffffff;
  transition: all 0.5s;
}

.theme-bredcrumb.dark ul li a,
.theme-bredcrumb.dark ul li span {
  color: #000000;
  transition: all 0.5s;
}

.theme-bredcrumb.light ul li a:hover {
  color: #b7e8ff;
}

.theme-bredcrumb.dark ul li a:hover {
  color: #494949;
}

.theme-bredcrumb ul {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.theme-bredcrumb ul li {
  padding-left: 1rem;
}

.theme-bredcrumb ul li::after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 0.5rem;
  color: #ffffff;
}

.theme-bredcrumb.dark ul li::after {
  color: #000000;
}

.theme-bredcrumb ul li:last-child::after {
  content: "";
}

.theme-bredcrumb ul li:last-child span {
  opacity: 0.8;
}

.suggestion-section .srch-bar {
  position: relative;
  background: linear-gradient(to bottom, #000000a5, #000000cc, #000000ae),
  url("../imgs/course-2.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media screen and (max-width: 575px) {
  .suggestion-section .srch-bar {
    padding-top: 4rem !important;
    padding-bottom: 6rem !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.suggestion-section .theme-bredcrumb {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
  .suggestion-section .theme-bredcrumb {
    width: 100%;
    left: 48%;
  }
}

.suggestion-section .go-btn {
  display: inline-block;
  align-self: center;
  background-color: #0bb657;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 14px;
  border-radius: 6px;
  min-width: 150px;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}

.suggestion-section .go-btn:hover {
  background-color: #23d473;
}

.text-green-light {
  color: #dbfcd8;
}

.suggestion-section .box-row {
  box-shadow: 0 0 5px #c9c9c9;
  padding: 30px 20px;
  border-radius: 6px;
}

.suggestion-form .btn-group {
  display: inline-flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
}

.suggestion-form .btn-group label {
  border: 1px solid #00b34f !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  min-width: 100px;
  max-width: 200px;
  font-size: 14px;
  color: #00b34f !important;
}

.suggestion-form .btn-group label:hover {
  background-color: #f0ffef !important;
}

.suggestion-form .btn-group input[type="radio"]:checked + label {
  background-color: #00b34f !important;
  color: #ffffff !important;
}

.suggestion-form .main-btn {
  border: 1px solid #ffcd00 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  font-size: 14px;
  background-color: #ffcd00 !important;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
}

.lh-22 {
  line-height: 22px !important;
}

/* sp card styles */

.sp-card {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 20px 20px 20px;
  box-shadow: 0 0 5px #c5c5c5;
  border-radius: 5px;
}

.sp-card img {
  width: 100px;
  height: auto;
}



/* Popup Stepper Styles */

.stepper-component ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .stepper-component ul {
    width: 400px;
  }
}

@media screen and (max-width: 576px) {
  .stepper-component ul {
    width: 250px;
  }
}

.stepper-component ul li {
  position: relative;
  height: 20px;
}

.stepper-component ul li .circle {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #8e8e8e;
  z-index: 2;
  background-color: #ffffff;
}

.stepper-component ul li .label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  font-size: 12px;
  color: #8e8e8e;
  min-width: 100px;
  text-align: center;
  font-weight: 600;
}

.stepper-component ul li::before {
  content: "";
  height: 2px;
  background-color: #8e8e8e;
  width: 290px;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .stepper-component ul li::before {
    width: 180px;
  }
}

@media screen and (max-width: 576px) {
  .stepper-component ul li::before {
    width: 100px;
  }
}

.stepper-component ul li:first-child:before {
  display: none;
}

.stepper-component ul li.current .circle {
  border-color: var(--fc-border-color) !important;
}

.stepper-component ul li.current .label {
  color: var(--fc-border-color);
}

.stepper-component ul li.current::before {
  background-color: var(--fc-border-color);
}

.stepper-component ul li.done .circle {
  border-color: var(--fc-border-color);
  background-color: var(--fc-border-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.stepper-component ul li.done .circle::before {
  position: relative;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #ffffff;
  left: 7px;
  top: 10.5px;
}

.stepper-component ul li.done .label {
  color: var(--fc-border-color);
}

.stepper-component ul li.done::before {
  background-color: var(--fc-border-color);
}

.stepper-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.stepper-modal .modal-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* End Popup Stepper Styles */

/* Registration Stepper */

.registration-stepper {
  width: 300%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.registration-stepper .registration-item {
  position: relative;
  width: calc(100% / 3);
  transition: all 0.4s;
}

.registration-stepper .registration-item:nth-child(1) {
  right: 0;
}

.registration-stepper .registration-item.active:nth-child(2) {
  right: 0;
}

.registration-stepper .registration-item:nth-child(3) {
  right: calc(100% - calc(100% / 3));
}

/* If step 1 is active */

.registration-stepper[data-current-step="1"] .registration-item:nth-child(1) {
  right: 0;
}

.registration-stepper[data-current-step="1"] .registration-item:nth-child(2) {
  right: 0;
}

.registration-stepper[data-current-step="1"] .registration-item:nth-child(3) {
  right: 0;
}

/* If step 2 is active */

.registration-stepper[data-current-step="2"] .registration-item:nth-child(1) {
  right: calc(-100% / 3);
}

.registration-stepper[data-current-step="2"] .registration-item:nth-child(2) {
  right: calc(-100% / 3);
}

.registration-stepper[data-current-step="2"] .registration-item:nth-child(3) {
  right: calc(-100% / 3);
}

/* If step 3 is active */

.registration-stepper[data-current-step="3"] .registration-item:nth-child(1) {
  right: calc(-100% - calc(100% / 3));
}

.registration-stepper[data-current-step="3"] .registration-item:nth-child(2) {
  right: calc(calc(-100% / 3) * 2);
}

.registration-stepper[data-current-step="3"] .registration-item:nth-child(3) {
  right: calc(calc(-100% / 3) * 2);
}

/* Select 2 */

.select2-container {
  width: 100% !important;
}

.select2-selection {
  height: 50px !important;
  border: 1px solid #cbcbcb !important;
}

.select2-country.error + .select2-container .select2-selection {
  border-color: #fc2b2b !important;
}

.select2-selection__rendered {
  height: 50px !important;
  line-height: 50px !important;
}

.select2-selection__arrow {
  height: 49px !important;
}

.register-modal {
  overflow: auto !important;
}

.register-modal .form-control {
  border: 1px solid #cbcbcb !important;
  border-radius: 5px !important;
}

.register-modal .form-control.error {
  border-color: #fc2b2b !important ;
}

.register-modal .modal-dialog {
  top: 0 !important;
}

.register-modal::-webkit-scrollbar {
  width: 0;
  opacity: 0;
  scrollbar-width: 0;
  scrollbar-color: transparent;
}

.registration-stepper form label.error {
  font-size: 12px !important;
  border-top: 0 !important;
  color: #fc2b2b !important;
  padding: 0 !important;
}

.registration-stepper .code-digits {
  display: flex;
  justify-content: center;
  gap: 1rem;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.registration-stepper .code-digits input {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .register-modal .modal-dialog {
    max-width: 100% !important;
  }
}

.registration-stepper .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.registration-stepper input.error,
.registration-stepper select.error {
  border-color: #ff3232 !important;
}

/* General Spinner */
.lds-ring-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.95;
  background-color: #ffffff;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.lds-ring-container.shown {
  display: flex;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--fc-border-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--fc-border-color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
